94c8aa6939d6aae292c1fc2b0752932c34d1e3d8
[bpt/emacs.git] / lisp / ChangeLog
1 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4
5 2006-12-17 Alan Mackenzie <acm@muc.de>
6
7 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
8 speed) the case when open-paren-in-column-0-is-defun-start is nil.
9 Based on code by Martin Rudalics.
10
11 * progmodes/cc-mode.el (c-basic-common-init): don't set
12 open-paren-in-column-0-is-defun-start to nil any more.
13
14 2006-12-17 Richard Stallman <rms@gnu.org>
15
16 * simple.el (delete-horizontal-space): Use prefix arg.
17
18 * help-fns.el (describe-variable): Improve blank separator lines.
19
20 * files.el (magic-mode-alist): Mark as risky.
21
22 * files.el (make-backup-file-name-1):
23 Expand backup-directory explicitly.
24
25 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
26
27 * net/tramp.el (tramp-default-method): Before setting to "pscp",
28 check whether package password.el is loaded, or Pageant is running.
29
30 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
31
32 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
33 (icalendar--rris): First try Emacs, then XEmacs.
34 (icalendar--convert-ical-to-diary): Doc fix. Insert
35 newline at end of target file.
36
37 2006-12-17 Kim F. Storm <storm@cua.dk>
38
39 * outline.el (outline-isearch-open-invisible-function): New defvar.
40 (outline-flag-region): Use it if non-nil for isearch-open-invisible
41 overlay property instead of outline-isearch-open-invisible.
42
43 2006-12-16 Kim F. Storm <storm@cua.dk>
44
45 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
46 if ido-directory-too-big is set on entry.
47 (ido-toggle-ignore, ido-completion-help): Print message while
48 reading big directory.
49
50 2006-12-15 Richard Stallman <rms@gnu.org>
51
52 * shell.el (shell): Doc fix.
53
54 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
55
56 * emulation/edt.el (edt-xserver):
57 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
58 to fix a problem on Cygwin.
59
60 * emulation/edt.el
61 * emulation/edt-mapper.el
62 * emulation/edt-lk201.el
63 * emulation/edt-pc.el
64 * emulation/edt-vt100.el: Update maintainer's email address.
65
66 2006-12-15 Simon Marshall <simon@gnu.org>
67
68 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
69 change.
70
71 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
72
73 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
74 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
75 instead of mac-atsu-font-table.
76 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
77
78 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
79
80 * align.el (align-match-tex-pattern): Fix a rare bug which
81 hanged Emacs.
82
83 2006-12-14 Richard Stallman <rms@gnu.org>
84
85 * startup.el (use-fancy-splash-screens-p): Use frame-height
86 instead of window-height. Pass frame to image-size.
87
88 2006-12-13 Kenichi Handa <handa@m17n.org>
89
90 * international/mule-cmds.el (set-locale-environment):
91 Set default-sendmail-coding-system too.
92
93 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
94
95 * progmodes/idlw-help.el: Fix copyright notice.
96
97 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
100
101 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
102
103 * subr.el (unread-command-char): Reformat obsolescence info.
104
105 2006-12-11 Richard Stallman <rms@gnu.org>
106
107 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
108 about calls to cl-struct-setf-expander.
109
110 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
111
112 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
113 (ediff-combination-pattern): Fix typo in docstring.
114
115 * textmodes/refer.el (refer-find-entry): Doc fix.
116 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
117 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
118 Fix tipos in docstrings.
119
120 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
121
122 2006-12-10 Kim F. Storm <storm@cua.dk>
123
124 * ido.el (ido-init-completion-maps): Remap backward-kill-word
125 instead of binding M-backspace.
126
127 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
128
129 * replace.el (replace-match-data, replace-match-maybe-edit):
130 * calc/calc-aent.el (calc-eval-error):
131 * emulation/vi.el (vi-char-argument):
132 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
133 (c-vsemi-status-unknown-p-fn): Doc fixes.
134
135 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
136
137 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
138 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
139
140 2006-12-10 Masatake YAMATO <jet@gyve.org>
141
142 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
143
144 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
145
146 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
147
148 * man.el (Man-xref-button-action): New function. If the
149 `Man-target-string' button property is a function, assume it
150 accepts a position argument.
151 (Man-abstract-xref-man-page): Use it.
152 (Man-default-man-entry): New optional arg POS.
153
154 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
155 symlink arrows read-only and non-rear-sticky.
156
157 2006-12-09 Martin Rudalics <rudalics@gmx.at>
158
159 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
160 (wdired-search-and-rename): Simplify code.
161 (wdired-preprocess-files, wdired-preprocess-perms): Make
162 read-only property of preceding character rear-nonsticky to
163 avoid that it can be modified. Put old-name and old-link
164 properties on character preceding name and replace
165 put-text-property by add-text-properties.
166 (wdired-get-filename, wdired-get-previous-link): Get old-name
167 and old-link properties from character preceding name and
168 simplify code.
169 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
170 (wdired-perms-to-number): Make local-map property
171 rear-nonsticky to avoid that text following permissions may be
172 modified. Use add-text-properties instead of put-text-property
173 when changing a permission bit.
174 (wdired-change-to-dired-mode): Remove stickiness properties.
175
176 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
177
178 * international/mule-cmds.el (register-input-method): Doc fix.
179
180 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
181
182 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
183
184 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
185
186 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
187 Force buffer local defs evaluation on local variables loading.
188 (flyspell-mode-on, flyspell-mode-off): Use it in
189 `hack-local-variables-hook'.
190
191 2006-12-09 Eli Zaretskii <eliz@gnu.org>
192
193 * emacs-lisp/find-func.el (find-variable): Doc fix.
194
195 * help-fns.el (variable-at-point): Doc fix.
196
197 * w32-fns.el (w32-append-code-lines): New function.
198
199 2006-12-09 Romain Francoise <romain@orebokech.com>
200
201 * comint.el (comint-insert-input): Delete obsolete comment.
202
203 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
204
205 * files.el (insert-file-1): Compare file size to
206 large-file-warning-threshold and request confirmation when
207 warranted.
208
209 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
212 current frame, in case we're connected to several displays.
213
214 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
215
216 * frame.el (other-frame): Doc fix.
217 (set-frame-parameter): Fix typo in docstring.
218
219 2006-12-07 Kim F. Storm <storm@cua.dk>
220
221 * info.el (Info-index): Strip leading colon from topic.
222
223 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
224
225 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
226 to pointers.
227
228 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
229
230 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
231 Trim out spurious class inheritance "None" entries.
232
233 2006-12-05 Kim F. Storm <storm@cua.dk>
234
235 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
236 (cua-paste-pop): Rework last change for
237 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
238 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
239 text inserted by the last M-y command.
240
241 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
242
243 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
244 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
245
246 * shell.el (shell): Search the start file in ~/.emacs.d as
247 `init_SHELLNAME.sh' instead.
248
249 2006-12-05 Glenn Morris <rgm@gnu.org>
250
251 * progmodes/cperl-mode.el (cperl-mode)
252 * progmodes/f90.el (f90-mode-abbrev-table)
253 * progmodes/fortran.el (fortran-mode-abbrev-table)
254 * progmodes/octave-mod.el (octave-abbrev-table)
255 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
256 if abbrev-table is non-nil (saved user abbrevs may have been restored).
257
258 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
259 clear abbrev table, else saved abbrevs will not be restored.
260
261 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
262
263 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
264 the call to `make-obsolete-variable', not in the docstring.
265
266 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
267
268 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
269
270 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
271
272 * progmodes/ebnf-abn.el:
273 * progmodes/ebnf-bnf.el:
274 * progmodes/ebnf-dtd.el:
275 * progmodes/ebnf-ebx.el:
276 * progmodes/ebnf-iso.el:
277 * progmodes/ebnf-otz.el:
278 * progmodes/ebnf-yac.el:
279 * progmodes/ebnf2ps.el:
280 * delim-col.el:
281 * printing.el:
282 * ps-bdf.el:
283 * ps-mule.el:
284 * ps-print.el: Remove 'Time-stamp' comment mark.
285
286 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
287 'easy-menu-add-item' when called in Emacs 21 or higher.
288
289 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
290
291 * progmodes/ada-xref.el (ada-check-current): Doc fix.
292 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
293
294 2006-12-04 Kim F. Storm <storm@cua.dk>
295
296 * bindings.el (global-map): Bind [signal t] to ignore, to have
297 user signals ignored by default.
298
299 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
300
301 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
302 Unicode data file pointed to by `describe-char-unicodedata-file'.
303
304 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
307 O(n^2) regexp-search by anchoring the search.
308
309 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
310
311 * whitespace.el (whitespace-cleanup-internal): Use current
312 argument for recursive call.
313
314 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
315
316 * net/tramp.el (tramp-methods): Add "ControlPath" and
317 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
318 Andreas Schwab <schwab@suse.de>.
319 (tramp-do-copy-or-rename-file-out-of-band)
320 (tramp-open-connection-rsh): Compute format spec for ?t.
321 (tramp-process-actions): Trace command parameters.
322
323 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
324
325 * simple.el (toggle-truncate-lines): Clarify doc string.
326
327 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
328 (gdb-speedbar-expand-node): Use it.
329
330 2006-12-04 Richard Stallman <rms@gnu.org>
331
332 * progmodes/python.el (python-indent): Add safe-local-variable prop.
333
334 * dired.el (dired-revert): Turn off dired-after-readin-hook
335 around call to dired-readin.
336
337 * menu-bar.el (menu-bar-make-toggle): Add "globally"
338 to echo area messages.
339 <indicate-empty-lines, case-fold-search>:
340 Add "globally" to Help string.
341 <case-fold-search>: MESSAGE arg need not say "globally".
342 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
343
344 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
345
346 * outline.el (outline-end-of-subtree): Don't leave an empty
347 line hidden as we would a real next heading.
348
349 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
350
351 * allout.el (allout-ascend): Add an optional argument to preserve
352 original position of point when unsuccessful. Also, fix a
353 docstring error.
354 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
355 work again, using allout-ascend's new option.
356 (allout-setup-mode-map): Extract from allout-mode to initialize
357 allout-mode-map. Call it on file load, so the mode docstring
358 substitutions work even if allout mode has not yet been invoked.
359 (allout-mode): Use new allout-setup-mode-map to track any keybinding
360 customizations since the map was last processed. Also, refine the
361 docstring so it's ship-shape for release.
362 (allout-default-layout, allout-beginning-of-line-cycles)
363 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
364 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
365 (allout-version, allout-layout, allout-infer-body-reindent)
366 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
367 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
368 (allout-previous-heading, allout-goto-prefix-doublechecked)
369 (allout-current-bullet-pos, allout-next-sibling-leap)
370 (allout-pre-command-business, allout-encrypted-type-prefix)
371 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
372 (allout-rebullet-topic, allout-rebullet-topic-grunt)
373 (allout-flag-region, allout-expose-topic, allout-expose-topic)
374 (allout-old-expose-topic, allout-listify-exposed)
375 (allout-process-exposed, allout-latex-verb-quote)
376 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
377 (allout-toggle-current-subtree-encryption)
378 (allout-toggle-subtree-encryption, allout-bullet-isearch):
379 Remove extraneous open-paren and close paren string escapes.
380
381 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
382
383 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
384 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
385 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
386 Fix typos in docstrings.
387
388 2006-12-03 Glenn Morris <rgm@gnu.org>
389
390 * progmodes/cc-align.el
391 * progmodes/cc-awk.el
392 * progmodes/cc-cmds.el
393 * progmodes/cc-compat.el
394 * progmodes/cc-defs.el
395 * progmodes/cc-engine.el
396 * progmodes/cc-langs.el
397 * progmodes/cc-menus.el
398 * progmodes/cc-mode.el
399 * progmodes/cc-styles.el
400 * progmodes/cc-vars.el
401 * progmodes/vhdl-mode.el: Fix Copyright format.
402
403 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
404
405 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
406 initial down event.
407
408 2006-12-02 Kim F. Storm <storm@cua.dk>
409
410 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
411 (cua-repeat-replace-region): Make M-v more robust.
412 (cua-paste-pop-rotate-temporarily): New defcustom.
413 (cua-paste-pop): Use it.
414 (cua-auto-mark-last-change): New defcustom.
415 (cua-pop-to-last-change): New helper function.
416 (cua-set-mark): Use them.
417
418 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
419
420 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
421 mini-buffer message.
422
423 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
424
425 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
426
427 2006-12-01 Ben North <ben@redfrontdoor.org>
428
429 * paren.el: Fix the highlight overlay extension when the user types a
430 sequence of char very fast just before the open parenthesis.
431
432 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
433
434 * ps-mule.el: Eliminate Emacs 20 compatibility.
435
436 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
437 (ps-print-version): New Version 6.7.
438 (ps-print-quote): Replace '?\ ' by '?\s'.
439
440 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
441
442 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
443 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
444 (hexl-end-of-1k-page): Doc fixes.
445 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
446 Fix typos in docstrings.
447
448 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
449
450 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
451 locally, i.e. without using file name handlers.
452 (ido-read-internal): Allow mono letter host names, avoiding the
453 `c:' problem by testing if the file exists locally.
454 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
455
456 2006-11-30 Masatake YAMATO <jet@gyve.org>
457
458 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
459 to avoid bytecomp warnings.
460 (hexl-mode-old-ruler-function): New variable.
461 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
462 and `hl-line-range-function' after `require' hl-line.
463 Then bind `hl-line-range-function' and `hl-line-face'.
464 Don't require frame. Don't use `with-no-warnings'.
465 (hexl-activate-ruler): Store the original value of
466 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
467 (hexl-mode-exit): Restore the original value of
468 `ruler-mode-ruler-function'.
469
470 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
471
472 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
473 (hexl-mode-old-hl-line-face): New variable.
474 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
475 line when exit from the hexl-mode.
476
477 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
478
479 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
480 Doc fixes.
481
482 * international/fontset.el (create-fontset-from-ascii-font)
483 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
484 (fontset-name-p): Fix typo in docstring.
485
486 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
487
488 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
489
490 * ps-bdf.el: Fix maintainer email.
491
492 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
493 compatibility.
494
495 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
496 21 compatibility.
497 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
498 Emacs 20 & 21.
499
500 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
501
502 * progmodes/idlwave.el (idlwave-auto-fill):
503 Remove paragraph-start let to prevent auto-fill giving up.
504
505 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
506
507 * vt100-led.el (led-state): Fix typo in previous change.
508
509 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
510
511 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
512 Fix interactive spec of the functions getting defined to make them
513 work as documented.
514
515 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
516
517 * startup.el (fancy-splash-screens): Hide initial splash buffer.
518
519 2006-11-28 Kim F. Storm <storm@cua.dk>
520
521 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
522 icomplete-mode is enabled.
523
524 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
525
526 * textmodes/org.el (require): Require gnus-sum during compilation
527 to avoid problem with a macro call.
528
529 2006-11-28 Glenn Morris <rgm@gnu.org>
530
531 * emacs-lisp/authors.el (authors-aliases): Add new alias.
532
533 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
534 (fortran-window-create-momentarily): Do not need string-to-char.
535
536 2006-11-28 Richard Stallman <rms@gnu.org>
537
538 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
539 Replace incorrect use of assoc-default with a loop.
540
541 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
542
543 * simple.el (next-error-find-buffer): Improve messages.
544
545 * files.el (revert-buffer): Special error message if file
546 is now not readable.
547
548 * facemenu.el (facemenu-add-new-face): Improve doc strings of
549 constructed commands.
550
551 * comint.el (comint-exec-1): Provide Emacs version and `comint'
552 in INSIDE_EMACS.
553
554 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
557
558 * server.el: Remove spurious * in docstrings.
559 (server-process-filter): Exit from recursive editing before processing
560 a new request.
561
562 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
563
564 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
565 line so hidden blocks will be correctly identified.
566
567 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
568
569 * ledit.el (ledit-save-defun, ledit-mode):
570 * resume.el (resume-emacs-args-buffer):
571 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
572 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
573 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
574 (command-send-input, command-kill-line):
575 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
576
577 * autoarg.el (autoarg-kp-mode): Doc fix.
578
579 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
580 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
581 (check-emacs-lock): Doc fix. Simplify.
582
583 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
584 (iimage-mode-buffer): Fix typos in docstring.
585
586 * misc.el (zap-up-to-char): Doc fix.
587
588 * time-stamp.el: Fix comment and obsolescence string for old
589 functions. Use `dolist' instead of `while'.
590
591 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
592
593 * disp-table.el (standard-display-8bit, standard-display-default):
594 * ebuff-menu.el (electric-buffer-list):
595 * ehelp.el (electric-help-command-loop):
596 * font-core.el (font-lock-mode):
597 * help-macro.el (make-help-screen):
598 * help.el (describe-minor-mode-completion-table-for-indicator)
599 (lookup-minor-mode-from-indicator):
600 * indent.el (tab-to-tab-stop, move-to-tab-stop):
601 * info-look.el (info-lookup-guess-custom-symbol):
602 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
603 * longlines.el (longlines-wrap-line):
604 * macros.el (insert-kbd-macro):
605 * menu-bar.el (menu-bar-update-buffers):
606 * misc.el (copy-from-above-command):
607 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
608 * newcomment.el (comment-indent):
609 * novice.el (disabled-command-function):
610 * sort.el (sort-fields-syntax-table):
611 * subr.el (momentary-string-display):
612 * tar-mode.el (tar-header-block-summarize)
613 (tar-clear-modification-flags):
614 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
615 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
616 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
617 (te-delete-char, te-down-vertically-or-scroll):
618 * time-stamp.el (time-stamp-string-preprocess):
619 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
620
621 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
622
623 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
624 in GUD mode.
625
626 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
627 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
628
629 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
630
631 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
632
633 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
634
635 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
636 (ada-compile-goto-error): Adapt to new argument profile of
637 compilation-goto-locus in Emacs 22. Don't check if the various
638 compile functions are defined; we already do "(require 'compile)".
639
640 2006-11-26 Kim F. Storm <storm@cua.dk>
641
642 * kmacro.el: Fix commentary.
643
644 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
645
646 * progmodes/gud.el (gdb): Explain how to run in text command mode
647 more clearly. Say in error message that multiple debugging
648 requires restarting GDB.
649
650 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
651
652 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
653
654 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
655
656 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
657 (flymake-popup-menu): Use it instead of posn-at-point.
658
659 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
660
661 * progmodes/cc-vars.el (c-backslash-column):
662 Mention c-backslash-max-column in documentation for c-backslash-column.
663
664 2006-11-24 Lars Hansen <larsh@soem.dk>
665
666 * net/tramp.el (tramp-default-method): Under Windows, change from
667 plink to pscp.
668 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
669 (tramp-actions-copy-out-of-band):
670 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
671 (tramp-action-out-of-band): Move "Permission denied" handling to
672 tramp-action-copy-failed.
673 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
674 process buffer.
675
676 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
679 strings to a single string. Quote `errors-file-name'.
680 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
681 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
682 Adjust calls. Use `shell-quote-argument'.
683
684 * international/mule.el (load-with-code-conversion)
685 (with-category-table): Use with-current-buffer.
686 (after-insert-file-set-coding): Use restore-buffer-modified-p.
687
688 2006-11-24 Eli Zaretskii <eliz@gnu.org>
689
690 * mail/smtpmail.el (smtpmail-send-it):
691 Copy buffer-file-coding-system from the mail buffer. Possibly add a
692 MIME header for the message encoding.
693 Bind coding-system-for-write around the call to mail-do-fcc.
694 Use smtpmail-code-conv-from to encode queued mail messages.
695
696 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
697
698 * tabify.el (tabify-regexp): Doc fix.
699
700 * net/rcirc.el (rcirc-buffer-maximum-lines):
701 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
702
703 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
704 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
705 Fix typos in output messages.
706 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
707
708 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
711 the horse's mouth.
712 (hexlify-buffer): Don't re-encode an arg that's already encoded.
713
714 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
715
716 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
717 Remove condition-case.
718
719 2006-11-23 Glenn Morris <rgm@gnu.org>
720
721 * progmodes/f90.el (f90-comment-indent): Do not move point in
722 default case.
723
724 2006-11-21 Romain Francoise <romain@orebokech.com>
725
726 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
727 from library name (reverts change of 2005-10-25).
728
729 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
730
731 * tutorial.el (tutorial--default-keys): Add newline and
732 delete-backward-char bindings.
733 (tutorial--detailed-help): Save excursion when finding keys.
734 Correct warning string for M-x FOO case.
735 (tutorial--display-changes): Print special keys in tutorial style.
736 Tweak search regexp for changed keys.
737
738 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
739
740 * thingatpt.el (thing-at-point-url-at-point): Don't add a
741 redundant scheme.
742
743 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
744
745 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
746 are new to the list at IANA. Also added irc, mms, mmsh.
747
748 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
749
750 * progmodes/idlw-help.el (idlwave-html-help-location):
751 Fail gracefully for missing help packages.
752 (idlwave-help-assistant-open-link): Open full links.
753 (idlwave-help-assistant-help-with-topic): Direct help link.
754
755 * progmodes/idlwave.el (idlwave-mode):
756 Set add-log-current-defun-function.
757 (idlwave-current-routine-fullname): Add, to support add-log.
758 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
759 to reflect improvements to xml-parse-file.
760 (idlwave-mode-menu-def): New binding for help-with-topic.
761
762 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
763 Handle extra newlines and spaces.
764 (idlwave-shell-mode-map): Add help-with-topic.
765
766 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
767
768 * tutorial.el (tutorial-warning-face): New face.
769 (tutorial--detailed-help, tutorial--display-changes): Use it.
770 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
771 Improve search pattern for occurrences of changed keys.
772
773 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
774
775 * term/x-win.el (x-last-cut-buffer-coding): New variable.
776 (x-select-text): Set it.
777 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
778 when checking for newness.
779
780 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
781
782 * subr.el (posn-image):
783 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
784
785 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
786
787 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
788
789 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
790 Exceptions to the rule "add a space between an identifier and an
791 opening parenthesis". Defaulted to the `#define' problem of cpp.
792 (glasses-parenthesis-exception-p): New. Check if the region is an
793 exception regarding to that.
794 (glasses-make-readable): Use it.
795 (glasses-convert-to-unreadable): Ditto. Modify the file also if
796 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
797
798 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
799
800 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
801
802 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
803
804 * progmodes/ada-mode.el (ada-make-body): Fix typo.
805
806 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
807 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
808
809 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
810
811 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
812 conditions for function or variable bindings.
813
814 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
815
816 * progmodes/compile.el (compilation-start): Ditto.
817
818 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
819
820 * net/tramp.el (top): cl and custom are always required.
821
822 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
823
824 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
825 cut-buffers with next-selection-coding-system if not nil.
826
827 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
828
829 * textmodes/org.el (org-fix-decoded-time): New function.
830 (org-display-custom-time): Use `org-fix-decoded-time'.
831
832 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
833
834 * menu-bar.el (menu-bar-games-menu): Remove yow.
835
836 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
837
838 * textmodes/org.el (org-scan-tags): Re-align code fixed.
839 (org-detach-overlay): Rename from `org-detatch-overlay'.
840 (org-table-convert-region): Insert space after column separator.
841 (org-agenda-kill): New command.
842 (org-metaleft): Call `org-outdent-item' on bullets.
843 (org-metaright): Call `org-indent-item' on bullets.
844 (org-timestamp-change): Set `org-last-changed-timestamp'.
845 (org-current-line): Make sure (bolp) returns correct result.
846 (org-agenda-change-all-lines): Make sure TODO are highlighted.
847
848 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
851
852 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
853
854 * mouse.el (global-map): Change 2006-08-16 fix to call
855 mouse-yank-at-click explicitly, since mouse events are not carried
856 over into keyboard macros.
857
858 2006-11-16 Kim F. Storm <storm@cua.dk>
859
860 * ido.el (ido-file-internal): Use current buffer's file name as default
861 choice for ido-find-alternate-file. Suggested by Matt Hodges.
862
863 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
864
865 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
866 (allout-inhibit-aberrance-doublecheck): Rename from
867 allout-during-yank-processing. All callers changed.
868 (allout-ascend): Provide for unusual case where some topic after
869 the first in file is at lower depth than the first.
870 (allout-shift-in): Ensure the offspring of the new containing
871 topic are exposed.
872 (allout-encrypt-string): Preserve the coding-system of the text,
873 according to that of the containing buffer.
874 (allout-toggle-subtree-encryption): When the text being encrypted
875 requires a different coding system, offer to preserve the coding
876 system using a file local var.
877
878 2006-11-15 Simon Marshall <simon@gnu.org>
879
880 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
881 to recognise "T t()" as a function declaration, rather than a
882 variable instantiation, iff at the top-level or inside a class
883 declaration. Suggested by Feng Li <fengli@gmail.com>.
884
885 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
886
887 * progmodes/ada-xref.el (ada-parse-prj-file):
888 Don't delete project buffer; user may want to edit it.
889 (ada-xref-set-project-field, ada-xref-current-project-file)
890 (ada-xref-current-project, ada-show-current-project)
891 (ada-set-main-compile-application): New functions.
892 (ada-xref-get-project-field, ada-require-project-file):
893 Normalize use of ada-prj-default-project-file.
894 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
895 Normalize use of ada-require-project-file.
896 (ada-prj-find-prj-file): Improve doc string, comments.
897
898 * progmodes/ada-mode.el (ada-mode-version): Bump version.
899 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
900 (ada-create-menu): Add ada-set-main-compile-application,
901 ada-show-current-main, ada-show-current-project.
902
903 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
906 (inferior-python-mode): Use it.
907
908 2006-11-14 Andreas Schwab <schwab@suse.de>
909
910 * term/xterm.el (terminal-init-xterm): Add more key bindings.
911
912 2006-11-13 Kim F. Storm <storm@cua.dk>
913
914 * ido.el (ido-copy-current-word): C-o copies region if active.
915
916 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
917
918 * textmodes/org.el (org-emph-face): Fix typo in variable name.
919
920 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
921
922 * ediff.el (ediff-revision):
923 * files.el (set-visited-file-name):
924 * mail/rmailout.el (rmail-output-body-to-file):
925 Use `format', not `message', in `y-or-n-p' call.
926
927 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
928
929 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
930 (org-metaright): Call `org-indent-item' on bullets.
931 (org-timestamp-change): Set `org-last-changed-timestamp'.
932 (org-current-line): Make sure (bolp) returns correct result.
933 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
934
935 2006-11-12 Richard Stallman <rms@gnu.org>
936
937 * language/european.el (turkish-case-conversion-enable)
938 (turkish-case-conversion-disable): New functions.
939 ("Turkish" lang env): Use them.
940
941 * international/characters.el (case table):
942 Do nothing special for i and I.
943
944 * subr.el (remove-overlays): Fix last change.
945
946 * cus-edit.el (custom-save-all): Use find-file-visit-truename
947 for visiting the custom file.
948
949 2006-11-12 Markus Triska <triska@gmx.at>
950
951 * play/handwrite.el (handwrite): Also process lines not ending
952 with newline. Replace some position-fiddling with different
953 logic. Improve performance.
954
955 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
956
957 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
958 replacing deleted variable `ada-check-switch'.
959 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
960 (ada-xref-project-files): Improve doc string.
961 (ada-find-executable): New function.
962 (ada-initialize-runtime-library): Use `ada-find-executable'.
963 (ada-xref-set-default-prj-values): In compile commands, don't need
964 `ada-cd-command'; `compile' does that more portably.
965 Use ada-prj-default-check-cmd.
966 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
967 properties if not specified in project file.
968 (ada-goto-declaration): Display useful message for new error
969 'error-file-not-found.
970 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
971 'error-file-not-found.
972 (ada-get-all-references): Match latest ali syntax. Signal new
973 error 'error-file-not-found.
974 (ada-find-in-ali): Match latest ali syntax.
975 (ada-make-filename-from-adaname): Handle different semantics of
976 gnatkr in GNAT 3.15p vs later.
977
978 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
979 ada-procedure-start-regexp.
980 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
981
982 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
983 with defvar.
984 (ada-language-version): Rename ada05 -> ada2005.
985 (ada-align-region-separate): Add `eval-when-compile'.
986 (ada-name-regexp): Remove unneeded escapes in regexp character
987 alternative.
988 (ada-compile-goto-error-file-linenr-re): New constant.
989 (ada-matching-start-re): Handle additional cases `declare',
990 `procedure', `function'.
991 (ada-compile-goto-error): Handle "... at line nn".
992 (ada-mode): Clearer syntax, comments for ff-special-constructs.
993 Delete support for old versions of `align'.
994 (ada-search-prev-end-stmt): Handle additional keyword `private'.
995 (ada-check-defun-name): Simplify handling of `declare'.
996 (ada-goto-matching-start): Handle nested `begin ... end'.
997 Handle `declare', `protected', `procedure', `function'.
998 (ada-create-menu): Presence of arm95 is not conditional on using
999 GNAT compiler.
1000
1001 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
1004 nil in the *RE-Builder* buffer (it causes spurious error messages).
1005
1006 * server.el (server-visit-files): If `minibuffer-auto-raise' has
1007 been set to t, respect it.
1008
1009 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
1010
1011 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
1012 Delete commented out code for old Emacs versions. Autoloading of
1013 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
1014 (ada-mode-version): Bump version number.
1015 (ada-95-string-keywords, ada-2005-string-keywords)
1016 (ada-2005-keywords, ada-name-regexp): New constant.
1017 (ada-language-version, ada-procedure-start-regexp, ada-mode)
1018 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
1019 (ada-package-start-regexp): Support private packages, include package
1020 name (for ada-set-point-accordingly).
1021 (ada-next-procedure, ada-previous-procedure)
1022 (ada-which-function-are-we-in): Match changes to
1023 ada-procedure-start-regexp.
1024 (ada-make-body): Make non-interactive; not a user function.
1025 (ada-make-subprogram-body): Improve doc string.
1026
1027 2006-11-11 Romain Francoise <romain@orebokech.com>
1028
1029 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
1030 `compilation-error-regexp-alist' buffer-local, since we changed
1031 `compilation-error-regexp-alist-alist' locally.
1032
1033 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
1034
1035 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
1036 to the value of `server-raise-frame'.
1037
1038 2006-11-11 Glenn Morris <rgm@gnu.org>
1039
1040 * ido.el (ido-enable-prefix)
1041 * ses.el (ses-call-printer-return)
1042 * net/tramp.el (tramp-unified-filenames)
1043 * progmodes/cc-align.el (c-lineup-string-cont)
1044 * progmodes/compile.el (compilation-directory-matcher)
1045 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1046 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1047 (vhdl-clock-rising-edge)
1048 * textmodes/org.el (org-export-with-timestamps)
1049 (org-export-remove-timestamps-from-toc)
1050 (org-export-with-tags): Improve previous doc fixes.
1051
1052 2006-11-11 Richard Stallman <rms@gnu.org>
1053
1054 * textmodes/flyspell.el (flyspell-mode-map):
1055 Bind C-c $ instead of M-RET.
1056
1057 2006-11-10 Simon Marshall <simon@gnu.org>
1058
1059 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1060 fontification for "case" and "default" keywords.
1061
1062 2006-11-10 Andreas Schwab <schwab@suse.de>
1063
1064 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1065 Avoid starting sentence with "nil".
1066
1067 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1068
1069 * server.el (server-raise-frame): New option.
1070 (server-switch-buffer): Use it.
1071
1072 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
1073
1074 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1075 with a capital.
1076
1077 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1078
1079 * textmodes/org.el (org-show-hierarchy-above)
1080 (org-show-following-heading): Fix typo in default value.
1081 (org-scan-tags): Make the search case-sensitive.
1082 (org-tags-sparse-tree): Don't overrule
1083 `org-show-following-heading' and `org-show-hierarchy-above'.
1084 (org-reveal): New command.
1085 (org-show-context): Rename from `org-show-hierarchy-above'.
1086 (org-fast-tag-selection-single-key): New option.
1087 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1088 (org-tags-overlay): New variable.
1089 (org-agenda-todo-ignore-deadlines): New option.
1090 ("session"): Add circular data structure `org-mark-ring' to
1091 exceptions list in session.el.
1092 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1093 New options.
1094 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1095 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1096 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1097 (org-finalize-agenda): Activate bracket links in agenda.
1098 (org-at-timestamp-p, org-at-date-range-p): Additional argument
1099 INACTIVE-OK.
1100 (org-show-hierarchy-above, org-show-following-heading):
1101 List values allowed for fine-tuned configuration.
1102 (org-show-hierarchy-above): New argument CONTEXT, use the
1103 fine-tuned settings in `org-show-hierarchy-above' and
1104 `org-show-following-heading'.
1105 (org-display-custom-time): New function.
1106 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1107 (org-display-custom-times, org-time-stamp-custom-formats):
1108 (org-maybe-intangible): New macro.
1109 (org-activate-bracket-links, org-hide-wide-columns):
1110 Use `org-maybe-intangible'.
1111 (org-open-file): Use `shell-quote-argument'.
1112 (org-display-internal-link-with-indirect-buffer): New option.
1113 (org-file-remote-p): Get regexp from list.
1114 (org-link-expand-abbrev): New function.
1115 (org-link-abbrev-alist): New option.
1116 (org-open-at-point, org-cleaned-string-for-export):
1117 Call `org-link-expand-abbrev'.
1118 (org-timeline, org-agenda-list, org-todo-list)
1119 (org-tags-view): Remove the KEEP-MODES argument.
1120 (org-finalize-agenda-hook): New hook.
1121 (org-get-alist-option): New function.
1122 (org-follow-timestamp-link): New function.
1123 (org-open-at-point): Call `org-follow-timestamp-link'.
1124 (org-log-note-marker, org-log-note-purpose)
1125 (org-log-note-window-configuration): New variables.
1126 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1127 (org-log-note-headings): New option.
1128 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1129 (org-store-link): Support for dired-mode.
1130 (org-open-file): Substitute environment variables into filename.
1131 (org-last): New defsubst.
1132 (org-agenda-re-align-tags): New function.
1133 (org-agenda-align-tags-to-column): New option.
1134 (org-agenda-timeline): Group removed.
1135 (org-prepare-agenda, org-prepare-agenda-buffers)
1136 (org-run-agenda-series, org-timeline, org-agenda-list)
1137 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1138 the text property inticating the agenda type.
1139 (org-agenda-post-command-hook): Get agenda type from text property
1140 at point.
1141 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
1142 and obey `org-agenda-overriding-arguments'.
1143 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1144 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1145 (org-agenda-week-view, org-agenda-day-view):
1146 Use `org-agenda-overriding-arguments' to make updating work with
1147 multi-block agendas.
1148 (org-agenda-prefix-format): Allow different formats for the
1149 different agenda entry types.
1150 (org-timeline-prefix-format): Option removed, use
1151 `org-agenda-prefix-format' instead.
1152 (org-prepare-agenda): New function.
1153 (org-select-timeline-window): Option removed, use
1154 `org-select-agenda-window' instead.
1155 (org-respect-restriction): Variable removed.
1156 (org-cmp-tag): New function.
1157 (org-agenda-sorting-strategy, org-entries-lessp):
1158 Implement sorting by last tag.
1159 (org-complete): Better completion in in-buffer option lines.
1160 (org-in-item-p): New function.
1161 (org-org-menu): Add entries for checkboxes.
1162 (org-cycle): Extra brouping in outline-regexp, because it is used
1163 in a search with "^" prepended.
1164 (org-provide-checkbox-statistics): New option.
1165 (org-set-font-lock-defaults): Highlight checkbox statistics.
1166 (org-update-checkbox-count-maybe)
1167 (org-get-checkbox-statistics-face): New functions.
1168 (org-update-checkbox-count): New command.
1169 (org-insert-item, org-toggle-checkbox):
1170 Call `org-update-checkbox-count-maybe'.
1171 (org-export-as-html): XEmacs compatibility for coding system.
1172 (org-force-cycle-archived): New command.
1173 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1174 overrules cycling.
1175 (org-fix-position-after-promote): If the line contains only a todo
1176 keyword, add a final space.
1177 (org-promote-subtree, org-demote-subtree):
1178 Call `org-fix-position-after-promote'.
1179
1180 2006-11-10 Glenn Morris <rgm@gnu.org>
1181
1182 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1183 date in every year.
1184 (calendar-dst-check-each-year-flag): New customizable variable.
1185 (calendar-dst-find-data): New function, extracted from
1186 calendar-current-time-zone.
1187 (calendar-current-time-zone): Use calendar-dst-find-data.
1188 (calendar-dst-transition-cache): New variable.
1189 (calendar-dst-find-startend, calendar-dst-starts)
1190 (calendar-dst-ends): New functions.
1191 (calendar-daylight-savings-starts)
1192 (calendar-daylight-savings-ends): Change value to use
1193 calendar-dst-starts, calendar-dst-ends; respectively.
1194
1195 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1196
1197 * ido.el (ido-enable-prefix)
1198 * ses.el (ses-call-printer-return)
1199 * net/tramp.el (tramp-unified-filenames)
1200 * progmodes/cc-align.el (c-lineup-string-cont)
1201 * progmodes/compile.el (compilation-directory-matcher)
1202 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1203 * progmodes/gdb-ui.el (gdb-many-windows)
1204 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1205 (vhdl-clock-rising-edge)
1206 * textmodes/org.el (org-export-with-timestamps)
1207 (org-export-remove-timestamps-from-toc, org-export-with-tags)
1208 (org-read-date): Doc fix (Nil -> nil).
1209
1210 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1211
1212 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1213 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1214
1215 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * bs.el (bs--window-for-buffer): Remove.
1218 (bs--show-with-configuration): Use `get-window-with-predicate'
1219 instead of `bs--window-for-buffer'.
1220
1221 2006-11-10 Kenichi Handa <handa@m17n.org>
1222
1223 * files.el (revert-buffer): Fix previous change.
1224
1225 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
1226
1227 * bs.el (bs--redisplay): Fix typo in docstring.
1228 (bs--window-config-coming-from): Make frame-local.
1229 (bs--restore-window-config): New function.
1230 (bs-kill, bs-select, bs-select-other-window)
1231 (bs-select-other-frame): Use it.
1232 (bs--window-for-buffer): Return as soon as a matching buffer is found.
1233 (bs--show-with-configuration): Save the window configuration as a
1234 frame local var, and only if *buffer-selection* is not already
1235 visible on this frame.
1236
1237 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * vc-svn.el (vc-svn-admin-directory): New var.
1240 (vc-svn-registered, vc-svn-responsible-p)
1241 (vc-svn-repository-hostname): Use it.
1242 Suggested by arit93@yahoo.com.
1243
1244 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * ldefs-boot.el: Regenerate.
1247
1248 2006-11-08 Alan Mackenzie <acm@muc.de>
1249
1250 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1251 case (eq open-paren-in-column-0-is-defun-start nil) by searching
1252 for least nested open-paren.
1253
1254 2006-11-08 Romain Francoise <romain@orebokech.com>
1255
1256 * subr.el (remove-overlays): Fix typo in last change.
1257
1258 2006-11-08 Richard Stallman <rms@gnu.org>
1259
1260 * subr.el (remove-overlays): Call overlay-recenter.
1261
1262 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1263
1264 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1265 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1266 behaviour.
1267 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1268 directly.
1269
1270 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1273 (ido-max-dir-file-cache, ido-decorations)
1274 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1275 (ido-magic-backward-char, ido-enter-dired)
1276 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1277 (ido-list-directory, ido-first-match, ido-only-match)
1278 (ido-subdir, ido-indicator): Fix typos in docstrings.
1279 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1280 (ido-read-internal): Fix typo in error message.
1281
1282 2006-11-08 Kenichi Handa <handa@m17n.org>
1283
1284 * international/mule-cmds.el (set-default-coding-systems):
1285 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1286
1287 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1288
1289 * makefile.w32-in (setwins): Remove.
1290 (WINS_ALMOST): New macro.
1291 (WINS): Use it.
1292 (autoloads): Don't extract autoloads from files in obsolete/.
1293
1294 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * whitespace.el (whitespace-buffer): Call remove-overlays after
1297 overlay-recenter for performance. Suggested by Martin Rudalics.
1298
1299 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
1300
1301 * net/tramp.el (tramp-default-method): scp is the default method.
1302
1303 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
1304
1305 * server.el (server-start): Save also the Emacs pid in the server file.
1306
1307 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
1308
1309 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1310 point when displaying a bibtex cross reference in the echo area.
1311
1312 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1313
1314 * international/mule.el (make-char): Fix typo in docstring.
1315 (load-with-code-conversion, charsetp): Doc fixes.
1316
1317 * international/ja-dic-cnv.el (skkdic-convert):
1318 * cus-edit.el (hook): Fix typo in docstring.
1319
1320 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * cus-edit.el (custom-mode-map): Move defvar above code using it.
1323 (custom-mode-link-map): New variable.
1324 (custom-group-link, custom-manual): Use follow-link.
1325
1326 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1327
1328 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1329 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
1330
1331 2006-11-06 Richard Stallman <rms@gnu.org>
1332
1333 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1334 New function broken out of flyspell-correct-word.
1335 (flyspell-mode-map): Bind it to M-RET.
1336 (flyspell-correct-word): Call it.
1337
1338 * textmodes/fill.el (fill-minibuffer-function): New function.
1339 (fill-paragraph): Bind fill-paragraph-function to
1340 fill-minibuffer-function.
1341
1342 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1343 so that they aren't undefined.
1344
1345 * dired.el (dired-readin): Locally bind file-name-coding-system.
1346
1347 * bindings.el: Shorten and clarify usual mode line mouse help string.
1348
1349 * Makefile.in (autoloads): Don't include `obsolete'.
1350
1351 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1354 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1355 Printing menu if it's not initialized.
1356 (pr-menu-bind): Act on menu-bar-file-menu directly.
1357
1358 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * help.el (view-emacs-news): Fix typo in error message.
1361
1362 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1363
1364 * shadowfile.el (shadow-define-regexp-group)
1365 (shadow-literal-groups, shadow-insert-var): Doc fixes.
1366 (shadow-read-files): Fix typo in message.
1367 (shadow-inhibit-overload, shadow-find, shadow-suffix)
1368 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1369 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1370 (shadow-file-match): Fix typos in docstrings.
1371
1372 * terminal.el (terminal-emulator): Fix typo in message.
1373
1374 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1375
1376 * emacs-lisp/lselect.el (x-kill-primary-selection)
1377 (x-delete-primary-selection, x-copy-primary-selection):
1378 Fix typos in error messages.
1379
1380 * emulation/edt-mapper.el: Fix typo in interactive message.
1381
1382 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1383
1384 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1385 (ispell-help): Fix typos in docstrings.
1386 (ispell-help): Fix typo in output message.
1387
1388 * allout.el (allout-adjust-file-variable)
1389 (allout-passphrase-verifier-string)
1390 (allout-passphrase-hint-string)
1391 (allout-toggle-current-subtree-encryption):
1392 * apropos.el (apropos-synonyms):
1393 * cus-edit.el (hook):
1394 * emacs-lock.el (emacs-lock-from-exiting):
1395 * follow.el (follow-avoid-tail-recenter-p):
1396 * hexl.el (hexl-mode):
1397 * mouse-copy.el (mouse-copy-work-around-drag-bug):
1398 * mouse.el (mouse-set-font):
1399 * resume.el (resume-emacs-args-file):
1400 * rfn-eshadow.el (file-name-shadow-tty-properties):
1401 * t-mouse.el (t-mouse-process, t-mouse-mode):
1402 * emacs-lisp/cust-print.el (custom-print-install)
1403 (custom-print-uninstall, custom-format):
1404 * emacs-lisp/shadow.el (list-load-path-shadows):
1405 * emulation/tpu-edt.el (tpu-help-text)
1406 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1407 (tpu-reset-control-keys):
1408 * emulation/vip.el (vip-emacs-local-map)
1409 (vip-change-mode-to-emacs):
1410 * emulation/viper.el (viper-mode, viper-set-hooks)
1411 (viper-major-mode-modifier-list):
1412 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1413 * emulation/viper-keym.el (viper-emacs-kbd-map)
1414 (viper-toggle-key):
1415 * mail/feedmail.el (feedmail-queue-reminder)
1416 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1417 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1418 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1419 (feedmail-sender-line, feedmail-force-binary-write)
1420 (feedmail-from-line, feedmail-deduce-envelope-from)
1421 (feedmail-x-mailer-line, feedmail-message-id-generator)
1422 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1423 (feedmail-enable-spray, feedmail-spray-this-address)
1424 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1425 (feedmail-queue-runner-confirm-global)
1426 (feedmail-ask-before-queue-prompt)
1427 (feedmail-ask-before-queue-reprompt)
1428 (feedmail-prompt-before-queue-standard-alist)
1429 (feedmail-prompt-before-queue-user-alist)
1430 (feedmail-prompt-before-queue-help-supplement)
1431 (feedmail-queue-use-send-time-for-message-id)
1432 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1433 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1434 (feedmail-mail-send-hook-queued)
1435 (feedmail-confirm-addresses-hook-example)
1436 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1437 (feedmail-queue-runner-mode-setter)
1438 (feedmail-queue-alternative-mail-header-separator)
1439 (feedmail-queue-runner-message-sender)
1440 (feedmail-buffer-eating-function, feedmail-binmail-template)
1441 (feedmail-run-the-queue-no-prompts)
1442 (feedmail-run-the-queue-global-prompt)
1443 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1444 (feedmail-envelope-deducer, feedmail-fiddle-date)
1445 (feedmail-default-message-id-generator)
1446 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1447 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1448 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1449 (vms-pmail-setup):
1450 * play/dunnet.el (dun-help):
1451 * play/handwrite.el (handwrite):
1452 * play/hanoi.el (hanoi-unix-64):
1453 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1454 * textmodes/enriched.el (fixed):
1455 * textmodes/org.el (org-file-apps)
1456 (org-emphasis-regexp-components, org-emphasis-alist):
1457 * textmodes/texinfmt.el (batch-texinfo-format):
1458 Fix typos in docstrings.
1459
1460 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * loadhist.el (read-feature): Don't complete features not loaded
1463 from a file (which make `unload-feature' to fail).
1464
1465 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1466
1467 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1468
1469 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * startup.el (command-line-1): Kill emacs if the last frame is
1472 deleted while evaluating the command-line arguments.
1473
1474 2006-11-05 Richard Stallman <rms@gnu.org>
1475
1476 * startup.el (init-file-had-error): Add doc string.
1477 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
1478 Use fixed-width font for keyboard key descriptions.
1479
1480 * cus-edit.el (custom-save-all): Error if saving in .emacs
1481 and it had an error when loaded.
1482
1483 * dired-aux.el (dired-copy-file-recursive): Catch errors
1484 from recursive copies in the loop, around the recursive call.
1485
1486 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1487
1488 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1489 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
1490 `/proc/acpi/thermal_zone/*'.
1491 (battery-search-for-one-match-in-files): New. Search a regexp in
1492 the content of some files.
1493
1494 2006-11-05 Martin Rudalics <rudalics@gmx.at>
1495
1496 * window.el (mouse-autoselect-window-now): Remove variable.
1497 (mouse-autoselect-window-state): New variable.
1498 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
1499 (mouse-autoselect-window-select, handle-select-window):
1500 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
1501 Suspend delayed autoselection during menu or popup dialog.
1502
1503 * info-look.el (info-lookup-guess-custom-symbol): New function
1504 for retrieving symbol at point in custom buffers.
1505 (top level) <info-lookup-maybe-add-help>: Add backquote and
1506 comma to ignored characters in regexps of help specifications
1507 for emacs-lisp-mode and lisp-interaction-mode. This permits
1508 looking up symbols in `...' and after a comma. Add help
1509 specifications for custom-mode and help-mode.
1510
1511 2006-11-04 Eli Zaretskii <eliz@gnu.org>
1512
1513 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
1514 Don't encode body if RAW is non-nil, or if the old encoding is
1515 identical to the new encoding, or if the body contains only
1516 eight-bit-* characters.
1517
1518 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1519
1520 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1521 (faces-sample-overlay): Remove variable.
1522 (describe-face): Insert sample text in the face being described.
1523
1524 2006-11-04 Martin Rudalics <rudalics@gmx.at>
1525
1526 * whitespace.el (whitespace-indent-regexp): Make this match any
1527 multiples of eight spaces near the beginning of a line.
1528 (whitespace-buffer): Use `remove-overlays' instead of
1529 `whitespace-unhighlight-the-space' and `overlay-recenter' to
1530 speed up overlay handling.
1531 (whitespace-buffer-leading, whitespace-buffer-trailing):
1532 Make these functions highlight the text removed by
1533 `whitespace-buffer-leading-cleanup' and
1534 `whitespace-buffer-trailing-cleanup' respectively.
1535 (whitespace-buffer-search): Use `with-local-quit'.
1536 Move `format' out of loop to speed up scanning larger buffers.
1537 (whitespace-unhighlight-the-space): Remove `remove-hook' since
1538 that function is never added to a hook.
1539 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
1540 (whitespace-buffer-leading-cleanup)
1541 (whitespace-refresh-rescan-list): Fix docstrings.
1542
1543 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
1544
1545 * allout.el (allout-during-yank-processing): Cue for inhibiting
1546 aberrance processing during yanks.
1547 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
1548 the amount of yanked topics that can be aberrant.
1549 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
1550 a function, and supplement with inihibition of doublechecking
1551 during yanks.
1552 (allout-beginning-of-line, allout-next-heading)
1553 (allout-previous-heading, allout-goto-prefix-doublechecked)
1554 (allout-back-to-current-heading, allout-next-visible-heading)
1555 (allout-next-sibling): Use new allout-do-doublecheck function.
1556 (allout-next-sibling): Ensure we made progress when returning
1557 other than nil.
1558 (allout-rebullet-heading): Preserve text property annotations
1559 indicating the text was hidden, if it was.
1560 (allout-kill-line): Remove any added was-hidden annotations.
1561 (allout-kill-topic): Remove any added was-hidden annotations.
1562 (allout-annotate-hidden): Inhibit adding was-hidden text
1563 properties to the undo list.
1564 (allout-deannotate-hidden): New function to remove was-hidden
1565 annotation.
1566 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
1567 (allout-remove-exposure-annotation): Replace by
1568 allout-deannotate-hidden.
1569 (allout-yank-processing): Signal that yank processing is happening
1570 with allout-during-yank-processing. Also, wrap
1571 allout-unprotected's closer to the text changes, for easier
1572 debugging. We need to inhibit-field-text-motion explicitly, in
1573 lieu of the encompassing allout-unprotected.
1574 (outlineify-sticky): Adjust criteria for triggering new outline
1575 decorations to presence or absence of any topics, not just a topic
1576 at the beginning of the buffer.
1577
1578 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * bs.el (bs--show-all, bs--redisplay):
1581 * cus-edit.el (custom-unlispify-menu-entries)
1582 (custom-unlispify-tag-names, custom-prompt-variable):
1583 * expand.el (expand-pos):
1584 * speedbar.el (speedbar-generic-list-tag-p):
1585 * wid-edit.el (widget-image-enable):
1586 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
1587 * emacs-lisp/find-func.el (find-function-noselect)
1588 (find-function, find-variable-noselect, find-variable)
1589 (find-definition-noselect, find-face-definition):
1590 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
1591 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1592 * progmodes/ada-xref.el (ada-find-in-ali):
1593 * textmodes/flyspell.el (flyspell-check-tex-math-command):
1594 * textmodes/org.el (org-copy-subtree):
1595 * textmodes/table.el (table--row-column-insertion-point-p):
1596 Use "non-nil" in docstrings.
1597
1598 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
1599
1600 * sort.el (sort-columns): Set the field separator to tab; on
1601 NetBSD, sort complains if "\n" is used as field separator.
1602
1603 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
1604
1605 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
1606
1607 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * server.el (server-auth-key): Remove. Replace by a process-property.
1610 (server-start): Don't remove the file of the previous process, but
1611 instead clear out the place for the new file.
1612 (server-start): Set the :auth-key property.
1613 (server-process-filter): Use the :auth-key property.
1614
1615 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
1616
1617 * textmodes/org.el (org-mode-map): No longer copy
1618 `outline-mode-map' explicitly - this is already done by
1619 `define-derived-mode'.
1620
1621 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * server.el (server-visit-files): Use `when'.
1624 (server-process-filter): When authentication fails, send error
1625 message to client. Wrap `process-send-region' in `ignore-errors'
1626 instead of `condition-case', and remove misleading comment.
1627
1628 2006-11-01 Juri Linkov <juri@jurta.org>
1629
1630 * simple.el (yank): Doc fix.
1631
1632 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * server.el: Try and fit within 80 columns.
1635 (server-start): Make the auth file unreadable by other users.
1636
1637 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1638
1639 * battery.el (battery-linux-proc-acpi): Prevent range error when
1640 `full-capacity' is 0.
1641
1642 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1643
1644 * faces.el (faces-sample-overlay): New defvar.
1645 (faces-sample-overlay): New function to show face sample text.
1646 (describe-face): Use it.
1647
1648 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
1649
1650 * progmodes/ada-stmt.el: Change maintainer, apply
1651 whitespace-cleanup, checkdoc.
1652 (ada-func-or-proc-name): Add doc string.
1653
1654 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
1655 whitespace-cleanup, checkdoc. Minor improvements to many doc
1656 strings and comments.
1657 (ada-prj-display-page): Change buffer name to more accurately
1658 reflect function.
1659
1660 * progmodes/ada-xref.el: Change maintainer, apply
1661 whitespace-cleanup, checkdoc. Minor improvements to many doc
1662 strings and comments. Don't look for `gvd' or `ddd' debuggers.
1663 (ada-compile-current): Don't add newlines to commands.
1664
1665 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
1666
1667 * server.el: Add support for TCP sockets.
1668 (server-use-tcp, server-host, server-auth-dir): New options.
1669 (server-auth-key): New variable.
1670 (server-ensure-safe-dir): Create nonexistent parent dirs.
1671 Ignore Unix-style file modes on Windows.
1672 (server-start): Crete a TCP or Unix socket according to the value
1673 of `server-use-tcp'. For TCP sockets, create the id/auth file in
1674 `server-auth-dir' directory.
1675 (server-process-filter): Delete process if authentication
1676 fails (which never happens for Unix sockets).
1677
1678 2006-10-30 David Kastrup <dak@gnu.org>
1679
1680 * subr.el (add-to-list): Don't continue checking if a match has
1681 been found.
1682
1683 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * tutorial.el: Move defvars to avoid bytecomp warnings.
1686 (tutorial--find-changed-keys): Check if viper-current-state is
1687 bound before using it.
1688 (help-with-tutorial): Check if viper-tutorial is defined before
1689 using it.
1690
1691 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
1692
1693 * help-fns.el (help-with-tutorial): Move to tutorial.el.
1694
1695 * tutorial.el: New file.
1696 (help-with-tutorial): Move here from help-fns.el. Added help for
1697 rebound keys. Fixed resume of tutorial.
1698 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1699 (tutorial--find-changed-keys, tutorial--display-changes)
1700 (tutorial--saved-dir, tutorial--saved-file)
1701 (tutorial--save-tutorial): New functions to support the changes in
1702 help-with-tutorial.
1703
1704 2006-10-30 Kenichi Handa <handa@m17n.org>
1705
1706 * files.el (revert-buffer): If a unibyte buffer is being reverted
1707 with a coding system for multibyte, set buffer multibyte before
1708 calling insert-file-contents.
1709
1710 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * server.el (server-select-display): Use a dummy buffer to detect when
1713 the frame is later used.
1714 (server-select-display): New function.
1715 (server-process-filter): Use it to detect unused temp frames.
1716
1717 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
1718
1719 * progmodes/ada-mode.el: Change maintainer, apply
1720 whitespace-clean, checkdoc. Minor improvements to many doc strings.
1721 (ada-mode-version): New function.
1722 (ada-create-menu): Menu operations are available for all supported
1723 compilers.
1724
1725 2006-10-29 Lars Hansen <larsh@soem.dk>
1726
1727 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1728 Highlight as keyword.
1729 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1730 Don't call tramp-method-out-of-band-p for local files.
1731 (tramp-touch): Quote file name.
1732
1733 2006-10-28 Glenn Morris <rgm@gnu.org>
1734
1735 * calendar/calendar.el (cal-html-cursor-month)
1736 (cal-html-cursor-year): Add autoloads for this new package.
1737 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
1738
1739 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
1740
1741 * calendar/cal-html.el: New file.
1742
1743 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * emacs-lisp/authors.el (authors-aliases): Update.
1746
1747 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * version.el (emacs-version): Bump version number to 22.0.90.
1750
1751 2006-10-26 John W. Eaton <jwe@octave.org>
1752
1753 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1754 New defvar.
1755 (inferior-octave-resync-dirs): Check to see whether Octave has
1756 built-in variables and set inferior-octave-has-built-in-variables.
1757 Check inferior-octave-has-built-in-variables to decide whether to
1758 send commands that set built-in variables or call functions to
1759 change Octave's behavior.
1760 Send "disp (pwd ())" to Octave instead of just "pwd".
1761 (inferior-octave-startup): Send "more off" to Octave instead of
1762 "page_screen_output = 0".
1763
1764 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1767 pattern normally.
1768
1769 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
1770
1771 * bindings.el (mode-line-mode-menu): Remove bindings for global
1772 minor modes (line/column number) as they are on the menubar.
1773
1774 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
1775
1776 * term/w32-win.el (x-handle-name-switch): Doc fix.
1777 (w32-standard-fontset-spec): Fix typo in docstring.
1778
1779 * midnight.el (midnight-buffer-display-time): Doc fix.
1780 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1781
1782 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
1783
1784 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1785
1786 * viper-ex.el (ex-read): Quote file argument.
1787
1788 * ediff-diff.el (ediff-same-file-contents): Expand file names.
1789
1790 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1791
1792 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1793
1794 * textmodes/flyspell.el (flyspell-check-region-doublons):
1795 Fix last fix.
1796
1797 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
1798
1799 * bindings.el (mode-line-mode-menu): List global minor modes
1800 before local ones.
1801
1802 2006-10-23 Kim F. Storm <storm@cua.dk>
1803
1804 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1805 (sit-for): If last command was a prefix arg, add the read-ahead
1806 event to unread-command-events as (t . EVENT) so it will be added
1807 to this-command-keys by read-key-sequence.
1808
1809 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1810
1811 * textmodes/flyspell.el (flyspell-word): Skip past all previous
1812 whitespace when checking doublons.
1813 (flyspell-check-region-doublons): Fix doublon regexp.
1814 (flyspell-highlight-incorrect-region): Highlight doublons using
1815 flyspell-duplicate face.
1816
1817 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1818
1819 2006-10-22 John Wiegley <johnw@newartisans.com>
1820
1821 * progmodes/python.el (python-use-skeletons): python-mode was
1822 auto-inserting templates (for those with abbrev-mode on), not only
1823 by default -- *but without a configuration variable to disable
1824 it*. This rendered python-mode completely useless for me, so I
1825 have added `python-use-skeletons', which is now off by default.
1826
1827 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * progmodes/cperl-mode.el (cperl-mode): Don't assume
1830 font-lock-multiline is auto-local (it's not).
1831 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1832 initialized before calling cperl-init-faces.
1833
1834 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
1835
1836 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1837 gdb-stack-position a value when there is no fringe.
1838
1839 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1840 indicator if not visiting a file.
1841
1842 2006-10-20 David Kastrup <dak@gnu.org>
1843
1844 * window.el (kill-buffer-and-window): Fix a bug where an aborted
1845 operation would still cause some window to collapse later.
1846
1847 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * vc.el (vc-switch-backend): Try to be more careful with unwanted
1850 side-effect due to mixing various backends's file properties.
1851
1852 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
1853 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
1854 Return `filename's status if applicable. Update callers.
1855
1856 2006-10-19 Kenichi Handa <handa@m17n.org>
1857
1858 * international/kkc.el (kkc-region): When a key sequence is not
1859 defined, append (this-single-command-raw-keys) to
1860 unread-input-method-events.
1861
1862 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
1865
1866 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1867
1868 * version.el (emacs-version): Use mac-carbon-version-string.
1869
1870 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
1871
1872 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1873
1874 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
1875 (by Kenichi Handa).
1876 (xselect-convert-to-string): Decline requests for UTF8_STRING if
1877 the selection is not UTF-8.
1878
1879 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
1880
1881 * progmodes/ada-mode.el (ada-83-string-keywords)
1882 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
1883 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
1884 (ada-looking-at-semi-private, ada-get-body-name):
1885 Fix typos in docstrings.
1886 (ada-create-case-exception, ada-create-case-exception-substring):
1887 Fix typos in error messages.
1888 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
1889
1890 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1891
1892 * term/x-win.el (res-geometry): Don't set geometry from Xresources
1893 to default-frame-alist if default-frame-alist already contains
1894 width/height.
1895
1896 2006-10-18 Richard Stallman <rms@gnu.org>
1897
1898 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
1899 Non-interactive arg is the value, not the expression.
1900
1901 * simple.el (read-expression-map): Just set it, no defvar.
1902
1903 * subr.el (insert-for-yank-1): If last inserted char has
1904 properties, mark them as rear-nonsticky.
1905
1906 * recentf.el (recentf-mode): Doc fix.
1907
1908 * facemenu.el (facemenu-add-new-face): Defend against symbol
1909 that isn't a face name.
1910
1911 * dired-aux.el (dired-do-copy): Doc fix.
1912
1913 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * simple.el (line-move-1): Ignore fields when moving to the
1916 beginning of line to avoid getting point stuck.
1917
1918 2006-10-18 Martin Rudalics <rudalics@gmx.at>
1919
1920 * textmodes/flyspell.el (flyspell-word-search-backward):
1921 Set inhibit-point-motion-hooks to avoid looping due to intangibile
1922 text.
1923
1924 2006-10-16 Richard Stallman <rms@gnu.org>
1925
1926 * help-fns.el (describe-function-1): Special case optimization
1927 for self-insert-command.
1928
1929 2006-10-16 Kim F. Storm <storm@cua.dk>
1930
1931 * ido.el (ido-reread-directory): Work in `dir' mode too.
1932
1933 2006-10-15 Martin Rudalics <rudalics@gmx.at>
1934
1935 * textmodes/table.el: Require 'regexp-opt.
1936
1937 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
1938
1939 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
1940 Use shell-quote-argument.
1941
1942 * shell.el (explicit-bash-args): Likewise.
1943
1944 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
1945 Use grep -E rather than egrep.
1946
1947 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1948
1949 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
1950
1951 2006-10-15 Kim F. Storm <storm@cua.dk>
1952
1953 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
1954
1955 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
1956
1957 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
1958 to protect whitespace and metacharacters from the shell.
1959
1960 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1961
1962 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
1963
1964 2006-10-13 Eli Zaretskii <eliz@gnu.org>
1965
1966 * subr.el (start-process-shell-command): Doc fix.
1967
1968 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
1969
1970 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
1971 the regexp for Maxima symbols.
1972
1973 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
1976 (vc-find-root): Don't walk higher up than ~.
1977
1978 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * international/utf-8.el (utf-translate-cjk-load-tables):
1981 Avoid clobbering last-coding-system-used during load.
1982
1983 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
1984
1985 * textmodes/reftex-global.el (reftex-create-tags-file):
1986 Quote file arguments.
1987
1988 2006-10-12 Richard Stallman <rms@gnu.org>
1989
1990 * files.el (file-name-history): Add defvar.
1991 (save-some-buffers-action-alist): Improve description strings.
1992
1993 2006-10-12 Andreas Schwab <schwab@suse.de>
1994
1995 * files.el (auto-mode-alist): Match change log file name also with
1996 a dash before a numeric extension.
1997
1998 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
1999
2000 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
2001 After 5.0:
2002 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
2003
2004 After 5.1: Major edit. Summary of most visible changes:
2005
2006 - Multiple <<HERE per line allowed.
2007 - Handles multiline subroutine declaration headers (with comments).
2008 (The exception is `cperl-etags' - but it is not used in the rest
2009 of the mode.)
2010 - Fontifies multiline my/our declarations (even with comments,
2011 and with legacy `font-lock').
2012 - Major speedup of syntaxification, both immediate and postponed
2013 (3.5x to 15x [for different CPUs and versions of Emacs] on the
2014 huge real-life document I tested).
2015 - New bindings, edits to imenu.
2016 - "_" is made into word-char during fontification/syntaxification;
2017 some attempts to recognize non-word "_" during other operations too.
2018 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
2019 - autoload some more perldoc-related stuff
2020 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
2021 - Attempt to incorporate XEmacs edits which reached me.
2022
2023 Fine-grained changelog:
2024 (cperl-hook-after-change): New configuration variable.
2025 (cperl-vc-sccs-header): Likewise.
2026 (cperl-vc-sccs-header): Likewise.
2027 (cperl-vc-header-alist): Default via two preceding variables.
2028 (cperl-invalid-face): Remove double quoting under XEmacs
2029 (still needed under 21.2).
2030 (cperl-tips): Update URLs for resources.
2031 (cperl-problems): Likewise.
2032 (cperl-praise): Mention new features.
2033 New C-c key bindings: for `cperl-find-bad-style',
2034 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
2035 `cperl-perdoc', and `cperl-perldoc-at-point'.
2036 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
2037 moved, new submenu of Tools with Ispell entries and narrowing.
2038 (cperl-after-sub-regexp): New defsubst.
2039 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
2040 Allows heads up to head4.
2041 Allow "package;".
2042 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
2043 (paren-backwards-message): ??? Something for XEmacs???
2044 (cperl-mode): Never auto-switch abbrev-mode off.
2045 Try to allow '_' be non-word char.
2046 Do not use `font-lock-unfontify-region-function' on XEmacs.
2047 Reset syntax cache on mode start.
2048 Support multiline facification (even on legacy `font-lock').
2049 (cperl-facemenu-add-face-function): ??? Some contributed code ???
2050 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2051 refuse to inform us whether the fontification is due to lazy
2052 calling or due to edit to a buffer, install our own hook
2053 (controlled by `cperl-hook-after-change').
2054 (cperl-electric-pod): =cut may have been recognized as start.
2055 (cperl-block-p): Move, updatedfor attributes.
2056 (cperl-calculate-indent): Try to allow '_' be non-word char
2057 Support subs with attributes.
2058 (cperl-where-am-i): Queit (?) a warning.
2059 (cperl-cached-syntax-table) New function.
2060 (cperl-forward-re): Use `cperl-cached-syntax-table'.
2061 (cperl-unwind-to-safe): Recognize `syntax-type' property
2062 changing in a middle of line.
2063 (cperl-find-sub-attrs): New function.
2064 (cperl-find-pods-heres): Allow many <<EOP per line.
2065 Allow subs with attributes.
2066 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2067 Recognize "extproc " (OS/2) case-folded and only at start.
2068 /x on s///x with empty replacement was not recognized.
2069 Better comments.
2070 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2071 Allow subs with attributes, labels.
2072 Do not confuse "else::foo" with "else".
2073 Minor optimizations...
2074 (cperl-after-expr-p): Try to allow '_' be non-word char.
2075 (cperl-fill-paragraph): Try to detect a major bug in Emacs
2076 with `looking-at' inside `narrow' and bulk out if found.
2077 (cperl-imenu--create-perl-index): Updates for new
2078 `cperl-imenu--function-name-regexp-perl'.
2079 (cperl-outline-level): Likewise.
2080 (cperl-init-faces): Allow multiline subroutine headers
2081 and my/our declarations, and ones with comments.
2082 Allow subroutine attributes.
2083 (cperl-imenu-on-info): Better docstring.
2084 (cperl-etags): Rudimentary support for attributes.
2085 Support for packages and "package;".
2086 (cperl-add-tags-recurse-noxs): Better (?) docstring.
2087 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2088 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2089 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2090 (cperl-perldoc): Add autoload.
2091 (cperl-perldoc-at-point): Likewise.
2092 (cperl-here-doc-spell): New function.
2093 (cperl-pod-spell): Likewise.
2094 (cperl-map-pods-heres): Likewise.
2095 (cperl-get-here-doc-region): Likewise.
2096 (cperl-font-lock-fontify-region-function): Likewise (backward
2097 compatibility for legacy `font-lock').
2098 (cperl-font-lock-unfontify-region-function): Fix style.
2099 (cperl-fontify-syntaxically): Recognize and optimize away deferred
2100 calls with no-change. Governed by `cperl-hook-after-change'.
2101 (cperl-fontify-update): Recognize that syntaxification region
2102 can be larger than fontification one.
2103 XXXX we leave `cperl-postpone' property, so this is quadratic...
2104 (cperl-fontify-update-bad): Temporary placeholder until
2105 it is clear how to implement `cperl-fontify-update'.
2106 (cperl-time-fontification): New function.
2107 (attrib-group): New text attribute.
2108 (multiline): New value: `syntax-type' text attribute.
2109
2110 After 5.2:
2111 (cperl-emulate-lazy-lock): New function.
2112 (cperl-fontify-syntaxically): Would skip large regions.
2113 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2114 Some globals were declared, but uninitialized.
2115
2116 After 5.3, 5.4:
2117 (cperl-facemenu-add-face-function): Add docs, fix U<>.
2118 Copyright message updated.
2119 (cperl-init-faces): Work around a bug in `font-lock'. May slow
2120 facification down a bit.
2121 Misprint for my|our|local for old `font-lock'
2122 "our" was not fontified same as "my|local".
2123 Highlight variables after "my" etc even in
2124 a middle of an expression.
2125 Do not facify multiple variables after my etc
2126 unless parentheses are present.
2127
2128 After 5.5, 5.6
2129 (cperl-fontify-syntaxically): after-change hook could reset.
2130 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2131
2132 After 5.7:
2133 (cperl-init-faces): Allow highlighting of local ($/).
2134 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2135 (cperl-problems): Remove fixed problems.
2136 (cperl-find-pods-heres): Recognize #-comments in m##x too.
2137 Recognize charclasses (unless delimiter is \).
2138 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2139 (cperl-regexp-scan): Update docs.
2140 (cperl-beautify-regexp-piece): Use information got from regexp scan.
2141
2142 After 5.8:
2143 Major user visible changes:
2144 Recognition and fontification of character classes in RExen.
2145 Variable indentation of RExen according to groups.
2146
2147 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2148 Fontify REx charclasses in variable-name face.
2149 Fontify POSIX charclasses in "type" face.
2150 Fontify unmatched "]" in function-name face.
2151 Mark first-char of HERE-doc as `front-sticky'.
2152 Reset `front-sticky' property when needed.
2153 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2154 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2155 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2156 constructs. Support `narrow'ed buffers.
2157 (cperl-praise): Remove a reservation.
2158 (cperl-make-indent): New function.
2159 (cperl-indent-for-comment): Use `cperl-make-indent'.
2160 (cperl-indent-line): Likewise.
2161 (cperl-lineup): Likewise.
2162 (cperl-beautify-regexp-piece): Likewise.
2163 (cperl-contract-level): Likewise.
2164 (cperl-toggle-set-debug-unwind): New function.
2165 New menu entry for this.
2166 (fill-paragraph-function): Use when `boundp'.
2167 (cperl-calculate-indent): Take into account groups when indenting RExen.
2168 (cperl-to-comment-or-eol): Recognize # which end a string.
2169 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2170 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2171 (cperl-fontify-syntaxically): More clear debugging message.
2172 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2173 (cperl-init-faces): More complicated highlight even on XEmacs (new).
2174 Merge cosmetic changes from XEmacs.
2175
2176 After 5.9:
2177 (cperl-1+): Move to before the first use.
2178 (cperl-1-): Likewise.
2179
2180 After 5.10:
2181
2182 This code may lock Emacs hard!!! Use at your own risk!
2183
2184 (cperl-font-locking): New internal variable.
2185 (cperl-beginning-of-property): New function.
2186 (cperl-calculate-indent): Use `cperl-beginning-of-property'
2187 instead of `previous-single-property-change'.
2188 (cperl-unwind-to-safe): Likewise.
2189 (cperl-after-expr-p): Likewise.
2190 (cperl-get-here-doc-region): Likewise.
2191 (cperl-font-lock-fontify-region-function): Likewise.
2192 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2193 recursively.
2194 Bound `next-single-property-change' via `point-max'.
2195 (cperl-unwind-to-safe): Bound likewise
2196 (cperl-font-lock-fontify-region-function): Likewise.
2197 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2198 Initialization of `cperl-font-lock-multiline-start' could be
2199 missed if the "main" fontification did not run due to the
2200 keyword being already fontified.
2201 (cperl-pod-spell): Return t from do-one-chunk function.
2202 (cperl-map-pods-heres): Stop when the worker returns nil.
2203 Call `cperl-update-syntaxification'.
2204 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2205 (cperl-get-here-doc-delim): Remove unused function.
2206
2207 After 5.11:
2208
2209 The possible lockup of Emacs (introduced in 5.10) fixed.
2210
2211 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2212 (cperl-syntaxify-for-menu): New customization variable.
2213 (cperl-select-this-pod-or-here-doc): New function.
2214 (cperl-get-here-doc-region): Extra argument.
2215 Do not adjust pos by 1.
2216
2217 New menu entries
2218 (Perl/Tools): Selection of current POD or HERE-DOC section.
2219 (Debugging CPerl:) backtrace on fontification.
2220
2221 After 5.12:
2222 (cperl-cached-syntax-table): Use `car-safe'.
2223 (cperl-forward-re): Remove spurious argument SET-ST.
2224 Add documentation.
2225 (cperl-forward-group-in-re): New function.
2226 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2227 (XXXX Temporary (?) hack is to syntax-mark them as comment).
2228
2229 After 5.13:
2230 (cperl-string-syntax-table): Make { and } not-grouping
2231 (Sometimes they ARE grouping in RExen, but matching them would only
2232 confuse in many situations when they are not)
2233 (beginning-of-buffer): Replace two occurences with goto-char...
2234 (cperl-calculate-indent): `char-after' could be nil...
2235 (cperl-find-pods-heres): REx can start after "[" too.
2236 Hightlight (??{}) in RExen too.
2237 (cperl-maybe-white-and-comment-rex): New constant
2238 (cperl-white-and-comment-rex): Likewise.
2239 XXXX Not very efficient, but hard to make
2240 better while keeping 1 group.
2241
2242 After 5.13:
2243 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2244 Likewise for 1 << identifier.
2245
2246 After 5.14:
2247 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2248 Error-less condition-case could fail.
2249 (cperl-font-lock-fontify-region-function): Likewise.
2250 (cperl-init-faces): Likewise.
2251
2252 After 5.15:
2253 (cperl-find-pods-heres): Support property REx-part2.
2254 (cperl-calculate-indent): Likewise.
2255 Don't special-case REx with non-empty 1st line.
2256 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2257 Invert highlighting of charclasses:
2258 now the envelop is highlighted.
2259 Highlight many others 0-length builtins.
2260 (cperl-praise): Mention indenting and highlight in RExen.
2261
2262 After 5.15:
2263 (cperl-find-pods-heres): Highlight capturing parens in REx.
2264
2265 After 5.16:
2266 (cperl-find-pods-heres): Highlight '|' for alternation
2267 Initialize `font-lock-warning-face' if not present.
2268 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2269 `font-lock-function-name-face'.
2270 (cperl-look-at-leading-count): Likewise.
2271 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2272 `font-lock-keyword-face' (needed for
2273 batch processing), etc...
2274 Use `font-lock-builtin-face' for builtin in REx
2275 Now `font-lock-variable-name-face'
2276 is used for interpolated variables
2277 Use "talking aliases" for faces inside REx
2278 Highlight parts of REx (except in charclasses)
2279 according to the syntax and/or semantic
2280 Syntax-mark a {}-part of (?{}) as "comment"
2281 (it was the ()-part)
2282 Better logic to distinguish what is what in REx
2283 (cperl-tips-faces): Document REx highlighting
2284 (cperl-praise): Mention REx syntax highlight etc.
2285
2286 After 5.17:
2287 (cperl-find-sub-attrs): Would not always manage to print error message.
2288 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2289
2290 After 5.18:
2291 (cperl-find-pods-heres): Misprint in REx for parsing REx.
2292 Very minor optimization.
2293 `my-cperl-REx-modifiers-face' got quoted.
2294 Recognize "print $foo <<END" as HERE-doc.
2295 Put `REx-interpolated' text attribute if needed.
2296 (cperl-invert-if-unless-modifiers): New function.
2297 (cperl-backward-to-start-of-expr): Likewise.
2298 (cperl-forward-to-end-of-expr): Likewise.
2299 (cperl-invert-if-unless): Works in "the opposite way" too.
2300 Cursor position on return is on the switch-word.
2301 Indents comments better.
2302 (REx-interpolated): New text attribute.
2303 (cperl-next-interpolated-REx): New function.
2304 (cperl-next-interpolated-REx-0): Likewise.
2305 (cperl-next-interpolated-REx-1): Likewise.
2306 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
2307 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2308 (cperl-praise): Mention finded interpolated RExen.
2309
2310 After 5.19:
2311 (cperl-init-faces): Highlight %$foo, @$foo too.
2312 (cperl-short-docs): Better docs for system, exec.
2313 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2314 Would not find HERE-doc ended by EOF without NL.
2315 (cperl-short-docs): Correct not-doubled \-escapes.
2316 start block: Put some `defvar' for stuff gone from XEmacs.
2317
2318 After 5.20:
2319 initial comment: Extend copyright, fix email address.
2320 (cperl-indent-comment-at-column-0): New customization variable.
2321 (cperl-comment-indent): Indentation after $#a would increasy by 1.
2322 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2323 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2324 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2325 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2326 highlight $ in $foo too (UNTESTED).
2327 (cperl-set-style): Docstring missed some available styles.
2328 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2329 Change "Current" to "Memorize Current".
2330 (cperl-indent-wrt-brace): New customization variable; the default is
2331 as for pre-5.2 version.
2332 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2333 (cperl-style-alist): Likewise.
2334 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2335 and `cperl-extra-newline-before-brace' etc
2336 being t
2337 (cperl-indent-exp): Plans B and C to find continuation blocks even
2338 if `cperl-extra-newline-before-brace' is t.
2339
2340 After 5.21:
2341 Improve some docstrings concerning indentation.
2342 (cperl-indent-rules-alist): New variable.
2343 (cperl-sniff-for-indent): New function name
2344 (separated from `cperl-calculate-indent').
2345 (cperl-calculate-indent): Separate the sniffer and the indenter;
2346 uses `cperl-sniff-for-indent' now.
2347 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2348 was inverted;
2349 Support `comment-column' = 0.
2350
2351 2006-10-11 Martin Rudalics <rudalics@gmx.at>
2352
2353 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2354 * help-at-pt.el (scan-buf-move-to-region): Likewise.
2355 * longlines.el (longlines-window-change-function): Likewise.
2356 * simple.el (undo-ask-before-discard): Likewise.
2357 * wid-edit.el (widget-field-prompt-internal)
2358 (widget-documentation-link-p): Likewise.
2359
2360 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2363 for a keyword.
2364
2365 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * newcomment.el (comment-valid-prefix-p): Make the check
2368 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
2369 (comment-indent-new-line): Adjust call.
2370
2371 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
2372
2373 * allout.el (allout-back-to-current-heading): Base on lower-level
2374 routines to get proper disqualification of aberrant topics.
2375
2376 2006-10-09 Richard Stallman <rms@gnu.org>
2377
2378 * textmodes/two-column.el (2C-two-columns): Doc fix.
2379
2380 2006-10-09 Kim F. Storm <storm@cua.dk>
2381
2382 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2383 about implicit use.
2384
2385 2006-10-08 Richard Stallman <rms@gnu.org>
2386
2387 * textmodes/two-column.el (2C-two-columns): Doc fix.
2388
2389 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2390
2391 * files.el: Mark `buffer-read-only' as safe-local-variable.
2392
2393 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
2394
2395 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2396 Burp if GUD buffer has been killed.
2397
2398 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * completion.el (add-completions-from-c-buffer):
2401 Don't presume an error's second element is a string.
2402 Use looking-at rather than buffer-substring + member.
2403
2404 2006-10-07 Eli Zaretskii <eliz@gnu.org>
2405
2406 * mail/rmail.el (rmail-redecode-body): If the old encoding is
2407 `undecided', call find-coding-systems-region to find a proper
2408 non-trivial encoding.
2409 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2410 and "text/plain".
2411
2412 2006-10-07 Kevin Ryde <user42@zip.com.au>
2413
2414 * textmodes/reftex-vars.el (defgroup reftex): Update home page
2415 url-link.
2416
2417 * strokes.el (defgroup strokes): Remove invalid url-link.
2418
2419 2006-10-07 Magnus Henoch <mange@freemail.hu>
2420
2421 * autoinsert.el (auto-insert-alist): Doc fix.
2422
2423 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2424
2425 * mouse-sel.el (mouse-insert-selection-internal):
2426 Use insert-for-yank, so that yank handlers are run.
2427
2428 2006-10-07 Kim F. Storm <storm@cua.dk>
2429
2430 * ido.el (ido-file-extension-aux): Fix comparison.
2431
2432 2006-10-06 Kim F. Storm <storm@cua.dk>
2433
2434 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2435
2436 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
2437
2438 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2439 (ad-make-mapped-call): Use `let', not `let*'.
2440
2441 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * international/mule-cmds.el (coding-system-change-eol-conversion):
2444 Ensure the coding system is initialized before calling
2445 coding-system-eol-type.
2446
2447 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
2448
2449 * textmodes/org.el (org-rm-props, org-activate-plain-links)
2450 (org-activate-angle-links, org-activate-dates)
2451 (org-activate-target-links, org-activate-camels)
2452 (org-activate-tags): Add `rear-nonsticky' text property to avoid
2453 textproperty keymaps from being active beyond the end of a line.
2454 (org-unfontify-region): Also remove `rear-nonsticky' property.
2455
2456 2006-10-04 Kenichi Handa <handa@m17n.org>
2457
2458 * international/code-pages.el (next): Table fixed.
2459
2460 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2463 that it's been made unnecessary by removing narrowing.
2464
2465 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2468 control flow a bit, simplify another bit, and add comments.
2469
2470 2006-10-03 David Kastrup <dak@gnu.org>
2471
2472 * help.el (describe-mode): For clicks on mode-line, use "@"
2473 interactive argument to get the major mode of the click instead of
2474 the current buffer.
2475
2476 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2477 in order to better redirect mouse-2 clicks. Also allow default
2478 bindings to apply.
2479
2480 2006-10-03 Kim F. Storm <storm@cua.dk>
2481
2482 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2483 (pushnew): Fix last change.
2484
2485 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
2486
2487 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2488 Use the interactive spec of `eval-expression'.
2489
2490 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
2491
2492 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
2493
2494 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2495
2496 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2497 2006-09-28 commit.
2498
2499 2006-10-02 Kenichi Handa <handa@m17n.org>
2500
2501 * international/code-pages.el (iso-8859-6): Table fixed.
2502
2503 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2504
2505 * dired.el (dired-build-subdir-alist): Fix previous change.
2506
2507 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
2508
2509 * simple.el (undo-elt-crosses-region): Fix the inequalities.
2510
2511 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * emacs-lisp/find-func.el (find-function-regexp): Don't match
2514 "define-button-type".
2515
2516 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
2517 they don't keep accumulating.
2518
2519 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2520
2521 * ffap.el (ffap-rfc-path): Change the address of the RFC
2522 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
2523
2524 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
2525
2526 * allout.el (allout-expose-topic): Rectify implementation of "+"
2527 spec, so that bodies are not exposed with headlines.
2528
2529 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
2530
2531 * allout.el (allout-current-depth): Do aberrent check only at or
2532 below doublecheck depth.
2533 (allout-chart-subtree): Make it explicit that LEVELS being nil
2534 means unlimited depth. Drop undocumented support for LEVELS value
2535 t meaning unlimited depth. (This is consistent with
2536 allout-chart-to-reveal, but contrary to allout-show-children,
2537 which needs to use nil to default to depth of 1.)
2538 (allout-goto-prefix-doublechecked): Wrap long docstring line.
2539 (allout-chart-to-reveal): Be explicit in docstring about meaning
2540 of nil LEVELS, and drop support for LEVELS value t.
2541 (allout-show-children): Translate the level spec used by this
2542 routine to that used by allout-chart-subtree and
2543 allout-chart-to-reveal.
2544 (allout-show-to-offshoot): Retry once when stuck, after opening
2545 subtree - improvements in discontinuity handling likely will
2546 enable progress.
2547
2548 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * wid-edit.el (widget-button-click-moves-point): New variable.
2551 (widget-button-click): If widget-button-click-moves-point is
2552 non-nil, set point after performing the button action
2553
2554 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2555
2556 2006-09-30 Martin Rudalics <rudalics@gmx.at>
2557
2558 * files.el (find-file-existing): Modify to not allow wildcards.
2559
2560 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2561
2562 * simple.el (undo-more): When undo information for the region is
2563 exhausted, say "No further undo information FOR REGION".
2564
2565 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
2566
2567 * progmodes/sh-script.el (sh-prev-thing):
2568 Take `sh-leading-keywords' into account.
2569
2570 2006-09-29 Glenn Morris <rgm@gnu.org>
2571
2572 * custom.el (defcustom): Doc fix.
2573
2574 * calendar/calendar.el (european-calendar-style):
2575 Call european-calendar or american-calendar as needed when set.
2576 (diary-view-entries, list-calendar-holidays): Move autoloads
2577 before use.
2578
2579 2006-09-29 Juri Linkov <juri@jurta.org>
2580
2581 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
2582 to nil if there is no previous property change.
2583
2584 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2585
2586 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
2587 saving anything to be sure that `forward-sexp' behaves correctly.
2588
2589 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * simple.el (line-move-finish): Ignore field boundaries if the
2592 initial and final points have the same `field' property.
2593
2594 2006-09-29 Kim F. Storm <storm@cua.dk>
2595
2596 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
2597 to t while calling ido-read-internal.
2598
2599 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
2600
2601 * textmodes/org.el (org-file-remote-p): Get regexp from list.
2602 (org-archive-subtree): Remove erraneous `]' from character list.
2603
2604 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
2605
2606 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
2607 (ses-reconstruct-all): Make undo of "insert row" work by keeping
2608 markers for data-area and parameters-area.
2609
2610 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
2613
2614 * font-lock.el (font-lock-after-change-function): Refontify next line
2615 as well if end is at BOL.
2616 (font-lock-extend-jit-lock-region-after-change): Be more careful to
2617 only extend the region as much as needed.
2618
2619 2006-09-28 Richard Stallman <rms@gnu.org>
2620
2621 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
2622
2623 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
2624
2625 * international/mule.el (after-insert-file-set-coding):
2626 If VISIT, don't let set-buffer-multibyte make undo info.
2627
2628 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
2629
2630 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
2631 lines in base64-encoded authentication response.
2632
2633 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2634
2635 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
2636 (ebnf-version): New version 4.3.
2637 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
2638 (ebnf-prologue): Adjust PostScript programming.
2639 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
2640 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
2641
2642 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * jit-lock.el (jit-lock-force-redisplay): Rename from
2645 jit-lock-fontify-again, and undo the mistaken change I've just done.
2646
2647 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
2648 (jit-lock-fontify-again): Don't refontify text that's not displayed.
2649
2650 2006-09-26 Kenichi Handa <handa@m17n.org>
2651
2652 * startup.el (display-splash-screen): Allow a prefix argument.
2653
2654 2006-09-25 Jason Rumney <jasonr@gnu.org>
2655
2656 * subr.el (shell-quote-argument): Use DOS logic for Windows
2657 shells with DOS semantics.
2658
2659 2006-09-24 Richard Stallman <rms@gnu.org>
2660
2661 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
2662 (compilation-goto-locus): Use compilation-goto-locus-delete-o
2663 to delete the overlay. Put it on pre-command-hook.
2664
2665 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2666
2667 * startup.el (fancy-splash-screens, normal-splash-screen):
2668 Call the splash buffer *About GNU Emacs*.
2669
2670 * simple.el (next-error-highlight, next-error-highlight-no-select):
2671 Default to 0.5.
2672 (yank-excluded-properties): Add `fontified'.
2673
2674 * font-lock.el (font-lock-compile-keywords): Allow value of
2675 syntax-begin-function to enable paren-column-0 highlighting.
2676
2677 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2678
2679 * dired.el (dired-build-subdir-alist): When file ends in colon,
2680 don't exit the loop, just disregard that file.
2681
2682 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * simple.el (line-move-finish): Handle corner case for fields in
2685 continued lines.
2686 (line-move-1): Remove flawed test for that case.
2687
2688 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
2689
2690 * icomplete.el (icomplete-simple-completing-p): Use the correct
2691 name for the new variable, `icomplete-with-completion-tables'.
2692 (file local variables): Remove superfluous setting.
2693
2694 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2695
2696 * calendar/appt.el (appt-check): Fix typo for appointments just
2697 after midnight.
2698
2699 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * help.el (describe-key-briefly, describe-key): Don't expect an
2702 extra up event if a down-event is generated by a popup menu.
2703
2704 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
2705
2706 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2707 local dictionary when changing the global dictionary.
2708
2709 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
2710
2711 * icomplete.el (icomplete-with-completion-tables): List of
2712 specialized completion tables with which icomplete should
2713 operate. Include the new `internal-complete-buffer', so icomplete
2714 works with interactive buffer-selection.
2715 (icomplete-simple-completing-p): Add acceptance of specialized
2716 completion tables listed in icomplete-with-completion-tables.
2717
2718 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2719
2720 * frame.el (focus-follows-mouse): Set default to nil on Mac.
2721
2722 * startup.el (command-line): Use `custom-reevaluate-setting' for
2723 `focus-follows-mouse'.
2724
2725 2006-09-22 Richard Stallman <rms@gnu.org>
2726
2727 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2728 explain why Save is not available.
2729
2730 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * woman.el (woman0-so): Use `let*', not `let'.
2733 (woman-horizontal-line): Remove unbalanced parenthesis.
2734
2735 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * woman.el: Make sure all the end-of-region markers we use have
2738 a non-nil insertion-type.
2739 (woman0-so): Move things around so we can use copy-marker.
2740 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2741 Adjust marker type.
2742 (woman2-process-escapes): Check marker type.
2743 (woman-horizontal-line): Dispense with the use of a marker.
2744
2745 2006-09-22 Jay Belanger <belanger@truman.edu>
2746
2747 * calc/calc-lang.el: Add Greek letters to math-variable-table
2748 property of tex.
2749
2750 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
2753
2754 2006-09-22 Masatake YAMATO <jet@gyve.org>
2755
2756 * add-log.el (add-log-current-defun): Use `forward-sexp'
2757 instead of `forward-word' to pick c++::symbol.
2758 Reported by Herbert Euler <herberteuler@hotmail.com>.
2759
2760 2006-09-22 Kenichi Handa <handa@m17n.org>
2761
2762 * bindings.el: Fix setting self-insert-command for multibyte
2763 characters in global-map.
2764
2765 2006-09-21 David Kastrup <dak@gnu.org>
2766
2767 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2768 doc string.
2769
2770 2006-09-21 Kenichi Handa <handa@m17n.org>
2771
2772 * language/european.el ("Latin-1"): Add windows-1252 to
2773 coding-priority.
2774 ("German"): Likewise.
2775
2776 2006-09-21 Kim F. Storm <storm@cua.dk>
2777
2778 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2779 Suggested by Miles Bader.
2780
2781 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
2782 instead of add-to-list in the simple case.
2783
2784 2006-09-20 Kenichi Handa <handa@m17n.org>
2785
2786 * isearch.el (isearch-process-search-char): Cancel the previous change.
2787 (isearch-search-string): New function.
2788 (isearch-search): Use isearch-search-string.
2789 (isearch-lazy-highlight-search): Likewise.
2790
2791 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2792
2793 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2794 string to become an option.
2795
2796 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2799
2800 2006-09-20 Kim F. Storm <storm@cua.dk>
2801
2802 * simple.el (line-move-partial): Call pos-visible-in-window-p with
2803 position t instead of trying both window-end and window-end - 1.
2804
2805 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
2806
2807 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2808 hidden trees.
2809
2810 2006-09-20 David Kastrup <dak@gnu.org>
2811
2812 * mouse.el (mouse-posn-property): Improve doc string.
2813 (mouse-on-link-p): Change buffers for function calls on links.
2814
2815 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
2816 buffer is read-only.
2817
2818 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
2819
2820 * allout.el (allout-unprotected): Let inhibit-read-only only when
2821 buffer-read-only isn't set.
2822 (allout-annotate-hidden): Enable topic annotation during copies even
2823 when the buffer is read-only, eg for topic copies. Ensure that the loop
2824 advances, even when the span extends beyond the deletion region.
2825 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2826 rather than allout-exposure-changed-hook, as a stronger assertion.
2827 (allout-keybindings-list): Add bindings for
2828 allout-copy-line-as-kill and allout-copy-topic-as-kill.
2829 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2830 Copy wrappers for allout-kill-line and allout-kill-topic.
2831 (allout-listify-exposed): Position correctly to accumulate lines.
2832
2833 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
2834
2835 * simple.el (line-move-1): Escape field boundaries occurring
2836 exactly at point. Update goal column if constrained to a field.
2837 (line-move-finish): Escape field boundaries occurring exactly at point.
2838
2839 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * mouse.el (mouse-on-link-p): Tentatively fix last change.
2842 (mouse-drag-vertical-line): Remove unused var `wconfig'.
2843
2844 2006-09-19 Kim F. Storm <storm@cua.dk>
2845
2846 * help.el (describe-key-briefly, describe-key): Simplify printing
2847 of descriptions by using format and %S. Fix "is undefined"
2848 messages to say "at that spot" for mouse events.
2849
2850 * simple.el (line-move-partial): Optimize. Try window-line-height
2851 before posn-at-point to get vpos of current line.
2852
2853 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
2854
2855 * viper.el: Bump up version/date of update to reflect the substantial
2856 changes done in August 2006.
2857
2858 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
2859 are defined.
2860
2861 * ediff-util.el (ediff-add-to-history): New function.
2862
2863 * ediff.el: Use ediff-add-to-history instead of add-to-history.
2864
2865 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2866
2867 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
2868 Delete duplicate make-local-variable form.
2869 (conf-space-keywords): Add autoload cookie.
2870 Fix typo (`keywords', not `keyword').
2871
2872 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2873
2874 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
2875 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
2876 to x-gtk-use-old-file-dialog
2877
2878 2006-09-18 Richard Stallman <rms@gnu.org>
2879
2880 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
2881 that might come in during mouse tracking.
2882
2883 2006-09-18 Kim F. Storm <storm@cua.dk>
2884
2885 * simple.el (line-move-partial): Rework 2006-09-15 change to use
2886 new window-line-height function. Further optimize by not calling
2887 pos-visible-in-window-p for window-end when window-line-height
2888 returns useful information.
2889
2890 2006-09-16 Richard Stallman <rms@gnu.org>
2891
2892 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
2893 (conf-space-mode): Don't handle prefix arg.
2894 Delete conf-space-keywords-override code.
2895 Use add-hook.
2896 (conf-space-keywords): New command.
2897 (conf-space-mode-internal): Be careful with imenu-generic-expression.
2898 Delete conf-space-keywords-override code.
2899 (conf-space-keywords-alist): Doc fix.
2900 (conf-space-font-lock-keywords): Doc fix.
2901 (conf-space-keywords-override): Var deleted.
2902
2903 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * startup.el (fancy-splash-screens): Don't switch to the scratch
2906 buffer; it may not be the next buffer.
2907
2908 2006-09-16 Romain Francoise <romain@orebokech.com>
2909
2910 * saveplace.el (load-save-place-alist-from-file): Use expanded name
2911 in both messages.
2912
2913 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2914
2915 * progmodes/python.el (python-preoutput-filter):
2916 Fix arg order to string-match.
2917
2918 2006-09-16 Richard Stallman <rms@gnu.org>
2919
2920 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
2921 font-lock-compile-keywords.
2922
2923 * font-lock.el (font-lock-compile-keywords): Rename optional arg
2924 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
2925
2926 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2927
2928 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
2929
2930 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
2931 and the data doesn't look like UTF8, send STRING instead.
2932
2933 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
2934
2935 * textmodes/flyspell.el (flyspell-check-region-doublons):
2936 New function to detect duplicated words.
2937 (flyspell-large-region): Use it.
2938
2939 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * simple.el (line-move-to-column): Revert 2006-08-03 change.
2942
2943 2006-09-16 Eli Zaretskii <eliz@gnu.org>
2944
2945 * help.el (describe-prefix-bindings): Use let, not let*.
2946
2947 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
2948
2949 * allout.el (allout-regexp, allout-line-boundary-regexp)
2950 (allout-bob-regexp): Correct grouping and boundaries to fix
2951 backwards traversal.
2952 (allout-depth-specific-regexp, allout-depth-one-regexp):
2953 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
2954 worse time in allout-ascend.
2955 (allout-doublecheck-at-and-shallower): Identify depth threshold
2956 below which topics are checked for and disqualified by containment
2957 discontinuities.
2958 (allout-hotspot-key-handler): Correctly handle multiple-key
2959 strokes. Remove some unused variables.
2960 (allout-mode-leaders): Clarify that mode-specific comment-start
2961 will be used.
2962 (set-allout-regexp): Correctly regexp-quote allout regexps to
2963 properly accept alternative header-leads and primary bullets with
2964 regexp-specific characters (eg, C "/*", mathematica "(*").
2965 Include new regular expressions among those configured.
2966 (allout-infer-header-lead-and-primary-bullet):
2967 Rename allout-infer-header-lead.
2968 (allout-recent-depth): Manifest as a variable as well as a function.
2969 (allout-prefix-data): Simplify into an inline instead of a macro,
2970 assuming current match data rather than being explicitly passed
2971 it. Establish allout-recent-depth value as well as
2972 allout-recent-prefix-beginning and allout-recent-prefix-end.
2973 (allout-aberrant-container-p): True when an item's immediate
2974 offspring discontinuously contained. Useful for disqualifying
2975 unintended topic prefixes, likely at low depths.
2976 (allout-goto-prefix-doublechecked): Elaborate version of
2977 allout-goto-prefix which disqualifies aberrant pseudo-items.
2978 (allout-pre-next-prefix): Layer on top of lower-level routines, to
2979 get disqualification of aberrant containers.
2980 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
2981 containers.
2982 (allout-beginning-of-current-entry): Position at start of buffer
2983 when in container (depth 0) entry.
2984 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
2985 (allout-current-bullet): Strip text properties.
2986 (allout-get-prefix-bullet): Use right match groups.
2987 (allout-beginning-of-line, allout-next-heading):
2988 Disqualify aberrant containers.
2989 (allout-previous-heading): Disqualify aberrant containers, and
2990 change to regular (rather than inline) function, to allow
2991 self-recursion.
2992 (allout-get-invisibility-overlay): Increment so progress is made
2993 when the first overlay is not the sought one.
2994 (allout-end-of-prefix): Disqualify aberrant containers.
2995 (allout-end-of-line): Cycle something like allout-beginning-of-line.
2996 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
2997 outline.el outlines) functional again. Change the primary bullet
2998 along with the header-lead - level 1 new-style bullets now work.
2999 Engage allout-before-change-handler in mainline Emacs, not just
3000 XEmacs, to do undo handling.
3001 (allout-before-change-handler): Expose undo changes occurring in
3002 hidden regions. Use allout-get-invisibility-overlay instead of
3003 reimplementing it inline.
3004 (allout-chart-subtree): Use start rather than end of prefix in
3005 charts. Use allout-recent-depth variable.
3006 (allout-chart-siblings): Disqualify aberrant topics.
3007 (allout-beginning-of-current-entry): Position correctly.
3008 (allout-ascend): Use new allout-depth-specific-regexp and
3009 allout-depth-one-regexp for linear instead of O(N^2) or worse
3010 behavior.
3011 (allout-ascend-to-depth): Depend on allout-ascend, rather than
3012 reimplementing an algorithm.
3013 (allout-up-current-level): Depend on allout-ascend, rather than
3014 reimplementing an algorithm. Return to start-point if we fail.
3015 (allout-descend-to-depth): Use allout-recent-depth variable
3016 instead of function.
3017 (allout-next-sibling): On traversal of numerous intervening
3018 topics, resort to economical allout-next-sibling-leap.
3019 (allout-next-sibling-leap): Specialized version of
3020 allout-next-sibling that uses allout-ascend cleverly, to depend on
3021 a regexp search to leap large numbers of contained topics, rather
3022 than arbitrarily many one-by-one traversals.
3023 (allout-next-visible-heading): Disqualify aberrant topics.
3024 (allout-previous-visible-heading): Position consistently when
3025 interactive.
3026 (allout-forward-current-level): Base on allout-previous-sibling
3027 rather than (differently) reimplmenting the algorithm. Remove some
3028 unused variables.
3029 (allout-solicit-alternate-bullet): Present default choice stripped
3030 of text properties.
3031 (allout-rebullet-heading): Use bullet stripped of text properties.
3032 Register changes using allout-exposure-change-hook.
3033 Disregard aberrant topics.
3034 (allout-shift-in): With universal-argument, make topic a peer of
3035 it's former offspring. Simplify the code by separating out
3036 allout-shift-out functionality.
3037 (allout-shift-out): With universal-argument, make offspring peers
3038 of their former container, and its siblings. Implement the
3039 functionality here, rather than inappropriately muddling the
3040 implementation of allout-shift-in.
3041 (allout-rebullet-topic): Respect additional argument for new
3042 parent-child separation function.
3043 (allout-yank-processing): Use allout-ascend directly.
3044 (allout-show-entry): Disqualify aberrant topics.
3045 (allout-show-children): Handle discontinuous children gracefully,
3046 extending the depth being revealed to expose them and posting a
3047 message indicating the situation.
3048 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3049 Leave cursor in correct position.
3050 (allout-hide-current-subtree): Use allout-ascend directly.
3051 Disqualify aberrant topics.
3052 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3053 a way that the yanks can restore it, as used to happen.
3054 (allout-yank-processing): Restore exposure layout as recorded by
3055 allout-kill-*, as used to happen.
3056 (allout-annotate-hidden, allout-hide-by-annotation): New routines
3057 for preseving and restoring exposure layout across kills.
3058 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3059 (allout-encrypt-string): Strip text properties.
3060 Rearranged order and outline-headings for some of the
3061 miscellaneous functions.
3062 (allout-resolve-xref): No need to quote the error name in the
3063 condition-case handler section.
3064 (allout-flatten): Classic recursive (and recursively intensive,
3065 without tail-recursion) list-flattener, needed by allout-shift-out
3066 when confronted with discontinuous children.
3067
3068 2006-09-16 Jason Rumney <jasonr@gnu.org>
3069
3070 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3071 on ms-windows.
3072 (dnd-open-unc-file): Remove.
3073 (dnd-open-local-file): Mention in doc string that it also handles
3074 remote files if the system natively supports unc file-names.
3075
3076 2006-09-15 Kim F. Storm <storm@cua.dk>
3077
3078 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3079 all necessary information about the event before erasing *Help*.
3080
3081 * simple.el (line-move-partial): Use window-line-visiblity to
3082 quickly check whether last line is partially visible, and only do
3083 the hard (and slow) part in that case.
3084
3085 2006-09-15 Jay Belanger <belanger@truman.edu>
3086
3087 * COPYING: Replace "Library Public License" by "Lesser Public
3088 License" throughout.
3089
3090 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3091
3092 * term/x-win.el (x-menu-bar-open): New function for F10.
3093
3094 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3097 Disallow filenames containing " -" to avoid confusion with libtool
3098 compilation messages. Suggested by Stefan Monnier.
3099
3100 2006-09-15 David Kastrup <dak@gnu.org>
3101
3102 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3103 instead of buffer position for `mouse-on-link-p'.
3104
3105 * mouse.el (mouse-posn-property): New function looking up the
3106 properties at a click position in overlays and text properties in
3107 either buffer or strings.
3108 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3109 of both `follow-link' as well as `mouse-face' properties.
3110 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3111 buffer position.
3112
3113 * help.el (describe-key-briefly): When reading a down-event on
3114 mode lines or scroll bar, swallow the following up event, too.
3115 Use the new mouse sensitity of `key-binding' for lookup.
3116 (describe-key): The same here.
3117
3118 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
3119
3120 * play/life.el (life-patterns): Add a few more interesting patterns.
3121 (life-setup): Force `show-trailing-whitespace' to nil.
3122
3123 2006-09-14 Richard Stallman <rms@gnu.org>
3124
3125 * startup.el (fancy-splash-text): Change text to improve alignment.
3126 (fancy-splash-screens): Don't set non-standard tab width.
3127 Bind cursor-type temporarily, and make it easy to patch to
3128 preserve the splash buffer.
3129 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3130 (fancy-splash-screens): Display echo-area message explicitly.
3131 Don't set fancy-splash-help-echo.
3132
3133 * simple.el (line-number-mode): Group mode-line instead of
3134 editing-basics.
3135 (column-number-mode, size-indication-mode): Likewise.
3136
3137 * faces.el (mode-line-faces): Group mode-line instead of modeline.
3138
3139 * time.el (display-time): Group mode-line instead of modeline.
3140
3141 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
3142
3143 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * startup.el (fancy-splash-text): Move editing instructions to
3146 fancy-splash-head.
3147 (fancy-splash-head): Issue editing instructions.
3148 (fancy-splash-screens): Fixup whitespace.
3149
3150 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * bindings.el (mode-line-buffer-identification-keymap):
3153 Remove duplicate line.
3154
3155 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3156
3157 * ido.el (ido-ignore-item-p): Allow any kind of functions in
3158 ignore lists.
3159
3160 2006-09-14 Kim F. Storm <storm@cua.dk>
3161
3162 * jit-lock.el (jit-lock-fontify-again): New function.
3163 (jit-lock-fontify-now): Use it instead of lambda form.
3164
3165 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
3166
3167 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3168 (flyspell-auto-correct-word): Make ispell-filter local to these
3169 functions. Check that ispell-filter has new stuff before calling
3170 ispell-parse-output.
3171
3172 2006-09-13 Kim F. Storm <storm@cua.dk>
3173
3174 * simple.el (line-move-partial): Optimize.
3175
3176 2006-09-13 Richard Stallman <rms@gnu.org>
3177
3178 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3179 Delete spurious backquote.
3180
3181 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3182
3183 * net/rcirc.el (rcirc-print): Fix last change.
3184
3185 2006-09-12 Jay Belanger <belanger@truman.edu>
3186
3187 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3188
3189 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3190
3191 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3192 rcirc-show-maximum-output.
3193 (rcirc-mode): Remove window-scroll-function hook.
3194 (rcirc-scroll-to-bottom): Remove function.
3195 (rcirc-print): Recenter so point stays at the bottom of the window
3196 if point was already there.
3197
3198 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3199
3200 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3201 not to "t".
3202 * progmodes/compile.el (compilation-start): Likewise.
3203 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3204 Don't use expand-file-name on invocation-directory, since this
3205 might mishandle special characters in invocation-directory.
3206
3207 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * pcvs-defs.el: Remove * in defcustom's docstrings.
3210
3211 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
3212
3213 * progmodes/compile.el (compilation-directory-properties):
3214 Doc fix for help-echo.
3215
3216 2006-09-12 Lars Hansen <larsh@soem.dk>
3217
3218 * desktop.el (desktop-read): Add comment.
3219
3220 2006-09-12 Kim F. Storm <storm@cua.dk>
3221
3222 * simple.el (next-error-highlight, next-error-highlight-no-select):
3223 Fix spelling error.
3224
3225 * subr.el (sit-for): Rework to use input-pending-p and cond.
3226 Return nil input is pending on entry also for SECONDS <= 0.
3227 (while-no-input): Use input-pending-p instead of sit-for.
3228
3229 2006-09-11 Richard Stallman <rms@gnu.org>
3230
3231 * simple.el (next-error-highlight, next-error-highlight-no-select):
3232 Fix custom type and doc strings.
3233
3234 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3237 (diff-apply-hunk): Use it to ask for confirmation.
3238
3239 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3240
3241 * emacs-lisp/cl.el (pushnew): Add missing `,'.
3242
3243 2006-09-11 David Kastrup <dak@gnu.org>
3244
3245 * help.el (string-key-binding, describe-key-briefly)
3246 (describe-key): Remove `string-key-binding' and its callers since
3247 `key-binding' already caters for the proper lookup now.
3248
3249 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3252 (cfengine-mode): Use it. Fix \ syntax to be like /.
3253
3254 * bindings.el (mode-line-buffer-identification-keymap):
3255 Move initialization into declaration.
3256
3257 2006-09-10 Kim F. Storm <storm@cua.dk>
3258
3259 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3260 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3261 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3262 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
3263
3264 2006-09-10 Richard Stallman <rms@gnu.org>
3265
3266 * dired-aux.el: Handle errors in recursive copy usefully.
3267 (dired-create-files-failures): New variable.
3268 (dired-copy-file): Remove condition-case.
3269 (dired-copy-file-recursive): Check for errors on all file
3270 operations, and add them to dired-create-files-failures.
3271 Check file file-date-erorr here too.
3272 (dired-create-files): Check dired-create-files-failures
3273 and report those errors too.
3274
3275 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3276
3277 * subr.el (add-to-list): New argument COMPARE-FN.
3278
3279 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
3280
3281 * filecache.el (file-cache-add-directory)
3282 (file-cache-add-directory-list, file-cache-add-file)
3283 (file-cache-add-directory-using-find)
3284 (file-cache-add-directory-using-locate)
3285 (file-cache-add-directory-recursively): Add autoloads.
3286
3287 2006-09-09 Richard Stallman <rms@gnu.org>
3288
3289 * textmodes/conf-mode.el (conf-space-mode):
3290 Use hack-local-variables-hook instead of calling hack-local-variables.
3291 (conf-space-keywords-override): New variable.
3292 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
3293 (conf-space-mode): Always make conf-space-keywords and
3294 conf-space-keywords-override local.
3295 Call conf-space-mode-internal directly as well as via hook.
3296
3297 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3298
3299 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3300 quasi-keywords.
3301
3302 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3305 (python-send-string): Be slightly more careful about adding \n.
3306
3307 * startup.el (normal-splash-screen): Don't display the buffer if we'll
3308 kill it right away anyway.
3309
3310 2006-09-09 Eli Zaretskii <eliz@gnu.org>
3311
3312 * international/codepage.el (cp850-decode-table): Fix a few codes.
3313 (cp858-decode-table): New variable.
3314
3315 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3316
3317 * net/ldap.el (ldap-search-internal): Doc fix.
3318
3319 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3320
3321 * play/life.el (life-display-generation): Test for input manually if
3322 `sleeptime' is negative or null.
3323
3324 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3325 (print-region-1): Substitute `%s' with the page title.
3326
3327 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
3328
3329 * locate.el (locate-current-search): New variable.
3330 (locate): Set buffer local value. Use current buffer if it is
3331 in Locate mode.
3332 (locate-mode): Disable undo here.
3333 (locate-do-setup): Use locate-current-filter from buffer to be killed.
3334 (locate-update): Use locate-current-search and locate-current-filter.
3335
3336 2006-09-08 David Kastrup <dak@gnu.org>
3337
3338 * desktop.el (desktop-read): When loading a desktop, disable
3339 saving it while the load progresses, and switch off a pending lazy
3340 load by calling `desktop-lazy-abort'.
3341
3342 2006-08-27 Martin Rudalics <rudalics@gmx.at>
3343
3344 * window.el (mouse-autoselect-window-timer)
3345 (mouse-autoselect-window-position)
3346 (mouse-autoselect-window-window)
3347 (mouse-autoselect-window-now): New vars.
3348 (mouse-autoselect-window-cancel)
3349 (mouse-autoselect-window-select)
3350 (mouse-autoselect-window-start): New functions.
3351 (handle-select-window): Call `mouse-autoselect-window-start' when
3352 delayed window autoselection is enabled.
3353
3354 * cus-start.el (mouse-autoselect-window): Handle delayed window
3355 autoselection.
3356
3357 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3358 commands after which it is allowed to print in the echo area.
3359
3360 2006-09-08 Richard Stallman <rms@gnu.org>
3361
3362 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3363
3364 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3365 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3366
3367 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3368 (cancel-timer-internal): Add doc string.
3369 (cancel-function-timers): Doc fix.
3370 (with-timeout-handler, timer-event-last*): Add doc strings.
3371
3372 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3373
3374 * files.el (risky-local-variable-p): Match ...-bindat-spec.
3375
3376 * dired.el (dired-log-summary): Add doc string.
3377
3378 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
3379 (custom-group-menu-create): Not here.
3380
3381 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
3382
3383 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
3384
3385 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3386
3387 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
3388 (mac-apple-event-map): Define its handler.
3389
3390 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3391
3392 * net/ldap.el (ldap-search-internal): Handle `auth' key.
3393
3394 2006-09-07 Magnus Henoch <mange@freemail.hu>
3395
3396 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3397 clause.
3398
3399 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3400
3401 * info.el (Info-index): Bind completion-ignore-case.
3402
3403 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3406 previous commit.
3407 (inferior-prolog-guess-flavor): New fun left out of previous commit.
3408 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3409 burp in dedicated windows.
3410 (inferior-prolog-self-insert-command): New command.
3411 (inferior-prolog-mode-map): Use it.
3412
3413 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
3414
3415 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3416
3417 * international/code-pages.el: Add cp858.
3418
3419 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3420
3421 * dnd.el: Fix bootstrapping.
3422
3423 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3424
3425 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3426 (dnd-open-remote-url): New function.
3427 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3428 not windows-nt.
3429
3430 2006-09-07 Jason Rumney <jasonr@gnu.org>
3431
3432 * dnd.el (dnd-open-remote-file-function): New variable.
3433 (dnd-open-unc-file): New function.
3434 (dnd-open-file): Call dnd-open-remote-file-function if set.
3435
3436 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3437
3438 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3439 pgg-passphrase-coding-system rather than locale-coding-system.
3440 * pgg-def.el (pgg-passphrase-coding-system): New user option.
3441
3442 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * progmodes/prolog.el: Remove * in docstrings.
3445 (prolog-program-name): Add SWI prolog.
3446 (prolog-mode-menu): New menu.
3447 (prolog-mode): Set comment-add.
3448 (prolog-indent-line): Simplify. Use indent-line-to.
3449 (inferior-prolog-buffer): New var.
3450 (inferior-prolog-run, inferior-prolog-process): New funs.
3451 (run-prolog, switch-to-prolog): Rewrite, using them.
3452 (prolog-consult-region): Use inferior-prolog-buffer.
3453 (inferior-prolog-load-file): New function.
3454 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3455
3456 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3457 last word, if it's not the end of the paragraph.
3458
3459 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3460 file name.
3461
3462 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
3463
3464 * frame.el (display-mm-dimensions-alist): New defcustom.
3465 (display-mm-height, display-mm-width): Use it.
3466
3467 2006-09-06 Simon Josefsson <jas@extundo.com>
3468
3469 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3470
3471 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
3472
3473 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3474 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3475 string values.
3476
3477 2006-09-06 Kim F. Storm <storm@cua.dk>
3478
3479 * simple.el (line-move-partial): New function to do vscrolling for
3480 partially visible images / tall lines. Rewrite based on code
3481 previously in line-move. Simplify backwards vscrolling.
3482 (line-move): Use it. Simplify.
3483
3484 2006-09-05 Kim F. Storm <storm@cua.dk>
3485
3486 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3487
3488 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3491 Process the `gcc-include' after the `gnu' rule.
3492
3493 2006-09-05 Kim F. Storm <storm@cua.dk>
3494
3495 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
3496
3497 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3498
3499 * pgg.el (pgg-clear-string): Alias to clear-string for backward
3500 compatibility.
3501
3502 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
3503 inhibit-redisplay; encode passphrase with locale-coding-system.
3504
3505 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3506
3507 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
3508
3509 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
3510
3511 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3512 (gdb-var-list-children-regexp): Make type field optional.
3513
3514 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
3515 e.g public, protected in C++.
3516
3517 2006-09-04 John Paul Wallington <jpw@pobox.com>
3518
3519 * simple.el (completion-show-help): New defcustom.
3520 (completion-setup-function): Heed it.
3521
3522 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3523
3524 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3525
3526 2006-09-04 Richard Stallman <rms@gnu.org>
3527
3528 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
3529 (rsf-min-region-to-spam-list): Doc fix.
3530 (rsf-add-content-type-field): Doc fix.
3531
3532 * simple.el (kill-region): Explicitly test there is a region.
3533
3534 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
3537 sendmail in several common directories.
3538
3539 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
3540
3541 * paths.el (sendmail-program): Removed.
3542
3543 2006-09-04 Daiki Ueno <ueno@unixuser.org>
3544
3545 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
3546 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
3547 http://article.gmane.org/gmane.emacs.gnus.general/50457
3548
3549 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
3550
3551 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
3552 mark after running the menu filter.
3553
3554 2006-09-03 Juri Linkov <juri@jurta.org>
3555
3556 * international/quail.el (quail-defrule-internal): Add a check
3557 if a key is a vector.
3558
3559 2006-09-02 Juri Linkov <juri@jurta.org>
3560
3561 * man.el (Man-topic-history): New variable.
3562 (man): Use it.
3563
3564 * woman.el (woman-topic-history): Change defvar to defvaralias
3565 for symbol `Man-topic-history'.
3566
3567 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
3568 `comint-last-output-start' is a marker by using `markerp' and
3569 check if it has a position by using `marker-position', and use
3570 this position for `goto-char'.
3571
3572 * international/quail.el (quail-defrule-internal): Add missing
3573 `error' call for null key.
3574
3575 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
3576
3577 * rcirc.el (rcirc-keywords): New variable.
3578 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
3579 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
3580 variables.
3581 (rcirc-responses-no-activity): New function.
3582 (rcirc-handler-generic): Check for responses in above.
3583 (rcirc-process-command): Add ?: character to arguments of raw
3584 server commands.
3585 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
3586 `rcirc-dim-nicks'.
3587 (rcirc-gray-toggle): Remove unused variable.
3588 (rcirc-print): Remove some tracking logic, which is moved into
3589 markup functions.
3590 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
3591 types.
3592 (rcirc-activity-string): Look for 'keyword in activity-types.
3593 (rcirc-window-configuration-change): Don't erase overlay-arrow
3594 unnecessarily.
3595 (rcirc-add-or-remove): New function.
3596 (rcirc-cmd-ignore): Use it.
3597 (rcirc-message-leader): Remove unused function.
3598 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
3599 (rcirc-add-face): New function.
3600 (rcirc-facify): Use rcirc-add-face.
3601 (rcirc-url-regexp): Add parens.
3602 (rcirc-map-regexp): Remove function.
3603 (rcirc-mangle-regexp): Remove function.
3604 (rcirc-markup-text-functions): New variable.
3605 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
3606 (rcirc-markup-body-text, rcirc-markup-attributes)
3607 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
3608 (rcirc-markup-bright-nicks): New markup handler functions.
3609 (rcirc-nick-in-message-full-line): New face.
3610 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
3611 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
3612
3613 2006-09-02 Martin Rudalics <rudalics@gmx.at>
3614
3615 * cus-start.el (hscroll-margin, hscroll-step)
3616 (mode-line-in-non-selected-windows, mouse-autoselect-window)
3617 (x-use-underline-position-properties): Change version to "22.1"
3618 since they will appear there for the first time.
3619
3620 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
3623
3624 2006-08-31 Richard Stallman <rms@gnu.org>
3625
3626 * cus-edit.el (custom-save-variables): Slight cleanup.
3627 (Custom-no-edit): Renamed from custom-no-edit.
3628 (Custom-newline): Renamed from custom-newline.
3629 (custom-mode-map): Use new names.
3630
3631 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
3632 about customization, rather than M-x customize, in the doc string
3633 made for the defcustom.
3634
3635 * emacs-lisp/trace.el (trace-function-background): Doc fix.
3636
3637 2006-08-31 Romain Francoise <romain@orebokech.com>
3638
3639 * dired-x.el (dired-guess-shell-alist-default): Update.
3640
3641 2006-08-31 Michael Mauger <mmaug@yahoo.com>
3642
3643 * custom.el (custom-theme-set-variables): Autoload packages before
3644 sorting the variables.
3645
3646 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
3647
3648 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
3649 chars if XEmacs.
3650 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
3651
3652 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * progmodes/python.el (python-eldoc-function): Re-enable quit while
3655 waiting for process.
3656
3657 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3658
3659 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
3660 results in ASCII-only string, encode original one directly.
3661
3662 2006-08-29 Romain Francoise <romain@orebokech.com>
3663
3664 * startup.el (normal-splash-screen, fancy-splash-screens):
3665 Make buffer read-only and arrange to enter view mode if necessary.
3666
3667 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3668
3669 * hl-line.el (hl-line): New face.
3670 (hl-line-face): Use it.
3671
3672 * image-mode.el (image-mode): Fix last fix.
3673 Suggested by Kim F. Storm.
3674
3675 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
3676
3677 Sync with Tramp 2.0.54.
3678
3679 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3680 of `=', because `tramp-get-remote-gid' might not always return an
3681 integer when expected.
3682 (tramp-register-file-name-handlers): `partial-completion-mode' is
3683 unknown to XEmacs.
3684 (tramp-time-diff): Don't use `floor', it might fail for large
3685 differences.
3686 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3687 `tramp-auto-save-directory' if unset in order to guarantee unique
3688 auto-save file names.
3689
3690 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * image-mode.el (image-mode): Display image as text on a terminal.
3693
3694 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * progmodes/python.el (python-send-command): Simplify.
3697 (run-python): Don't generate a new buffer unless `new' was specified.
3698 Make sure we send `import emacs' to the proper process.
3699
3700 * progmodes/python.el (python-send-command): Don't wait for the command
3701 to terminate. Don't fiddle with compilation-parsing-end.
3702
3703 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3704
3705 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3706 Insert commentary after first line summary.
3707
3708 * woman.el (woman-follow): New function, based on `man-follow'.
3709 (woman-mode-map): Use it.
3710
3711 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3712 since ibuffer-do-sort-by-recency does not define a sorter.
3713
3714 2006-08-28 Kim F. Storm <storm@cua.dk>
3715
3716 * find-dired.el (find-dired): Use shell-quote-argument to properly
3717 escape ( and ) args. Also use it on {} and ; args in default
3718 value of find-ls-option string.
3719 (find-grep-dired): Use shell-quote-argument on {} and ; args.
3720
3721 2006-08-27 Michael Olson <mwolson@gnu.org>
3722
3723 * emacs-lisp/tq.el: Small grammar fix in comments.
3724 (tq-enqueue): Check for existence of queue rather than the
3725 head queue item's question, which was a no-op.
3726 (tq-filter, tq-process-buffer): Make sure the process buffer
3727 exists before making it the current buffer.
3728
3729 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3730
3731 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3732 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3733 (special-event-map): Apply 2006-08-16 change for x-win.el.
3734
3735 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * progmodes/python.el (python-send-receive): Wait in the
3738 process's buffer so as to check the right buffer-local variables.
3739
3740 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3743 (defgroup checkdoc): Move to beginning.
3744
3745 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3746 (python-preoutput-continuation): Remove.
3747 (python-preoutput-filter): Simplify correspondingly.
3748 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
3749 Loop around to catch embedded _emacs_out output.
3750 (run-python): Send the import&print command on a single line.
3751 (python-send-command): Send command&print on a single line.
3752 (python-send-string): Only add double \n if needed.
3753 (python-send-receive): Loop until the result comes.
3754 (python-mode-running): Defvar it.
3755 (python-setup-brm): Remove unused var `menu'.
3756 Only bind py-mode-map and `features' around brm-init.
3757 (python-calculate-indentation): Remove unused var `point'.
3758 (python-beginning-of-defun): Remove unused var `def-line'.
3759
3760 2006-08-25 Richard Stallman <rms@gnu.org>
3761
3762 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3763
3764 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
3765
3766 * viper.el (viper-set-hooks): Use frame bindings for
3767 viper-vi-state-cursor-color.
3768 (viper-non-hook-settings): Don't set default
3769 mode-line-buffer-identification.
3770
3771 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3772 (viper-set-cursor-color-according-to-state)
3773 (viper-get-saved-cursor-color-in-replace-mode)
3774 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
3775 viper-emacs-state-cursor-color.
3776
3777 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3778 (viper-undo): Use point if undo-beg-posn is nil.
3779 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3780 (viper-after-change-undo-hook): Don't use
3781 viper-emacs-state-cursor-color by default.
3782 (viper-undo): More sensible positioning after undo.
3783
3784 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3785 (viper-emacs-state-cursor-color): Default to nil, since this feature
3786 doesn't work well yet.
3787
3788 * ediff-mult.el (ediff-intersect-directories)
3789 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
3790 always expand filenames.
3791
3792 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * tumme.el: Remove * in defcustoms's docstrings.
3795
3796 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3799 Accept internal time format for SECS arg.
3800 (timer-relative-time): Doc fix.
3801
3802 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3803 adapted from Martin Rudalics.
3804 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3805 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3806 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3807 using sit-for.
3808
3809 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
3810
3811 * cus-start.el (all): Add `overline-margin' and
3812 `x-underline-at-descent-line'.
3813
3814 2006-08-24 Kim F. Storm <storm@cua.dk>
3815
3816 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3817 to mean "use find -exec"; nil now unambiguously means auto-detect.
3818 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
3819 Use shell-quote-argument to build grep-find-command and
3820 grep-find-template.
3821 (rgrep): Use shell-quote-argument to properly quote arguments to find.
3822 Reported by Tom Seddon.
3823
3824 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
3825
3826 * startup.el (fancy-splash-head): Give instructions for dismissing
3827 the splash screen for default startup too.
3828 (display-startup-echo-area-message, fancy-splash-screens)
3829 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
3830 all splash text at once and keep the splash buffer around.
3831 (command-line-1): Give display-startup-echo-area-message a t arg.
3832
3833 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
3834
3835 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3836 gnus frame is selected.
3837
3838 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
3839
3840 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3841
3842 2006-08-22 Kim F. Storm <storm@cua.dk>
3843
3844 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3845 Add suffix matching for subdirs.
3846
3847 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3848
3849 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3850 mouse-yank-at-point is non-nil.
3851
3852 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
3853
3854 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
3855 a bit wider and remove fringes to fit initial output on line.
3856
3857 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * frame.el (blink-cursor-end): Only ignore the error we care about.
3860 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
3861
3862 2006-08-21 Richard Stallman <rms@gnu.org>
3863
3864 * whitespace.el (whitespace-cleanup): Doc fix.
3865
3866 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
3867
3868 * net/rcirc.el (rcirc-show-maximum-output): New var.
3869 (rcirc-buffer-process): If no buffer argument is supplied, use
3870 current-buffer.
3871 (rcirc-complete-nick): Complete to the last completed nick first.
3872 (rcirc-mode): Preserve the value of `rcirc-urls' across
3873 connections. Setup scroll function.
3874 (rcirc-scroll-to-bottom): New function.
3875 (rcirc-print): Use nick syntax around regexp work.
3876 Notice dim-nicks speaking only if they say our nick.
3877 (rcirc-update-activity-string): Do not show the modeline indicator
3878 if there are no live rcirc processes.
3879 (rcirc-cmd-ignore): Ignore case.
3880 (rcirc-browse-url-at-point): Fix off-by-one error.
3881
3882 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * progmodes/python.el: Remove * in defcustom docstrings.
3885 (run-python, python-proc, python-try-complete): Use derived-mode-p.
3886 (python-mode): Set tab-width and indent-tabs-mode.
3887
3888 2006-08-20 Dave Love <fx@gnu.org>
3889
3890 * progmodes/python.el: Update to Dave Love's latest version.
3891 (python-font-lock-keywords, python-mode): Don't use
3892 font-lock-syntax-table, but match symbol elements explicitly instead.
3893 (python-mode-map): Add help, and a few more key bindings.
3894 (python-skip-comments/blanks): Move out of comments as well.
3895 (python-continuation-line-p): Behave better with unbalanced parens.
3896 (python-blank-line-p): New fun.
3897 (python-open-block-statement-p): Don't use a heuristic.
3898 (python-outdent-p): Better handle blocks-in-the-same-line.
3899 (python-calculate-indentation): Misc improvements.
3900 (python-comment-indent): Remove.
3901 (python-block-pairs): New var.
3902 (python-first-word): New fun.
3903 (python-indentation-levels): Handle more common cases.
3904 (python-indent-line-1): Add `leave' argument.
3905 (python-indent-region): New fun.
3906 (python-skip-out): New fun.
3907 (python-beginning-of-statement, python-end-of-statement): Use it.
3908 (python-next-statement): Return correct count even at eob.
3909 (python-end-of-block): Fix paren-typo.
3910 (python-imenu-create-index): Add module variables.
3911 (run-python): Add `new' arg.
3912 Check we're at a prompt before returning.
3913 (python-send-command): Move to end of buffer.
3914 Wait for prompt to return.
3915 (python-set-proc): New fun.
3916 (python-imports): New var.
3917 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
3918 (python-eldoc-function): Try to move out of arg list.
3919 (python-outline-level): Offset by 1.
3920 (python-find-imports): New fun.
3921 (python-symbol-completions): Use python-imports.
3922 (python-module-path, ffap-alist): Add support for ffap.
3923 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
3924 (python-insert-*, python-default-template, python-expand-template):
3925 Add templates/skeletons.
3926 (python-setup-brm): Support for Bicycle Repair Man.
3927 (python-abbrev-syntax-table): New var.
3928 (python-abbrev-pc-hook, python-pea-hook): New funs.
3929
3930 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * frame.el (blink-cursor-start): Set timer first.
3933 (blink-cursor-end): Ignore timer cancelling errors.
3934 Suggested by Ken Manheimer.
3935
3936 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * newcomment.el (comment-box): Call `comment-normalize-vars'.
3939 Add autoload cookie.
3940
3941 2006-08-20 Richard Stallman <rms@gnu.org>
3942
3943 * simple.el (line-number-at-pos): Doc fix.
3944
3945 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
3946 timer-activate-when-idle, so timer can run before Emacs becomes
3947 non-idle again.
3948
3949 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3950
3951 * whitespace.el (whitespace-cleanup-internal): New optional arg
3952 REGION-ONLY. If it's non-nil, modify the message to the user
3953 accordingly.
3954 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
3955 a non-nil argument.
3956
3957 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
3958
3959 * rect.el (spaces-string): Simplify and add doc string.
3960
3961 2006-08-17 Romain Francoise <romain@orebokech.com>
3962
3963 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
3964
3965 2006-08-17 Richard Stallman <rms@gnu.org>
3966
3967 * compare-w.el (compare-windows): lambda's take an arg and pass
3968 it to compare-windows-skip-whitespace.
3969
3970 2006-08-17 Martin Rudalics <rudalics@gmx.at>
3971
3972 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
3973 the right buffer.
3974
3975 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
3978 removed files.
3979
3980 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
3981
3982 * progmodes/gdb-ui.el (gdb-locals-watch-map)
3983 (gdb-locals-watch-map-1): Suppress keymap first.
3984 (gdb-edit-locals-map-1): New variable.
3985 (gdb-edit-locals-value): New function.
3986 (gdb-stack-list-locals-handler): Use them.
3987
3988 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
3991 cursor would normally be drawn in the fringe.
3992
3993 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
3994 Reported by Martin Rudalics <rudalics@gmx.at>.
3995
3996 2006-08-16 Richard Stallman <rms@gnu.org>
3997
3998 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
3999 (special-event-map): Process drag-n-drop events this way.
4000
4001 * simple.el (move-beginning-of-line): Test whether fields
4002 would prevent motion back to line's first visible character.
4003 If so, stop where the fields would stop the motion.
4004
4005 * newcomment.el (comment-indent): Fully update INDENT
4006 before checking to see if it will change the text.
4007
4008 * cus-edit.el (custom-newline): New function.
4009 (custom-mode-map): Bind newline to custom-newline.
4010
4011 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
4012 into ignore-whitespace.
4013 Check each buffer for its skip-function.
4014 Handle compare-windows-skip-whitespace special-case test
4015 by returning t from default skip function.
4016
4017 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
4018
4019 * textmodes/org.el (org-clock-special-range)
4020 (org-clock-update-time-maybe): New functions.
4021 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
4022 not only a-z.
4023 (org-agenda-get-blocks): Allow multiple blocks per headline.
4024 (org-timestamp-change): Call `org-clock-update-time-maybe'.
4025 (org-export-html-title-format)
4026 (org-export-html-toplevel-hlevel): New options.
4027 (org-export-language-setup): Add support for Czech.
4028 (org-mode, org-insert-todo-heading, org-find-visible)
4029 (org-find-invisible, org-invisible-p, org-invisible-p2)
4030 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
4031 (org-show-subtree, org-show-entry, org-make-options-regexp):
4032 Remove compatibility support for old outline-mode.
4033 (org-check-occur-regexp): Funtion removed.
4034 (org-on-heading-p, org-back-to-heading): Made defalias.
4035 (org-set-local): New defsubst.
4036 (org-set-regexps-and-options, org-mode)
4037 (org-set-font-lock-defaults, org-edit-agenda-file-list)
4038 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
4039 (org-remember-apply-template, org-table-edit-field)
4040 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
4041 (org-set-autofill-regexps): Use `org-set-local'.
4042 (org-table-eval-formula): Fix bug with parsing of display flags.
4043
4044 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
4045
4046 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4047 frame with fringe arrow. Suggested by Simon Marshall
4048 <simon.marshall@misys.com>.
4049 (gdb-stack-position): New variable.
4050 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4051 (gdb-frames-mode): Set gdb-stack-position to nil.
4052 Add to overlay-arrow-variable-list
4053 (gdb-reset): Delete gdb-stack-position from above list.
4054
4055 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4056
4057 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4058 read only.
4059
4060 2006-08-13 Romain Francoise <romain@orebokech.com>
4061
4062 * cus-theme.el (customize-create-theme)
4063 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4064
4065 * filesets.el (filesets-add-buffer): Ditto.
4066
4067 * pcvs.el (cvs-change-cvsroot): Ditto.
4068
4069 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
4070
4071 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4072 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4073 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4074 expressions.
4075 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4076 Only search till end of line.
4077 Add face to function names in case of no filename.
4078 Add face to variable names of watchpoints.
4079
4080 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4081
4082 * cus-start.el <indent-tabs-mode>: Move to the `indent'
4083 customization group.
4084
4085 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
4086
4087 * allout.el (allout-prior-bindings, allout-added-bindings):
4088 Remove, after long deprecation.
4089 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4090 Add customization vars controlling allout-beginning-of-line and
4091 allout-end-of-line conveniences.
4092 (allout-header-prefix, allout-use-mode-specific-leader)
4093 (allout-use-mode-specific-leader, allout-mode-leaders):
4094 Revise docstrings.
4095 (allout-infer-header-lead): Change to be an alias for
4096 allout-infer-header-lead-and-primary-bullet.
4097 (allout-infer-header-lead-and-primary-bullet): New version of
4098 allout-infer-header-lead which assigns the primary bullet to the
4099 same as the header lead, when its being changed.
4100 (allout-infer-body-reindent): Apply regexp-quote instead of
4101 unconditionally prepending "\\", so that all literal
4102 allout-header-prefix and allout-primary-bullet strings are
4103 properly handled.
4104 (allout-add-resumptions): Add optional qualifier for extending or
4105 appending to existing values, rather than replacing them.
4106 (allout-view-change-hook): Clarify docstring.
4107 (allout-exposure-change-hook): Take explicit arguments, via
4108 run-hook-with-args.
4109 (allout-structure-added-hook)
4110 (allout-structure-deleted-hook)
4111 (allout-structure-shifted-hook): New hooks analogous to
4112 allout-exposure-change-hook for other kinds of structural outline
4113 edits.
4114 (allout-encryption-plaintext-sanitization-regexps): New encryption
4115 customization variable, by which cooperating modes can provde
4116 massage of the plaintext without actually being passed it.
4117 (allout-encryption-ciphertext-rejection-regexps)
4118 (allout-encryption-ciphertext-rejection-ceiling): New encryption
4119 customization variables, by which cooperating modes can prohibit
4120 rare but possible ciphertext patterns from fouling their
4121 operation, with actually being passed the ciphertext.
4122 (allout-mode): Run activation and deactivation hooks after the
4123 minor-mode variable has been toggled, to clarify the mode
4124 disposition. The new encryption ciphertext rejection variable is
4125 used to ensure that the ciphertext does not contain text that
4126 would be recognized as outline structural elements by allout.
4127 Substite allout-beginning-of-line and allout-end-of-line for
4128 conventionall beginning-of-line and end-of-line bindings.
4129 If allout-old-style-prefixes is non-nil, don't nullify it on mode
4130 activation!
4131 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4132 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4133 (allout-chart-subtree): Implement new mode, charting only the
4134 visible items in the subtree, when new 'visible' parameter is non-nil.
4135 (allout-end-of-subtree): Properly handle the last item in the buffer.
4136 (allout-pre-command-business, allout-command-counter):
4137 Increment an advertised counter so that cooperating enhancements can
4138 track revisions of items.
4139 (allout-open-topic): Run allout-structure-added-hook with suitable
4140 arguments.
4141 (allout-shift-in): Run allout-structure-shifted-hook with suitable
4142 arguments.
4143 (allout-shift-out): Fix doubling for negative args and ensure call
4144 of allout-structure-shifted-hook by solely using allout-shift-in.
4145 (allout-kill-line, allout-kill-topic):
4146 Run allout-structure-deleted-hook with suitable arguments.
4147 (allout-yank-processing): Run allout-structure-added-hook with
4148 proper arguments.
4149 (allout-yank): Enclose activity in allout-unprotected.
4150 (allout-flag-region): Run allout-exposure-change-hook with
4151 suitable arguments, instead of making the callee infer the arguments.
4152 (allout-encrypt-string):
4153 Support allout-encryption-plaintext-sanitization-regexps,
4154 allout-encryption-ciphertext-rejection-regexps, and
4155 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
4156 en/de cryption mode in symmetric encryption failure message.
4157 (allout-obtain-passphrase): Use copy-sequence to get a distinct
4158 copy of the passphrase, and don't zero it or we'll corrupt the
4159 stashed copy.
4160 (allout-create-encryption-passphrase-verifier)
4161 (allout-verify-passphrase): Respect the new signature for
4162 allout-encrypt-string.
4163 (allout-get-configvar-values): Convenience for getting a
4164 configuration variable value and handling its absence gracefully.
4165
4166 2006-08-11 Romain Francoise <romain@orebokech.com>
4167
4168 * obsolete/zone-mode.el: Delete.
4169
4170 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4173
4174 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
4175
4176 * emacs-lisp/bindat.el (bindat-ip-to-string):
4177 Use `format-network-address' if possible.
4178
4179 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4180
4181 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4182
4183 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4186 restore unread-command-events here.
4187 (edebug-display): Do it here, to detect sit-for interruptions.
4188
4189 2006-08-10 Romain Francoise <romain@orebokech.com>
4190
4191 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4192 (dns-mode-soa-auto-increment-serial): New user option.
4193 (dns-mode-soa-maybe-increment-serial): New function.
4194 (dns-mode): Add the latter to `write-contents-functions'.
4195
4196 * obsolete/zone-mode.el: Move to obsolete/ from net/.
4197 Delete autoload cookies.
4198
4199 2006-08-10 John Wiegley <johnw@newartisans.com>
4200
4201 * eshell/em-glob.el (eshell-glob-chars-list)
4202 (eshell-glob-translate-alist): Add support for [^g] in character globs.
4203
4204 2006-08-10 Richard Stallman <rms@gnu.org>
4205
4206 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4207 (facemenu-set-face): Doc fix.
4208 (facemenu-listed-faces): Doc fix.
4209
4210 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * avoid.el (mouse-avoidance-animating-pointer): New var.
4213 (mouse-avoidance-nudge-mouse): Use it.
4214 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4215 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4216 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4217 Don't activate if currently animating. All callers changed.
4218
4219 2006-08-09 John Wiegley <johnw@newartisans.com>
4220
4221 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4222 variable, which causes timeclock to report elapsed time worked,
4223 instead of just work remaining.
4224
4225 2006-08-09 Kenichi Handa <handa@m17n.org>
4226
4227 * international/latexenc.el (latexenc-find-file-coding-system):
4228 Fix for the case that the 2nd element of arg-list is a cons.
4229
4230 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * info.el (Info-fontify-node): Handle preceding `in' for note
4233 reference hiding rules.
4234
4235 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4238 mistake a closing " for an opening one.
4239
4240 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4241
4242 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4243
4244 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * complete.el (PC-do-completion): Filter out completions matching
4247 completion-ignored-extensions before checking whether there are
4248 multiple completions.
4249 Don't use `list' unnecessarily when building completion tables.
4250
4251 2006-08-06 Richard Stallman <rms@gnu.org>
4252
4253 * help.el (describe-mode): Make minor mode list more concise.
4254
4255 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
4256
4257 * bindings.el: Give mode-line-format, mode-line-modes, and
4258 mode-line-position `standard-value' properties.
4259
4260 2006-08-05 Eli Zaretskii <eliz@gnu.org>
4261
4262 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4263 "(file)node" instead of the file name.
4264
4265 2006-08-05 Richard Stallman <rms@gnu.org>
4266
4267 * faces.el (escape-glyph): Doc fix.
4268
4269 2006-08-04 Kenichi Handa <handa@m17n.org>
4270
4271 * international/mule-diag.el (describe-font): Improve docstring
4272 and error message. Use frame-parameter (not frame-parameters).
4273
4274 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4277 Correctly mark the end-of-docstring char.
4278
4279 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * simple.el (line-move-to-column): Constrain move-to-column to
4282 current field.
4283
4284 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 * font-lock.el (font-lock-beg, font-lock-end)
4287 (font-lock-extend-region-functions): New vars.
4288 (font-lock-extend-region-multiline)
4289 (font-lock-extend-region-wholelines): New functions.
4290 (font-lock-default-fontify-region): Use them.
4291 (font-lock-extend-jit-lock-region-after-change): Only round up
4292 if font-lock-default-fontify-region will do it as well.
4293
4294 * font-lock.el (font-lock-extend-after-change-region-function):
4295 Rename from font-lock-extend-region-function.
4296 (font-lock-extend-region): Remove by inlining at call sites.
4297 (font-lock-after-change-function): Don't needlessly round up to a whole
4298 number of lines.
4299 (font-lock-extend-jit-lock-region-after-change): Be more careful about
4300 the boundary conditions and the interactions between the various ways
4301 to extend the region.
4302
4303 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4306 modification status when forcing the second redisplay.
4307
4308 2006-08-03 Kim F. Storm <storm@cua.dk>
4309
4310 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4311
4312 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4313
4314 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4315 doesn't look like a file name.
4316
4317 * complete.el (PC-expand-many-files): Avoid signalling an error when
4318 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
4319
4320 2006-08-02 Andreas Schwab <schwab@suse.de>
4321
4322 * bindings.el (mode-line-format): Simplify reference to vc-mode.
4323
4324 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4325
4326 * bindings.el (map): Make mode-line-buffer-identification-keymap
4327 before defining propertized-buffer-identification.
4328
4329 2006-08-01 Richard Stallman <rms@gnu.org>
4330
4331 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4332
4333 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4334
4335 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4336 default value.
4337 (gdb-find-source-frame): New function.
4338 (menu): Add to menu bar.
4339
4340 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * font-core.el (font-lock-extend-region-function)
4343 (font-lock-extend-region): Move to font-lock.el.
4344
4345 * font-lock.el (font-lock-extend-region-function)
4346 (font-lock-extend-region): Move from font-core.el. Simplify.
4347
4348 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4349 if needed.
4350 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4351 (jit-lock-after-change-extend-region-functions): New hook.
4352 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4353
4354 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4355 (font-lock-turn-on-thing-lock): Use it.
4356
4357 * longlines.el (longlines-show-region): Make it work on read-only
4358 buffers as well.
4359
4360 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
4361
4362 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
4363
4364 2006-07-31 Richard Stallman <rms@gnu.org>
4365
4366 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4367 (vhdl-speedbar-display-projects): Update old obsolete
4368 speedbar variable names.
4369
4370 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4371
4372 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4373 (gdb-stopped): Use it.
4374
4375 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4376
4377 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4380 for load-history elements.
4381
4382 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4383
4384 * files.el (convert-standard-filename): For Cygwin, replace
4385 characters not allowed in Windows file names.
4386 (make-auto-save-file-name): Add Cygwin to the list of systems
4387 where the auto-save file name needs to be run through
4388 convert-standard-filename.
4389
4390 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
4391
4392 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4393
4394 2006-07-28 Richard Stallman <rms@gnu.org>
4395
4396 * bindings.el (mode-line-frame-identification)
4397 (propertized-buffer-identification): Centralize the code
4398 to initialize the variable.
4399
4400 * progmodes/grep.el (grep-default-command): Catch errors from
4401 wildcard-to-regexp.
4402
4403 2006-07-29 Kim F. Storm <storm@cua.dk>
4404
4405 * progmodes/grep.el (grep-tag-default): New function.
4406 (grep-default-command, grep-read-regexp): Use it.
4407 (grep-read-files): Use car of grep-files-history or grep-files-aliases
4408 as default if nothing else applies.
4409
4410 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
4411
4412 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4413 Throw error if buffer is not in Dired and Wdired mode, respectively.
4414
4415 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4418 self-insert-command keys don't activate buttons.
4419 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4420
4421 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
4422
4423 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4424 faces for enable character.
4425
4426 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4427
4428 * Makefile.in (recompile): Update comment to reflect change
4429 on 2004-04-21.
4430
4431 2006-07-27 Richard Stallman <rms@gnu.org>
4432
4433 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4434 (customize-package-emacs-version): Change msg when pkg has no entry.
4435 (custom-no-edit): On a button, do like widget-button-press.
4436
4437 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4438
4439 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4440 S-tab and C-S-tab.
4441
4442 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4443
4444 * progmodes/which-func.el (which-function): Fix documentation/
4445 comment typo.
4446
4447 2006-07-26 Richard Stallman <rms@gnu.org>
4448
4449 * textmodes/ispell.el (ispell-word): If we replace the word,
4450 move point to the end. Insert before deleting.
4451
4452 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4455 a timer.
4456
4457 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
4458
4459 * tumme.el (tumme-backward-image): Add prefix argument. Add error
4460 when at first image.
4461 (tumme-forward-image): Add prefix argument. Add error when at last
4462 image.
4463
4464 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * tabify.el (tabify-regexp): Use more specific regexps.
4467 (tabify): Avoid modifying the buffer unnecessarily.
4468
4469 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
4470
4471 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4472 (tumme-format-properties-string): Handle empty `buf'.
4473 (tumme-get-comment): Change variable names inside `let'.
4474 Add missing `let' variable that cause font-lock problems.
4475 (tumme-write-comments): Change variable names inside `let'.
4476 Add missing `let' variable that cause font-lock problems.
4477 (tumme-forward-image): Rename from `tumme-forward-char'.
4478 (tumme-backward-image): Rename from `tumme-backward-char'.
4479
4480 2006-07-25 Masatake YAMATO <jet@gyve.org>
4481
4482 * progmodes/ld-script.el (ld-script-keywords)
4483 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4484 and add comments.
4485
4486 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
4487
4488 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4489 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
4490 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
4491 for status indicator.
4492
4493 2006-07-24 Richard Stallman <rms@gnu.org>
4494
4495 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
4496
4497 * subr.el (dolist, dotimes): Use interned symbols for locals.
4498 (--dotimes-limit--, --dolist-tail--): New defvars.
4499 (looking-back): Doc fix.
4500
4501 * replace.el (replace-match-string-symbols): Handle dotted lists.
4502
4503 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4504
4505 * tumme.el (tumme-write-tags): Add.
4506 (tumme-write-comments): Add.
4507 (tumme-tag-files): Change to use `tumme-write-tags'.
4508 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
4509 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
4510 (tumme-save-information-from-widgets): Change to use
4511 `tumme-write-comments' and `tumme-write-tags'.
4512 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
4513 (tumme-write-tag): Remove.
4514 (tumme-write-comment): Remove.
4515 (tumme-display-previous-thumbnail-original): Remove empty line.
4516 (tumme-widget-list): Add punctuation.
4517
4518 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4519
4520 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
4521
4522 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4523
4524 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4525 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
4526 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
4527
4528 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4529
4530 * mouse.el (mouse-on-link-p): Doc fix.
4531
4532 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
4533
4534 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4535 Handle "C-h f `".
4536
4537 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4538
4539 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
4540 column.
4541
4542 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
4543
4544 * textmodes/table.el: Add move-beginning-of-line and
4545 move-end-of-line to Point Motion Only Group.
4546
4547 2006-07-22 Eric Hanchrow <offby1@blarg.net>
4548
4549 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
4550
4551 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4552
4553 * startup.el (user-mail-address): Initialize from the `EMAIL'
4554 environment variable first. Document this.
4555 (command-line): Ditto.
4556
4557 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
4558
4559 * help-mode.el (help-function-def, help-variable-def)
4560 (help-face-def): Print a message in the minibuffer.
4561
4562 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4563
4564 * term/xterm.el (terminal-init-xterm): Fix key bindings
4565 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
4566
4567 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4568
4569 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4570 where `(nth 1 command)' is a cons cell. Doc fix.
4571
4572 * textmodes/po.el (po-find-charset): Doc fix.
4573
4574 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
4575
4576 * allout.el (allout-unprotected, allout-e-o-prefix-p)
4577 (allout-beginning-of-current-line, allout-end-of-current-line)
4578 (allout-next-visible-heading, allout-open-topic)
4579 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
4580 (allout-flag-current-subtree, allout-show-to-offshoot)
4581 (allout-hide-current-entry, allout-show-current-branches)
4582 (allout-hide-region-body, allout-old-expose-topic)
4583 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
4584 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
4585 containing `beginning-of-line' and `end-of-line' with
4586 `inhibit-field-text-motion' t.
4587
4588 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4589
4590 * frame.el (focus-follows-mouse): Document that it doesn't have
4591 any effect on MS-Windows.
4592
4593 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
4596
4597 2006-07-20 Jay Belanger <belanger@truman.edu>
4598
4599 * calc.el (calc-previous-alg-entry): Remove variable.
4600
4601 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
4602 New variables.
4603 (calc-alg-entry): Use `calc-alg-entry-history'.
4604 (calc-do-quick-calc): Use `calc-quick-calc-history'.
4605 Remove reference to `calc-previous-alg-entry'.
4606 (calcAlg-edit, calcAlg-enter): Remove reference to
4607 `calc-previous-alg-entry'.
4608 (calcAlg-previous): Use `previous-history-element' instead of
4609 `calc-previous-alg-entry'.
4610 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
4611 Change keybinding for `calcAlg-plus-minus', add keybindings for
4612 `previous-history-element' and `next-history-element'.
4613
4614 * calc-rewr.el (calc-match): Remove reference to
4615 `calc-previous-alg-entry'.
4616
4617 * calc-sel.el (calc-selection-history): New variable.
4618 (calc-enter-selection, calc-sel-mult-both-sides)
4619 (calc-sel-add-both-sides): Use `calc-selection-history'.
4620
4621 * calc-map.el (calc-get-operator-history): New variable.
4622 (calc-get-operator): Use `calc-get-operator-history'.
4623
4624 * calcalg3.el (calc-curve-fit-history): New variable.
4625 (calc-curve-fit): Use `calc-curve-fit-history'.
4626
4627 2006-07-20 Kenichi Handa <handa@m17n.org>
4628
4629 * international/mule-cmds.el (select-safe-coding-system): Fix the
4630 way of deciding eol-type of the coding system.
4631
4632 2006-07-20 Alan Mackenzie <acm@muc.de>
4633
4634 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
4635 (c-lang-setvar): New macro.
4636 (c-make-init-lang-vars-fun): Use the initialization forms in
4637 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
4638 (comment-start, comment-end, comment-start-skip): Change these from
4639 c-lang-defvar's to c-lang-setvar's.
4640
4641 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
4642 which calls make-local-variable on the elements of
4643 c-emacs-variable-inits.
4644 (c-init-language-vars-for): Call this new macro.
4645
4646 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4649 Try to rule out false positives due to time stamps.
4650 (compilation-mode-font-lock-keywords): Remove rules made redundant
4651 because of the above change. Add `segmentation fault' to the known and
4652 highlighted compilation termination messages.
4653
4654 2006-07-19 Kim F. Storm <storm@cua.dk>
4655
4656 * progmodes/grep.el (grep-find-ignored-directories):
4657 Add .svn and _darcs to list.
4658
4659 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
4660
4661 * dired.el (dired-mode-map): Add key binding `C-te' for
4662 `tumme-dired-edit-comment-and-tags'.
4663
4664 * tumme.el (tumme-display-thumbnail-original-image): Make sure
4665 image display buffer is displayed before call to
4666 `tumme-display-image.
4667 (tumme-dired-display-image): Make sure image display buffer is
4668 displayed before call to `tumme-display-image.
4669 (tumme-mouse-display-image): Make sure image display buffer is
4670 displayed before call to `tumme-display-image.
4671 (tumme-widget-list): Add.
4672 (tumme-dired-edit-comment-and-tags): Add.
4673 (tumme-save-information-from-widgets): Add.
4674
4675 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4678
4679 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * progmodes/sh-script.el (sh-font-lock-keywords-1):
4682 Revert inadvertently installed patch hunk.
4683
4684 * progmodes/compile.el (compilation-find-file): Handle the
4685 cases where the user selects a non-existent file.
4686
4687 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4690
4691 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * subr.el (sit-for): Just sleep-for if noninteractive.
4694
4695 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * emacs-lisp/autoload.el (make-autoload): Use new arg.
4698
4699 * custom.el (custom-autoload): Add `noset' argument.
4700 (custom-push-theme): Don't autoload the variable, let callers do it.
4701 (custom-theme-set-variables): Autoload the variable if necessary.
4702
4703 * cus-edit.el (custom-variable-state-set): If the variable was
4704 originally set outside custom, but to the same value as the default,
4705 consider it to be standard.
4706
4707 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4708 file *before* telling Emacs to add the autoloads, in case it fails.
4709
4710 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4711 Use `cond', push', and `dolist'.
4712
4713 2006-07-17 Richard Stallman <rms@gnu.org>
4714
4715 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4716 Add defvars to silence warnings.
4717
4718 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4721 Don't highlight "Compiling file" messages as error.
4722
4723 * dired-aux.el (dired-compress-file): Confirm again if gzipped
4724 file already exists.
4725
4726 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
4727
4728 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
4729 entry, don't assign to free var; simply return the extracted filename.
4730 (ff-treat-as-special): Incorporate common preamble from callers.
4731 (ff-other-file-name, ff-find-the-other-file):
4732 Update call to ff-treat-as-special.
4733
4734 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4735
4736 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
4737
4738 * tumme.el (tumme-get-comment): Fix bug.
4739
4740 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * files.el: Remove spurious * in docstrings.
4743
4744 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4745
4746 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4747 grammar.
4748 (allout-beginning-of-current-line): Beware beginning of buffer.
4749 Also, a comment is simplified.
4750 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
4751 when appropriate. (This fix enables use for other than
4752 bullet-hotspot operation.)
4753 (allout-hide-current-subtree): While escalating to sibling-close,
4754 make sure to situate on a topic.
4755
4756 2006-07-14 Kim F. Storm <storm@cua.dk>
4757
4758 * emulation/cua-base.el (cua-delete-selection)
4759 (cua-toggle-set-mark): New defcustoms.
4760 (cua-rectangle-modifier-key): Add `alt' modifier.
4761 (cua-replace-region): Don't delete if cua-delete-selection is nil.
4762 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4763 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4764
4765 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4766
4767 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4768
4769 * allout.el: Require 'cl during byte-compilation/interactive load,
4770 for the `assert' macro.
4771 (allout-mode-deactivate-hook): New hook, run when allout mode
4772 deactivates.
4773 (allout-developer): New allout customization subgroup.
4774 (allout-run-unit-tests-on-load): New allout-developer
4775 customization variable, when true allout unit tests are run towards
4776 end of file load/eval.
4777 (allout-inhibit-auto-fill): Disable auto-fill activity even during
4778 auto-fill-mode.
4779 (allout-resumptions): Remove, to be replaced by...
4780 (allout-add-resumptions): Register variable settings to be
4781 reinstated by `allout-do-resumptions'. The settings are made
4782 buffer-local, but the locality/globality of the suspended setting
4783 is restored on resumption.
4784 (allout-do-resumptions): Reinstate all settings suspended using
4785 `allout-add-resumptions'.
4786 (allout-test-resumptions): Unit tests (and intermediate variables)
4787 for resumptions.
4788 (allout-tests-globally-unbound, allout-tests-globally-true)
4789 (allout-tests-locally-true): Intermediate variables for
4790 resumptions unit tests.
4791 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4792 (allout-exposure-category): Replaces 'allout-overlay-category variable.
4793 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4794 instead of retired `allout-resumptions'. For hook functions, use
4795 `local' parameter so hook settings are created and removed as
4796 buffer-local settings. Revise (resumptions) setting
4797 auto-fill-function so it is set only if already active. (The
4798 related fill-function settings are all made in either case, so
4799 that activating auto-fill-mode activity will have the custom
4800 allout-mode behaviors (hanging indent on topics, if configured for it).
4801 Remove all allout-exposure-category overlays on mode deactivation.
4802 (allout-hotspot-key-handler): New function extracted from
4803 `allout-pre-command-business', so the functionality can be used
4804 for other purposes, eg as a binding in an overlay.
4805 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4806 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4807 customization variable.
4808 (allout-run-unit-tests): Run the (currently quite small)
4809 repertoire of unit tests. Called just before the provide iff user
4810 has customized `allout-run-unit-tests-on-load' non-nil.
4811
4812 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4813
4814 * emacs-lisp/authors.el (authors-aliases): Update.
4815
4816 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
4817
4818 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4819 gdb-source-window. Add dedicated argument.
4820 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4821 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4822 (gdb-display-threads-buffer, gdb-display-memory-buffer)
4823 (gdb-display-locals-buffer): Use it.
4824
4825 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4826 Set gdb-source-window.
4827
4828 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4831 minor modes, redundant with the custom-autoload line above.
4832
4833 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
4834
4835 * longlines.el (longlines-post-command-function): Handle open-line too.
4836
4837 2006-07-12 Richard Stallman <rms@gnu.org>
4838
4839 * progmodes/grep.el (grep-last-buffer): Doc fix.
4840
4841 * info.el (Info-try-follow-nearest-node): Doc fix.
4842
4843 * emacs-lisp/edebug.el (edebug-instrument-function):
4844 Err if find-function-noselect gives no position.
4845
4846 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4847 If can't find definition, return nil for position.
4848 (find-function-do-it): Handle new return value
4849 of find-definition-noselect.
4850 (find-definition-noselect, find-variable-noselect): Doc fix.
4851 (find-function-noselect): Doc fix.
4852
4853 * help-mode.el (help-variable-def): Handle find-variable-noselect
4854 returning no position.
4855 (help-function-def): Likewise for find-function-search-for-symbol.
4856 (help-face-def): Likewise.
4857
4858 * help-fns.el (describe-variable): Handle find-variable-noselect
4859 returning no position.
4860
4861 * files.el (locate-file-completion): Avoid duplicates in result.
4862
4863 * cus-edit.el (custom-no-edit): New command.
4864 (custom-mode-map): Remap to custom-no-edit instead of
4865 using suppress-keymap.
4866
4867 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
4868
4869 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4870 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4871 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
4872
4873 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
4874
4875 2006-07-11 Kim F. Storm <storm@cua.dk>
4876
4877 * ido.el (ido-copy-current-file-name): Use buffer-name if
4878 buffer-file-name is nil.
4879
4880 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * simple.el (undo-ask-before-discard): Set to nil.
4883
4884 * vc.el (vc-exec-after): Don't delete process manually.
4885 (vc-print-log): Run log-view-mode in process sentinel inside
4886 inhibit-read-only. Don't shrink window due to timing issues.
4887
4888 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
4889 Avoid using with-output-to-temp-buffer, which clobbers local vars.
4890
4891 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4894 Fix ambiguity introduced by last change.
4895 (compilation-find-file): Move save-excursion to where it may
4896 make sense. Fix a left over `find-file'.
4897
4898 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
4899
4900 * textmodes/texinfmt.el (texinfo-format-separate-node):
4901 Insert a string before point, which fits documentation, not after.
4902 (texinfo-multitable-item): In a multitable row, insert any
4903 additional needed @tabs and spaces.
4904
4905 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
4906
4907 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4908 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4909 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
4910 instead of shell-command.
4911 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
4912 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
4913 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
4914 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
4915 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
4916 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
4917
4918 2006-07-11 Kim F. Storm <storm@cua.dk>
4919
4920 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
4921 Remove special case for seconds < 0. Use (redisplay t) instead.
4922
4923 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
4926 avoid compilation error.
4927
4928 * subr.el (sit-for): New function.
4929
4930 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
4931
4932 2006-07-10 Richard Stallman <rms@gnu.org>
4933
4934 * ldefs-boot.el (edebug): Update page.
4935
4936 2006-07-10 Kim F. Storm <storm@cua.dk>
4937
4938 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
4939 to FOR-RELEASE and TODO.
4940
4941 2006-07-10 Romain Francoise <romain@orebokech.com>
4942
4943 * emacs-lisp/authors.el (authors-aliases): Update.
4944
4945 2006-07-10 Alan Mackenzie <acm@muc.de>
4946
4947 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
4948 * cc-mode.el: Changes to eradicate eval-after-load.
4949
4950 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
4953 on non-char events.
4954
4955 2006-07-09 Romain Francoise <romain@orebokech.com>
4956
4957 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4958 Don't highlight start/end markers as compilation messages.
4959
4960 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
4961 to t.
4962
4963 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
4966
4967 2006-07-08 Richard Stallman <rms@gnu.org>
4968
4969 * term/x-win.el (x-handle-display): Add doc string.
4970
4971 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4972
4973 * subr.el (def-edebug-spec): Move here.
4974 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
4975
4976 * imenu.el (imenu-choose-buffer-index): Doc fix.
4977
4978 2006-07-08 Romain Francoise <romain@orebokech.com>
4979
4980 * term/x-win.el (x-display-name): Fix typo.
4981
4982 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4983
4984 * hexl.el (hexl-find-file): Doc fix.
4985
4986 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4987
4988 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * term/x-win.el (x-display-name): Doc fix.
4991
4992 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
4995 long prefixes.
4996 (fill-region-as-paragraph): Don't round up to a whole line.
4997 (fill-comment-paragraph): Don't include the code-before-the-comment
4998 when calling fill-region-as-paragraph.
4999
5000 * international/mule.el (make-char): Remove redundancy.
5001
5002 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
5003 property may contain an anonymous function rather than a symbol.
5004
5005 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
5006
5007 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5008 Use shy regexp. Fix incorrect backref to potentially unmatched group.
5009
5010 * dirtrack.el (dirtrack-default-directory-function): Remove.
5011 (dirtrack-directory-function): Use file-name-as-directory.
5012 (dirtrack-windows-directory-function): Simplify.
5013 (dirtrack-forward-slash, dirtrack-backward-slash)
5014 (dirtrack-replace-slash): Remove.
5015 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
5016 (dirtrack): Fix wrong parenthesizing; use match-string.
5017
5018 * progmodes/octave-inf.el: Remove spurious * in docstrings.
5019 (inferior-octave-mode): Only change the buffer-local value of
5020 comint-dynamic-complete-functions.
5021 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
5022 Move the initialization to the declaration.
5023 (inferior-octave-complete): Remove unused var `filter'.
5024
5025 * shell.el (shell-mode): Only change the buffer-local value of
5026 comint-dynamic-complete-functions.
5027
5028 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
5029
5030 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
5031 entry is skipped because it has been scheduled.
5032 (org-prepare-agenda-buffers): Don't mark buffers as modified when
5033 changing `:org-archived' and `:org-comment' properties.
5034
5035 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
5036
5037 * server.el (server-select-display): Don't make the temp frame
5038 minibuffer-only, in case it's not a temp frame.
5039 (server-process-filter): Don't delete the temp frame if it's the
5040 only one we have on that display.
5041
5042 * files.el (find-alternate-file): Doc fix.
5043
5044 2006-07-05 Richard Stallman <rms@gnu.org>
5045
5046 * files.el (abbreviate-file-name): Add save-match-data.
5047
5048 2006-07-03 Richard Stallman <rms@gnu.org>
5049
5050 * faces.el (read-face-name): Doc fix.
5051
5052 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * net/goto-addr.el (goto-address): Mark as safe for local evals.
5055
5056 2006-07-05 Andre Spiegel <spiegel@gnu.org>
5057
5058 * vc.el (vc-diff-internal): Fix prev change.
5059
5060 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5061
5062 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5063 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5064
5065 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5068 fails if the symbol contains chars like ( or '.
5069 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5070 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5071 `short'.
5072
5073 2006-07-04 Kenichi Handa <handa@m17n.org>
5074
5075 * international/mule-cmds.el (set-language-info): If LANG-ENV is
5076 the current one, don't call set-language-environment, but call one
5077 of set-language-environment-XXX to make INFO effective now.
5078 (set-language-environment): Call set-language-environment-XXX
5079 functions instead of doing the various setups directly.
5080 (set-language-environment-coding-systems): Delete argument eol-type.
5081 (set-language-environment-input-method)
5082 (set-language-environment-nonascii-translation)
5083 (set-language-environment-charset)
5084 (set-language-environment-fontset)
5085 (set-language-environment-unibyte): New functions.
5086
5087 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
5088
5089 * locate.el (locate-update-when-revert): New option.
5090 (locate-update-path): New option (suggested by Michael Albinus).
5091 (locate-prompt-for-command): Whitespace change.
5092 (locate-update): No longer offer to update the locate database by
5093 default. Implement the two new options.
5094
5095 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5096
5097 * tooltip.el: Move comment about track-mouse...
5098
5099 * progmodes/gud.el: ...to here.
5100
5101 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * facemenu.el (facemenu-listed-faces): New var.
5104 (facemenu-unlisted-faces): Variable deleted.
5105 (facemenu-add-new-face): Use facemenu-listed-faces.
5106
5107 * emulation/viper-init.el, calendar/calendar.el:
5108 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5109
5110 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
5111
5112 * textmodes/org.el (org-mode): Remove no invalid settings for
5113 calc embedded mode.
5114 (org-mode-p): New defsubst.
5115 (org-save-all-org-buffers): New function.
5116 (org-first-headline-recenter): Enclose outline-regexp in group
5117 delimiters.
5118 (org-set-tags): Keep single space after stars.
5119
5120 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * window.el (set-window-text-height): Only set window-min-height to
5123 1 if that's the requested size.
5124
5125 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5126 (diff-unified->context, diff-context->unified)
5127 (diff-reverse-direction): Make sure the end marker stays at the end.
5128 (diff-mode): Add the keymap table at the end of docstring.
5129 Use lexical-let rather than constructing a closure manually.
5130
5131 * files.el (find-file-noselect-1): Remove unused var assignment.
5132 (hack-local-variables-confirm): Print lists of strings as lists of
5133 strings rather than lists of symbols.
5134 (abbreviate-file-name, hack-local-variables-prop-line):
5135 Use match-string.
5136 (hack-one-local-variable): Move `make-local-variable' nearer its use.
5137 (recover-session-finish): Use line-end-position.
5138
5139 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
5140
5141 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5142
5143 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
5144
5145 * progmodes/make-mode.el (makefile-macroassign-regex):
5146 Accept preceding keyword.
5147 (makefile-gmake-statements): Reorganize, now that makepp has
5148 "override" and also handle forgotten "override define".
5149 (makefile-makepp-statements): Add new "global", "override export"
5150 and "override global".
5151
5152 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
5153
5154 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5155 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5156 (ada-no-auto-case): Fix typos in docstrings.
5157
5158 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5159
5160 * info.el (Info-find-node-2): Search for makeinfo version more
5161 carefully.
5162
5163 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
5164
5165 * textmodes/org.el (org-prepare-agenda-buffers):
5166 Use `invisible-OK' argument for `org-end-of-subtree'.
5167 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5168 (org-beginning-of-item): Fix bug in regular expression for white line.
5169 (org-export-as-html): Enforce space after bullet in plain list items.
5170 (org-set-autofill-regexps): Require space after plain list bullet
5171 for paragraph-start.
5172 (org-ts-regexp3): New constant.
5173 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5174 (org-timestamp-up-day, org-timestamp-down-day)
5175 (org-timestamp-change): Work with inactive timestamps.
5176 (org-ts-regexp1): Don't allow brackets in time stamps.
5177
5178 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
5179
5180 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5181 for ignoring links.
5182
5183 * faces.el (read-face-name): Use it.
5184
5185 2006-06-28 Juri Linkov <juri@jurta.org>
5186
5187 * buff-menu.el (list-buffers-noselect): Compare Info file
5188 with the string "dir" to detect Info directory.
5189
5190 * complete.el (partial-completion-mode): In lambda for
5191 `choose-completion-string-functions' use full function signature
5192 with 4 args, and move point to the end of the minibuffer only if arg
5193 `mini-p' is non-nil.
5194
5195 2006-06-28 John Paul Wallington <jpw@pobox.com>
5196
5197 * ibuffer.el (ibuffer-mode): Doc fix.
5198
5199 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
5200
5201 * textmodes/org.el (org-context): New contexts :item-bullet,
5202 :latex-fragment, :latex-preview.
5203 (org-overlays-at, org-overlay-start, org-overlay-end):
5204 New compatibility functions.
5205 (org-inside-LaTeX-fragment-p): More accurate matching, using the
5206 exact regexp that will be used during export.
5207 (org-latex-regexps): New variable.
5208 (org-cdlatex-mode): Improve advice for `texmathp'.
5209 (turn-on-org-cdlatex): New function.
5210
5211 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5212
5213 * term/mac-win.el (mac-handle-font-selection): Change keys of
5214 mac-atsu-font-table from strings to numbers.
5215 (mac-ts-caret-position): Use also when cursor-type is nil.
5216 (mac-ts-update-active-input-area): Add Mac OS Classic support.
5217 Relax condition for using overlay strings.
5218 Use mac-ts-caret-position face when cursor-type is nil.
5219
5220 2006-06-26 Kim F. Storm <storm@cua.dk>
5221
5222 * help.el (view-emacs-news): Declare `res' in the right let* form.
5223
5224 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
5225
5226 * net/rcompile.el (remote-compile): Replace ange-ftp based
5227 implementation by Tramp functions.
5228 Suggested by Marc Abramowitz <msabramo@gmail.com>.
5229
5230 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5231
5232 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
5233
5234 * international/fontset.el (setup-default-fontset): Fix a typo in
5235 the "Oriya-Akruti" registry name.
5236
5237 2006-06-23 Lars Hansen <larsh@soem.dk>
5238
5239 * desktop.el (desktop-full-file-name): New function.
5240 (desktop-kill, desktop-save, desktop-remove, desktop-read)
5241 (desktop-revert): Use it.
5242 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5243 (desktop-after-read-hook): Add option list-buffers.
5244 (desktop-locals-to-save): Add tab-width.
5245 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5246 Fix docstring.
5247
5248 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
5249
5250 * textmodes/org.el (org-cdlatex-mode-map)
5251 (org-cdlatex-texmathp-advice-is-done): New variables.
5252 (org-cdlatex-mode): New minor mode.
5253 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5254 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5255 (org-export-with-archived-trees): New option.
5256 (org-open-file): Remove the call to `convert-standard-filename'.
5257 (org-archive-tag, org-agenda-skip-archived-trees)
5258 (org-cycle-open-archived-trees)
5259 (org-sparse-tree-open-archived-trees): New options.
5260 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5261 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5262 New functions.
5263 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5264 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5265 (org-mode-map): Add binding for `org-toggle-archive-tag'.
5266 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5267 Call `org-prepare-agenda-buffers'.
5268 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5269 (org-file-apps, org-file-apps-defaults-gnu)
5270 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5271 Handle remote files by forcing them to be opened in Emacs.
5272
5273 2006-06-23 Andre Spiegel <spiegel@gnu.org>
5274
5275 * vc.el (vc-diff-knows-L): New variable.
5276 (vc-diff-internal): Use it to handle "diff" programs that don't
5277 understand -L. This works automatically, no user action is necessary.
5278
5279 2006-06-23 Daniel Brockman <daniel@brockman.se>
5280
5281 * net/rcirc.el (rcirc-default-user-full-name): Default to
5282 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5283 longer exists).
5284 (rcirc-process-list): Check `buffer-live-p' before attempting to
5285 switch to a buffer.
5286
5287 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
5288
5289 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5290 based on rcirc-coding-system-alist.
5291
5292 2006-06-23 Martin Rudalics <rudalics@gmx.at>
5293
5294 * cus-edit.el (customize-apropos): A better error message.
5295 (top level) <debug-ignored-errors>: Extend and update the list of
5296 ignored error messages.
5297
5298 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
5299
5300 * complete.el (PC-do-completion): Retain capitalization of user
5301 input, when possible, even if completion-ignore-case is set.
5302
5303 2006-06-23 Eli Zaretskii <eliz@gnu.org>
5304
5305 * generic-x.el (bat-generic-mode): Support .cmd files.
5306
5307 * dos-w32.el (top level): Use find-file-not-found-functions
5308 instead of the obsolete find-file-not-found-hooks.
5309
5310 2006-06-22 Kim F. Storm <storm@cua.dk>
5311
5312 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5313 to recognize mode name containing submodes, such as Grep/lw.
5314
5315 2006-06-21 Kim F. Storm <storm@cua.dk>
5316
5317 * simple.el (line-move-1): Check for move-end-of-line instead of
5318 end-of-line when setting temporary-goal-column.
5319
5320 2006-06-21 Miles Bader <miles@gnu.org>
5321
5322 * play/cookie1.el (cookie): Work properly when there's only one entry.
5323
5324 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
5325
5326 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5327 (gdb-frame-handler): Generalize frame regexp for templates.
5328
5329 2006-06-20 Glenn Morris <rgm@gnu.org>
5330
5331 * calendar/appt.el (appt-display-format): Default value must be
5332 one of the customize options.
5333
5334 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * term/xterm.el (terminal-init-xterm): Update key availability info.
5337 Bind C-return.
5338
5339 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
5340
5341 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
5342
5343 * files.el (hack-local-variables): Run `hack-local-variables-hook'
5344 whether or not a local variables list is defined.
5345
5346 * msb.el (msb): Move `sit-for' hack here to handle both
5347 "mouse-down and drag" and "mouse-up and select" situations.
5348 (mouse-select-buffer): Move `sit-for' hack to `msb'.
5349
5350 2006-06-20 Kenichi Handa <handa@m17n.org>
5351
5352 * international/characters.el (word-combining-categories):
5353 Add entries for 2-byte Han characters.
5354
5355 2006-06-19 Richard Stallman <rms@gnu.org>
5356
5357 * bindings.el (mode-line-format): Save some mode line space.
5358
5359 * files.el (find-file-noselect): Improve the question wording.
5360 (basic-save-buffer-2): Mask UMASK against 666.
5361
5362 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5363 (mouse-drag-vertical-line): Call it.
5364
5365 * cus-edit.el (customize-option, customize-option-other-window):
5366 Error if SYMBOL is nil.
5367
5368 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
5369
5370 * textmodes/org.el: Require noutline, also on XEmacs.
5371 (org-end-of-subtree): Return point.
5372 (org-dblock-start-re, org-dblock-end-re): New constants.
5373 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5374 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5375 (org-update-all-dblocks, org-find-dblock): New functions.
5376 (org-collect-clock-time-entries): New function.
5377 (org-html-handle-time-stamps): Never export CLOCK timeranges.
5378 (org-fixup-indentation): Modify to deal correctly with lines
5379 starting with TAB. Only one argument DIFF now.
5380 (org-demote, org-promote): Call `org-fixup-indentation' with just
5381 one argument, DIFF.
5382 (org-mode): Don't mark buffer as modified when aligning tables.
5383 (org-clock-sum): Don't mark buffer modified when adding time sum
5384 properties.
5385 (org-export-as-html): Add support for a link validation function.
5386 (org-archive-all-done): New function.
5387 (org-archive-subtree): New prefix argument. When set, archive all
5388 done subtrees in this buffer.
5389 (org-remove-clock-overlays)
5390 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5391 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
5392 (org-put-clock-overlay): Don't swallow last headline character
5393 when displaying overlay.
5394 (org-store-link): Link to `image-mode' with just the file name.
5395
5396 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
5397
5398 * viper-cmd.el (viper-special-read-and-insert-char):
5399 Use read-key-sequence.
5400 (viper-after-change-undo-hook): Misc enhancements.
5401 (viper-after-change-undo-hook): New hook.
5402 (viper-undo): Use viper-after-change-undo-hook.
5403 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
5404 (viper-next-line-at-bol): If point is on a widget or a button, simulate
5405 clicking on that widget/button.
5406
5407 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
5408
5409 * ediff-diff (ediff-test-patch-utility): Catch errors.
5410 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5411 (ediff-set-actual-diff-options): New function.
5412 (ediff-reset-diff-options, ediff-toggle-ignore-case):
5413 Use ediff-set-actual-diff-options.
5414 (ediff-extract-diffs): Catch errors.
5415 (ediff-whitespace): Add non-breakable space.
5416 (ediff-same-file-contents): Catch errors.
5417
5418 * ediff-mult.el (ediff-collect-custom-diffs):
5419 Save coding-system-for-read.
5420
5421 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5422 (ediff-vc-internal, ediff-vc-merge-internal):
5423 Use ediff-delete-version-file.
5424 (ediff-delete-version-file): New function.
5425
5426 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5427
5428 * ediff.el (ediff-directories, ediff-directory-revisions)
5429 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5430 (ediff-directories-internal, ediff-merge-directory-revisions)
5431 (ediff-merge-directory-revisions-with-ancestor)
5432 (ediff-directories3): Use read-directory-name.
5433
5434 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
5435
5436 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5437 Remove superfluous part of regexp for brace matching which is handled
5438 by `scan-lists' call.
5439
5440 2006-06-16 Richard Stallman <rms@gnu.org>
5441
5442 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5443
5444 * files.el (basic-save-buffer-2): For a new precious file,
5445 use the default modes in the return value.
5446
5447 * facemenu.el (facemenu-color-alist): Doc fix.
5448
5449 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5450
5451 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5452
5453 * cus-start.el (all): Add mac-ts-script-language-on-focus.
5454
5455 * term/mac-win.el (mac-text-encoding-ascii): New constant.
5456 (mac-utxt-to-string): Use it.
5457 (mac-ts-update-active-input-area): Use mac-ae-number.
5458
5459 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5460
5461 * term.el (term-handle-scroll, term-delete-lines)
5462 (term-insert-lines): Fix off by one errors.
5463
5464 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5465
5466 * net/tramp.el (tramp-touch): Use UTC to express time.
5467
5468 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
5469
5470 * mail/sendmail.el (mail-send): Search explicitly for
5471 mail-header-separator when checking for corrupted header lines.
5472
5473 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
5474
5475 * progmodes/gdb-ui.el (gdb-same-frame): New option.
5476 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5477 (gdb-init-1): Initialise them.
5478 (gdb-starting): Reset gdb-printing
5479 (gdb-starting): Save value of gud-overlay-arrow-position.
5480 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5481 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5482 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5483 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5484
5485 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5488
5489 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
5490
5491 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
5492 (ldap-search-internal): Keep error messages, and a regexp fix.
5493
5494 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
5495
5496 * files.el (hack-local-variables-confirm):
5497 Display string value using its printed representation.
5498
5499 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * server.el (server-edit): No-op if no server buffers exist.
5502
5503 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
5504
5505 * textmodes/page-ext.el (pages-directory-for-addresses):
5506 Including `pages-directory-address-mode' in the function results
5507 in the message "Buffer in which pages were found is deleted".
5508
5509 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
5510
5511 * textmodes/org.el (org-agenda-mode-map): Add bindings for
5512 clocking functions.
5513
5514 (org-agenda-clock-in, org-check-running-clock)
5515 (org-clock-out-if-current, org-remove-clock-overlays)
5516 (org-put-clock-overlay): New functions.
5517 (org-clock-marker, org-clock-file-total-minutes)
5518 (org-clock-overlays): New variables.
5519 (org-clock-display, org-clock-sum, org-clock-cancel)
5520 (org-clock-out, org-clock-in): New commands.
5521 (org-export): New function.
5522 (org-emph-re): New constant.
5523 (org-set-emph-re, org-do-emphasis-faces): New functions.
5524 (org-emphasis-regexp-components, org-emphasis-alist): New options.
5525 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
5526 (org-export-html-convert-emphasize): Use the configurable emphasis.
5527 (org-cleaned-string-for-export): Make multiline emphasis visible
5528 to the exporter. New optional argument PARAMETERS.
5529 (org-export-as-html): Specify :emph-multiline parameter to
5530 `org-cleaned-string-for-export'.
5531
5532 2006-06-10 Richard Stallman <rms@gnu.org>
5533
5534 * help.el (help-for-help-internal): Clean up help text.
5535
5536 2006-06-10 Andreas Schwab <schwab@suse.de>
5537
5538 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
5539 in doc string.
5540
5541 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
5542
5543 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
5544
5545 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
5546 spaces after the comment start.
5547
5548 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5549
5550 * play/pong.el (pong-init-buffer):
5551 Fill buffer with spaces instead of ^A.
5552
5553 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
5554 launched asynchronously, delete its process instead of being cool.
5555 (ispell-async-processp): Check for `delete-process' existence
5556 instead of `kill-process' one for consistency.
5557
5558 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
5559
5560 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
5561 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
5562 in mode line at startup.
5563
5564 2006-06-08 Kim F. Storm <storm@cua.dk>
5565
5566 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
5567 (ido-init-completion-maps): Bind them to M-SPC and M-v.
5568 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
5569 (ido-file-internal): Pass full file name to write-file.
5570 (ido-read-internal): Only pop stack elements automatically if they
5571 actually match an existing directory or file name.
5572
5573 2006-06-07 Kenichi Handa <handa@m17n.org>
5574
5575 * international/mule.el (find-auto-coding): Don't handle the short
5576 name `char-trans'.
5577
5578 * files.el (hack-local-variables-prop-line)
5579 (hack-local-variables): Cancel the previous change.
5580
5581 2006-06-06 Jesper Harder <harder@phys.au.dk>
5582
5583 * ediff-diff.el (ediff-test-utility): Protect against file-error.
5584
5585 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * diff-mode.el (diff-mode): Set buffer-read-only to t when
5588 diff-default-read-only is non-nil.
5589 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
5590 (diff-refine-hunk): Set inhibit-read-only to t.
5591
5592 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
5593 modifying the *Diff* buffer.
5594 (diff-process-filter): New filter function for diff process that
5595 sets inhibit-read-only to t when modifying the *Diff* buffer.
5596
5597 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
5598
5599 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
5600 insertion point and control the number of empty lines.
5601 (org-paste-subtree): Limit the number of empty lines at the end of
5602 the inserted tree.
5603 (org-agenda): Use buffer name of current file for narrowing.
5604 (org-export-as-xml): Command removed.
5605 (org-export-xml-type): Option removed.
5606 (org-mode-map): Call `org-export-as-xoxo' directly.
5607 (org-get-indentation): New optional argument LINE.
5608 (org-fix-indentation, org-remove-tabs): New functions.
5609 (org-export-as-ascii, org-ascii-level-start): Determine and apply
5610 correct indentation for headlines that are converted it items.
5611 (org-skip-comments): Remove table lines that contain narrowing
5612 cookies but no other non-empty fields.
5613 (org-set-tags): Allow groups of mutually exclusive tags.
5614 (org-cmp-time): Sort 24:21 before items without time.
5615 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
5616 (org-open-at-point): Require double colon also for numbers.
5617
5618 2006-06-06 Kim F. Storm <storm@cua.dk>
5619
5620 * ido.el (ido-default-file-method, ido-default-buffer-method):
5621 Make choice values consistent with corresponding command names.
5622 (ido-visit-buffer): Update accordingly. Default to selected-window.
5623
5624 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
5625
5626 * progmodes/gud.el (gud-running): Fix doc string.
5627 (gud-menu-map): Use :visible instead fo :enable for debugger test.
5628 (gud-tooltip-modes): Add python-mode.
5629 (gud-tooltip-print-command): Add pdb. Remove perldb.
5630
5631 2006-06-05 Eli Zaretskii <eliz@gnu.org>
5632
5633 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
5634 Quote $(EMACS).
5635
5636 2006-06-05 Richard Stallman <rms@gnu.org>
5637
5638 * faces.el (defined-colors): Doc fix.
5639
5640 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
5641
5642 * vc.el (vc-process-filter): Inhibit undo info collection around
5643 call to insert.
5644 (vc-setup-buffer): Likewise for call to erase-buffer.
5645 (vc-do-command): Likewise for call to process-file.
5646
5647 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
5650 for gud-go.
5651 (gud-common-init): Other debuggers may trigger error.
5652
5653 2006-06-05 Kenichi Handa <handa@m17n.org>
5654
5655 * international/mule.el (find-auto-coding):
5656 Handle enable-character-translation in file header.
5657
5658 2006-06-04 Kim F. Storm <storm@cua.dk>
5659
5660 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
5661 (authors-fixed-entries): Fix spelling.
5662 (authors-canonical-file-name): Don't report error for wildcards.
5663
5664 * help.el (view-emacs-news): Rewrite to support new NEWS,
5665 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
5666 e.g. version 10 matches 1.10, and don't be confused by version 1.1
5667 being a prefix of 1.12 (etc). A numeric prefix arg also works.
5668
5669 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
5670
5671 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5672 exec constructs like `foo bar`.
5673 (sh-quoted-subshell): New helper function to search for a possibly
5674 nested subshell (like `` or $()) within a "" quoted string.
5675 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5676 (sh-apply-quoted-subshell): Flag quote characters inside a
5677 subshell, which is itself already in a quoted region, as
5678 punctuation, since this is the closest to what they actually are.
5679 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5680 sh-apply-quoted-subshell.
5681 (sh-font-lock-syntactic-face-function): Apply the new face for
5682 text inside `` instead of the old font-lock-string-face.
5683
5684 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5685
5686 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5687 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5688 (mac-bytes-to-text-range, mac-ae-text-range-array)
5689 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5690 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
5691 (mac-ts-unicode-for-key-event): New functions.
5692 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5693 (mac-handle-font-selection): Use mac-ae-number.
5694 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5695 New variables.
5696 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5697 (mac-ts-converted-text, mac-ts-selected-converted-text)
5698 (mac-ts-block-fill-text, mac-ts-outline-text)
5699 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5700 (mac-ts-hilite-style-faces): New constant.
5701 (mac-apple-event-map): Bind text input events.
5702 (mac-dispatch-apple-event): Use command-execute instead of
5703 call-interactively.
5704 (global-map): Don't bind mac-apple-event.
5705 (special-event-map): Bind mac-apple-event.
5706
5707 2006-06-02 Eli Zaretskii <eliz@gnu.org>
5708
5709 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5710 file name.
5711 (emacs): Enclose the value of $(EMACS) in quotes.
5712
5713 2006-06-02 Juri Linkov <juri@jurta.org>
5714
5715 * international/mule.el (sgml-html-meta-auto-coding-function):
5716 Remove the condition `(search-forward "<html" size t)'.
5717 Replace `\"' with `[\"']?' in `re-search-forward'.
5718
5719 2006-06-02 Kenichi Handa <handa@m17n.org>
5720
5721 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5722 as well as `coding'.
5723 (hack-local-variables): Likewise.
5724
5725 * international/mule.el (enable-character-translation):
5726 Put permanent-local and safe-local-variable properties.
5727 (find-auto-coding): Handle char-trans: tag.
5728
5729 2006-06-02 Juri Linkov <juri@jurta.org>
5730
5731 * international/mule.el (sgml-html-meta-auto-coding-function):
5732 Limit the search by the end of the HTML header (if any).
5733
5734 2006-06-01 Richard Stallman <rms@gnu.org>
5735
5736 * subr.el (with-current-buffer): Doc fix.
5737
5738 2006-06-02 Masatake YAMATO <jet@gyve.org>
5739
5740 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
5741 Almost rewrite. Underlines over all lines of gcov output are too
5742 uncomfortable to read. Suggested by Dan Nicolaescu.
5743
5744 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5745
5746 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5747
5748 * shell.el (shell-mode): Use shell-mode-map in docstring.
5749
5750 * comint.el (comint-send-input): Do not add help-echo and
5751 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5752
5753 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5754
5755 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5756
5757 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
5758
5759 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5760 (gdb-stopped, gdb-info-stack-custom): If there is no source info
5761 look up the stack and pop up GUD buffer if necessary.
5762 (gdb-frames-select): Remove redundant call to gud-display-frame.
5763 (gdb-info-threads-custom): Keep point at start of buffer.
5764 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5765
5766 2006-05-31 Juri Linkov <juri@jurta.org>
5767
5768 * replace.el (query-replace-read-from, query-replace-read-to):
5769 Bind `history-add-new-input' to nil. Call `add-to-history'.
5770
5771 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
5772
5773 * textmodes/table.el: Convert all HTML tags to lower case for
5774 XHTML compatibility.
5775
5776 2006-05-31 Masatake YAMATO <jet@gyve.org>
5777
5778 * progmodes/compile.el:
5779 (compilation-error-regexp-alist-alist::gcov-called-line):
5780 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
5781
5782 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
5783
5784 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
5785 Revert inadvertent changes made with last commit.
5786
5787 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
5788
5789 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5790 New functions.
5791
5792 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5793
5794 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
5795
5796 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
5797 only matches in the right place.
5798 (org-upcoming-deadline): New face.
5799 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
5800 (org-export-ascii-underline): Rename constant `org-ascii-underline'
5801 and make it an option.
5802 (org-export-ascii-bullets): New option.
5803 (org-export-as-html): Many changes to emit valid XHTML.
5804 (org-par-open): New variable.
5805 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
5806 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
5807 (org-timeline): Pass `org-timeline-show-empty-dates' to
5808 `org-get-all-dates'. Interpret empty dates returned by
5809 `org-get-all-dates'.
5810 (org-get-all-dates): New argument EMPTY. Add dates without
5811 entries to the list, mark large ranges of empty dates.
5812 (org-point-in-group, org-context): New functions.
5813
5814 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
5815
5816 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5817
5818 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5819 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5820 to C-mouse-3 (for 2 button mice).
5821 (gdb-send): Do the right thing for C-d.
5822
5823 * speedbar.el (speedbar-detach): Delete.
5824 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5825 it breaks things.
5826 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
5827
5828 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
5829
5830 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5831 Makeppfile.
5832
5833 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5834 Add makepp diagnostic.
5835
5836 2006-05-29 Richard Stallman <rms@gnu.org>
5837
5838 * window.el (fit-window-to-buffer): Doc fix.
5839
5840 * help.el (temp-buffer-max-height): Doc fix.
5841
5842 * subr.el (with-current-buffer): Doc fix.
5843
5844 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5845
5846 * term/x-win.el: Bind F10 to menu-bar-start if available.
5847
5848 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
5849
5850 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5851 uses with a simple test.
5852 (term-set-escape-char, term-mode, term-check-kill-echo-list)
5853 (term-send-raw-string, term-send-raw, term-mouse-paste)
5854 (term-char-mode, term-line-mode, term-exec, term-sentinel)
5855 (term-handle-exit, term-read-input-ring)
5856 (term-previous-matching-input-string)
5857 (term-previous-matching-input-string-position)
5858 (term-previous-matching-input-from-input)
5859 (term-replace-by-expanded-history, term-send-input)
5860 (term-skip-prompt, term-bol, term-send-invisible)
5861 (term-kill-input, term-delchar-or-maybe-eof)
5862 (term-backward-matching-input, term-check-source)
5863 (term-proc-query, term-emulate-terminal)
5864 (term-handle-colors-array, term-process-pager, term-pager-line)
5865 (term-pager-bob, term-unwrap-line, term-word)
5866 (term-dynamic-complete-filename)
5867 (term-dynamic-complete-as-filename)
5868 (term-dynamic-simple-complete): Replace one arm ifs with whens or
5869 unlesses.
5870
5871 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
5874 during bootstrapping.
5875
5876 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
5877 Basically undo the change of 2006-05-26: use extra arguments instead of
5878 dynamic scoping.
5879 (ewoc-locate): Remove unused var `footer'.
5880
5881 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
5884
5885 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
5886 (generate-file-autoloads): Obey it. Return whether autoloads were
5887 added at point or not.
5888 (update-file-autoloads): Use this new return value.
5889 Remove redundant test for the presence of an autoload cookie.
5890
5891 * emacs-lisp/autoload.el (autoload-find-file): New fun.
5892 This one calls hack-local-variables.
5893 (generate-file-autoloads, update-file-autoloads): Use it.
5894
5895 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
5896 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5897 (bibtex-sort-entry-class-alist): Don't set the global value.
5898 (bibtex-init-sort-entry-class-alist): New fun.
5899 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
5900 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
5901 of bibtex-init-sort-entry-class.
5902
5903 2006-05-28 Richard Stallman <rms@gnu.org>
5904
5905 * subr.el (load-history-regexp): If FILE is relative, insist
5906 entire last name component must match it.
5907 (load-history-filename-element, load-history-regexp): Doc fixes.
5908
5909 2006-05-29 Kim F. Storm <storm@cua.dk>
5910
5911 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
5912 `pos' and `raw-data' for clarity, as eval forms may access these.
5913
5914 2006-05-28 Kim F. Storm <storm@cua.dk>
5915
5916 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
5917
5918 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * progmodes/make-mode.el (makefile-browser-map)
5921 (makefile-mode-syntax-table): Move initialization inside declaration.
5922 (makefile-fill-paragraph): Use the default comment-filling code.
5923
5924 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
5925
5926 * replace.el (query-replace-defaults): New variable.
5927 (query-replace-read-from): Use `query-replace-defaults' for
5928 default value, instead of history list.
5929 (query-replace-read-to): Update `query-replace-defaults'.
5930
5931 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
5934 with no X toolkit.
5935
5936 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
5937
5938 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
5939 (tumme-show-all-from-dir): Add autoload.
5940
5941 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5942
5943 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
5944 (tumme-remove-tag): Fix bug.
5945
5946 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5947
5948 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
5949 FOOTER args. Update unique caller.
5950 (ewoc-delete): Compute last node once before looping.
5951 (ewoc--node-branch): Merge into unique caller.
5952 (ewoc--node): Don't define constructor make-ewoc--node for this
5953 structure.
5954 (ewoc): Add member `hf-pp' to this structure.
5955 (ewoc--wrap): New func.
5956 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
5957 header/footer pretty-printers. Save header/footer pretty-printer.
5958 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
5959
5960 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
5961
5962 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5963
5964 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
5965 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
5966 Tag'. Change "Compare directories..." to "Change Directories...".
5967 Move tumme commands to Operate, Regexp and Immediate menus.
5968 Change "Add Comment" to "Add Image Comment". Change "Add Image
5969 Tag" to "Add Image Tags".
5970
5971 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
5972 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
5973 `tumme-delete-tag'.
5974
5975 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
5976
5977 * shell.el (shell-mode): Call shell-dirtrack-mode after
5978 list-buffers-directory is made a local variable, to avoid setting
5979 the default value.
5980
5981 2006-05-26 Kevin Ryde <user42@zip.com.au>
5982
5983 * info.el (Info-index-next): Use where-is-internal to report
5984 actual binding of Info-index-next, rather than hard-coded `,'.
5985
5986 2006-05-26 Eli Zaretskii <eliz@gnu.org>
5987
5988 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
5989 and "Find Command in Manual" to here.
5990
5991 * buff-menu.el (list-buffers-noselect): For Info buffers, use
5992 Info-current-file as the file name.
5993
5994 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
5995
5996 * ses.el (defadvice undo-more): Delete this defadvice. The undo
5997 overrides will now be done a different way.
5998 (ses-set-parameter): Reapply this function for undo.
5999 (ses-set-header-row): Reconstruct header row during undo.
6000 (ses-widen): New function.
6001 (ses-goto-data, ses-reconstruct-all): Use new function.
6002 (ses-command-hook): Widen buffer during undo, before unupdating
6003 the cells.
6004 (ses-insert-row, ses-delete-row): Widen buffer during undo.
6005 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
6006 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
6007 formula hasn't been executed yet.
6008
6009 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6010
6011 * comint.el (comint-kill-whole-line): Rename arg to count.
6012 Fix doc string.
6013
6014 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
6015
6016 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
6017 to copy-file.
6018
6019 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6020
6021 * simple.el (toggle-truncate-lines): Make arg optional for
6022 backward compatibility.
6023
6024 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
6025
6026 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
6027 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
6028 DLL arg. Instead, use ewoc--current-dll. Update all callers.
6029 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
6030 (ewoc--adjust): Use ewoc--current-dll.
6031 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
6032
6033 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6034
6035 * textmodes/org.el (org-next-item, org-previous-item): Emit more
6036 compact error message.
6037 (org-tags-view): Refresh category table in each file.
6038 (org-table-justify-field-maybe): Remove superfluous arguments to
6039 `format'.
6040 (org-export-as-html): Insert "<p>" before postamble.
6041 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
6042
6043 2006-05-26 Kenichi Handa <handa@m17n.org>
6044
6045 * textmodes/po.el (po-find-charset): Pay attention to the case
6046 FILENAME is a cons (NAME . BUFFER).
6047 (po-find-file-coding-system-guts): Likewise.
6048
6049 * arc-mode.el (archive-set-buffer-as-visiting-file):
6050 Call find-operation-coding-system with (FILENAME . BUFFER).
6051
6052 * tar-mode.el (tar-extract): Call find-operation-coding-system
6053 with (FILENAME . BUFFER).
6054
6055 * international/mule.el (decode-coding-inserted-region):
6056 Call find-operation-coding-system with (FILENAME . BUFFER).
6057
6058 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * image-mode.el (image-toggle-display): Use buffer contents to
6061 generate image for a remote file.
6062
6063 2006-05-25 Juri Linkov <juri@jurta.org>
6064
6065 * replace.el (query-replace-read-from, query-replace-read-to):
6066 Remove 8th arg KEEP-ALL in read-from-minibuffer.
6067
6068 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
6069
6070 * whitespace.el (whitespace-cleanup): Change to cleanup
6071 region if one is active.
6072 * whitespace.el (whitespace-cleanup-internal): New internal method.
6073
6074 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6075
6076 * dired.el (dired-mode-map): Add help-echo strings to tumme
6077 commands. Bind `tumme-dired-display-image' to C-t i.
6078
6079 * tumme.el (tumme-display-image): Change documentation string slightly.
6080 (tumme-dired-display-image): Add call to `display-buffer'.
6081
6082 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6083
6084 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6085 Signal error if RAW-DATA is a multibyte string.
6086
6087 2006-05-24 Richard Stallman <rms@gnu.org>
6088
6089 * subr.el (with-local-quit): When handling `quit' signal,
6090 make a chance for quit-flag to cause a quit.
6091
6092 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6093 (ad-disable-advice): Add autoloads.
6094
6095 * subr.el (read-passwd): Copy PROMPT before changing its properties.
6096
6097 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6098
6099 * dired.el (dired-mode-map): Change menu items for tumme as per
6100 suggestions in emacs-devel.
6101
6102 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6103
6104 * dired.el (dired-mode-map): Fix breakage.
6105
6106 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6107
6108 * tumme.el (tumme-display-dired-image): Rename to...
6109 (tumme-dired-display-image): ...this.
6110 (tumme-track-movement): Change default value to t.
6111 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6112 used from `tumme-next-line-and-display' and similar commands.
6113
6114 * dired.el (dired-mode-map): Add Thumbnail submenu under the
6115 Immediate menu. Add some tumme commands there.
6116
6117 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
6118
6119 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6120
6121 2006-05-24 Chong Yidong <cyd@mit.edu>
6122
6123 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6124 menu entries that open submenus.
6125
6126 2006-05-24 Alan Mackenzie <acm@muc.de>
6127
6128 * startup.el (command-line): For names of preloaded files, don't
6129 append ".elc" (now done in Fload), and call file-truename on the
6130 lisp directory.
6131
6132 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
6133 match ANY loaded file with the right name, not just those in
6134 load-path. Put a regexp matching the file name into
6135 after-load-alist, rather than the name itself.
6136
6137 * subr.el: New functions load-history-regexp,
6138 load-history-filename-element, do-after-load-evaluation.
6139
6140 * international/mule.el (load-with-code-conversion): Do the
6141 eval-after-load stuff by calling do-after-load-evaluation.
6142
6143 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6144
6145 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6146 has not been killed.
6147
6148 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6149
6150 * term/mac-win.el: Set idle timer to clean up expired Apple events.
6151 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6152 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6153 Optionally set error message in reply.
6154
6155 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6156
6157 * textmodes/org.el (org-open-at-point): Use renamed variable
6158 `org-confirm-shell-link-function'.
6159 (org-confirm-shell-link-function): Rename from
6160 `org-confirm-shell-links'.
6161 (org-export-directory): New function.
6162 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6163 (org-export-icalendar): Use `org-export-directory'.
6164 (org-indent-item): Keep cursor position.
6165 (org-link-file-path-type): New option.
6166 (org-export-as-html): Fix bug with plain lists starting in
6167 column 0.
6168 (org-export-as-html): Remove deadline formatting, this happens
6169 now already in `org-html-handle-time-stamps'.
6170 (org-export-html-style): Deadline class removed.
6171 (org-insert-labeled-timestamps-at-point): New option.
6172 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6173 of `hide-sublevels 1', in case the first headline is not level 1.
6174 (org-overview, org-content): New fuction.
6175 (org-cycle-global-status, org-cycle-subtree-status): Make these
6176 variables buffer-local.
6177 (org-global-cycle): New command.
6178 (org-shifttab): Use `org-global-cycle'.
6179 (org-insert-heading, org-insert-item): Go to end of new
6180 headline/item after creating it.
6181 (org-export-visible): Rename from `org-export-copy-visible'.
6182 Now creates a temporary org-file and applies an exporting command
6183 to it.
6184 (org-table-eval-formula): Support for lisp forms.
6185 (org-agenda-todo-ignore-scheduled): New option.
6186 (org-agenda-get-todos): Use new option
6187 `org-agenda-todo-ignore-scheduled'.
6188 (org-export-html-inline-images): New value `maybe'.
6189 (org-export-as-html): Inlining of images dependent on link description.
6190 (org-archive-subtree): Check for end-of-buffer before trying
6191 `kill-line'.
6192 (org-agenda-follow-mode): New option.
6193 (org-export-with-tags, org-export-with-timestamps): New options.
6194 (org-html-handle-time-stamps): New function.
6195 (org-keyword-time-regexp): New variable.
6196 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6197 (org-agenda-todo-list-sublevels): New option.
6198 (org-html-level-start): When TITLE is nil, just close all levels.
6199 (org-parse-key-lines, org-parse-export-options): Remove functions,
6200 replaced by `org-infile-export-plist'.
6201 (org-combine-plists, org-infile-export-plist)
6202 (org-default-export-plist): New functions.
6203 (org-export-html-preamble, org-export-html-postamble)
6204 (org-export-html-auto-preamble, org-export-html-auto-postamble):
6205 New variables.
6206 (org-export-publishing-directory): New option.
6207 (org-export-as-html, org-export-as-ascii): Use the new property
6208 lists for settings.
6209 (org-export-copy-visible, org-export-as-xoxo):
6210 Respect `org-export-publishing-directory'.
6211 (org-link-search, org-store-link, org-file-apps): Support for
6212 links to BibTeX database entries..
6213 (org-get-current-options, org-set-regexps-and-options):
6214 Implement logging as a startup option.
6215 (org-store-link): Make sure context string is never empty
6216 (org-insert-link): Use relative path when possible.
6217 (org-at-item-checklet-p): New function.
6218 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6219 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6220 (org-metaright, org-metaup, org-metadown, org-shiftup)
6221 (org-shiftdown, org-shiftright, org-shiftleft)
6222 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6223 Dispatch using `call-interactively'.
6224 (org-call-with-arg): New defsubst.
6225 (org-tag-alist, org-use-fast-tag-selection): New options.
6226 (org-complete): Use `org-tag-alist'.
6227 (org-fast-tag-insert, org-fast-tag-selection): New functions.
6228 (org-next-item, org-previous-item): New commands.
6229 (org-beginning-of-item, org-end-of-item): Add (interactive) to
6230 make command.
6231 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6232
6233 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6234
6235 * emacs-lisp/ewoc.el (ewoc-delete): New function.
6236 (ewoc-filter): Use `ewoc-delete'.
6237
6238 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6239
6240 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6243 Signal more user-friendly error messages.
6244
6245 * complete.el (PC-do-completion): Undo the addition of implicit
6246 wildcards if they did not lead to finding any match.
6247 (read-file-name-internal): Don't add the final > if the completion is
6248 not finished.
6249
6250 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6251
6252 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6253 Quote safe-local-variable predicate.
6254
6255 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6256
6257 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6258
6259 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6260
6261 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6262
6263 * progmodes/make-mode.el (makefile-special-targets-list)
6264 (makefile-macro-table, makefile-target-table): Mark as risky.
6265 (makefile-query-one-target-method): Make this the alias for the
6266 following variable.
6267 (makefile-query-one-target-method-function): Make this the real name.
6268
6269 * textmodes/artist.el (artist-text-renderer): Make this the alias
6270 for the following variable.
6271 (artist-text-renderer-function): Make this the real name.
6272
6273 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6274 the alias for the following variable.
6275 (flyspell-generic-check-word-predicate): Make this the real name.
6276
6277 * textmodes/ispell.el (ispell-format-word): Make this the alias
6278 for the following variable.
6279 (ispell-format-word-function): Make this the real name.
6280 (ispell-message-text-end): Mark as risky.
6281
6282 * skeleton.el (skeleton-transformation, skeleton-filter)
6283 (skeleton-pair-filter): Make these the aliases for the following
6284 variables.
6285 (skeleton-transformation-function, skeleton-filter-function)
6286 (skeleton-pair-filter-function): Make these the real names.
6287
6288 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6289 and skeleton-pair-filter-function.
6290
6291 * textmodes/sgml-mode.el (sgml-transformation): Make this the
6292 alias for the following variable.
6293 (sgml-transformation-function): Make this the real name.
6294 (sgml-tag-alist): Mark as risky.
6295
6296 2006-05-21 Richard Stallman <rms@gnu.org>
6297
6298 * simple.el (kill-region): Interactively, pass point, then mark.
6299
6300 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6301
6302 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6303
6304 2006-05-21 Romain Francoise <romain@orebokech.com>
6305
6306 * dired-x.el (dired-mode-map): Don't bind M-g.
6307
6308 2006-05-20 Richard Stallman <rms@gnu.org>
6309
6310 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6311 (dired-goto-file): Doc fix.
6312
6313 2006-05-21 Kim F. Storm <storm@cua.dk>
6314
6315 * emulation/cua-base.el: Mention customizing cua-mode as alternative
6316 way to enable built-in cua-mode if user loads older CUA-mode package.
6317
6318 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6319 if default-filename is specified.
6320
6321 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6322
6323 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6324
6325 * info.el (info-apropos): Make sure current-file and current-node
6326 have non-nil values. Speed up by using add-to-list instead of
6327 manual consing.
6328
6329 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6330
6331 * progmodes/make-mode.el (makefile-mode): Doc fix.
6332
6333 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6334
6335 * dired-aux.el (dired-do-shell-command): Doc fix.
6336
6337 2006-05-20 Kevin Ryde <user42@zip.com.au>
6338
6339 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6340 ``(custom-manual :tag "Foo" "(foo)Node")''.
6341
6342 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
6343
6344 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6345 value is an integer.
6346
6347 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6348
6349 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6350 "format".
6351 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6352
6353 2006-05-20 Martin Rudalics <rudalics@gmx.at>
6354
6355 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6356 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6357
6358 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6361 regexp for keywords.
6362
6363 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
6364
6365 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6366 replace-regexp-in-string.
6367
6368 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6369 encode, and escape file name on conversion to URL.
6370
6371 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6372
6373 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6374 Don't unescape URL.
6375 (dnd-get-local-file-name): Unescape URL on conversion to file name.
6376
6377 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6378 on conversion to URLs.
6379
6380 * net/browse-url.el (browse-url-file-url): Encode file name on
6381 conversion to URL.
6382
6383 * term/mac-win.el (mac-ae-open-documents): Escape file name on
6384 conversion to URL.
6385
6386 2006-05-19 Eli Zaretskii <eliz@gnu.org>
6387
6388 * progmodes/cc-styles.el (c-style-alist): Doc fix.
6389
6390 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6391
6392 * term/mac-win.el (mac-bytes-to-digits): Remove function.
6393 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6394
6395 2006-05-19 Glenn Morris <rgm@gnu.org>
6396
6397 * calendar/diary-lib.el (diary-bahai-date)
6398 (list-bahai-diary-entries, mark-bahai-diary-entries)
6399 (mark-bahai-calendar-date-pattern): Not interactive.
6400 (add-to-diary-list): New optional arg LITERAL. Doc fix.
6401 (diary-entries-list): Change format of 4th element in each entry.
6402 (diary-list-entries): Use add-to-diary-list.
6403 (diary-goto-entry): Handle the case where the buffer visiting the
6404 diary has been killed.
6405 (fancy-diary-display): Add 'locator to button rather than 'marker.
6406 Only generate temp-face when there are marks to apply.
6407 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6408 (diary-fancy-date-pattern): New variable.
6409 (diary-time-regexp): Doc fix.
6410 (diary-anniversary, diary-time): New faces.
6411 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6412 diary-time-regexp. Add font-lock-multiline property where needed.
6413 Use new faces diary-anniversary and diary-time.
6414 (diary-fancy-font-lock-fontify-region-function): New function, to
6415 handle multiline font-lock pattern in fancy diary.
6416 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6417 (diary-font-lock-keywords): Tweak time regexp. Use new face
6418 diary-time.
6419
6420 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
6421
6422 * international/code-pages.el (mik): Table corrected.
6423
6424 2006-05-18 Kim F. Storm <storm@cua.dk>
6425
6426 * progmodes/grep.el (grep-find): Don't check grep-find-command
6427 before running command (breaks non-interactive usage).
6428
6429 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
6430
6431 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6432 (ewoc--insert-new-node): Don't insert trailing newline.
6433 Instead, adjust successor nodes's start markers.
6434 (ewoc--refresh-node): Delete all text from current node's start
6435 marker to the next one's; adjust successor nodes's start markers.
6436 (ewoc--create): Doc fixes.
6437 (ewoc--refresh): Don't insert newline.
6438 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
6439 * pcvs.el (cvs-make-cvs-buffer):
6440 Specify extra newline for ewoc's header and footer.
6441 (cvs-update-header): Update initial header recognition.
6442 Append newline to final header and footer values.
6443 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6444
6445 2006-05-17 Richard Stallman <rms@gnu.org>
6446
6447 * files.el (file-name-extension): Doc fix.
6448
6449 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6452 we can explicitly enable/disable rather than toggle.
6453 (shell-mode): Use it.
6454 (shell-cd): Don't try to reproduce what `cd' does.
6455
6456 2006-05-17 Kim F. Storm <storm@cua.dk>
6457
6458 * ido.el (ido-read-internal): Use only nondirectory part of
6459 default item.
6460
6461 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
6462
6463 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6464 (ewoc-nth): Doc fix.
6465
6466 (ewoc-map, ewoc-invalidate): Compute PP before looping.
6467
6468 2006-05-16 Eli Zaretskii <eliz@gnu.org>
6469
6470 * international/mule.el (auto-coding-alist): Add .lha to files
6471 read with no-conversion.
6472
6473 * files.el (auto-mode-alist): Add .lha files to archive file
6474 extensions.
6475
6476 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6477 Convert csize to integer when computing offsets within the
6478 compressed archive file.
6479
6480 2006-05-16 Kim F. Storm <storm@cua.dk>
6481
6482 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6483 with read-from-minibuffer.
6484
6485 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6486
6487 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
6488 (byte-compile-warnings): Fix safe-local-variable property.
6489
6490 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
6491
6492 * allout.el (allout-show-bodies, allout-old-style-prefixes)
6493 (allout-stylish-prefixes, allout-numbered-bullet)
6494 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6495 predicates to qualify `safe-local-variable' property, when
6496 available, else use equivalent lambda.
6497 (allout-current-topic-collapsed-p): Do the right thing regarding
6498 trailing blank lines.
6499
6500 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * server.el (server-start): Only create a directory if needed.
6503 (server-edit, server-unload-hook): server-start => server-mode.
6504 (kill-emacs-hook): Cleanup upon exit.
6505
6506 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * hexl.el (hexlify-buffer): Encode process arguments manually.
6509
6510 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
6511
6512 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
6513 call to gdb-tooltip-print.
6514
6515 2006-05-15 Romain Francoise <romain@orebokech.com>
6516
6517 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
6518 systems, default to "tar" since those systems probably have GNU tar.
6519
6520 2006-05-14 Lars Hansen <larsh@soem.dk>
6521
6522 * desktop.el (desktop-missing-file-warning): Fix docstring.
6523 (desktop-restore-file-buffer): Correct question asked on missing file.
6524
6525 2006-05-14 Kim F. Storm <storm@cua.dk>
6526
6527 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
6528 Add CUA move property.
6529
6530 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
6531
6532 * custom.el (custom-push-theme): Load the variable before checking
6533 its `standard-value'.
6534
6535 2006-05-13 Lars Hansen <larsh@soem.dk>
6536
6537 * desktop.el (desktop-save): Use with-temp-buffer.
6538
6539 2006-05-12 Glenn Morris <rgm@gnu.org>
6540
6541 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
6542 * calendar/calendar.el (calendar-mode-map):
6543 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
6544 * calendar/appt.el (appt-check, appt-make-list): Refer to
6545 diary-view-entries, diary-list-entries, diary-show-all-entries
6546 rather than obsolete aliases.
6547
6548 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * simple.el (line-move-finish): Avoid calling point motion hooks
6551 while processing intangibility.
6552
6553 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
6554
6555 * term/xterm.el (terminal-init-xterm): Fix typo.
6556
6557 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
6558
6559 * allout.el (allout-view-change-hook): Mark as being deprecated,
6560 to be replaced by `allout-exposure-change-hook'.
6561 (allout-exposure-change-hook): New, replacing
6562 `allout-view-change-hook'.
6563 (allout-flag-region): Run new hook `allout-exposure-change-hook',
6564 in addition to `allout-view-change-hook'.
6565 (allout-show-bodies, allout-old-style-prefixes)
6566 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
6567 lambda forms to prevent their showing up in variable help
6568 presentations as inscrutable byte-compiled code.
6569 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
6570 Use string-or-null-p to qualify safe-local-variable values.
6571 (allout-reindent-bodies): Use memq to qualify matches against
6572 valid safe-local-variable values. Also, quote the lambda as above.
6573 (allout-use-mode-specific-leader): Add missing candidate-value
6574 symbols, use memq, and quote the lambda.
6575 (allout-overlay-interior-modification-handler): Remove unused
6576 variables `msg' and 'opened'.
6577 (allout-hidden-p): Constrain invisibility consideration to allout's
6578 invisibility spec, disregarding invisibility for other reasons.
6579
6580 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6581
6582 * files.el (version-control): Correct safe values.
6583
6584 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
6585
6586 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
6587
6588 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
6589 (ewoc--insert-new-node): New func.
6590 Update callers of deleted funcs to use it, instead.
6591
6592 2006-05-11 Glenn Morris <rgm@gnu.org>
6593
6594 * calendar/calendar.el (diary-show-all-entries): Do not refer to
6595 obsolete alias `show-all-diary-entries'.
6596 (make-diary-entry): Not interactive.
6597 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
6598 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
6599 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6600 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6601 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6602 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
6603
6604 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6605
6606 * calendar/calendar.el (calendar-french-date-string)
6607 (calendar-mayan-date-string, calendar-chinese-date-string)
6608 (calendar-astro-date-string, calendar-iso-date-string)
6609 (calendar-islamic-date-string, calendar-bahai-date-string)
6610 (calendar-hebrew-date-string, calendar-coptic-date-string)
6611 (calendar-ethiopic-date-string, calendar-persian-date-string):
6612 These functions are not interactive.
6613
6614 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
6615
6616 * files.el: Balance parentheses.
6617
6618 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
6619
6620 * files.el, newcomment.el, outline.el, simple.el,
6621 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
6622 progmodes/cc-vars.el, progmodes/compile.el:
6623 Move `safe-local-variable' declarations to the respective files.
6624
6625 * help-fns.el (describe-variable): Don't print safe-var if it is
6626 byte-code. Improve wording as suggested by Luc Teirlinck.
6627
6628 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6629
6630 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
6631 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
6632 Use a token for pending-triggers to ensure gdb-var-update
6633 gets called once per user input again for pre-GDB 6.4.
6634 (gdb-var-delete): Match on more complex expressions.
6635 (gdb-var-list-children-handler, gdb-var-create-handler):
6636 Use a token for consistency.
6637
6638 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
6639
6640 * textmodes/org.el (org-read-date, org-goto-calendar)
6641 (org-agenda-goto-calendar):
6642 Bind `view-calendar-holidays-initially' to nil.
6643
6644 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6645
6646 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
6647 Update all callers to do it there, instead.
6648
6649 2006-05-10 Glenn Morris <rgm@gnu.org>
6650
6651 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
6652 prefix arg case, to avoid view-diary-entries-initially error.
6653 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6654 (calendar-date-is-legal-p): Handle dates with no day part.
6655
6656 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6657
6658 * comint.el (comint-insert-input): Just make it when
6659 comint-use-prompt regexp is nil (default) and with the mouse.
6660 (comint-copy-old-input): Reinstate from 2004-06-23.
6661 (comint-mode-map): Bind C-c C-m to it.
6662
6663 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
6664
6665 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6666 Remove spurious move to point-max (new comint behavior fixes).
6667
6668 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6669 compatibility function (Emacs 18/19).
6670 (idlwave-is-continuation-line): Always return point at start of
6671 previous non-blank continuation line.
6672 (keyword-parameters): Fix continued comment font-lock matcher.
6673 (idlwave-font-lock-fontify-region): Written, use as
6674 font-lock-fontify-region-function, to fix continued keyword
6675 fontification issues.
6676
6677 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6678
6679 * term/mac-win.el (mac-font-panel-mode): Doc fix.
6680 (mac-service-selection, mac-service-open-file)
6681 (mac-service-open-selection, mac-service-mail-selection)
6682 (mac-service-mail-to, mac-service-insert-text): Rename from
6683 mac-services-*. All uses changed.
6684 (mac-apple-event-map): Rename event symbol `services' to `service'.
6685
6686 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
6687
6688 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6689 (ewoc--node-enter-first, ewoc--node-enter-last)
6690 (ewoc--delete-node-internal): Merge funcs into unique callers.
6691
6692 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6695 return value of read-from-minibuffer for empty input.
6696
6697 2006-05-09 Miles Bader <miles@gnu.org>
6698
6699 * comint.el (comint-insert-input): Remove redundant calls to setq
6700 and goto-char.
6701
6702 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
6703
6704 * comint.el (comint-insert-input): Make it work when
6705 comint-use-prompt-regexp is t.
6706
6707 2006-05-10 Miles Bader <miles@gnu.org>
6708
6709 * subr.el (field-at-pos): New function.
6710
6711 * comint.el (comint-insert-input): Use it.
6712
6713 2006-05-09 Juri Linkov <juri@jurta.org>
6714
6715 * battery.el (battery-linux-proc-acpi): Also try
6716 `/proc/acpi/thermal_zone/THR2/temperature'.
6717
6718 * files.el <safe-local-variable>: Remove `eval' and `let' binding
6719 for now unused lambda `string-or-null'.
6720
6721 * add-log.el (change-log-default-name): Put `string-or-null-p'
6722 instead of lambda on `safe-local-variable' property.
6723
6724 * diff-mode.el (diff-context->unified): Use `region-beginning' and
6725 `region-end' instead of `mark' and `point'.
6726 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6727 Operate on region in Transient Mark mode when the mark is active.
6728 Use `region-beginning' and `region-end' instead of `mark' and
6729 `point'.
6730 (diff-hunk-text, diff-goto-source): Doc fix.
6731
6732 * startup.el (fancy-splash-screens, normal-splash-screen): Use
6733 face `mode-line-buffer-id' for mode-line buffer face instead of
6734 hard-coded `(:weight bold)'.
6735
6736 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6737 buffer-undo-list to t (undo-ask is reproducible by visiting
6738 nested archives).
6739
6740 2006-05-09 Kim F. Storm <storm@cua.dk>
6741
6742 * progmodes/grep.el (rgrep): Set default directory of *grep*
6743 buffer if we start M-x rgrep in the *grep* buffer and choose
6744 a different base directory.
6745
6746 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6747
6748 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6749 completion also when ido is loaded.
6750
6751 2006-05-09 Masatake YAMATO <jet@gyve.org>
6752
6753 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6754 "warning" and "import".
6755 (cpp-font-lock-keywords): Added "warning".
6756
6757 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6758
6759 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6760
6761 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6764 pages at a time, if we signal the end, we should indeed reach that end.
6765
6766 2006-05-08 David Reitter <david.reitter@gmail.com>
6767
6768 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6769 output during execution of the body.
6770
6771 2006-05-08 Kim F. Storm <storm@cua.dk>
6772
6773 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6774
6775 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
6776
6777 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6778 Use with-current-buffer.
6779
6780 2006-05-07 Kim F. Storm <storm@cua.dk>
6781
6782 * subr.el (add-to-history): Remove keep-dups arg.
6783
6784 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6785 to nil around call to add-to-history.
6786
6787 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6790 than after a buffer modification.
6791
6792 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
6793
6794 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6795 call to...
6796 (gud-watch): ...here so speedbar is raised for already watched
6797 expressions.
6798 (gdb-speedbar-refresh): Delete function.
6799 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6800 Use speedbar-timer-fn instead of speedbar-refresh (reverting
6801 earlier change).
6802 (gdb-var-evaluate-expression-handler)
6803 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
6804
6805 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6806 Update localized contents for all buffers except ignored modes.
6807
6808 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6809
6810 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6811 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6812 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6813 (mac-handle-font-panel-closed, mac-handle-font-selection):
6814 New functions.
6815 (mac-font-panel-mode): New minor mode.
6816 (mac-apple-event-map): Add bindings for toolbar toggle button and
6817 font panel.
6818 (menu-bar-showhide-menu): Add mac-font-panel-mode.
6819
6820 2006-05-07 John Paul Wallington <jpw@pobox.com>
6821
6822 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6823 Avoid `regexp-opt'; simplify regexp for readability.
6824
6825 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6826
6827 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6828 * files.el (buffer-stale-function):
6829 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6830 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6831 links to the main manual, not to emacs-xtra.
6832
6833 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6834
6835 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
6836 MacJapanese if text is ASCII-only.
6837
6838 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
6839
6840 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6841 unless so nil isn't returned.
6842 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6843
6844 2006-05-06 Kim F. Storm <storm@cua.dk>
6845
6846 * subr.el (add-to-history): New function.
6847
6848 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6849 (ediff-merge-files-with-ancestor):
6850 * env.el (setenv):
6851 * isearch.el (isearch-update-ring):
6852 * server.el (server-visit-files):
6853 * progmodes/grep.el (lgrep, rgrep):
6854 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
6855 * progmodes/xscheme.el (xscheme-insert-expression):
6856 Use add-to-history.
6857
6858 * kmacro.el (kmacro-push-ring): Use add-to-history.
6859 (kmacro-ring-length): Remove unused defun.
6860 (kmacro-start-macro): Use kmacro-push-ring.
6861
6862 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6863
6864 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
6865 directly instead of a lambda expression that calls it.
6866
6867 2006-05-06 Kim F. Storm <storm@cua.dk>
6868
6869 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
6870 instead of compute-motion.
6871
6872 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6873
6874 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
6875 change.
6876
6877 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
6878
6879 * startup.el (command-line-1): Refer to "Pure Storage" on
6880 pure-space-overflow.
6881
6882 2006-05-05 Martin Rudalics <rudalics@gmx.at>
6883
6884 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
6885 provided faces once they all have been used up.
6886
6887 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6888
6889 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
6890 reference to the Lisp manual to the warning about pure space
6891 overflow.
6892
6893 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6894
6895 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
6896 argument to avoid the call to `ispell-internal-change-dictionary'
6897 when not needed.
6898 (ispell-change-dictionary): Use this argument and call
6899 `ispell-internal-change-dictionary' after the possible change
6900 to `ispell-local-dictionary'.
6901 (ispell-internal-change-dictionary): Check for a change in
6902 personal dictionary use too.
6903
6904 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6905
6906 * startup.el (command-line): On MS-Windows, probe "~", not
6907 "~USER", for warning about non-existent home directory
6908
6909 * arc-mode.el (archive-l-e): New optional argument `float' means
6910 generate a float value.
6911 (archive-arc-summarize, archive-lzh-summarize)
6912 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
6913 with 3rd argument non-nil when file's size is being computed.
6914 Format the file sizes with %8.0f instead of %8d.
6915
6916 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6917
6918 * cus-start.el (all): Add mac-dnd-known-types.
6919
6920 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
6921 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
6922 (mac-TIFF-to-string): New functions.
6923 (x-get-selection, x-selection-value)
6924 (mac-select-convert-to-string): Use them.
6925 (mac-text-encoding-mac-japanese-basic-variant): New constant.
6926 (mac-dnd-types-alist): New customization variable.
6927 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
6928 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
6929 (mac-dnd-handle-drag-n-drop-event): New functions.
6930 (mac-drag-n-drop): Remove function.
6931 (global-map): Bind drag-n-drop and M-drag-n-drop to
6932 mac-dnd-handle-drag-n-drop-event.
6933
6934 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
6935
6936 * progmodes/perl-mode.el (perl-beginning-of-function):
6937 Skip anonymous subs.
6938
6939 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6940
6941 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
6942 regexp-opt at run time.
6943
6944 * term.el (term-handle-ansi-escape): Fix off by one error.
6945
6946 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
6949 (gdb-init-1, gdb-post-prompt): ...and references to it.
6950 (gdb-frame-handler): Strip directory name from filename if present.
6951
6952 * progmodes/gud.el (gdb-force-update): Delete defvar
6953 (gud-speedbar-buttons): ...and references to it. Use window-start
6954 to try to keep positon in watch expression.
6955
6956 2006-05-03 Richard Stallman <rms@gnu.org>
6957
6958 * simple.el (next-history-element, previous-history-element): Doc fix.
6959
6960 * isearch.el (isearch-update-ring): Doc fix.
6961
6962 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
6963
6964 * isearch.el (isearch-update-ring): Take history-delete-duplicates
6965 into consideration. Replace one arm ifs with whens.
6966
6967 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
6968
6969 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
6970 (menu): Fix typo.
6971
6972 2006-05-02 Miles Bader <miles@gnu.org>
6973
6974 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
6975
6976 2006-05-02 Jay Belanger <belanger@truman.edu>
6977
6978 * calc/calc-embed.el (calc-override-minor-modes-map)
6979 (calc-override-minor-modes): New variables.
6980 (calc-do-embedded): Make sure that Calc keystrokes aren't
6981 overwritten by minor modes.
6982
6983 2006-05-02 Chong Yidong <cyd@mit.edu>
6984
6985 * msb.el (msb): If EVENT is a down event, read and discard the up event.
6986
6987 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6988
6989 * startup.el (command-line-1): Refer to Lisp manual when
6990 pure-space-overflow occurs.
6991
6992 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
6993 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
6994 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
6995 (version-control): Don't use `t' for safe-local-variable declarations.
6996
6997 2006-05-01 Richard Stallman <rms@gnu.org>
6998
6999 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
7000 M-r, M-R, M-A, M-SPC or M-DEL.
7001 (diff-mode-map): diff-refine-hunk now on C-c C-w
7002 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
7003
7004 * help-mode.el (help-mode): view-exit-action calls delete-window
7005 only when it is safe and possible.
7006
7007 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7008 in messages.
7009
7010 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
7011
7012 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
7013 in the default tool-bar-map.
7014
7015 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
7016
7017 * net/tramp.el (tramp-completion-file-name-handler-alist)
7018 (tramp-run-real-handler, tramp-completion-run-real-handler)
7019 (tramp-completion-handle-file-name-all-completions)
7020 (tramp-completion-handle-file-name-completion): Autoload them.
7021 (tramp-completion-handle-file-exists-p)
7022 (tramp-completion-handle-file-name-directory)
7023 (tramp-completion-handle-file-name-nondirectory)
7024 (tramp-completion-handle-expand-file-name): Remove them.
7025 (tramp-handle-file-name-directory): Return the real directory name.
7026 Returning "/" only doesn't need to be necessary any longer.
7027 (tramp-file-name-handler): Make special attention when in hostname
7028 completion mode.
7029 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
7030 (tramp-register-file-name-handlers):
7031 Register `tramp-completion-file-name-handler' only when
7032 `partial-completion-mode' is enabled.
7033 (tramp-completion-handle-file-name-all-completions):
7034 Delete directory part from results.
7035 (tramp-get-completion-methods, tramp-get-completion-user-host):
7036 Discard deleting "/", it doesn't work after the change of
7037 `tramp-handle-file-name-directory' above.
7038
7039 2006-05-01 Kim F. Storm <storm@cua.dk>
7040
7041 * progmodes/grep.el (grep-expand-template): Use save-match-data
7042 and symbol-value.
7043
7044 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7045
7046 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
7047 Use select-frame-set-input-focus instead of raise-frame.
7048 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7049
7050 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7051
7052 * progmodes/gud.el (gud-def): Add %c case.
7053 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7054 (gud-format-command): Make match case sensitive. Match on %F.
7055
7056 2006-04-30 Glenn Morris <rgm@gnu.org>
7057
7058 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7059 (cal-tex-preamble): Use cal-tex-preamble-extra.
7060 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7061 than alias `list-diary-entries'.
7062
7063 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7064
7065 * help-fns.el (describe-variable): Add info about safe local variables.
7066
7067 2006-04-29 Richard Stallman <rms@gnu.org>
7068
7069 * bindings.el (mode-line-format): help-echo doc fixes.
7070
7071 * net/tramp.el (tramp-file-name-handler-alist): Delete
7072 expand-file-name and other operations that can cause spurious loading.
7073
7074 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * files.el (safe-local-variable-p): Remove support for the special
7077 value t.
7078
7079 * textmodes/paragraphs.el (sentence-end-without-space):
7080 Fix safety predicate.
7081 (sentence-end-double-space, sentence-end-without-period)
7082 (paragraph-ignore-fill-prefix):
7083 * textmodes/fill.el (colon-double-space):
7084 * abbrev.el (abbrev-mode): Tighten the safety predicate.
7085
7086 * subr.el (booleanp): New fun.
7087
7088 * textmodes/reftex-vars.el (reftex-guess-label-type):
7089 Tighten the safety predicate.
7090
7091 2006-04-28 Kim F. Storm <storm@cua.dk>
7092
7093 * progmodes/grep.el (defgroup grep): Doc fix.
7094 (grep-auto-highlight): Remove.
7095 (grep-template): New defcustom.
7096 (grep-find-template): Rename from grep-tree-template.
7097 (grep-files-aliases): Rename from grep-tree-files-aliases.
7098 Remove "all" alias, add "l" alias.
7099 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7100 (grep-find-ignored-directories): New defcustom to replace
7101 grep-tree-ignore-CVS-directories, to facilitate ignoring
7102 subdirectories for multiple version control systems.
7103 (grep-mode-map): Add Recursive grep item to GREP menu.
7104 (grep-regexp-history, grep-files-history): New defvars.
7105 (grep-probe): New helper function.
7106 (grep-compute-defaults): Use it to simplify code.
7107 Adapt to name changes.
7108 Use `.' as base in grep-find-template rather than <D>.
7109 (grep): Remove superfluous highlight-regexp arg. Fix doc.
7110 Call grep-compute-defaults unconditionally.
7111 (grep-expand-keywords): New defconst.
7112 (grep-expand-template): Rename from grep-expand-command-macros.
7113 Simplify via grep-expand-keywords. Look at case-fold-search instead
7114 of grep-tree-ignore-case to add -i option.
7115 Bind case-fold-search to nil while matching keywords.
7116 (grep-tree-last-regexp, grep-tree-last-files): Remove.
7117 (grep-read-regexp, grep-read-files): New helper functions.
7118 (rgrep): Rename from grep-tree. Rework to use proper histories.
7119 Adapt to changes in defcustoms and functions above.
7120 (lgrep): New command, as grep, but using same interactive UI as rgrep.
7121
7122 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
7123
7124 * net/tramp.el (tramp-completion-file-name-handler):
7125 Disable Tramp's functionality while loading Tramp itself.
7126 (tramp-register-file-name-handlers): That's a defsubst now.
7127 Code from `tramp-repair-jka-compr' moved here. Apply it via
7128 `after-init-hook'.
7129 (tramp-repair-jka-compr): Remove.
7130
7131 2006-04-27 Jay Belanger <belanger@truman.edu>
7132
7133 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7134 read expression when `math-read-big-expr' doesn't work.
7135
7136 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
7137
7138 * startup.el (command-line-1): Display warning when
7139 pure-space-overflow is non-nil.
7140
7141 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7142
7143 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7144 risky.
7145
7146 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7147
7148 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7149 Return the URL or nil if none can be generated.
7150
7151 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
7152
7153 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7154 byte compiler warnings.
7155 (gud-basic-call, gud-find-expr): Let user select an expression
7156 for printing. Print expression as well as value in GUD buffer.
7157
7158 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
7159
7160 * allout.el: Remove local autoload declaration for
7161 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7162 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7163 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7164 (allout-use-mode-specific-leader, allout-old-style-prefixes)
7165 (allout-stylish-prefixes, allout-numbered-bullet)
7166 (allout-file-xref-bullet, allout-presentation-padding)
7167 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7168 safe-local-variable with suitable value spec, and add autoload
7169 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
7170 (move-beginning-of-line, move-end-of-line): Repair so these compat
7171 functions now actually resituate the point, when appropriate.
7172
7173 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7176
7177 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7178 (add-log-iso8601-time-string): Fix call to format-time-string.
7179
7180 2006-04-26 Kim F. Storm <storm@cua.dk>
7181
7182 * subr.el (posn-string, posn-image, posn-object): Doc fix.
7183
7184 2006-04-26 Masatake YAMATO <jet@gyve.org>
7185
7186 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7187 Add support for "//" style comments. Remove `b' flag
7188 from ?* in `asm-mode-syntax-table'.
7189
7190 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * follow.el: Use (featurep 'xemacs) everywhere.
7193 (follow-mode): Use define-minor-mode.
7194 (follow-mode-map): Move initialization into the declaration.
7195 Use command remapping.
7196 (follow-emacs-version-xemacs-p): Remove.
7197 (follow-submit-feedback): Remove.
7198
7199 * allout.el (allout-layout, allout-passphrase-verifier-string)
7200 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7201
7202 * textmodes/reftex-vars.el (reftex-vref-is-default)
7203 (reftex-fref-is-default, reftex-guess-label-type):
7204 Tighten up a bit the safety predicate.
7205
7206 * textmodes/paragraphs.el (sentence-end-double-space)
7207 (sentence-end-without-period, sentence-end-without-space)
7208 (page-delimiter, paragraph-ignore-fill-prefix):
7209 Tighten up a bit the safety predicate.
7210
7211 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7212
7213 * progmodes/python.el (python-continuation-line-p)
7214 (python-beginning-of-statement): syntax-ppss may return
7215 a negative depth.
7216 (python-mode): Don't forcefully enable font-lock.
7217
7218 * time-stamp.el (time-stamp-start, time-stamp-end)
7219 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7220
7221 * add-log.el: Remove spurious * in docstrings.
7222 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7223 (add-change-log-entry): Use it here, since it's not specific
7224 to iso8601.
7225 (add-log-iso8601-time-string): Don't use it here any more.
7226 (change-log-indent-text, change-log-indent): Rename from add-log-*.
7227
7228 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7229
7230 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
7231
7232 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7233 (rcirc-toggle-low-priority): Doc fix.
7234 (rcirc-handler-NOTICE): Remove beginning of line anchor in
7235 ChanServ regexp.
7236 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7237 #emacs.
7238 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7239 (rcirc-decode-coding-system): Use utf-8 as the default.
7240 (rcirc-multiline-minor-mode): Set the fill-column.
7241 (rcirc-format-response-string): Display bright and dim nicks.
7242 (rcirc-browse-url): Update interactive spec to fill ARG.
7243 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7244 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7245
7246 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
7247
7248 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7249 case for @Article, etc.
7250
7251 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
7252
7253 * net/tramp.el (tramp-register-file-name-handlers): New defun.
7254 Added with autoload cookie.
7255 (tramp-unload-file-name-handlers): Rename from
7256 `tramp-unload-file-name-handler-alist'.
7257
7258 2006-04-23 Romain Francoise <romain@orebokech.com>
7259
7260 * comint.el (comint-match-partial-filename): Doc fix.
7261
7262 2006-04-21 Glenn Morris <rgm@gnu.org>
7263
7264 * calendar/cal-menu.el (calendar-mode-map): Refer to
7265 `diary-view-entries' rather than alias `view-diary-entries'.
7266 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7267
7268 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
7269
7270 * progmodes/antlr-mode.el (antlr-default):
7271 * cus-edit.el (custom-documentation):
7272 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7273 in defface.
7274
7275 2006-04-21 Kim F. Storm <storm@cua.dk>
7276
7277 * image.el (image-type): New defun split out of create-image.
7278 (create-image): Use it.
7279
7280 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7281
7282 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7283 (org-open-at-point): Remove the "...done" message to keep output
7284 in the echo area visible.
7285 (org-export-as-xoxo): Fix call to `indent-region'.
7286
7287 2006-04-21 Kevin Ryde <user42@zip.com.au>
7288
7289 * international/mule.el (keyboard-coding-system): defcustom
7290 info-link fixes: "Specify Coding" has been split, keyboard now in
7291 "Terminal Coding", and "Single-Byte Character Support" is now
7292 "Unibyte Mode".
7293
7294 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
7295
7296 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7297 Use font-lock-warning-face for any errors e.g. no stack.
7298 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7299
7300 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7301
7302 * progmodes/sh-script.el (sh-shell): Mark as safe.
7303
7304 * newcomment.el (comment-start, comment-start-skip)
7305 (comment-end-skip, comment-end): Mark as safe.
7306
7307 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7308
7309 * textmodes/org.el (org-deadline-announce): Face removed.
7310 (org-level-faces, org-n-levels): Convert to constant.
7311 (org-compatible-face): New function.
7312 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7313 (org-level-5, org-level-6, org-level-7, org-level-8)
7314 (org-special-keyword, org-warning, org-headline-done, org-link)
7315 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7316 (org-scheduled-today, org-scheduled-previously, org-time-grid):
7317 Face definition revised for better color tty support.
7318 (org-bold-re, org-italic-re, org-underline-re): New constants.
7319 (org-set-font-lock-defaults): Use the new constants.
7320 (org-agenda-highlight-todo): New function.
7321 (org-agenda-todo): Fix bug with point at end of line.
7322 (org-agenda-change-all-lines, org-finalize-agenda-entries):
7323 Fontify TODO keywords.
7324 (org-insert-link): Preserve relative path in ../ links.
7325 (org-export-as-html): Convert links pointing to .org files into
7326 links that will work beteen the exported HTML files.
7327 (org-todo-list): Fix bug when arg=0.
7328 (org-insert-heading): More fine-tuning.
7329
7330 2006-04-19 Romain Francoise <romain@orebokech.com>
7331
7332 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7333 from `rmail-mime-charset-pattern'.
7334
7335 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7336
7337 * progmodes/python.el (python-mode): Fix typo.
7338
7339 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7340
7341 * comint.el (comint-previous-input): Don't clobber input line
7342 when moving off either end of the input history ring.
7343 (comint-delete-input): New function, used by
7344 `comint-previous-input' and others.
7345 (comint-previous-matching-input):
7346 Use `coming-delete-input'. Save the partial input if leaving the
7347 edit line. Goto point-max before deleting input to avoid
7348 partial input fragments hanging around.
7349 (comint-restore-input): New function, used by `comint-previous-input'.
7350
7351 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
7352
7353 * imenu.el (imenu--index-alist): Balance parentheses.
7354
7355 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7356
7357 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
7358
7359 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
7360
7361 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7362 file is nil.
7363
7364 2006-04-18 Richard Stallman <rms@gnu.org>
7365
7366 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7367
7368 * imenu.el (imenu-create-index-function, imenu--index-alist)
7369 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7370 (imenu-default-create-index-function, imenu--generic-function):
7371 Doc fixes.
7372
7373 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7374
7375 * help-mode.el (help-mode): Set view-exit-action to delete window.
7376
7377 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
7378 now works by passing nil as arg.
7379
7380 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7381
7382 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7383 (read-abbrev-file): Provide default when reading filename.
7384
7385 * files.el (enable-local-variables): Allow :all as value.
7386 (hack-local-variables): Implement that value.
7387 (safe-local-variable-values, safe-local-eval-forms)
7388 (enable-local-variables): Mark as risky.
7389 (find-file-visit-truename, kept-old-versions): Mark safe.
7390
7391 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7392 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7393 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7394
7395 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7398 Use forward-line so as to get to BOL even in the presence of fields.
7399 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7400 in return.
7401 (inferior-tcl): Tell tclsh to work in interactive mode.
7402
7403 * complete.el (partial-completion-mode):
7404 Use 'choose-completion-string-functions to make sure that
7405 choose-completion fills the minibuffer properly.
7406
7407 * complete.el (PC-old-read-file-name-internal): Remove.
7408 (PC-read-include-file-name-internal): Remove. Turn it into an advice
7409 of read-file-name-internal.
7410 (partial-completion-mode): Enable/disable this advice.
7411
7412 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * net/tramp.el (tramp-completion-file-name-handler): Revert change
7415 of 2006-04-17.
7416
7417 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7418
7419 * textmodes/org.el (org-insert-heading): Insert heading before
7420 current if at beginning of line.
7421 (org-todo, org-date): New faces.
7422 (org-table-align): Make sure tooltip window contains full text.
7423 (org-no-properties): New defsubst.
7424 (org-set-font-lock-defaults): Use new faces.
7425
7426 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7429 for root variables.
7430
7431 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7432 (gdb-frame-address): Re-use to identify frame for watch expression.
7433 (gdb-var-list, gdb-var-create-handler): Add frame address for root
7434 variables.
7435 (gdb-init-1, gdb-source, gdb-post-prompt)
7436 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7437 (gdb-frame-handler): Get gdb-frame-address.
7438
7439 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7440
7441 Sync with Tramp 2.0.53.
7442
7443 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
7444 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
7445 (tramp-completion-file-name-handler): Add autoload cookie for
7446 adding to `file-name-handler-alist'.
7447
7448 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7449 the prompt. If it returns earlier (when detecting an error
7450 message), the rest of the output will merge accidently with the
7451 output of the next command. Reported by M Jared Finder
7452 <jared@hpalace.com>.
7453
7454 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7455 for `process-file', in order to let it work for older Emacsen too.
7456
7457 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
7458
7459 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7460 (tex-font-lock-keywords-3): Use it.
7461
7462 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * newcomment.el (comment-add): New function.
7465 (comment-region-default, comment-dwim): Use it.
7466
7467 2006-04-15 Michael Olson <mwolson@gnu.org>
7468
7469 * emacs-lisp/tq.el: Improve comments.
7470 (tq-queue-head-question): New accessor function.
7471 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7472 Update for modified queue structure.
7473 (tq-queue-add): Accept `question' argument.
7474 (tq-queue-pop): If a question is pending, send it.
7475 (tq-enqueue): Accept new optional argument `delay-question'.
7476 If this is non-nil, and at least one other question is pending a
7477 response, queue the question rather than sending it immediately.
7478
7479 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7480
7481 * calendar/appt.el (appt-add): Check whether an appointment is
7482 already present in appt-time-msg-list. Simplify code.
7483
7484 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * progmodes/cc-langs.el (c-mode-menu):
7487 Don't presume c-subword-mode is bound.
7488
7489 2006-04-13 Bill Wohler <wohler@newt.com>
7490
7491 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
7492 (customize-package-emacs-version): Use cdr instead of cadr now
7493 that alists use dotted pairs.
7494
7495 * custom.el (defcustom): Fix docstring for :package-version.
7496
7497 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
7498
7499 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
7500 (tramp-handle-shell-command): Display output buffer only when
7501 `tramp-display-shell-command-buffer' is true.
7502 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
7503
7504 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7505
7506 * textmodes/org.el (org-set-autofill-regexps): Set only the local
7507 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
7508
7509 2006-04-13 Romain Francoise <romain@orebokech.com>
7510
7511 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
7512 leaving temporary .cvsignore buffers behind.
7513
7514 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7515
7516 * textmodes/org.el (org-set-regexps-and-options)
7517 (org-get-current-options): Better names for the startup folding
7518 options.
7519
7520 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
7521
7522 * vc.el (vc-annotate): Arrange for point to end up at the same
7523 line number as in the original, but only when using a new buffer.
7524
7525 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
7526
7527 * files.el (hack-one-local-variable-eval-safep):
7528 Recognize `edebug-form-spec' for `put', but only if it passes
7529 `edebug-basic-spec'. Generalize `put' handling.
7530
7531 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
7532 vetting file-local form specs.
7533
7534 * allout.el (allout-layout): Autoload its `safe-local-variable'
7535 property.
7536
7537 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7538
7539 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
7540 (org-agenda-mouse-1-follows-link)
7541 (org-mouse-1-follows-link): New options.
7542 (org-format-agenda-item): Fix bug if TAGS is nil.
7543 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
7544
7545 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
7546
7547 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
7548 GDB 6.1+ gives full filename for "info sources" so use
7549 file-name-nondirectory.
7550
7551 2006-04-12 Romain Francoise <romain@orebokech.com>
7552
7553 * subr.el (read-passwd): Bind `message-log-max' to nil.
7554
7555 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * progmodes/perl-mode.el (perl-indent-new-calculate):
7558 Recompute parse-start after jumping backward by a whole sexp.
7559
7560 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
7563 window configuration.
7564 (vc-annotate-display-select): Select the buffer so that current-buffer
7565 (and selected-window) is the output buffer at the end of vc-annotate.
7566
7567 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
7568
7569 * vc.el (vc-annotate-color-map): Add custom TTY color map for
7570 8-color terminals, to use all of the colors in a sensible order.
7571 256-color terminals work well with the standard map.
7572 (vc-annotate-lines): Only strip the first color character if it
7573 is "#", to allow for terminal-style named colors.
7574 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
7575 the correct buffer is scrolled.
7576
7577 2006-04-11 Richard Stallman <rms@gnu.org>
7578
7579 * emacs-lisp/bytecomp.el (byte-compile-file):
7580 Bind enable-local-variables to :safe, and make normal-mode obey it.
7581
7582 * files.el (enable-local-variables): Allow value :safe.
7583 (normal-mode): Doc fix.
7584 (hack-local-variables): Implement enable-local-variables = :safe.
7585 (hack-local-variables-confirm): Don't prevent quitting.
7586
7587 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * loadhist.el (unload-feature): A bit of sanity check of
7590 load-history entries. Cancel timer-vars before unbinding them.
7591
7592 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
7593 quote special chars, and make the trick work on the hex part of the
7594 buffer as well.
7595 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
7596 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
7597
7598 * startup.el (normal-splash-screen): Fix last change so we don't wait
7599 2 minutes if we don't show the splash screen.
7600
7601 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7602
7603 * textmodes/org.el (org-export-plain-list-max-depth)
7604 (org-table-spaces-around-separators)
7605 (org-radio-targets, org-activate-camels)
7606 (org-table-spaces-around-invisible-separators): Options removed.
7607 (org-time-stamp-rounding-minutes, org-remember-templates)
7608 (org-ellipsis, org-activate-links, org-descriptive-links):
7609 New options.
7610 (org-remember-apply-template, org-current-time)
7611 (org-finish-edit-table-field)
7612 (org-link-unescape, org-link-escape)
7613 (org-string-width, org-table-clean-line, org-html-do-expand)
7614 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
7615 (org-read-agenda-file-list): New functions.
7616 (org-table-edit-field)
7617 (org-table-create-or-convert-from-region): New commands
7618 (org-table-toggle-vline-visibility): Command removed.
7619 (org-table-convert-region): Made a command.
7620 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
7621 Replace with the normal org- functions.
7622 (org-self-insert-command): Don't trigger realign unnecessarily
7623 when blanking a field that is not full.
7624 (org-mode): `Set buffer-invisibility-spec' for links.
7625 (org-activate-links2): Hide link part and only show descriptive
7626 part of the link.
7627 (org-insert-link): Modify for new linking system.
7628 (org-store-link): Store description separately, for use by
7629 `org-insert-link'.
7630 (org-table-align): Use `org-string-width'.
7631 (defgroup): Completely new group structure for custom variables.
7632 (org-agenda-files): Option: Single file name allowed. Function:
7633 Optional argument unrestrited means ignore any restricitons.
7634 (org-install-agenda-files-menu): Find a buffer in Org-mode before
7635 trying to modify the menu. Use generalized access to
7636 `org-agenda-files.'
7637 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
7638 (org-agenda-file-to-front, org-remove-file, org-diary)
7639 (org-tags-view, org-export-icalendar-all-agenda-files)
7640 (org-export-icalendar-combine-agenda-files): Use generalized
7641 access to `org-agenda-files'.
7642 (org-remember-handler): Correctly preserve heading if present.
7643 (org-table-insert-row, org-table-insert-hline): Deal with
7644 invisible characters.
7645
7646 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
7647
7648 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
7649 (vc-annotate-color-map): New 18 element constant
7650 value/saturation, rotating hue colormap, from red->blue.
7651 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
7652 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
7653 (vc-annotate): To avoid killing the required local variables,
7654 set them before the end of `with-output-to-temp-buffer', and
7655 after first switching to annotate-mode.
7656 (vc-annotate-warp-version): Add buffer argument in goto-line to
7657 ensure annotation, not source, is scrolled.
7658
7659 2006-04-10 Bill Wohler <wohler@newt.com>
7660
7661 * custom.el (defcustom, custom-handle-keyword):
7662 Add :package-version keyword.
7663 (custom-add-package-version): New function. Sets value of new
7664 property 'custom-package-version from :package-version keyword.
7665 (defcustom): Create Common Keywords section in docstring.
7666 (defface, defgroup): Replace definitions of a select few keywords
7667 with a reference to the Common Keywords in defcustom.
7668 (defcustom, defface, defgroup): Replace reference to Customization
7669 chapter in manual with hyperlink.
7670
7671 * cus-edit.el (customize-package-emacs-version-alist): New variable.
7672 (customize-changed-options): Add check for custom-package-version.
7673 (customize-package-emacs-version): New function to look up Emacs
7674 version corresponding to the given package version.
7675
7676 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7677 defun name, in similar fashion to find-variable-regexp.
7678
7679 2006-04-10 Eli Zaretskii <eliz@gnu.org>
7680
7681 * international/mule-cmds.el (set-locale-environment): Fix last
7682 change for when the locale's preferences don't specify any encoding.
7683
7684 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7687 so the defined var/fun doesn't need to be quoted.
7688
7689 2006-04-10 Richard Stallman <rms@gnu.org>
7690
7691 * finder.el (finder-mode-map): Add n and p bindings.
7692
7693 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
7694
7695 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7696 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7697 (gdb-setup-windows): Put something in source window if we can't find
7698 the source file.
7699 (gdb-frame-handler): Make it work again with just assembly.
7700 (gdb-data-list-register-values-handler): Make it work when there is
7701 no stack.
7702
7703 2006-04-09 Richard Stallman <rms@gnu.org>
7704
7705 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7706 specs while looking for charset.
7707
7708 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7709
7710 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7711 Make them faces.
7712 (lm-font-lock-keywords): Update appropriately.
7713
7714 2006-04-10 Kim F. Storm <storm@cua.dk>
7715
7716 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7717 it can also replace buffer-substring-no-properties.
7718
7719 * emulation/cua-base.el (cua-delete-region, cua-paste)
7720 (cua-repeat-replace-region): Use filter-buffer-substring.
7721
7722 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7723 (cua-cut-region-to-global-mark): Likewise.
7724
7725 * emulation/cua-rect.el (cua--extract-rectangle)
7726 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7727
7728 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7729
7730 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7731 entry-type. Add field delimiters to numerical fields if they are
7732 not present.
7733
7734 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7735
7736 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7737 string-const to return value.
7738 (bibtex-remove-delimiters): Use it.
7739
7740 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7743 cl-byte-compile-compiler-macro unless it exists.
7744
7745 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7746
7747 * files.el (hack-local-variables-confirm) <offer-save>:
7748 Clarify message text. Suggested by Ralf Angeli.
7749
7750 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7751
7752 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7753 (delete-extract-rectangle-line): Use `filter-buffer-substring'
7754 instead of `buffer-substring' and `delete-region'. (Most of the
7755 code actually copied from `kill-region'.)
7756
7757 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
7758
7759 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7760 (rcirc-default-port): Rename from rcirc-port.
7761 (rcirc-default-nick): Rename from rcirc-nick.
7762 (rcirc-default-user-name): Rename from rcirc-user-name.
7763 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7764 (rcirc-low-priority-flag): New variable.
7765 (rcirc-decode-coding-system): New defcustom.
7766 (rcirc-encode-coding-system): New defcustom.
7767 (rcirc-coding-system-alist): New defcustom.
7768 (rcirc-multiline-major-mode): New defcustom.
7769 (rcirc-nick): New internal variable.
7770 (rcirc-process): Remove variable.
7771 (rcirc-server-buffer): New variable.
7772 (rcirc): Update to use rcirc-default-* variables above.
7773 (rcirc-connect): Do not add window-configuration-hook-here.
7774 (rcirc-server): New internal variable.
7775 (rcirc-connect): Do not send keepalive pings if
7776 rcirc-keepalive-seconds is nil.
7777 (with-rcirc-server-buffer): New macro.
7778 (rcirc-send-string): Encode with rcirc-encode-coding-system.
7779 (rcirc-server-name): Rename from rcirc-server.
7780 (rcirc-buffer-process): New function.
7781 (rcirc-buffer-nick): New function.
7782 (rcirc-buffer-target): Remove function.
7783 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7784 New commands.
7785 (rcirc-mode-map): Change binding of C-c C-l to
7786 rcirc-toggle-low-priority.
7787 (rcirc-mode): Initialize coding system based on
7788 rcirc-coding-system-alist. New change-major-mode-hook to part the
7789 channel on a mode change. Make kill-buffer-hook buffer-local.
7790 (rcirc-change-major-mode-hook): New function.
7791 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7792 (rcirc-last-post-time): New variable.
7793 (rcirc-process-message): Store the last time user posted a message
7794 to this target.
7795 (rcirc-multiline-minor-mode): New mode.
7796 (rcirc-multiline-minor-mode-map): New mode map.
7797 (rcirc-edit-multiline): Put multiline-edit buffer in
7798 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
7799 (rcirc-print): Ignore any line starting with an ignored nick.
7800 (rcirc-print): Decode using rcirc-decode-coding-system.
7801 (rcirc-track-minor-mode): Update global-mode-string when disabling
7802 this mode.
7803 (minor-mode-alist): Add LowPri indicator.
7804 (rcirc-toggle-low-priority): New function.
7805 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7806 next lowpriority buffer with activity.
7807 (rcirc-record-activity): Sort buffers in rcirc-activity by the
7808 last time the user posted a message in to the target.
7809 (rcirc-update-activity-string): New formatting for low priority
7810 buffers.
7811 (rcirc-split-activity): New function.
7812 (rcirc-handler-PART, rcirc-handler-KICK)
7813 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7814 (rcirc-nick-away-alist): New variable.
7815 (rcirc-handler-301): New handler. Away messages are printed once
7816 per change.
7817
7818 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7819
7820 * info.el (Info-follow-nearest-node): Doc fix.
7821
7822 * international/mule-cmds.el (set-locale-environment): Make sure
7823 the coding-system preferred by the locale's language has the same
7824 EOL conversion type as the original buffer-file-coding-system.
7825 (locale-language-names): Add a few MS Windows language codes.
7826
7827 2006-04-07 Richard Stallman <rms@gnu.org>
7828
7829 * simple.el (eval-expression): Doc fix.
7830
7831 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7832 (eval-defun): Doc fixes.
7833
7834 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7835
7836 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
7837
7838 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
7839
7840 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7841 GDB list command without argument for greater generality.
7842
7843 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7844
7845 * subr.el (string-or-null-p): New function.
7846
7847 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7848
7849 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
7850
7851 * files.el: Update comment about safe-local-variable declarations.
7852
7853 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7854
7855 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
7856 See idlwave.org.
7857
7858 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
7859 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
7860
7861 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
7862 See idlwave.org.
7863
7864 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
7865 version 6.0 (minimal changes). See idlwave.org.
7866
7867 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
7868 6.0 (minimal changes). See idlwave.org.
7869
7870 * progmodes/idlw-rinfo.el: File obsoleted and removed.
7871
7872 2006-04-06 Romain Francoise <romain@orebokech.com>
7873
7874 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
7875 symmetric encryption features and a new asynchronous interface to
7876 GnuPG. This new version is version 1.4, plus whitespace changes.
7877
7878 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7879
7880 * files.el: Move some `safe-local-variable' declarations to the
7881 respective files.
7882
7883 * textmodes/ispell.el (ispell-check-comments)
7884 (ispell-local-dictionary): Mark as safe.
7885
7886 * abbrev.el (abbrev-mode): Mark as safe.
7887
7888 * add-log.el (change-log-default-name): Mark as safe.
7889
7890 * textmodes/reftex-vars.el (reftex-vref-is-default)
7891 (reftex-fref-is-default, reftex-level-indent)
7892 (reftex-guess-label-type): Mark as safe.
7893
7894 * textmodes/fill.el (colon-double-space): Mark as safe.
7895
7896 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
7897 (sentence-end-double-space, sentence-end-without-period)
7898 (sentence-end-without-space, sentence-end, sentence-end-base)
7899 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
7900
7901 2006-04-06 Kim F. Storm <storm@cua.dk>
7902
7903 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
7904 the :set-after list.
7905 (ido-downcase-unc-hosts): New user option. Default on.
7906 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
7907 when it is set, as regexps are now applied on the fly.
7908 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
7909 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
7910 on the fly, but only when ido-process-ignore-lists is set.
7911 Do case insensitive filtering if ido-downcase-unc-hosts is set.
7912 Only downcase names if ido-downcase-unc-hosts is set.
7913
7914 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
7915
7916 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
7917
7918 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
7919
7920 2006-04-05 Kim F. Storm <storm@cua.dk>
7921
7922 * ido.el (ido-mode): Set after ido-unc-hosts and
7923 ido-ignore-unc-host-regexps.
7924 (ido-save-history): Save ido-unc-hosts-cache.
7925 (ido-load-history): Load ido-unc-hosts-cache.
7926 (ido-reread-directory): Refresh unc hosts cache in // dir.
7927
7928 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
7929 to nil while displaying slash screen.
7930
7931 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7932
7933 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
7934 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7935
7936 2006-04-05 Kenichi Handa <handa@m17n.org>
7937
7938 * international/characters.el: Setup cases of Latin, Greek, and
7939 Cyrillic characters in CJK charsets.
7940
7941 2006-03-29 Daiki Ueno <ueno@unixuser.org>
7942
7943 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7944 default-enable-multibyte-characters. This reverts the change from
7945 revision 6.17 which is no longer necessary because the passphrase
7946 is sent separately now. GnuPG messages are unreadable under
7947 multibyte locales with default-enable-multibyte-characters set to nil.
7948
7949 2006-04-04 Andreas Schwab <schwab@suse.de>
7950
7951 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
7952 and `byte-compile-warnings' as `safe-local-variable'.
7953
7954 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
7955
7956 * man.el (Man-mode-map): Restore the \r binding.
7957 (Man-abstract-xref-man-page): If Man-target-string is a function,
7958 call it.
7959 (Man-highlight-references): Use Man-default-man-entry to get the
7960 target. Deal with xrefs too.
7961 (Man-highlight-references0): Don't call the target function.
7962
7963 * woman.el (WoMan-xref-man-page): Strip the section number, woman
7964 cannot deal with it.
7965
7966 2006-04-04 Daiki Ueno <ueno@unixuser.org>
7967
7968 * pgg-gpg.el: Clean up process buffers every time gpg processes
7969 complete.
7970
7971 2006-04-04 Kenichi Handa <handa@m17n.org>
7972
7973 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
7974 here.
7975 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
7976 Temporarily bind inhibit-field-text-motion to t.
7977
7978 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * startup.el (normal-splash-screen): Only set mode-line-format in the
7981 splash buffer, so as not to interfere when debugging the code.
7982 Ignore errors when switching buffer.
7983
7984 2006-04-03 Romain Francoise <romain@orebokech.com>
7985
7986 * dired.el (dired-dnd-protocol-alist): Fix typo.
7987
7988 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
7989
7990 * savehist.el (savehist): Add :version.
7991 (savehist-ignored-variables): New variable.
7992 (savehist-minibuffer-hook): Don't save variables listed in
7993 `savehist-ignored-variables'.
7994
7995 * dired.el (dired-dnd-protocol-alist): Mention that change does
7996 only apply to new buffers in doc string.
7997
7998 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7999
8000 * recentf.el (recentf-open-files-item): Include newline in button
8001 field, so opening a file will work, when the point is at the end
8002 of the file name. Allow, for example, to [i]search a file by
8003 extension and just push RET to open it.
8004
8005 2006-04-03 Daiki Ueno <ueno@unixuser.org>
8006
8007 * pgg-gpg.el (pgg-gpg-process-filter)
8008 (pgg-gpg-wait-for-completion): Check if buffer is alive.
8009
8010 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8011 lines, temporary fix.
8012
8013 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8014
8015 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
8016
8017 2006-04-02 Richard Stallman <rms@gnu.org>
8018
8019 * progmodes/compile.el (compilation-message-face): Make it defcustom.
8020
8021 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8022
8023 * ibuf-macs.el (define-ibuffer-column): Add a new key:
8024 header-mouse-map.
8025
8026 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
8027 (ibuffer-mode-header-map): New keymaps.
8028 (ibuffer-update-title-and-summary): Enable mouse face highlighting
8029 and keybindings for column headers.
8030 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
8031 property.
8032
8033 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
8034
8035 * speedbar.el (speedbar-after-create-hook): Doc fix.
8036
8037 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
8038
8039 * shell.el (shell-directory-tracker)
8040 (shell-dynamic-complete-command): Doc fixes.
8041
8042 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
8043
8044 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
8045 terminals.
8046
8047 2006-04-01 Kim F. Storm <storm@cua.dk>
8048
8049 * ido.el (ido-unc-hosts-cache): New defvar.
8050 (ido-unc-hosts): If value of defcustom is a function, call it to
8051 get list of UNC hosts. Add function-item choices to specify
8052 ido-unc-hosts-net-view or user function.
8053 (ido-ignore-unc-host-regexps): New defcustom.
8054 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8055 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8056 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8057
8058 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8061 wwidth.
8062
8063 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8066 (ido-max-work-file-list, ido-switch-buffer)
8067 (ido-read-file-name-as-directory-commands):
8068 Fix typos in docstrings.
8069
8070 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8071
8072 * term/mac-win.el (mac-system-coding-system): Define and use after
8073 Mac-specific coding systems are ready.
8074
8075 2006-03-27 Romain Francoise <romain@orebokech.com>
8076
8077 * net/rcirc.el (rcirc-connect): Add autoload cookie.
8078
8079 * ldefs-boot.el: Update.
8080
8081 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8082
8083 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8084 passphrases when it is not needed.
8085 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8086 passphrase stuff from gpg, should only be necessary when you use
8087 gpg with a smartcard.
8088
8089 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8090
8091 * comint.el (comint-dynamic-list-completions): Allow user to
8092 select *Completions* buffer.
8093
8094 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
8095
8096 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8097
8098 2006-03-26 Andreas Schwab <schwab@suse.de>
8099
8100 * progmodes/gud.el (gdb): Only complain about multiple debugging
8101 when the gdb process is still running.
8102
8103 2006-03-25 Eli Zaretskii <eliz@gnu.org>
8104
8105 * mail/rmail.el (tool-bar-map): Defvar it.
8106 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8107 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8108
8109 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
8110
8111 * help.el (print-help-return-message): Suggest to use
8112 display-buffer instead of switch-to-buffer-other-window to restore
8113 the previous window without selecting it.
8114
8115 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8116
8117 * frame.el (select-frame-by-name): Call x-focus-frame also when
8118 window-system is mac.
8119
8120 * term/mac-win.el: Adjust Courier font specifications in
8121 x-fixed-font-alist.
8122 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8123 when directly encoding to UTF-16 in native byte order, no BOM.
8124
8125 2006-03-25 Kim F. Storm <storm@cua.dk>
8126
8127 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8128 (cua--init-keymaps): Use it instead of fixed C-return.
8129 (cua-mode): Set after it.
8130
8131 * emulation/cua-rect.el (cua--init-rectangles):
8132 Use cua-rectangle-mark-key instead of fixed C-return.
8133
8134 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
8135
8136 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8137 "run" in .gdbinit.
8138 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8139
8140 2006-03-24 Romain Francoise <romain@orebokech.com>
8141
8142 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8143 `display-buffer-other-frame'.
8144
8145 2006-03-24 Kim F. Storm <storm@cua.dk>
8146
8147 * apropos.el (apropos-synonyms): Add selection => region.
8148
8149 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8150
8151 * progmodes/gdb-ui.el (gdb-var-create-regexp)
8152 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8153 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8154 (gdb-data-list-register-values-regexp)
8155 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8156 Future proof against new fields being added to MI output.
8157 (gdb-send): Don't treat backslashes for program input as
8158 continuations.
8159 (gdb-assembler-handler): Don't use window-start for this handler.
8160 (gdb-frame-handler): Don't change to hollow arrow if overlay
8161 arrow doesn't move to new frame.
8162
8163 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8164
8165 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8166 prevent compiler warnings.
8167 (gdb-stopped): Check for gud-last-last-frame (case: signal).
8168 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8169 (gdb-assembler-custom): Use hollow-right-triangle for assembler
8170 buffer too.
8171
8172 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
8173
8174 * pgg-gpg.el (pgg-gpg-update-agent): Check for
8175 make-network-process, so we can use the same code in Gnus v5-10
8176 too and have this file fully synchronized with that release.
8177
8178 2006-03-23 Romain Francoise <romain@orebokech.com>
8179
8180 * ibuf-ext.el (ibuffer-read-filter-group-name):
8181 Use `ibuffer-generate-filter-groups' to make completion list match
8182 the filter groups that are really displayed in the Ibuffer buffer.
8183 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8184
8185 2006-03-23 Kenichi Handa <handa@m17n.org>
8186
8187 * international/mule-cmds.el (sort-coding-systems): Describe that
8188 the argument is modified in docstring.
8189
8190 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8191
8192 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8193 (pgg-gpg-update-agent): New function.
8194 (pgg-gpg-use-agent-p): New function.
8195 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8196 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8197 (pgg-gpg-sign-region): Use it.
8198
8199 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
8200
8201 * cus-edit.el (custom-face-set): Call custom-push-theme before
8202 face-spec set so that `changed' theme is correctly saved.
8203 (custom-face-reset-standard): Reset to recalculated face rather
8204 than defface spec.
8205
8206 * custom.el (custom-push-theme): Only save `changed' theme if the
8207 current face does not match the defface specs.
8208
8209 2006-03-21 Simon Josefsson <jas@extundo.com>
8210
8211 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8212 <wilde@sha-bang.de>.
8213 (pgg-gpg-use-agent): New variable.
8214 (pgg-gpg-process-region): Use it.
8215 (pgg-gpg-encrypt-region): Likewise.
8216 (pgg-gpg-encrypt-symmetric-region): Likewise.
8217 (pgg-gpg-decrypt-region): Likewise.
8218 (pgg-gpg-sign-region): Likewise.
8219 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8220
8221 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
8222
8223 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8224 bracket links.
8225
8226 2006-03-21 Kim F. Storm <storm@cua.dk>
8227
8228 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8229 fringe-indicator-alist instead of modifying global value.
8230 (gdb-frame-handler): Likewise.
8231
8232 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8233
8234 * diff-mode.el (diff-function): Make it inherit from diff-header
8235 instead of diff-context.
8236
8237 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8238 bitmap.
8239 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8240 change names in macro above for consistency.
8241 (gdb-frame-handler): Use hollow-right-triangle for all selected
8242 frames which except the innermost (where execution has stopped).
8243 (gdb-reset): Reset buffer-local values of overlay-arrow.
8244
8245 2006-03-20 Richard Stallman <rms@gnu.org>
8246
8247 * simple.el (set-mark-command): Doc fix.
8248
8249 * files.el (display-buffer-other-frame): New command.
8250 (ctl-x-4-map): Bind C-x 5 C-o to it.
8251
8252 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8255 rather than just defer-time, in case defer-time has been changed but
8256 the timer isn't running yet.
8257 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8258
8259 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8260
8261 * help-mode.el (help-follow-symbol): New function.
8262 Essentially identical to the old `help-follow', but do not let
8263 `push-button' do the work when on an xref.
8264 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8265
8266 2006-03-19 Richard Stallman <rms@gnu.org>
8267
8268 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8269 preceded by the word `program'.
8270 (help-follow-mouse, help-follow): Throw error if not on xref.
8271 Delete no longer used args.
8272
8273 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
8274
8275 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8276 annotation ensure gud-overlay-arrow-position is redisplayed.
8277
8278 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8279
8280 * textmodes/bibtex.el (bibtex-include-OPTkey)
8281 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8282 (bibtex-autokey-name-case-convert)
8283 (bibtex-autokey-titleword-case-convert): Make these the aliases
8284 for the following two variables.
8285 (bibtex-autokey-name-case-convert-function)
8286 (bibtex-autokey-titleword-case-convert-function): Make these the
8287 real names.
8288 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8289 bibtex-font-lock-crossref sublists.
8290 (bibtex-mode): Revert 2005-12-30 change (which made
8291 completion-ignore-case buffer-local).
8292 (bibtex-url): Simplify.
8293
8294 2006-03-19 Kim F. Storm <storm@cua.dk>
8295
8296 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8297 cursor property value to 2 (to align with C level change).
8298
8299 2006-03-19 Bill Wohler <wohler@newt.com>
8300
8301 * image.el (image-load-path-for-library): Shorten first line in
8302 docstring.
8303
8304 2006-03-18 Richard Stallman <rms@gnu.org>
8305
8306 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8307
8308 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
8309
8310 * isearch.el (isearch-other-meta-char): Handle user bindings for
8311 shifted control characters.
8312
8313 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
8314
8315 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8316 part that matches email addresses, file names, etc.
8317
8318 2006-03-18 Eli Zaretskii <eliz@gnu.org>
8319
8320 * term/w32-win.el (mouse-set-font):
8321 Mention w32-list-proportional-fonts in the doc string.
8322
8323 2006-03-18 Kim F. Storm <storm@cua.dk>
8324
8325 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8326 (ido-unc-hosts): New user option to explicitly define list of know
8327 UNC-style hosts for completion.
8328 (ido-cache-unc-host-shares-time): New user option.
8329 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8330 New helper functions for UNC file-name support.
8331 (ido-may-cache-directory): Check for UNC host. Simplify.
8332 (ido-wash-history): Clean out old UNC hosts.
8333 (ido-nonreadable-directory-p): UNC hosts are always readable.
8334 (ido-directory-too-big-p): UNC hosts are never too big.
8335 (ido-set-current-directory): Handle UNC root path.
8336 (ido-file-name-all-completions): Complete UNC host names from
8337 ido-unc-hosts list. Cache UNC host shares.
8338 (ido-make-file-list-1): Don't filter UNC root.
8339 (ido-exhibit): Check for // in root directory, and switch to UNC
8340 mode by setting ido-current-directory to //.
8341
8342 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
8343
8344 * cus-edit.el (customize-changed-options): Mention explicit
8345 version number as default in prompt.
8346
8347 2006-03-17 Bill Wohler <wohler@newt.com>
8348
8349 * image.el (image-load-path-for-library): Minor docstring fix.
8350
8351 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
8352
8353 * textmodes/org.el (org-read-date): Include subgroup 5 into
8354 replacement text.
8355 (org-popup-calendar-for-date-prompt): Fix customization type.
8356
8357 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
8358
8359 * progmodes/gdb-ui.el (gud-watch): Provide completion.
8360 (gdb-continuation): New variable.
8361 (gdb-send): Deal with continuation lines.
8362
8363 * progmodes/gud.el (gud-gdb-complete-command)
8364 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8365 expressions.
8366 (gud-tooltip-mode): Use buffer-local value.
8367
8368 2006-03-16 Kim F. Storm <storm@cua.dk>
8369
8370 * ido.el (ido-edit-input): Use selected match, if any.
8371
8372 2006-03-16 Bill Wohler <wohler@newt.com>
8373
8374 * image.el (image-load-path-for-library): Prefer user's images in
8375 image-load-path.
8376
8377 2006-03-16 Martin Rudalics <rudalics@gmx.at>
8378
8379 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8380 when checking for attempt to drag leftmost or rightmost scrollbar.
8381
8382 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
8383
8384 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8385 (gdb-force-mode-line-update): New function.
8386 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8387 (gdb-exited): Use them.
8388 (gdb-signal): New function.
8389 (gdb-annotation-rules): Provide a rule for it.
8390
8391 2006-03-16 Kenichi Handa <handa@m17n.org>
8392
8393 * international/mule.el (auto-coding-regexp-alist): Add entries
8394 for Unicode BOM.
8395
8396 * sort.el (sort-build-lists): Temporarily bind
8397 inhibit-field-text-motion to t.
8398
8399 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
8400
8401 * locate.el (locate-command, locate-make-command-line)
8402 (locate-fcodes-file, locate-update-command)
8403 (locate-prompt-for-command, locate, locate-with-filter)
8404 (locate-get-file-positions): Doc fixes.
8405 (locate-buffer-name, locate-header-face): Remove leading `*' in
8406 defcustom.
8407 (locate-filter-output): Use `keep-lines' instead of its alias
8408 `delete-non-matching-lines'.
8409 (locate-get-filename, locate-get-dirname): Add introductory comment.
8410 (locate-find-directory-other-window): Give appropriate error
8411 message if used outside main listing.
8412
8413 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8416 the new extend-region feature.
8417 (font-lock-after-change-function): Update correspondingly.
8418 * jit-lock.el (jit-lock-after-change): Update correspondingly.
8419 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8420
8421 2006-03-15 Bill Wohler <wohler@newt.com>
8422
8423 * image.el (image-load-path-for-library): Fix example by not
8424 recommending that one binds image-load-path. Just defvar it to
8425 placate compiler and only use it if previously defined.
8426
8427 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8428
8429 * textmodes/org.el (org-insert-centered): Use `string-width' to
8430 make underlining work for wide characters.
8431 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8432 TAB to `org-cycle', to make sure that no binding in
8433 `outline-mode-map' can supercede it.
8434
8435 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
8436
8437 * allout.el: Increment version to 2.2.1 in file commentary.
8438
8439 (allout-version): Increment to 2.2.1.
8440
8441 (allout-default-layout): New customization variable, used when the
8442 file lacks a specific allout-layout. Uses allout-layout-type for
8443 recursively nested definition.
8444
8445 (allout-layout-type): Widget defining allout layouts, necessary for
8446 self-recursive definition.
8447
8448 (allout-mode): Incorporate allout-default-layout as fallback for
8449 allout-layout.
8450
8451 (allout-layout): Mark as 'safe-local-variable', and refer mention
8452 fallback to `allout-default-layout' in absence of a specified value.
8453 (allout-passphrase-verifier-string)
8454 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
8455
8456 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
8457
8458 (allout-get-encryption-passphrase-verifier): Use correct name of
8459 passphrase verifier in docstring.
8460
8461 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
8462
8463 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8464 elements.
8465 (gdb-find-watch-expression): Make it work for arrays too.
8466 Follow change to gdb-var-list.
8467 (gud-watch): Allow the user to enter variable name with a prexix
8468 arg. Create keybindings.
8469 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8470 (gdb-var-list-children-handler, gdb-var-update-handler)
8471 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8472 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8473 Follow change to gdb-var-list.
8474 (gdb-starting): Don't show the overlay arrows when program is running.
8475
8476 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8477 gdb-var-list.
8478
8479 2006-03-14 Bill Wohler <wohler@newt.com>
8480
8481 * image.el (image-load-path-for-library): Pass value of path
8482 rather than symbol. Always return list of directories.
8483 Guarantee that image directory comes first.
8484
8485 2006-03-14 Alan Mackenzie <acm@muc.de>
8486
8487 * font-core.el (font-lock-extend-region\(-function\)?.):
8488 New function/variable.
8489
8490 * font-lock.el (font-lock-after-change-function):
8491 Call font-lock-extend-region. Obey font-lock-lines-before.
8492 (font-lock-default-fontify-region): Remove reference to
8493 font-lock-lines-before.
8494
8495 * jit-lock.el (jit-lock-after-change):
8496 Call font-lock-extend-region. Obey font-lock-lines-before.
8497
8498 2006-03-14 David Ponce <david@dponce.com>
8499
8500 * tree-widget.el (tree-widget-themes-load-path)
8501 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8502
8503 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
8504
8505 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
8506 (rcirc-print): Mark the start of text at the end of the prompt.
8507 (rcirc-track-minor-mode): Add autoload cookie.
8508 (rcirc-update-activity-string): Add space to front of mode-line
8509 indicator.
8510
8511 2006-03-13 Miles Bader <miles@gnu.org>
8512
8513 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
8514 (rcirc-abbrev-nick): Remove function.
8515 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
8516
8517 2006-03-13 David Ponce <david@dponce.com>
8518
8519 * tree-widget.el: Handle themes across all occurrences of the main
8520 themes sub-directory found in tree-widget-themes-load-path.
8521 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8522 (tree-widget--locate-sub-directory): Return all occurrences.
8523 (tree-widget-themes-path): New function.
8524 Replace tree-widget-themes-directory, and return a list of directories.
8525 (tree-widget-set-parent-theme)
8526 (tree-widget-lookup-image): Use it.
8527
8528 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8529
8530 * textmodes/org.el (org-link-search): Avoid self-matching of
8531 links, allow target text to be distributed over several lines.
8532 (org-search-not-link): New function.
8533 (org-set-regexps-and-options, org-get-current-options):
8534 New startup options.
8535 (org-export-as-html): Take odd-level setting from local variable.
8536 (org-fontify-emphasized-text): New option.
8537 (org-set-font-lock-defaults): Include emphasized text.
8538 (org-follow-mhe-link): Allow folder-only links, fix folder name.
8539 (org-font-lock): Customize group renamed from `org-faces'.
8540
8541 2006-03-13 John Paul Wallington <jpw@pobox.com>
8542
8543 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
8544 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
8545
8546 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
8547
8548 * cus-start.el (all): Delete :version keyword for members of the
8549 fringe group, since the entire group is new in 22.1.
8550
8551 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
8552
8553 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
8554 map if value is hexadecimal (an address).
8555 (gud-watch): Only search roots for existing watch expressions.
8556 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
8557 prevent caching problems with speedbar-update-directory-contents.
8558
8559 2006-03-12 Juri Linkov <juri@jurta.org>
8560
8561 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
8562 before comparing with `low' and `warn'.
8563
8564 * info.el (Info-dir-remove-duplicates): Move point to the
8565 beginning of the current line after deleting the entries from
8566 redundant heading. Use marker for `limit' and compare it with
8567 point before calling `re-search-forward'.
8568
8569 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * simple.el (yank): Fix typo in docstring.
8572
8573 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
8574
8575 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
8576 messages, where "D" is the 6th character.
8577
8578 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8579
8580 * simple.el (yank): Fix last change.
8581
8582 2006-03-11 David Ponce <david@dponce.com>
8583
8584 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
8585 merging elements from the standard ispell-dictionary-alist.
8586 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
8587 alist, and return the new alist.
8588
8589 2006-03-11 Richard Stallman <rms@gnu.org>
8590
8591 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
8592
8593 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
8594 the way it is implemented is too unclean.
8595
8596 * simple.el (kill-region, yank): Doc fix.
8597
8598 * battery.el (battery-echo-area-format): Doc fix.
8599 (battery-mode-line-format): Likewise.
8600 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
8601 (battery-linux-proc-acpi): Ignore batteries that say "charged".
8602
8603 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8604
8605 * progmodes/octave-mod.el (octave-indent-for-comment):
8606 Behave according to do string.
8607
8608 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
8609
8610 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
8611 Be visible only if major mode is Mail Mode.
8612
8613 * textmodes/flyspell.el (flyspell-external-point-words)
8614 (flyspell-process-localwords): Fix last changes.
8615
8616 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8617
8618 * calendar/holidays.el (list-holidays): Doc fix.
8619
8620 * international/mule.el (auto-coding-alist): Add .odt
8621 (OpenOffice's open document) files.
8622
8623 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
8624 document) files. Mention in the doc string the need to sync with
8625 auto-coding-alist.
8626
8627 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
8628
8629 * files.el (hack-local-variables-confirm): Don't prompt for ! if
8630 enable-local-variables is set to always query, or there is no
8631 savable variable.
8632
8633 2006-03-10 Bill Wohler <wohler@newt.com>
8634
8635 * image.el (image-load-path-for-library): Merge at least three
8636 functions from Gnus and MH-E into this one function that can now
8637 be shared.
8638
8639 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
8640
8641 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
8642 gdb-remove-mouse-face and remove help-echo too.
8643 (gdb-enqueue-input): Correct conditional clause.
8644
8645 2006-03-10 Glenn Morris <rgm@gnu.org>
8646
8647 * calendar/calendar.el (calendar-holidays): Doc fix.
8648 * calendar/holidays.el (list-holidays): Doc fix.
8649
8650 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
8651
8652 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
8653 it gets called in gdb-prompt anyway.
8654 (gdb-use-separate-io-buffer): Only restore window arrangement for
8655 gdb-many-windows.
8656 (gdb-enqueue-input): Make it harder to send GDB input when program
8657 is running.
8658 (gdb-buffer-list): New variable.
8659 (gdb-remove-mouse-face): New function.
8660 (gdb-starting): Use it when GDB input won't get sent.
8661
8662 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
8663
8664 * help.el (view-lossage): Remove trailing whitespace before
8665 inserting "\n".
8666
8667 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
8668
8669 * files.el (hack-local-variables-confirm):
8670 Set coding-system-for-read to nil before writing to .emacs.
8671
8672 * arc-mode.el (archive-extract): Check if an existing buffer name
8673 comes from a different archive.
8674
8675 * help.el (describe-key-briefly): If KEY is a down event, read and
8676 discard the up event.
8677
8678 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
8679
8680 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8681 be edited and use font-lock-warning-face for any changes.
8682
8683 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8684 (gdb-edit-value): Use it to report any errors.
8685
8686 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
8687
8688 * help.el (describe-key): Remove leftover test code.
8689
8690 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8691
8692 * textmodes/org.el: Move defvars out of eval-when-compile.
8693 Use buffer-file-name variable.
8694 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8695 arg `file'.
8696 (org-level-faces): Remove startup dependency.
8697 (org-cycle, org-map-tree, org-scan-tags)
8698 (org-remember-handler): Don't call `outline-level' directly.
8699 (org-mhe-search-all-folders): New option.
8700 (org-mhe-get-message-folder-from-index)
8701 (org-mhe-get-message-folder): Fix indexing search.
8702 (org-format-agenda-item): Handle nil TAGS argument.
8703 (org-cleaned-string-for-export, org-activate-target-links)
8704 (org-make-target-link-regexp): Deal with empty radio target list.
8705 (org-tag): New face.
8706 (org-get-level-face): New function.
8707 (org-set-font-lock-defaults): Simplify setup for headlines.
8708 (org-complete): Pass common substring to `display-completion-list'.
8709
8710 2006-03-06 David Ponce <david@dponce.com>
8711
8712 * tree-widget.el: Update Commentary header.
8713 (tree-widget-theme-name): Ignore parent themes.
8714 (tree-widget-set-parent-theme): New function.
8715 (tree-widget-set-theme): Use it.
8716 (tree-widget-set-image-properties): Move definition. Does nothing
8717 if image properties have already been set.
8718 (tree-widget-image-properties): Move definition. Receive an image
8719 name. Set the :pointer property.
8720 (tree-widget-lookup-image): Doc fix. Search in parent themes.
8721 Don't set the :pointer image property.
8722 (tree-widget-convert-widget): New function. Handle :dynargs
8723 compatibility here.
8724 (tree-widget): Use it to :convert-widget. Add the :expander-p
8725 predicate to control when the :expander function is entered.
8726 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8727 (tree-widget-value-create): Handle :expander-p. widget-apply
8728 :expander.
8729 (tree-widget-expander-p): New function. Default value of the
8730 :expander-p property.
8731
8732 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
8733
8734 * help.el (describe-key): Properly handle the return value of
8735 read-key-sequence when grabbing an up-event. Cleanup mouse-1
8736 remaps. Handle string and vector `follow-link' values.
8737
8738 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * complete.el (PC-expand-many-files): Try be more careful when parsing
8741 the shell's output.
8742
8743 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * outline.el (hide-sublevels): Provide better interactive default.
8746
8747 2006-03-06 Kenichi Handa <handa@m17n.org>
8748
8749 * international/fontset.el (create-fontset-from-fontset-spec):
8750 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
8751
8752 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
8753
8754 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8755 backslashes instead of one in regexp.
8756 (gud-tooltip-dereference): Add missing optional argument.
8757
8758 2006-03-04 John Paul Wallington <jpw@pobox.com>
8759
8760 * wdired.el (toplevel): Require `cl' at compile-time.
8761
8762 2006-03-04 Andreas Schwab <schwab@suse.de>
8763
8764 * server.el (server-process-filter): Handle errors during
8765 evaluation of the argument.
8766
8767 2006-03-03 John Paul Wallington <jpw@pobox.com>
8768
8769 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8770 escape parentheses at beginning of line.
8771 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8772 (t-mouse-mode): Remove period from end of error message.
8773
8774 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
8775
8776 * textmodes/flyspell.el (flyspell-process-localwords):
8777 Be case-sensitive.
8778
8779 2006-03-03 Martin Rudalics <rudalics@gmx.at>
8780
8781 * cus-edit.el (custom-quote): Remove function, since it has been
8782 moved to custom.el.
8783
8784 * font-lock.el (lisp-font-lock-keywords-2)
8785 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8786 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8787 they have no special meaning.
8788
8789 * midnight.el (clean-buffer-list): Handle case where base-buffer of
8790 indirect buffer gets killed before indirect buffer. Use dolist.
8791
8792 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8793
8794 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8795 value instead of a literal constant (1) on more pauses.
8796
8797 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8798
8799 * textmodes/flyspell.el (flyspell-external-point-words):
8800 Be case-sensitive.
8801
8802 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
8803
8804 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8805 with "www".
8806
8807 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8808
8809 * allout.el: Restablish intermediate missing comment header to
8810 preserve outline structure.
8811 (allout-beginning-of-current-entry): Skip invisible text.
8812 (allout-open-topic): Fix opening a topic at end-of-buffer.
8813 (allout-minor-mode): Move nearer to allout-mode function.
8814
8815 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
8816
8817 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
8818
8819 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
8820
8821 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8822 is nil.
8823
8824 * progmodes/gud.el (gud-speedbar-menu-items):
8825 Use buffer-local-value and add missing :visible keyword.
8826
8827 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
8828
8829 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8830
8831 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8832 must be `follow-link'.
8833
8834 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
8835
8836 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
8837 formatting: No nested anchors.
8838 (org-all-targets): Fix bug with XEmacs compatibility.
8839 (org-read-date): Add (require 'parse-time).
8840 (org-set-tags): Fix bug with extra inserted space.
8841 (org-export-html-style): Define a style class for targets.
8842 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
8843 (org-hide-leading-stars): New option.
8844 (org-hide): New face.
8845 (org-set-font-lock-defaults): Allow to hide leading stars.
8846 (org-get-legal-level, org-tr-level): New functions.
8847 (org-odd-levels-only): New option.
8848 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8849 (org-demote, org-promote): Deal with double-star levels.
8850 (org-convert-to-odd-levels): New command.
8851
8852 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
8853
8854 * speedbar.el (speedbar-update-localized-contents): Try to
8855 preserve window-start.
8856 (speedbar-update-directory-contents): Try to preserve window-start
8857 and window-point.
8858 (speedbar-update-special-contents): Don't move back to start of window.
8859
8860 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
8861 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
8862 speedbar-timer-fn.
8863 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
8864 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
8865 instead of gdb-speedbar-timer-fn.
8866
8867 2006-02-28 Jay Belanger <belanger@truman.edu>
8868
8869 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
8870 (math-compose-expr): Use latex option when calling
8871 `math-compose-tex-matrix' for latex mode.
8872
8873 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
8874
8875 * speedbar.el: Re-instate comments about developing for speedbar
8876 [this is what info and gdb-ui use even if better methods exist now].
8877
8878 * t-mouse.el: New file.
8879 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
8880 (t-mouse-lispy-buffer-posn-from-coords): Remove.
8881 (t-mouse-make-event-element): Use posn-at-x-y instead.
8882 (t-mouse-make-event): Deal with Fedora Core 3.
8883 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
8884 (t-mouse-mouse-position-function): New function. Use it instead
8885 of advising mouse-position.
8886 (t-mouse-mode): New minor mode.
8887 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
8888
8889 2006-02-27 Glenn Morris <rgm@gnu.org>
8890
8891 * calendar/calendar.el (calendar-holidays): Doc fix.
8892
8893 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
8894
8895 * progmodes/gdb-ui.el (gdb-source-window): New variable.
8896 Re-introduce the concept of a source window.
8897 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
8898 consistency with get-buffer-create.
8899 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8900 (gdb-data-list-register-values-handler)
8901 (gdb-stack-list-locals-handler): Try to preserve window-start as
8902 well as window-point.
8903 (gdb-display-source-buffer): New function (old concept).
8904 (gdb-goto-breakpoint): Use it.
8905
8906 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
8907 for gdb-ui/gdb-mi (old concept).
8908
8909 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
8910
8911 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
8912 binding.
8913
8914 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
8915
8916 * textmodes/reftex-sel.el (reftex-select-label-map)
8917 (reftex-select-bib-map): Add `follow-mouse' binding.
8918
8919 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
8920
8921 * jka-cmpr-hook.el (jka-compr-compression-info-list)
8922 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
8923 Give :set functions to provide automatic updating.
8924 Update docstring. Give compiler defvars early in the file
8925 and move the defcustoms to a later spot where all called functions
8926 are defined.
8927 (jka-compr-file-name-handler-entry): Doc fix.
8928 (jka-compr-compression-info-list--internal)
8929 (jka-compr-mode-alist-additions--internal)
8930 (jka-compr-load-suffixes--internal): New variables.
8931 (jka-compr-install): Set the three above variables.
8932 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8933 (jka-compr-update, jka-compr-set): New functions.
8934 (auto-compression-mode): Doc fix.
8935
8936 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
8937 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8938 Use jka-compr-compression-info-list--internal,
8939 jka-compr-mode-alist-additions--internal and
8940 jka-compr-load-suffixes--internal.
8941
8942 * files.el (load-library):
8943 * loadhist.el (file-loadhist-lookup):
8944 * startup.el (command-line):
8945 * subr.el (locate-library):
8946 * emacs-lisp/autoload.el (update-directory-autoloads):
8947 * emacs-lisp/find-func.el (find-library-suffixes):
8948 Use `get-load-suffixes' instead of `load-suffixes'.
8949
8950 * subr.el (locate-library):
8951 * emacs-lisp/find-func.el (find-library-name):
8952 Use `load-file-rep-suffixes' instead of '("").
8953
8954 2006-02-26 Kim F. Storm <storm@cua.dk>
8955
8956 * ido.el (ido-save-history, ido-load-history): Simplify.
8957 Don't use find-file-noselect to avoid interference from other modes.
8958
8959 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
8960
8961 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
8962 to use the default shell if filename is not available.
8963 Reported by Giorgos Keramidas.
8964
8965 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
8966
8967 * progmodes/etags.el (tags-completion-table): Do completion from
8968 all the tables in the current list, as documented in the manual.
8969
8970 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8971
8972 * CC Mode Update to 5.31.3.
8973
8974 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8975
8976 * progmodes/cc-mode.el (c-postprocess-file-styles):
8977 Bind inhibit-read-only to t, around the call to
8978 c-remove-any-local-eval-or-mode-variables, so that it works on a
8979 RO file.
8980
8981 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8982
8983 * progmodes/cc-awk.el: Correct a typo.
8984
8985 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8986
8987 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
8988 c-hungry-delete-backwards, at the request of RMS. Leave the old
8989 name as an alias.
8990
8991 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8992
8993 * progmodes/cc-mode.el: Correct a typo.
8994
8995 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8996
8997 * progmodes/cc-defs.el: Update the version number to 5.31.3.
8998
8999 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9000
9001 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
9002 brace-else-brace (error due to mbeg, mend being undefined).
9003
9004 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9005
9006 * progmodes/cc-mode.el: File Local variables: Solve the problem
9007 where both `mode' and c-file-offsets are specified: `mode' will
9008 overwrite c-f-o's settings:
9009 (c-remove-any-local-eval-or-mode-variables): New function.
9010 (c-postprocess-file-styles): Call the above new function, within
9011 c-tentative-buffer-change, to splat `mode' and `eval' before the
9012 second hack-local-variables.
9013
9014 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9015
9016 * progmodes/cc-mode.el:
9017 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
9018 (c-after-change): Protect the match data with save-match-data.
9019 It was getting corrupted by c-after-change-check-<>-operators.
9020
9021 * cc-defs.el: [Supersedes patch V1.38]:
9022 (top level): Check for a buggy font-lock-compile-keywords ONLY in
9023 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
9024
9025 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
9026 with save-match-data. It was being corrupted when Font Lock was
9027 not enabled.
9028
9029 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9030
9031 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
9032 Mode and Subword Mode.
9033
9034 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
9035 real labels ("case 1:" or "foo:") from non-labels ("public:").
9036 (c-forward-objc-directive): Replace c-forward-token-2 with crude
9037 coding; c-f-t-2 doesn't move over a token at EOB.
9038
9039 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
9040
9041 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
9042 (c-update-modeline): Concatenate the minor mode indicators
9043 directly onto mode-name, removing c-submode-indicators.
9044 Sometimes, c-s-i got separated from the mode name on the mode line.
9045
9046 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
9047 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
9048
9049 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9050
9051 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9052 error message when there's an evaluation error to show whether
9053 it's loaded from source or not.
9054 (c-filter-ops): Make it available at runtime too to work when
9055 `c-make-init-lang-vars-fun' needs to evaluate from source.
9056
9057 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * help.el (help): Revert last part of 2006-02-23 change (deletion
9060 of the `provide' call).
9061
9062 2006-02-23 Juri Linkov <juri@jurta.org>
9063
9064 * compare-w.el (compare-windows-highlight): Add new value
9065 `persistent' and change :type from `boolean' to `choice'.
9066 (compare-windows-overlays1, compare-windows-overlays2):
9067 New internal variables.
9068 (compare-windows-highlight): If compare-windows-highlight is
9069 `persistent', add current overlays to compare-windows-overlays[12]
9070 instead of adding compare-windows-dehighlight to pre-command-hook.
9071 (compare-windows-dehighlight): Delete all overlays from
9072 compare-windows-overlays[12].
9073
9074 * info.el (Info-search): Don't bind search-spaces-regexp to
9075 Info-search-whitespace-regexp in non-regexp isearch mode.
9076
9077 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9080
9081 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
9082
9083 * textmodes/org.el (org-xemacs-p)
9084 (org-export-html-show-new-buffer, org-table-may-need-update)
9085 (org-insert-item, org-mhe-get-message-real-folder)
9086 (org-mhe-get-message-folder-from-index)
9087 (org-mhe-get-message-folder, org-mhe-get-message-num)
9088 (org-mhe-get-header, org-make-org-heading-search-string)
9089 (org-make-org-heading-camel, org-table-sort-lines)
9090 (org-format-org-table-html, org-format-table-table-html):
9091 Fix typos in docstrings.
9092
9093 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
9094
9095 * textmodes/org.el (org-cleaned-string-for-export)
9096 (org-solidify-link-text): New function.
9097 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9098 XEmacs, just to silence the compiler.
9099 (org-export-as-ascii, org-export-as-html-and-open):
9100 Use `org-cleaned-string-for-export' and create internal links.
9101 (org-follow-mhe-link): Require mh-e, use folder.
9102
9103 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9104
9105 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9106
9107 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9108 gdb-debug-log-length.
9109 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
9110 it a real ring but...
9111 (gud-gdba-marker-filter): ...make it work like mark-ring.
9112 (gdb-enable-debug): Rename from gdb-enable-debug-log.
9113 (gdb-mouse-jump): New function. Add bindings.
9114
9115 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9118 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9119 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9120 (gdb-debug-log-length): Customize it's length.
9121 (gud-watch, gdb-var-create-handler): Display function::var format
9122 but don't use to create variable object.
9123 (gdb-var-create-handler): Use message-box in place of message.
9124 (gdb-stopped): Call gdb-exited if signalled.
9125
9126 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9127
9128 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9129
9130 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9131
9132 * textmodes/reftex.el (reftex-locate-file): Search all extensions
9133 if `reftex-try-all-extensions' is set.
9134
9135 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9136 fail silently when there is no valid argument at point.
9137 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9138 `fail-silently' argument. From a patch by David Reiter.
9139
9140 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9141 New commands.
9142 (org-mark-ring): New variable.
9143 (org-mark-ring-length): New option.
9144 (org-open-at-point, org-goto, org-open-file): Push old position
9145 onto the mark ring.
9146 (org-add-hook): New function.
9147 (org-export-table-remove-special-lines): New option.
9148 (org-skip-comments, org-format-org-table-html): Respect new
9149 option `org-export-table-remove-special-lines'.
9150 (org-open-file): Allow special command configuration for
9151 directory link.
9152 (org-file-apps): Fix bugs in customize type, added setting
9153 for directories.
9154 (org-activate-tags, org-format-agenda-item, org-complete)
9155 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9156 (org-get-tags, org-get-buffer-tags, org-open-at-point)
9157 (org-link-search, org-make-org-heading-search-string)
9158 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9159 (org-radio-targets, org-file-link-context-use-camel-case)
9160 (org-activate-camels): New options.
9161 (org-update-radio-target-regexp, org-all-targets)
9162 (org-make-target-link-regexp, org-activate-target-links):
9163 New functions.
9164 (org-make-org-heading-search-string): New function.
9165 (org-store-link, org-insert-link): Use new option
9166 `org-file-link-context-use-camel-case'.
9167 (org-activate-camels): Use new option `org-activate-camels'.
9168 (org-link-regexp): Add mhe prefix.
9169 (org-open-at-point, org-store-link): Support for mhe links.
9170 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9171 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9172 (org-mhe-get-header, org-follow-mhe-link): New functions.
9173 (org-remove-angle-brackets, org-add-angle-brackets):
9174 New functions.
9175 (org-bracket-link-regexp): New constant.
9176 (org-read-date): Fix bug that was rejecting all typed dates.
9177 (org-link-search): Make hierarchy above visible after a match.
9178 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9179 (org-store-link): Fix bug with link creation when cursor is in
9180 an empty line.
9181 (org-open-at-point): Fix bug with matching a link.
9182 Fixed buggy argument sequence in call to `org-view-tags'.
9183 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9184 (org-prefix-has-tag): New variable.
9185 (org-format-agenda-item): Remove tags from headline
9186 if appropriate.
9187 (org-agenda-remove-tags-when-in-prefix): New option.
9188
9189 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
9190
9191 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9192 Fix the regular expressions.
9193
9194 2006-02-21 Richard M. Stallman <rms@gnu.org>
9195
9196 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9197 if there's no other specific basis.
9198
9199 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9200 as variables at all.
9201 (unsafep-variable): Rename arg; doc fix.
9202
9203 * abbrevlist.el (list-one-abbrev-table): Add autoload.
9204
9205 * calendar/appt.el (diary-selective-display): Add defvar.
9206
9207 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9208
9209 * isearch.el (search-whitespace-regexp): Fix custom type.
9210
9211 * help.el (describe-key-briefly): Compute interactive args
9212 in same was as before previous change.
9213
9214 * files.el (enable-local-variables): Doc fix.
9215
9216 2006-02-21 Kim F. Storm <storm@cua.dk>
9217
9218 * fringe.el: Cleanup as file is now pre-loaded.
9219 (fringe-bitmaps): Initialize unconditionally.
9220 (fringe-mode, set-fringe-style): Remove autoload cookies.
9221
9222 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9223
9224 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9225 `horizontal-bar'.
9226 (fringe-cursor-alist): Use `horizontal-bar'.
9227
9228 2006-02-20 Kim F. Storm <storm@cua.dk>
9229
9230 * fringe.el (fringe-bitmaps): Update to new bitmap names.
9231 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9232
9233 * loadup.el: Load "fringe" on window systems.
9234
9235 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9236
9237 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9238 out of scope components.
9239
9240 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9241 default.
9242
9243 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
9244
9245 * custom.el (customize-mark-to-save, customize-mark-as-set):
9246 Load the symbol first.
9247
9248 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9249
9250 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9251 strech spec so it doesn't display as "^J" on the header line
9252 when `Buffer-menu-use-header-line' is t.
9253
9254 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9255
9256 * speedbar.el (speedbar-make-button): Keep text properties
9257 of string arguments if desired.
9258
9259 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9260 expessions.
9261
9262 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9263 of speedbar.
9264
9265 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
9266
9267 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9268 to value of `read-file-name-completion-ignore-case'.
9269
9270 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
9271
9272 * custom.el (customize-mark-as-set): Push to `user' theme.
9273
9274 * cus-edit.el (custom-save-variables): Allow unthemed values.
9275 (customize-set-variable): Push setting to `user' theme.
9276
9277 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9278
9279 * progmodes/gud.el: Don't require font-lock as it's now
9280 automatically loaded.
9281 (gud-speedbar-buttons): Replace gdb-var-changed with
9282 gdb-force-update.
9283
9284 * progmodes/gdb-ui.el (gdb-force-update): Rename from
9285 gdb-var-changed.
9286 (gdb-post-prompt): Use it.
9287 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9288 (gdb-var-update-handler, gdb-var-delete)
9289 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9290 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9291 gdb-force-update in gdb-post-prompt.
9292 (gdb-reset): Clear watch expressions from speedbar when quitting.
9293
9294 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9295
9296 * viper-cmd.el (viper-insert-state-post-command-sentinel)
9297 (viper-change-state-to-vi, viper-change-state-to-emacs):
9298 Make aware of cursor coloring in the Emacs state.
9299 (viper-special-read-and-insert-char): Use read-char-exclusive.
9300 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9301
9302 * viper-init.el (viper-emacs-state-cursor-color): New variable.
9303
9304 * viper-util.el (viper-save-cursor-color)
9305 (viper-get-saved-cursor-color-in-replace-mode)
9306 (viper-get-saved-cursor-color-in-insert-mode)
9307 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9308 state.
9309 (viper-get-saved-cursor-color-in-emacs-mode): New function.
9310
9311 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9312 (ediff-ignore-case-option3, ediff-actual-diff-options)
9313 (ediff-actual-diff3-options): New variables to control case sensitivity.
9314 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9315 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9316 (ediff-toggle-ignore-case): New function.
9317 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9318
9319 * ediff-help.el (ediff-long-help-message-narrow2)
9320 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9321 (ediff-long-help-message-word-mode): Add ignore-case command.
9322 (ediff-help-for-quick-help): Add ignore-case command.
9323
9324 * ediff-merg.el: Move provide to the end.
9325
9326 * ediff-ptch.el: Move provide to the end.
9327
9328 * ediff-wind.el: Move provide to the end.
9329
9330 * ediff-mult.el: Move provide to the end.
9331 (ediff-set-meta-overlay): Enable follow-link.
9332
9333 * ediff.el: Move provide to the end.
9334 Break recursive load cycle in eval-when-compile.
9335 (ediff-patch-buffer): Better heuristics.
9336
9337 * ediff-util.el: Move provide to the end.
9338 Break recursive load cycle in eval-when-compile.
9339 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
9340 defuns.
9341 (ediff-submit-report): Pass the values of ediff-diff3-program,
9342 ediff-diff3-options.
9343
9344 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9347 the opening bracket of the following bracketing pairs: {}, [], (), <>,
9348 `' (for example, in the docstring of `windmove-default-keybindings').
9349
9350 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9351
9352 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9353 shadow face. Don't provide binding to edit variable when it is
9354 out of scope.
9355
9356 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9357 (gdb-var-update-handler): Detect out of scope variables with pre
9358 GDB 6.4 too.
9359 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
9360 Reset status of variable objects to nil in update handlers.
9361 (gdb-var-update-handler-1): Detect when a variable object comes
9362 in scope. setcar on var changes gdb-var-list directly.
9363
9364 2006-02-17 Juri Linkov <juri@jurta.org>
9365
9366 * ffap.el (ffap) <defface>: Add explicit face declaration.
9367 (ffap-highlight): Use face `ffap' directly instead of checking
9368 for its existence.
9369
9370 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9371 `visible-ok' of `other-buffer' to find the right original buffer.
9372
9373 * info.el (Info-search): Skip `Local Variables' node.
9374
9375 2006-02-17 Juri Linkov <juri@jurta.org>
9376
9377 * info.el (Info-find-file): Check for symbols `apropos', `history',
9378 `toc' in the input filename, and return these symbols as is.
9379 (Info-find-node-2): Set Info-current-file to symbols `apropos',
9380 `history', `toc' instead of strings.
9381 (Info-set-mode-line): For non-string Info-current-file use the
9382 symbol's name inside **.
9383 (Info-isearch-push-state): Add quote before Info-current-file and
9384 Info-current-node.
9385 (Info-isearch-pop-state): Use `equal' instead of `string='.
9386 (Info-extract-pointer, Info-following-node-name): Use
9387 `match-string-no-properties' instead of `match-string'.
9388 (Info-up): Check `old-file' for `stringp'.
9389 (Info-history): Use `equal' instead of `string-equal'.
9390 Check `file' for `stringp'.
9391 (Info-history): Use symbol `history' instead of string as first arg
9392 of `Info-find-node'.
9393 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
9394 `toc' instead of string.
9395 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9396 instead of `buffer-substring', and `match-string-no-properties'
9397 instead of `match-string'.
9398 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9399 instead of strings.
9400 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9401 Use symbol `apropos' instead of string.
9402 (Info-copy-current-node-name): Check `Info-current-file' for
9403 `stringp' and construct a command with `Info-find-node' from it.
9404 (Info-fontify-node): Use `match-string-no-properties' instead of
9405 `match-string' and check file names for `stringp'.
9406 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9407 `history', `toc' instead of strings.
9408
9409 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
9410
9411 * files.el: Rearrange functions and variables in the file local
9412 variables section.
9413
9414 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
9415
9416 * files.el: Add truncate-lines, ispell-check-comments and
9417 ispell-local-dictionary as safe local variables.
9418
9419 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
9420
9421 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9422 out of scope variables.
9423 (gud-speedbar-buttons): Use unless.
9424
9425 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9426 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9427 (gdb-show-changed-values): Also use for out of scope variables.
9428 (gdb-var-update-handler-1): Note if variable goes out of scope.
9429
9430 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
9431
9432 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9433 default to global variable values for unsupplied args.
9434 (rcirc-get-buffer-create): Fix bug with setting the target.
9435 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9436 test for rcirc-always-use-server-buffer-flag here.
9437 (rcirc-response-formats): Add %N, which is a facified nick. %n
9438 uses the default face. Change the ACTION format string. If the
9439 "nick" is the server, don't print anything for that field.
9440 Comment fixes.
9441 (rcirc-target-buffer): Don't test
9442 rcirc-always-use-server-buffer-flag here.
9443 (rcirc-print): Squeeze extra spaces out of the text before message.
9444 (rcirc-put-nick-channel): Strip potential "@" char from nick
9445 before adding them to nick table.
9446 (rcirc-url-regexp): Improve to match address like "foo.com".
9447
9448 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9449
9450 * allout.el (allout-hidden-p): Move this defsubst before
9451 allout-overlay-interior-modification-handler, where it is first
9452 used.
9453
9454 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
9455
9456 * allout.el: Use allout invisible-text overlays instead of
9457 selective display for concealed text. Also, lots of general
9458 cleanup, and improved compatibility code.
9459
9460 (allout-version) Incremented, corrected, revised, and refined
9461 module commentary.
9462
9463 (provide 'allout): Moved to the bottom, added a require of overlay.
9464
9465 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9466 `except-current'.
9467 (allout-write-file-hook-handler): Minimize delay.
9468 (count-trailing-whitespace-region): New function so
9469 auto-encryption of current topic can resituate cursor exactly.
9470 PGP/GPG encryption trims trailing whitespace from lines, which
9471 must be accounted for across encryption then decryption.
9472
9473 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9474 just plain "\C-c", to avoid intruding on user's keybinding space.
9475
9476 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9477 parameter, so user request to provide a new password is done.
9478
9479 (allout-outside-normal-auto-fill-function, allout-auto-fill):
9480 Refined mechanism for auto-filling behavior while in allout mode.
9481
9482 (allout-mode): Explicitly specify the mode map in the docstring.
9483 Clarify provision for various write-file hook var names.
9484 Adjusted for invisible-text overlays instead of selective-display.
9485
9486 (allout-depth): Really return 0 if not within any topic. This
9487 rectifies `allout-beginning-of-level' and sequence numbering
9488 errors that occur when cutting and pasting numbered topics.
9489 Changed from a in-line subst to a regular function, as well.
9490
9491 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
9492
9493 (allout-end-of-subtree, allout-end-of-subtree)
9494 (allout-end-of-entry, allout-end-of-current-heading)
9495 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
9496 (allout-show-children, allout-show-to-offshoot)
9497 (allout-hide-current-entry, allout-show-current-entry): Rectified
9498 handling of trailing blank lines between items.
9499
9500 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
9501 (allout-current-depth, allout-unprotected, allout-hidden-p)
9502 (allout-on-current-heading-p, allout-listify-exposed)
9503 (allout-chart-subtree, allout-goto-prefix)
9504 (allout-back-to-current-heading, allout-get-body-text)
9505 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
9506 (allout-hide-region-body, allout-toggle-subtree-encryption)
9507 (allout-encrypt-string, allout-encrypted-key-info)
9508 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
9509 (allout-file-vars-section-data): Adjusted for use with
9510 invisible-text overlays instead of selective-display.
9511
9512 (allout-kill-line, allout-kill-topic, allout-yank-processing):
9513 Reworked for use with invisible text overlays.
9514
9515 (allout-current-topic-collapsed-p): New function.
9516
9517 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
9518 to know when to close the containing topic.
9519
9520 (allout-pre-command-business, allout-post-command-business):
9521 Simplify undo-batching and dynamic isearch exposure.
9522
9523 (allout-set-overlay-category): New for invisible-text overlays.
9524 Sets properties of allout-overlay-category, used by
9525 allout-flag-region to set invisible-text overlay properties.
9526 (allout-get-invisibility-overlay): Get the first qualifying
9527 invisibility overlay, so we can find the extent of it.
9528 (allout-back-to-visible-text): Get to just before the beginnining
9529 of the current invisibility overlay, if any.
9530
9531 (allout-overlay-insert-in-front-handler)
9532 (allout-overlay-interior-modification-handler)
9533 (allout-before-change-handler, allout-isearch-end-handler): New
9534 functions to handle extraordinary actions affecting concealed
9535 text.
9536
9537 (allout-flag-region): Use overlays instead of selective-display
9538 for invisible text - by inheritence from the properties of
9539 allout-overlay-category in mainline Emacs, and applied
9540 property-by-property in XEmacs, some recent versions of which
9541 don't inherit the properties from the category. Provisions to
9542 respond to concealed-text edits simplified drastically.
9543
9544 (allout-isearch-rectification, allout-isearch-was-font-lock)
9545 (allout-isearch-expose, allout-enwrap-isearch)
9546 (allout-isearch-abort, allout-pre-was-isearching)
9547 (allout-isearch-prior-pos, allout-isearch-did-quit)
9548 (allout-isearch-dynamic-expose)
9549 (allout-hide-current-entry-completely): Functions deleted.
9550
9551 (allout-undo-aggregation): Explicit undo aggregation no longer
9552 necessary due to transition away from selective-display.
9553
9554 (set-allout-regexp, allout-up-current-level)
9555 (allout-next-visible-heading, allout-forward-current-level)
9556 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
9557 (allout-kill-line, allout-yank-processing, allout-show-children)
9558 (allout-expose-topic, allout-old-expose-topic)
9559 (allout-listify-exposed, allout-insert-latex-header)
9560 (allout-toggle-subtree-encryption, allout-encrypt-string)
9561 (remove-from-invisibility-spec, allout-hide-current-subtree):
9562 Ditched unused variables.
9563
9564 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
9565
9566 * textmodes/ispell.el (ispell-change-dictionary): Call
9567 ispell-buffer-local-dict instead of
9568 ispell-accept-buffer-local-defs.
9569 (ispell-local-dictionary-alist): Accept as valid any coding-system
9570 supported by Emacs.
9571 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
9572 changed to iso-8859-3.
9573
9574 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * speedbar.el (speedbar-frame-width): Make an inline function
9577 instead of a macro. Use frame-width.
9578 (speedbar-try-completion, speedbar-update-contents)
9579 (speedbar-timer-fn): Use consp.
9580 (speedbar-update-localized-contents): Try to preserve point.
9581
9582 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
9583 (menu): Re-order menu items.
9584 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
9585 field.
9586 (gdb-var-update-handler-1): Use it for GDB 6.4+.
9587 (gdb-post-prompt): Speed things by not forcing update.
9588
9589 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
9590
9591 * wid-edit.el (widget-button-click): For mouse-1, cancel button
9592 press and perform default action if we get a mouse movement event.
9593
9594 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9595
9596 * calendar/icalendar.el (icalendar--get-event-property)
9597 (icalendar--get-event-property-attributes): Fix typos in
9598 docstrings.
9599
9600 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
9601 docstring.
9602
9603 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
9604
9605 * bs.el (bs-mode): Use `buffer-disable-undo'.
9606 (bs--get-file-name): Simplify.
9607 (bs-show-in-buffer): Mark the buffer as not modified.
9608
9609 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9610
9611 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
9612 widget-button-click.
9613
9614 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9615 (custom-mode): Update docstring.
9616
9617 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
9618 binding.
9619
9620 * files.el (hack-local-variables-confirm): Allow scrolling if the
9621 file variable list is too long. Kill temp buffer after use.
9622
9623 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
9624
9625 * progmodes/gud.el (gdb): Improve doc string.
9626 (gdb-script-font-lock-keywords): Expand allowed character set.
9627
9628 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
9629 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
9630 (gdb-separate-io-interrupt, gdb-separate-io-quit)
9631 (gdb-separate-io-stop, gdb-separate-io-eof):
9632 Rename from gdb-inferior-* to gdb-separate-*.
9633 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
9634
9635 2006-02-14 Jay Belanger <belanger@truman.edu>
9636
9637 * calc/calc-arith.el (math-check-known-scalarp): Make sure
9638 expression is a symbol before checking that it is bound.
9639
9640 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
9641 test to see if equation can be solved.
9642
9643 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9644
9645 * wid-edit.el (widget-button-click): Use :pressed-face property
9646 for overlay face, if it exists.
9647
9648 * cus-edit.el (custom-manual, custom-add-see-also)
9649 (custom-add-parent-links, custom-group-link): Add :pressed-face
9650 property to links.
9651
9652 * files.el (hack-local-variables): Remove ignored variables before
9653 checking if any variables need setting.
9654
9655 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9656
9657 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
9658
9659 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9660
9661 * help.el (where-is): Fix message for remapped commands.
9662
9663 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9664 Fix typos in docstrings.
9665
9666 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9667
9668 * files.el (safe-local-variable-values): New option.
9669 (hack-local-variables-prop-line): Return a list of variable-value
9670 pairs if MODE-ONLY is non-nil.
9671 (hack-local-variables): Construct list of variable-value pairs,
9672 and apply or reject them in one go. Ask for confirmation if
9673 variables are not known safe.
9674 (hack-local-variables-confirm): Complete rewrite. Support
9675 `safe-local-variable-values'.
9676 (enable-local-variables): Update docstring to reflect new
9677 behavior.
9678 (ignored-local-variables): Ignore ignored-local-variables and
9679 safe-local-variable-values.
9680 (safe-local-variable-p): New function.
9681 (risky-local-variable-p): `safe-local-variable' property check
9682 moved to safe-local-variable-p.
9683 (hack-one-local-variable): Checks moved to hack-local-variables.
9684
9685 (byte-compile-dynamic, c-basic-offset, c-file-style)
9686 (c-indent-level, comment-column, fill-column, fill-prefix)
9687 (indent-tabs-mode, kept-new-versions, no-byte-compile)
9688 (no-update-autoloads, outline-regexp, page-delimiter)
9689 (paragraph-start, paragraph-separate, sentence-end)
9690 (sentence-end-double-space tab-width, version-control):
9691 Add `safe-local-variable' property.
9692
9693 * find-lisp.el: Delete nonexistent `autocompile' file variable.
9694
9695 * icomplete.el, play/landmark.el: Change nonexistent
9696 `outline-layout' file variable to `allout-layout'.
9697
9698 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
9699
9700 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9701 (gdb-get-changed-registers): Test value of gud-minor-mode relative
9702 to gud-comint-buffer.
9703 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9704 gdb-ui.el for gdb-mi.el.
9705 (gdb-post-prompt, gdb-get-changed-registers): Move test for
9706 registers buffer to gdb-get-changed-registers.
9707 (gdb-breakpoint-regexp): New regexp. Allow toggling and
9708 deletion of catchpoints (throw and catch).
9709 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9710 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9711 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9712 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9713 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9714
9715 2006-02-13 Jay Belanger <belanger@truman.edu>
9716
9717 * calc/calc-arith.el (math-check-known-matrixp): Make sure
9718 expression is a symbol before checking that it is bound.
9719
9720 2006-02-13 Richard M. Stallman <rms@gnu.org>
9721
9722 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9723 for the minibuffer too, but not if resize-mini-windows will interfere.
9724
9725 * help.el (describe-key-briefly, describe-key): Do all arg-reading
9726 inside `interactive' spec.
9727 (describe-key-briefly-internal, describe-key-internal):
9728 Functions merged back into their callers.
9729
9730 2006-02-13 Martin Rudalics <rudalics@gmx.at>
9731
9732 * info.el (info-xref-visited): Inherit from info-xref too.
9733 (Info-set-mode-line): Replace occurrences of `%' by `%%'
9734 when propertizing Info-current-file and Info-current-node.
9735
9736 2006-02-13 Juri Linkov <juri@jurta.org>
9737
9738 * tumme.el (tumme-thumbnail-storage): Fix docstring.
9739 (tumme-thumb-name): Fix per-directory format.
9740
9741 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
9742
9743 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9744
9745 2006-02-12 Miles Bader <miles@gnu.org>
9746
9747 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9748
9749 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
9750
9751 * tumme.el: Remove history section. If someone needs the it, it
9752 can always be found in CVS.
9753
9754 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9755
9756 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
9757 about the Thumbnail Managing Standard option.
9758
9759 2006-02-12 Richard M. Stallman <rms@gnu.org>
9760
9761 * subr.el (substitute-key-definition): Doc fix.
9762
9763 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9764
9765 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9766
9767 * info.el (Info-mode): Doc fix.
9768
9769 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9770
9771 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
9772
9773 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9774 because on Solaris a POSIX compatible "id" is needed. Reported by
9775 Magnus Henoch <mange@freemail.hu>.
9776
9777 2006-02-12 Juri Linkov <juri@jurta.org>
9778
9779 * tumme.el: Remove todo item about Thumbnail Managing Standard.
9780 (tumme) <defgroup>: Change :group to `multimedia'.
9781 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9782 Managing Standard.
9783 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9784 Fix dostring.
9785 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9786 and %y. Fix docstring.
9787 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9788 (tumme-cmd-create-standard-thumbnail-command): New user options.
9789 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9790 is `standard'. Fix docstring.
9791 (tumme-thumb-width, tumme-thumb-height): New user options.
9792 (tumme-external-viewer): Try to find various viewers.
9793 (tumme-get-thumbnail-image): Use `create-image' instead of
9794 constructing the `image' structure.
9795 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9796 `standard'.
9797 (tumme-thumb-name): Add file name generation for standard storage.
9798 Simplify code for other storages.
9799 (tumme-thumb-name): Use width %w and height %h instead of size %s.
9800 Add modification time %m and thumbnail-nq8 %q.
9801 Use `tumme-cmd-create-standard-thumbnail-command' if
9802 tumme-thumbnail-storage is `standard'.
9803 (tumme-dired-insert-marked-thumbs): New autoload command.
9804 (tumme-dired-after-readin-hook): New function.
9805 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9806 `tumme-thumb-size'.
9807 (tumme-display-image): Replace size-x %x and size-y %y with
9808 width %w and height %h.
9809
9810 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9811 `tumme-dired-insert-marked-thumbs'.
9812
9813 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9814
9815 * tumme.el (tumme-write-tag): Fix small bug (file name did not
9816 include path).
9817 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9818 matching tag.
9819
9820 2006-02-12 Miles Bader <miles@gnu.org>
9821
9822 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9823 New variables.
9824 (rcirc-abbrev-nick): New function.
9825 (rcirc-format-response-string): Rewrite to use the formats in
9826 `rcirc-response-formats' and expand escape sequences therein.
9827 A text-property `rcirc-text' is added over the actual response
9828 text to make easy to find inside the returned string.
9829 (rcirc-print): When filling, just look for the `rcirc-text'
9830 text-property to find the appropriate fill prefix, instead of
9831 using hardwired patterns.
9832
9833 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9834
9835 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
9836 Managing Standard.
9837
9838 2006-02-11 Kim F. Storm <storm@cua.dk>
9839
9840 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9841 Don't use insert-buffer; do insert-buffer-substring directly.
9842 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
9843
9844 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9845
9846 * files.el (revert-buffer, recover-file): Replace buffer-read-only
9847 with inhibit-read-only. Suggested by Stefan Monnier.
9848 (revert-buffer): Let insert-file-contents discard
9849 buffer-undo-list. Simplify code.
9850 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9851
9852 2006-02-11 Eli Zaretskii <eliz@gnu.org>
9853
9854 * menu-bar.el (menu-bar-select-yank): Add a doc string.
9855
9856 * help.el (describe-key-briefly): Now a wrapper for
9857 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
9858 to t. Populate yank-menu if empty.
9859 (describe-key-briefly-internal): Renamed from describe-key-briefly.
9860 (describe-key): Now a wrapper for describe-key-internal. Bind
9861 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
9862 (describe-key-internal): Renamed from describe-key.
9863
9864 2006-02-11 Milan Zamazal <pdm@zamazal.org>
9865
9866 * progmodes/glasses.el (glasses-separator): Doc fix.
9867 (glasses-original-separator): New defcustom.
9868 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
9869
9870 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9871
9872 * mwheel.el (mouse-wheel-up-event): Doc fix.
9873
9874 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9875
9876 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
9877 (tumme-dir): New function. Copied from thumbs.el.
9878
9879 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
9880
9881 * desktop.el (desktop-outvar): Fix typo.
9882 (desktop-save-buffer-p): Doc fix.
9883
9884 * subr.el (substitute-key-definition): Fix typo.
9885
9886 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9887
9888 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
9889 when window-system is mac.
9890
9891 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
9892
9893 2006-02-10 Kim F. Storm <storm@cua.dk>
9894
9895 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
9896 indirect-function instead of using condition-case.
9897
9898 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
9899
9900 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
9901 less `colloquial'...
9902
9903 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
9904
9905 * tumme.el: Add a couple of todo items.
9906
9907 2006-02-09 Lars Hansen <larsh@soem.dk>
9908
9909 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9910 (highlight-changes-mode): Don't change desktop-locals-to-save.
9911
9912 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
9913
9914 * image-mode.el (image-toggle-display): Clear image cache if using
9915 filename.
9916
9917 2006-02-09 Masatake YAMATO <jet@gyve.org>
9918
9919 * dired-x.el (dired-guess-shell-alist-default): Add .man as
9920 a `dired-man' target.
9921
9922 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
9923 boundary of symbols.
9924
9925 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
9926
9927 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
9928
9929 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
9930
9931 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
9932 `mapcar'; return nil.
9933
9934 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * mouse.el (mouse-drag-track): Don't change window if we rebind to
9937 some other event.
9938
9939 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
9940
9941 * net/rcirc.el (rcirc-startup-channels-alist):
9942 Add irc.freenode.net and #emacs as defaults.
9943 (rcirc-ignore-all-activity-flag): Remove variable.
9944 (rcirc-authinfo): New variable.
9945 (rcirc-authinfo-filename): Remove variable.
9946 (rcirc-always-use-server-buffer-flag): New flag.
9947 (rcirc): M-x rcirc will automatically connect without prompting.
9948 C-u M-x rcirc will prompt. Use rcirc-connect to create a
9949 connection in lisp.
9950 (rcirc-process-server-response-1): Remove everything but the nick
9951 portion of the sender so it doesn't need to be done everywhere
9952 else. Update related code.
9953 (global-map): Remove global keybindings.
9954 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
9955 (rcirc-send-input): Split into several functions.
9956 (rcirc-process-input-line, rcirc-process-message)
9957 (rcirc-process-command): New functions.
9958 (rcirc-target-buffer): New function to determine where to route
9959 messages.
9960 (rcirc-user-nick): Save match data.
9961 (rcirc-toggle-ignore-buffer-activity)
9962 (rcirc-update-activity-string): Remove global ignore functionality,
9963 which can be done now by toggling rcirc-track-minor-mode.
9964 (rcirc-track-minor-mode-map): New keymap.
9965 (rcirc-track-minor-mode): New minor-mode.
9966 (ignore): Make the ignore output nicer. Always print it when
9967 adding or removing nicks.
9968 (rcirc-url-regexp): Improve.
9969 (rcirc-mangle-text): Remove properties before using text in the
9970 modeline.
9971 (rcirc-authenticate): Authentication data comes from
9972 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
9973 (rcirc-server-prefix): Inherit from rcirc-server.
9974
9975 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
9976
9977 * Makefile.in (compile): Append "|| true" to the end of the `find'
9978 command, like compile-always does.
9979
9980 2006-02-08 Sam Steingold <sds@gnu.org>
9981
9982 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
9983 output from a dead connection.
9984
9985 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9986
9987 * dired.el (dired-mode-map): Add more bindings for tumme.
9988
9989 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * wdired.el (wdired-mode-map): Use remap.
9992 (wdired-get-filename): Massage.
9993 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
9994 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
9995 `keymap' property rather than `local-map'.
9996
9997 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9998
9999 * tumme.el (tumme-get-thumbnail-image): New utility function.
10000 Suggested by from Chong Yidong.
10001 (tumme-dired-with-window-configuration): Rename from
10002 `tumme-dired'. Add code to save window configuration.
10003 (tumme-restore-window-configuration): New command to restore the
10004 window configuration that `tumme-dired-with-window-configuration'
10005 saves before it changes the window configuration.
10006 (tumme-show-all-from-dir): New command to display thumbnails for
10007 all files in a directory entered by the user, like M-x thumbs.
10008 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
10009 have been created.
10010 (tumme-display-thumbnail-original-image): Call `display-buffer'.
10011 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
10012 Remove obsolete test function.
10013
10014 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
10015
10016 * vc.el (small-temporary-file-directory): Remove defvar; there's
10017 a defcustom for it in files.el.
10018
10019 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
10020 Fix typo in message.
10021 (tumme-gallery-generate): Fix typo in `error' message.
10022 (tumme-display-window-height-correction)
10023 (tumme-display-window-width-correction, tumme-line-up-dynamic)
10024 (tumme-line-up-interactive): Dox fixes.
10025 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10026 (tumme-restore-window-configuration, tumme-format-properties-string)
10027 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10028 Fix typos in docstrings.
10029
10030 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
10031
10032 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
10033
10034 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
10035
10036 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
10037 User should use hook if desired.
10038
10039 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
10040 buffer if necessary.
10041 (gdb-delete-frame-or-window): New function.
10042 (gdb-breakpoints-mode-map): Bind "q" to it.
10043
10044 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * textmodes/nroff-mode.el: Clean up name space.
10047 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
10048 (nroff-mode): Obey the global setting of nroff-electric-mode.
10049 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10050
10051 * calendar/calendar.el (calendar-increment-month): Typo in last change.
10052
10053 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
10054
10055 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10056
10057 2006-02-06 Lars Hansen <larsh@soem.dk>
10058
10059 * generic-x.el (etc-fstab-generic-mode): Add file system types
10060 cifs and usbdevfs. Allow special chars in file names.
10061
10062 2006-02-05 Jay Belanger <belanger@truman.edu>
10063
10064 Update copyright notices of the files in lisp/calc.
10065
10066 2006-02-05 Romain Francoise <romain@orebokech.com>
10067
10068 Update copyright notices of all files in the lisp/play directory.
10069
10070 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
10071
10072 * ldefs-boot.el: Regenerate.
10073
10074 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10075
10076 2006-02-05 Kim F. Storm <storm@cua.dk>
10077
10078 * files.el (magic-mode-regexp-match-limit): New defvar.
10079 (set-auto-mode): Use it to limit magic-mode-alist matching.
10080
10081 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
10082
10083 * simple.el (display-message-or-buffer): Compare the number of
10084 characters to the frame width when determining whether a 1-line
10085 message string will fit in the echo area. Count screen lines
10086 instead of buffer lines when determining whether a multi-line
10087 message will fit in the echo area/minibuffer window.
10088
10089 2006-02-04 Eli Zaretskii <eliz@gnu.org>
10090
10091 * info.el (Info-index, Info-mode): Improve the description of the
10092 `i' command.
10093
10094 * ldefs-boot.el: Regenerate.
10095
10096 2006-02-03 Werner Lemberg <wl@gnu.org>
10097
10098 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10099 greedy to find the closing bracket in \*[...] and similar
10100 expressions. This is a first rough fix -- many additional
10101 refinements are necessary to make nroff mode really usable with groff.
10102
10103 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
10104
10105 * international/mule-cmds.el (set-locale-environment):
10106 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10107 libX11.
10108
10109 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
10110
10111 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10112 archive are created in archive-tmpdir.
10113
10114 2006-02-02 John Paul Wallington <jpw@pobox.com>
10115
10116 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10117 (ibuffer-fontification-alist): Use it.
10118 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10119 to "* z" and the Ibuffer Mark menu.
10120
10121 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10122
10123 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * textmodes/table.el (*table--cell-describe-mode)
10126 (*table--cell-describe-bindings): Undo last change since
10127 print-help-return-message is not obsoleted by anything at all.
10128
10129 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
10130
10131 * emulation/cua-base.el (cua-mode): Doc fix.
10132
10133 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
10134
10135 * dframe.el (dframe-handle-make-frame-visible)
10136 (dframe-handle-iconify-frame, dframe-get-focus)
10137 (dframe-select-attached-frame, dframe-power-click)
10138 (dframe-frame-mode): Fix typos in docstrings.
10139
10140 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10141 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10142 Fix typos in docstrings.
10143
10144 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10145 (hi-lock-face-buffer, hi-lock-font-lock-hook)
10146 (hi-lock-archaic-interface-message-used)
10147 (hi-lock-file-patterns-range): Fix typos in docstrings.
10148
10149 * savehist.el (savehist-loaded, savehist-load, savehist-install)
10150 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10151
10152 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10153 Fix typo in docstring.
10154
10155 * net/newsticker.el (newsticker--decode-iso8601-date)
10156 (newsticker--set-customvar, newsticker--buffer-insert-item)
10157 (newsticker--do-run-auto-mark-filter)
10158 (newsticker--parse-generic-feed): Doc fixes.
10159 (newsticker--retrieval-timer-list, newsticker-url-list)
10160 (newsticker-hide-immortal-items-in-echo-area)
10161 (newsticker-hide-obsolete-items-in-echo-area)
10162 (newsticker-new-item-face, newsticker--enclosure)
10163 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10164 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10165 (newsticker--parse-generic-feed, newsticker--cache-contains)
10166 (newsticker--stat-num-items, newsticker-download-enclosures):
10167 Fix typos in docstrings.
10168
10169 * net/rcirc.el (rcirc-debug): Doc fix.
10170 (rcirc-fill-column, rcirc-receive-message-hooks)
10171 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10172 (rcirc-mode, rcirc-generate-new-buffer-name)
10173 (rcirc-startup-channels, rcirc-ignore-update-automatic)
10174 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10175 Fix typos in docstrings.
10176 (rcirc-print): "?\ " -> "?\s".
10177 (rcirc-cmd-join): Improve argument/docstring consistency.
10178
10179 2006-02-01 Mark A. Hershberger <mah@everybody.org>
10180
10181 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10182 before narrow-to-region.
10183
10184 2006-02-01 Richard M. Stallman <rms@gnu.org>
10185
10186 * simple.el (move-beginning-of-line): Scan properly for invis change.
10187
10188 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10189
10190 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
10191
10192 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10193 change bit only when id-format is 'integer. Reported by Matt
10194 Hodges <M.P.Hodges@rl.ac.uk>.
10195
10196 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
10197
10198 * hilit-chg.el (highlight-changes-initial-state)
10199 (highlight-changes-global-initial-state): Doc fixes.
10200 (highlight-changes-global-modes, global-highlight-changes):
10201 Fix typos in docstrings.
10202
10203 2006-02-01 Kim F. Storm <storm@cua.dk>
10204
10205 * emulation/cua-base.el (cua-mode): Mention that CUA enables
10206 transient-mark-mode in doc string.
10207
10208 2006-01-31 Richard M. Stallman <rms@gnu.org>
10209
10210 * replace.el (multi-occur): Doc fix.
10211 (multi-occur-in-matching-buffers): Rename from
10212 multi-occur-by-filename-regexp. Prefix arg says match
10213 buffer names instead of file names.
10214
10215 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
10216
10217 * bs.el: Allow non-default values of `bs-header-lines-length'.
10218 (bs--running-in-xemacs): Remove (not needed anymore).
10219 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10220 instead of `shrink-window', thus avoiding having to compute the
10221 height of the window.
10222 (bs--up): Wrap around even when there's no header.
10223 (bs--down): Use `forward-line' instead of `next-line'.
10224
10225 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
10226
10227 * image-mode.el (image-toggle-display): Use file name if possible,
10228 instead of unnecessarily allocating a (possibly huge) lisp string.
10229
10230 2006-01-30 John Paul Wallington <jpw@pobox.com>
10231
10232 * subr.el (toplevel): Define `cl-assertion-failed' condition here
10233 because the `assert' macro signals it at runtime.
10234
10235 * emacs-lisp/cl.el (toplevel): Remove definition of
10236 `cl-assertion-failed' condition.
10237
10238 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
10239
10240 * thumbs.el (thumbs-marked-list): Make buffer-local and
10241 permanent-local.
10242 (thumbs-insert-thumb): Make help-echo non-sticky.
10243 (thumbs-file-alist): Use eolp as check for (non)-image.
10244
10245 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
10246
10247 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10248 (ediff-before-session-group-setup-hooks)
10249 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10250 Fix typos in docstrings.
10251
10252 * window.el (bw-dir, bw-eqdir, balance-windows)
10253 (split-window-keep-point): Fix typos in docstrings.
10254
10255 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10256 (org-quote-string, org-calendar-to-agenda-key)
10257 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10258 (org-show-following-heading, org-tags-column)
10259 (org-use-tag-inheritance, org, org-allow-space-in-links)
10260 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10261 (org-enable-table-editor, org-calc-default-modes)
10262 (org-table-allow-automatic-line-recalculation)
10263 (org-export-html-style, org-export-with-fixed-width)
10264 (org-export-with-sub-superscripts, org-special-keyword)
10265 (org-formula, org-time-grid, org-table-may-need-update)
10266 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10267 (org-goto-quit, org-get-indentation, org-end-of-item)
10268 (org-move-item-down, org-move-item-up)
10269 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10270 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10271 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10272 (org-agenda-log-mode, org-agenda-toggle-diary)
10273 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10274 (org-agenda-file-to-end, org-agenda-no-heading-message)
10275 (org-agenda-get-closed, org-format-agenda-item)
10276 (org-cmp-priority, org-cmp-category, org-cmp-time)
10277 (org-agenda-change-all-lines, org-agenda-diary-entry)
10278 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10279 (org-link-search, org-camel-to-words, org-open-file)
10280 (org-remember-handler, org-table-convert-region)
10281 (org-table-move-row-down, org-table-move-row-up)
10282 (org-table-copy-region, org-table-wrap-region)
10283 (org-table-toggle-vline-visibility)
10284 (org-table-get-vertical-vector, org-table-modify-formulas)
10285 (org-table-get-specials, org-recalc-commands)
10286 (org-table-rotate-recalc-marks, org-table-eval-formula)
10287 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10288 (org-level-color-stars-only, org-insert-heading):
10289 Fix typos in docstrings.
10290 (last-arg): Add defvar.
10291
10292 * makefile.w32-in (WINS): Add erc.
10293 (MH_E_SRC): Update (copied from lisp/Makefile.in).
10294
10295 2006-01-29 Bill Wohler <wohler@newt.com>
10296
10297 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10298 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10299 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
10300 (mh-autoloads): Don't use comments on otherwise empty lines.
10301
10302 2006-01-29 Edward O'Connor <ted@oconnor.cx>
10303
10304 * emulation/viper.el (viper-major-mode-modifier-list): Add
10305 insert-state and vi-state entries for erc-mode.
10306 (viper-go-away, viper-set-hooks): Add and remove
10307 viper-comint-mode-hook from erc-mode-hook as appropriate.
10308
10309 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10310
10311 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
10312
10313 * bs.el (bs--format-aux): Implement `middle' alignment as
10314 described in the docstring for `bs-attributes-list'.
10315 (bs--get-name): Simplify. Don't pad the buffer name.
10316
10317 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
10318
10319 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10320 English aspell dictionary is installed, use the first entry of
10321 ispell-dictionary-alist-1.
10322
10323 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
10324
10325 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10326 Doc fix.
10327
10328 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
10329
10330 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10331 for `process-file', in order to let it work for older Emacsen too.
10332
10333 2006-01-27 Eli Zaretskii <eliz@gnu.org>
10334
10335 * international/latexenc.el: Add a suitable `coding:' tag.
10336 (latexenc-find-file-coding-system): Undo last change.
10337
10338 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10339
10340 * international/latexenc.el (latexenc-find-file-coding-system):
10341 Make sure latexenc-main-file is a regular file and is readable.
10342
10343 2006-01-27 Andre Spiegel <spiegel@gnu.org>
10344
10345 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10346 Pass FILE to vc-user-login-name.
10347
10348 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10349
10350 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
10351
10352 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10353 there are no more images to display.
10354 (thumbs-mark, thumbs-unmark): Revert change so that they move to
10355 the next image.
10356
10357 2006-01-26 Richard M. Stallman <rms@gnu.org>
10358
10359 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10360
10361 * wid-edit.el (advertised-widget-backward): New alias.
10362 (widget-keymap): Use advertised-widget-backward for S-TAB.
10363
10364 * tumme.el: Correct the keywords.
10365 (tumme-dir-max-size): Use defvar.
10366 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10367
10368 * simple.el (move-beginning-of-line): Take account of fields.
10369 (clone-indirect-buffer-other-window): Take args like
10370 clone-indirect-buffer, and work like it.
10371
10372 * help-fns.el (describe-function): Don't pass `nil' as default.
10373
10374 * files.el (risky-local-variable-p): Follow var aliases.
10375
10376 * subr.el (lazy-completion-table): Doc fix.
10377
10378 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10379 global binding of `line'.
10380
10381 2006-01-25 Andre Spiegel <spiegel@gnu.org>
10382
10383 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10384 Tramp.
10385
10386 * vc.el (vc-default-dired-state-info): Pass FILE to
10387 vc-user-login-name.
10388 (vc-default-update-changelog): Don't use vc-user-login-name, we
10389 don't need it here.
10390
10391 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
10392 no longer necessary.
10393
10394 2006-01-25 Kenichi Handa <handa@m17n.org>
10395
10396 * international/mule.el (decode-char): Avoid the overhead of
10397 calling utf-lookup-subst-table-for-decode if
10398 utf-translate-cjk-mode is nil.
10399 (encode-char): Avoid the overhead of calling
10400 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10401 nil.
10402
10403 2006-01-22 Kenichi Handa <handa@m17n.org>
10404
10405 * international/mule.el (make-subsidiary-coding-system): Reset
10406 `coding-system-define-form' property of subsidiaries to nil.
10407 Avoid duplicated entry in coding-system-alist.
10408 (make-coding-system): Avoid duplicated entry in
10409 coding-system-alist.
10410 (define-coding-system-alias): Likewise.
10411
10412 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
10413
10414 * completion.el: Minor fixes in introductory comment.
10415 (completion-def-wrapper): Fix alist.
10416
10417 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
10418
10419 * thumbs.el (thumbs-new-image-size): New function.
10420 (thumbs-increment-image-size-element)
10421 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10422 (thumbs-decrement-image-size): Delete.
10423 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
10424 temp files and use to resize.
10425 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10426 Use increment argument to enlarge/shrink. Preserve point.
10427 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10428 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10429 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10430 (thumbs-mark, thumbs-unmark): Preserve point.
10431 (thumbs-modify-image): Keep old temp files and use to modify.
10432 Cleanup old temp files at load time. Preserve point.
10433 (thumbs-view-image-mode-map): Use new command names.
10434
10435 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * log-view.el (log-view-minor-wrap): First rev is the one at point.
10438
10439 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10440 the nastiest part of the cyclic dependency.
10441 (cal-menu-update): Use dotimes and calendar-increment-month.
10442
10443 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10444 (calendar-week-start-day): Add an :initializer.
10445 (calendar-mode-map): Use suppress-keymap, and command remapping.
10446 (describe-calendar-mode): Setup xref-stack info for the back button.
10447 (calendar-star-date): Insert before delete.
10448 (calendar-set-mode-line): Add file-modified info if applicable.
10449 (calendar-increment-month): New function.
10450
10451 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
10452
10453 * font-lock.el (lisp-font-lock-keywords-2):
10454 Recognize "& keywords" only at word boundaries.
10455
10456 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
10457
10458 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
10459 and permanent-local.
10460 (thumbs-max-image-number): New variable.
10461 (thumbs-do-thumbs-insertion): Use them.
10462 (thumbs-per-line): Change default to 4.
10463 (thumbs-marked-list): Rename from thumbs-markedL.
10464 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10465 (thumbs-rename-images): Use -list instead of L for internal variables.
10466 (thumbs-call-convert): Use call-process instead of shell-command.
10467 (thumbs-insert-thumb): Add filename as help-echo to each image.
10468 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10469 Give dir to thumbs-show-thumbs-list.
10470 (thumbs-show-thumbs-list): Set default-directory to that of images.
10471 (thumbs-dired-show): Rename from thumbs-dired-show-all.
10472 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10473 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10474 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10475
10476 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * ses.el (ses-read-cell): Provide a default value.
10479
10480 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
10481
10482 * term/w32-win.el (image-library-alist): Add additional names for
10483 GIF library.
10484
10485 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10486
10487 * international/latexenc.el (latexenc-find-file-coding-system):
10488 Add file-regular-p check.
10489
10490 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10491
10492 * simple.el (clone-buffer): Don't show the new buffer in the same
10493 window.
10494
10495 2006-01-23 Juri Linkov <juri@jurta.org>
10496
10497 * faces.el (link, link-visited): New faces based on default values
10498 of `info-xref' and `info-xref-visited'.
10499
10500 * info.el (info-xref): Inherit from `link'.
10501 (info-xref-visited): Inherit from `link-visited'.
10502
10503 * cus-edit.el (custom-buffer-create-internal): Use widget type
10504 `custom-manual' instead of `info-link' and don't set properties
10505 `button-face' and `mouse-face' explicitly.
10506 (custom-browse-group-tag, custom-browse-variable-tag)
10507 (custom-browse-face-tag): Inherit from widget class
10508 `custom-group-link' instead of `push-button'.
10509 (custom-button-unraised): Inherit from `underline' face.
10510 (custom-link): Inherit from `link' face. Fix doc and group.
10511 (custom-add-parent-links, custom-group-value-create): Don't set
10512 properties `button-face' and `mouse-face' explicitly for
10513 `custom-group-link' widget.
10514 (custom-group-link): Add properties `button-face' and `mouse-face'
10515 to widget definition.
10516 (custom-field-keymap): New variable. Put `custom-field-keymap' to
10517 editable-field's :keymap property.
10518 (custom-mode): Fix docstring: substitute keybindings for
10519 `widget-forward' and `widget-backward' from `widget-keymap',
10520 `widget-complete' from `custom-field-keymap', replace old
10521 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
10522
10523 * desktop.el (desktop-load-file): Check for `fboundp' before
10524 calling `symbol-function'.
10525
10526 * simple.el (clone-buffer, clone-indirect-buffer)
10527 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
10528 `read-string'. Fix prompts.
10529
10530 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
10531
10532 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
10533
10534 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
10535
10536 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
10537
10538 * startup.el (inhibit-splash-screen, initial-scratch-message):
10539 Doc fixes.
10540
10541 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
10542
10543 Sync with Tramp 2.0.52.
10544
10545 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
10546 net/tramp-vc.el: Add code for unloading Tramp. See comment before
10547 `tramp-unload-tramp' for checklist.
10548
10549 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
10550 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
10551 (tramp-unload-file-name-handler-alist)
10552 (tramp-unload-tramp): New defuns.
10553 (tramp-advice-PC-expand-many-files): New defadvice.
10554 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
10555 removed.
10556 (tramp-handle-expand-file-name): Remove double slash.
10557 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
10558 It doesn't matter, because it will be converted later on.
10559 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
10560 implementation was just heuristic.
10561 (tramp-post-connection): Set uid and gid properties.
10562 (tramp-convert-file-attributes): Set file's gid change bit.
10563 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
10564 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
10565 in case of su(do)? methods. The home directory of the local user
10566 will be taken else.
10567 (tramp-open-connection-telnet)
10568 (tramp-open-connection-rsh, tramp-open-connection-su)
10569 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
10570 local shell prompt could hurt. Reported by Romain Francoise
10571 <romain@orebokech.com>.
10572 (tramp-let-maybe): Add `edebug-form-spec' property.
10573 (tramp-handle-expand-file-name): Bind `default-directory' locally
10574 to "/" in order to avoid problems with UNC shares or Cygwin
10575 mounts.
10576 (tramp-md5-function): Fix typo in error message.
10577
10578 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
10579
10580 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
10581 for byte-compiler pacification.
10582
10583 2006-01-22 Andre Spiegel <spiegel@gnu.org>
10584
10585 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
10586 ID-FORMAT `string'. This allows us to get rid of
10587 `vc-user-login-name UID'.
10588
10589 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
10590
10591 2006-01-22 John Paul Wallington <jpw@pobox.com>
10592
10593 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
10594
10595 2006-01-21 Martin Rudalics <rudalics@gmx.at>
10596
10597 * emacs-lisp/find-func.el (find-definition-noselect)
10598 (find-variable-noselect): Search variables in C source code too.
10599 (find-function-C-source, find-function-noselect, find-function)
10600 (find-function-other-frame, find-variable-noselect, find-variable)
10601 (find-variable-other-frame, find-variable-at-point):
10602 Fix docstrings.
10603
10604 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
10605
10606 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
10607
10608 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
10609
10610 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
10611 Default to disabling the "Save affix" question.
10612
10613 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
10614
10615 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
10616 the first arg to run-python.
10617
10618 2006-01-21 Eli Zaretskii <eliz@gnu.org>
10619
10620 * startup.el (command-line-1): Handle --no-desktop if desktop.el
10621 is not loaded.
10622
10623 2006-01-20 Jay Belanger <belanger@truman.edu>
10624
10625 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
10626 limit is 0.
10627
10628 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
10629 the correct variable.
10630
10631 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
10632
10633 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
10634 link. Fixed buggy argument sequence in call to `org-view-tags'.
10635 (org-compile-prefix-format): Set `org-prefix-has-tag'.
10636 (org-prefix-has-tag): New variable.
10637 (org-format-agenda-item): Remove tags from headline if
10638 appropriate.
10639 (org-agenda-remove-tags-when-in-prefix): New option.
10640 (org-get-tags-at): New function.
10641
10642 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
10643
10644 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
10645 (thumbs-find-image): Move image name and number from buffer name
10646 to mode name. Set thumbs-buffer. Preserve point so that large
10647 images remain visible.
10648 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
10649 order.
10650 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
10651 mode name.
10652 (thumbs-next-image, thumbs-previous-image): Make them work.
10653
10654 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
10655
10656 * cus-edit.el (custom-buffer-create-internal): State in the text above
10657 the whole buffer buttons that they do not operate on hidden items.
10658 (custom-face-menu): Use `custom-face-save' instead of
10659 `custom-face-save-command'.
10660 (custom-face-save-command): Make it an alias for `custom-face-save'
10661 and declare it obsolete.
10662 (custom-face-save): Doc fix.
10663
10664 * dired.el (dired-no-confirm): Add quote.
10665 (dired-subdir-alist-pre-R): Add quote in
10666 `make-variable-buffer-local' form and remove unbalanced parenthesis.
10667
10668 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * textmodes/table.el (table-mode-indicator): Typo in last change.
10671
10672 2006-01-19 Richard M. Stallman <rms@gnu.org>
10673
10674 * outline.el (hide-leaves): Don't call outline-end-of-heading.
10675 Fixes bug reported in Nov 2005.
10676
10677 * isearch.el (isearch-forward): Doc fix.
10678
10679 * dired.el (dired-move-to-filename-regexp): Define as alias.
10680 (dired-no-confirm): Use defcustom.
10681 (dired-subdir-alist-pre-R): Put defvar at top level.
10682
10683 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10684
10685 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10686 Mark as risky.
10687
10688 * simple.el (set-mark-command): Doc fix.
10689 (clone-indirect-buffer-other-window):
10690 Read arg like clone-indirect-buffer.
10691 (move-beginning-of-line): Skip invisible newlines.
10692
10693 2006-01-19 Masatake YAMATO <jet@gyve.org>
10694
10695 * progmodes/cpp.el (cpp-edit-load): Make the order of
10696 listed conditions in a base C code buffer and its associate
10697 CPP Edit buffer the same.
10698
10699 2006-01-19 Kenichi Handa <handa@m17n.org>
10700
10701 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10702 (rmail-mime-feature): Likewise.
10703 (rmail-require-mime-maybe): Use display-warning to show a warning
10704 message.
10705
10706 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
10707 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10708
10709 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * array.el: Move defvars out of eval-when-compile.
10712 (array-make-template): Replace undeclared global var with a local one.
10713 (array-mode): Inline initialization functions.
10714 (array-init-local-variables, array-init-max-row)
10715 (array-init-max-column, array-init-columns-per-line)
10716 (array-init-field-width, array-init-rows-numbered)
10717 (array-init-line-length, array-init-lines-per-row): Remove.
10718
10719 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
10720 (doc-mode-map): Define explicitly.
10721 (doctor-txtype): Use mapc.
10722
10723 * textmodes/table.el: Move defvars out of eval-when-compile.
10724 Remove harmful code meant to avoid byte-compiler warnings.
10725 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
10726 specification that checks table-fixed-width-mode directly.
10727 (table-recognize-region, table-recognize-cell):
10728 Use restore-buffer-modified-p.
10729 (table-fixed-width-mode): Remove code that refreshes
10730 table-fixed-mode-indicator.
10731 (*table--cell-describe-bindings, *table--cell-describe-mode):
10732 Avoid obsolete name print-help-return-message.
10733 (table--test-cell-list): Don't use replace-regexp from elisp.
10734 (table--point-entered-cell-function, table--point-left-cell-function):
10735 Don't set table-fixed-mode-indicator, use force-mode-line-update.
10736
10737 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
10738 that was after the end of file. Use buffer-file-name variable.
10739 (org-timestamp-change): Use with-current-buffer.
10740 (org-todo-list): Don't unnecessarily define a new buffer-local var.
10741 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10742 `file'.
10743
10744 * progmodes/fortran.el: Move defvars out of eval-when-compile.
10745 (fortran-break-line): Remove unused var `opoint'.
10746 (fortran-abbrev-start): Obey help-event-list.
10747
10748 2006-01-18 Jesper Harder <harder@phys.au.dk>
10749
10750 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10751
10752 2006-01-18 Masatake YAMATO <jet@gyve.org>
10753
10754 * progmodes/make-mode.el (makefile-imake-mode): New mode
10755 derived from makefile-mode.
10756 (makefile-imake-mode-syntax-table): New syntax table
10757 derived from makefile-mode-syntax-table.
10758 (makefile-mode): Write about makefile-imake-mode in doc string.
10759 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10760 (makefile-imake-font-lock-keywords): New font lock keywords.
10761
10762 * files.el (auto-mode-alist): Add Imakefile.
10763
10764 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
10765
10766 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10767 loading the file rather than when turning on flyspell-mode.
10768
10769 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
10770
10771 * cus-edit.el (customize-rogue): Minor doc fix.
10772
10773 2006-01-17 Juri Linkov <juri@jurta.org>
10774
10775 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10776 instead of the file at the mark as default if the file at the mark
10777 is the same as the file at point or if dired-dwim-target-directory
10778 is not the same as the current directory and the mark is not active.
10779
10780 * log-view.el (log-view-minor-wrap): Use the same logic to get
10781 revisions as `log-view-diff'.
10782
10783 * info.el (Info-revert-find-node): Check for Info-current-file
10784 before preserving new-history.
10785
10786 * man.el (Man-heading-regexp): Add `/'.
10787
10788 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10789 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10790
10791 2006-01-16 Juri Linkov <juri@jurta.org>
10792
10793 * faces.el (mode-line-faces): New defgroup.
10794 (mode-line-highlight): Move definition after new defgroup.
10795 (mode-line, mode-line-inactive, mode-line-highlight):
10796 Replace :group `modeline' with `mode-line-faces'.
10797 (mode-line-buffer-id): New face.
10798 (modeline-buffer-id): New face alias.
10799 (vertical-border): Remove :group `modeline'.
10800
10801 * bindings.el (propertized-buffer-identification): Use face
10802 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10803 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10804 (mode-line-buffer-identification-keymap): For mouse-1 replace
10805 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10806 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10807 mouse-3.
10808
10809 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10810 Buffer-menu-buffer. Doc fix.
10811 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
10812 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10813 `Buffer-menu-buffer'.
10814
10815 * info.el (Info-mode-line-node-keymap): New defvar.
10816 (Info-set-mode-line): Use `stringp' to check Info-current-file.
10817 Propertize Info-current-node with `mode-line-buffer-id' and
10818 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10819
10820 * time.el (display-time-mail-face): Replace :group `faces' with
10821 `mode-line-faces'.
10822
10823 2006-01-16 Kenichi Handa <handa@m17n.org>
10824
10825 * international/code-pages.el: Add autoload cookies for cp125[0345678].
10826
10827 * language/european.el (cp1252): New alias for windows-1252.
10828
10829 * international/mule.el (autoload-coding-system): Prepare for EOL
10830 variants.
10831
10832 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
10833
10834 * term.el (term-raw-map): Add mapping for insert.
10835 (term-send-insert): New.
10836 (term-mode): Make variables local here instead of doing it in
10837 `term-emulate-terminal'.
10838 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
10839 Scroll reverse needs to take into account the scroll region.
10840 Saving and restoring the cursor should save the color attributes too.
10841 (term-reset-terminal): Reset the scroll region.
10842 (term-handle-ansi-escape): Cursor up and down should take into
10843 account the scroll region.
10844 (term-set-scroll-region): Rename from `term-scroll-region'.
10845 Move to 0,0 after setting the region.
10846 (term-handle-scroll): Handle scroll up.
10847 (term-down): Fix off by one error.
10848 (term-delete-lines): Do not delete outside the scroll region.
10849 (term-insert-lines): Take into account the scroll region.
10850
10851 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * textmodes/ispell.el (ispell-internal-change-dictionary)
10854 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
10855 (start, end): Move declaration outside of eval-when-compile.
10856
10857 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
10858 (flyspell-mode-on): Use it.
10859
10860 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
10861 ispell-kill-ispell-hook.
10862
10863 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
10864
10865 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10866 (Custom-reset-saved): Do not ask for confirmation in single option
10867 buffers.
10868
10869 2006-01-13 Richard M. Stallman <rms@gnu.org>
10870
10871 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10872
10873 2006-01-13 Romain Francoise <romain@orebokech.com>
10874
10875 * add-log.el (add-change-log-entry, change-log-merge):
10876 Conditionally use `hard-newline'.
10877
10878 2006-01-13 Martin Rudalics <rudalics@gmx.at>
10879
10880 * wid-edit.el (widget-field-end): If the overlay is no longer
10881 associated with a buffer, behave as if the overlay didn't exist.
10882
10883 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
10884 Make sure the links use the `custom-link' face.
10885
10886 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
10889 (ld-script-mode): Don't set indent-line-function since we don't
10890 have one.
10891
10892 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
10893
10894 * textmodes/org.el (org-open-file): Use mailcap for selecting an
10895 application.
10896 (org-file-apps-defaults-gnu): Use mailcap as the default for
10897 selecting an application on a UNIX system.
10898 (org-agenda-show-tags): New command.
10899 (org-table-insert-hline): Keep cursor in current table line.
10900 (org-table-convert): Offset effect of modifying
10901 `org-table-insert-hline'.
10902 (org-format-agenda-item): New optional argument TAG.
10903 (org-compile-prefix-format): Handle %T format for the tag.
10904 (org-expand-wide-chars): New function.
10905 (org-table-insert-row, org-table-insert-hline):
10906 Use `org-expand-wide-chars'.
10907 (org-open-file): Fix bug in program launch.
10908 (org-get-time-of-day): Fix bug with times before 1am.
10909 (org-agenda-menu): Add tags commands.
10910
10911 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
10912
10913 * textmodes/ispell.el (ispell-init-process): Include the used
10914 dictionary in ispell process start message.
10915 (ispell-internal-change-dictionary): When flyspell-mode is active
10916 and dictionary is changed, make sure ispell process is restarted
10917 and flyspell word cache cleared out for the current buffer.
10918 (ispell-change-dictionary): Make sure flyspell word cache is
10919 cleared out in all buffers with active flyspell mode when
10920 dictionary is globally changed.
10921 Call ispell-internal-change-dictionary after dictionary change.
10922
10923 2006-01-13 Eli Zaretskii <eliz@gnu.org>
10924
10925 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10926
10927 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
10928 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
10929 years. Fix small differences wrt Makefile.in.
10930 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
10931 Makefile.in does.
10932
10933 2006-01-12 Bill Wohler <wohler@newt.com>
10934
10935 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
10936 mh-search.el.
10937
10938 2006-01-12 Masatake YAMATO <jet@gyve.org>
10939
10940 * progmodes/ld-script.el: Update copyright year.
10941
10942 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
10943
10944 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
10945 Don't add widget if setting undefined.
10946
10947 2006-01-12 John Paul Wallington <jpw@pobox.com>
10948
10949 * help-fns.el (describe-variable): Remove newlines from void
10950 variable output.
10951
10952 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
10953
10954 * wdired.el (wdired-mode-map): Add help echo for
10955 wdired-abort-changes.
10956
10957 * man.el (Man-file-name-regexp): Adjust for a list of files.
10958
10959 2006-01-12 Masatake YAMATO <jet@gyve.org>
10960
10961 * progmodes/ld-script.el (auto-mode-alist): Support
10962 suffix conventions used in netbsd and eCos.
10963
10964 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
10965
10966 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
10967 (custom-variable-menu, custom-face-menu, custom-group-menu)
10968 (Custom-mode-menu): Change names of menu items. (As discussed on
10969 emacs-devel.)
10970 (custom-face-menu): Add "Undo Edits" item.
10971
10972 * startup.el (init-file-user): defcustom -> defvar.
10973
10974 * tooltip.el (tooltip-mode): Doc fix.
10975
10976 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10977
10978 * reveal.el (reveal-post-command): window-buffer signals an error on
10979 dead windows rather than returning nil.
10980 (reveal-open-new-overlays): An overlay might die while we open others.
10981
10982 2006-01-11 Bill Wohler <wohler@newt.com>
10983
10984 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
10985 phrasing in docstring.
10986
10987 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
10988 can give some systems gas. Add new file mh-buffers.el.
10989
10990 2006-01-06 Masatake YAMATO <jet@gyve.org>
10991
10992 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
10993 C preprocessor forward ported from GNU Emacs 21.2.
10994
10995 * progmodes/asm-mode.el (asm-font-lock-keywords):
10996 Use `cpp-font-lock-keywords'.
10997
10998 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
10999
11000 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
11001 of $ for "\\.ld[s]?".
11002
11003 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
11006 (tcl-indent-line): Return `noindent' if inside a string.
11007
11008 * progmodes/flymake.el (flymake-split-string): Remove more than one
11009 empty string at beg/end of the result.
11010 (flymake-find-buildfile, flymake-find-possible-master-files):
11011 Use expand-file-name.
11012 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
11013 since expand-file-name does it for us. Use directory-file-name.
11014 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
11015 (flymake-ler-get-type, flymake-ler-get-text)
11016 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
11017 (flymake-current-line-no): Remove spurious interactive spec.
11018 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
11019 (flymake-check-include): Remove arg inc-path merged into inc-name.
11020 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
11021 Arg regexp-list replaced by a simple regexp.
11022 (flymake-master-make-header-init, flymake-master-tex-init):
11023 Correspondingly replace regexp-list with a regexp. Fix regexp.
11024
11025 2006-01-10 Simon Josefsson <jas@extundo.com>
11026
11027 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
11028 describing AUTH PLAIN fix.
11029
11030 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
11031
11032 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
11033 (report-emacs-bug): Don't record initial prompt text.
11034 Instead, add text properties to prompting text.
11035 (report-emacs-bug-hook): Delete prompting text.
11036
11037 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
11040 `dirs'. Adjust callers.
11041
11042 2006-01-09 John Paul Wallington <jpw@gnu.org>
11043
11044 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
11045
11046 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11047
11048 * reveal.el (reveal-open-new-overlays): New extracted fun.
11049 (reveal-close-old-overlays): Idem. Check overlays's liveness before
11050 using them. Simplify the code.
11051 (reveal-post-command): Use them. Fix up obsolete windows in
11052 reveal-open-spots.
11053
11054 * progmodes/flymake.el: Use `require' rather than autoload for
11055 XEmacs's overlays.
11056 (flymake-get-common-file-prefix, flymake-build-relative-filename):
11057 Delete. Use file-relative-name instead.
11058 (flymake-get-syntax-check-program-args, flymake-perl-init):
11059 Simplify the resulting code.
11060
11061 * log-view.el (log-view-file-re, log-view-message-re): Add support
11062 for DaRCS output.
11063
11064 2006-01-09 Alex Schroeder <alex@gnu.org>
11065
11066 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11067 identifiers sometimes added in square brackets at the beginning of
11068 subject lines.
11069
11070 2006-01-07 Richard M. Stallman <rms@gnu.org>
11071
11072 * cus-edit.el (Custom-set, Custom-save): Doc fix.
11073 (Custom-reset-current, Custom-reset-saved): Change question text.
11074 (Custom-reset-standard): Likewise.
11075 (custom-variable-reset-saved): Doc fix.
11076
11077 2006-01-07 Eli Zaretskii <eliz@gnu.org>
11078
11079 * startup.el (init-file-user): Doc fix.
11080
11081 2006-01-07 Alex Schroeder <alex@gnu.org>
11082
11083 * mail/rmail.el (rmail-current-subject): New function.
11084 (rmail-current-subject-regexp): New function.
11085 (rmail-next-same-subject): Use it.
11086
11087 * mail/rmailsum.el (rmail-summary-by-topic):
11088 Use rmail-current-subject and rmail-current-subject-regexp.
11089 (rmail-summary-next-same-subject): Ditto.
11090
11091 * net/rcirc.el (rcirc-send-input): No longer check whether the
11092 process is open, since not all commands need an open process.
11093 (rcirc-send-string): Check whether the process is open before
11094 sending anything.
11095 (rcirc-ignore-list): New option.
11096 (rcirc-ignore-list-automatic): New variable.
11097 (rcirc-print): Take rcirc-ignore-list into account.
11098 (rcirc-cmd-ignore): New command.
11099 (rcirc-ignore-update-automatic): New function.
11100 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11101 list if ignored nicks.
11102 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11103
11104 2006-01-06 David Reitter <david.reitter@gmail.com>
11105
11106 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11107 reflect the address to which the report will be sent.
11108
11109 2006-01-06 Eli Zaretskii <eliz@gnu.org>
11110
11111 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11112 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11113
11114 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
11115
11116 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11117
11118 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11119 the doc string: "functoin" => "function".
11120 * ldefs-boot.el: Likewise.
11121
11122 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11123 message text: "Duplicat" => "Duplicate".
11124
11125 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
11126
11127 * files.el (basic-save-buffer-2): If backing-up failed, reset
11128 buffer-backed-up to nil.
11129
11130 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
11131
11132 * progmodes/gud.el (gdb-script-skip-to-head)
11133 (gdb-script-calculate-indentation): Indent for breakpoint command
11134 lists also.
11135
11136 2006-01-05 Bill Wohler <wohler@newt.com>
11137
11138 * Makefile.in (compile-always): Add mh-autoloads dependency.
11139 (bootstrap): Remove mh-autoloads dependency, as compile dependency
11140 provides it.
11141 (updates): Remove mh-autoloads dependency, since it probably has
11142 already run recently (via recompile).
11143
11144 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11145
11146 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11147 argument `force' to disable the flyspell-last-buffer optimization.
11148 (flyspell-mode-on): Use it.
11149
11150 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11151 flymake-simple-cleanup.
11152 (flymake-allowed-file-name-masks): Use this new default.
11153 All the functions are now called in the right buffer rather than
11154 passing the buffer as argument.
11155 (flymake-process-sentinel): Switch to buffer before calling cleanup.
11156 (flymake-parse-err-lines): Remove redundant buffer arg.
11157 (flymake-get-program-dir): Comment out unused function.
11158 (flymake-start-syntax-check, flymake-start-syntax-check-process):
11159 Remove redundant buffer argument.
11160 (flymake-get-real-file-name, flymake-simple-java-cleanup)
11161 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11162
11163 2006-01-05 Richard M. Stallman <rms@gnu.org>
11164
11165 * info.el (Info-find-node): Don't record previous node if have none.
11166 (info): Go to directory only if history is empty.
11167
11168 * simple.el (mark): Doc fix.
11169
11170 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11171
11172 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11173 already of desired type.
11174 (mac-ae-list): Coerce parameter to "list" type.
11175 (mac-dispatch-apple-event): Replace cadr part of event with a
11176 dummy position so that event-start returns it.
11177
11178 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
11179
11180 * textmodes/org.el (org-end-of-subtree): New function.
11181 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11182 Use `org-end-of-subtree'.
11183 (org-agenda, org-agenda-convert-date): Protect calls to
11184 `fit-window-to-buffer'.
11185 (org-tags-view): Force matching of sublevels when doing a
11186 todo-only search. Define the correct redo command, including the
11187 arguments.
11188 (org-agenda-redo): Display message.
11189 (org-check-for-org-mode): New function.
11190 (org-agenda-type): New variable.
11191 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11192 Set `org-agenda-type'.
11193 (org-agenda-check-type): New function.
11194 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11195 (org-agenda-week-view, org-agenda-day-view)
11196 (org-agenda-next-date-line, org-agenda-previous-date-line)
11197 (org-agenda-log-mode, org-agenda-toggle-diary)
11198 (org-agenda-toggle-time-grid, org-agenda-date-later)
11199 (org-agenda-date-prompt, org-agenda-diary-entry)
11200 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11201 (org-agenda-convert-date, org-agenda-menu):
11202 Use `org-agenda-check-type'.
11203 (org-make-overlay, org-delete-overlay)
11204 (org-detatch-overlay, org-move-overlay, org-overlay-put):
11205 New compatibility functions.
11206 (org-calendar-select-mouse): New command.
11207
11208 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
11209
11210 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11211 (Custom-reset-standard): Fix y-or-n-p messages.
11212 (custom-link): New face for links.
11213 (custom-buffer-create-internal, custom-manual): Use it.
11214 (custom-face-save): Push to theme-face before setting face spec.
11215
11216 * wid-edit.el (widget-default-mouse-face-get): New function.
11217 (widget-specify-button): Handle mouse-face like button-face.
11218
11219 * custom.el (load-theme): Clear old theme settings if reloading.
11220
11221 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
11222
11223 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11224 "Erase Customization" button back to same position it occupies in
11225 the individual State menus.
11226
11227 2006-01-04 Kim F. Storm <storm@cua.dk>
11228
11229 * wid-edit.el (key-sequence): Rework widget to read key binding
11230 using `kbd' syntax. Use C-q to insert literal key, event, or code.
11231 (widget-key-sequence-default-value): Default value for empty sequence.
11232 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
11233 (widget-key-sequence-read-event): New command for C-q.
11234 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11235 (widget-key-sequence-value-to-external): New functions.
11236
11237 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11240 Use expand-file-name.
11241 (flymake-delete-temp-directory): Use expand-file-name,
11242 file-name-directory, and directory-file-name.
11243 (flymake-strrchr): Delete.
11244 (flymake-start-syntax-check): Don't pass the redundant buffer argument
11245 to the init-f function.
11246 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11247 (flymake-init-find-buildfile-dir)
11248 (flymake-init-create-temp-source-and-master-buffer-copy)
11249 (flymake-simple-make-init-impl, flymake-simple-make-init)
11250 (flymake-master-make-init, flymake-master-make-header-init)
11251 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11252 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11253 (flymake-xml-init): Remove corresponding redundant buffer argument.
11254 (flymake-allowed-file-name-masks): Remove last elems that are equal to
11255 the default anyway. Clean up regexps.
11256
11257 * progmodes/flymake.el (flymake-temp-source-file-name)
11258 (flymake-master-file-name, flymake-temp-master-file-name)
11259 (flymake-base-dir): New buffer-local vars.
11260 (flymake-buffer-data, flymake-get-buffer-value)
11261 (flymake-set-buffer-value): Replace those hash-tables by the new
11262 buffer-local vars. Update callers.
11263
11264 * progmodes/flymake.el (flymake-check-start-time)
11265 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11266 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11267 Move definition, so we can remove redundant earlier declaration.
11268 (flymake-replace-regexp-in-string, flymake-split-string)
11269 (flymake-get-temp-dir): Use defalias.
11270 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
11271 (flymake-xemacs-window-edges): Remove unused function.
11272 (flymake-get-point-pixel-pos): Move.
11273 (flymake-pid-to-names, flymake-reg-names)
11274 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11275 Replace by a simple list flymake-processes and by process-buffer.
11276 Update callers. Other than simplify the code, it uses buffers rather
11277 than buffer-names so it doesn't get confused by uniquify.
11278 (flymake-buffer-data): The global value should just be nil.
11279
11280 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11281 Optimize the body of a defalias like any other code.
11282
11283 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11284 Make sure we've setup font-lock's vars. It may influence which
11285 function we then call.
11286 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11287 here since it's too late anyway.
11288
11289 2006-01-03 Romain Francoise <romain@orebokech.com>
11290
11291 * startup.el (fancy-splash-tail, normal-splash-screen):
11292 Update copyright year.
11293
11294 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
11295
11296 * mouse.el (mouse-drag-track): Rename, from
11297 `mouse-drag-region-1'. Includes optional argument required to
11298 enable post-drag event processing (e.g. delete region keys).
11299 Can be used without this argument to track a mouse region and operate
11300 on it as soon as the drag completes.
11301 (mouse-drag-region): Use `mouse-drag-track'.
11302
11303 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11306 Move to `custom-buffer' group.
11307
11308 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11309 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11310 (custom-theme-insert-face-marker, custom-theme-variable-menu)
11311 (custom-theme-face-menu): New variables.
11312 (custom-theme-add-variable, custom-theme-variable-action)
11313 (custom-variable-reset-theme, custom-theme-delete-variable)
11314 (custom-face-reset-theme, custom-theme-face-action)
11315 (custom-theme-delete-face, custom-theme-merge-theme)
11316 (custom-theme-add-face, custom-theme-visit-theme): New functions.
11317
11318 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * custom.el: Move Custom Themes commentary to start of theme code.
11321 (custom-known-themes): Rename `standard' theme to `changed'.
11322 (custom-push-theme): Caller no longer specifies what theme to use
11323 when doing `reset'---the setting is simply removed from the theme.
11324 Delete MODE from `theme-value' and `theme-settings' properties.
11325 (custom-declare-theme): Ignore &rest args since we don't use them.
11326
11327 (custom-loaded-themes): Delete variable.
11328 (custom-theme-load-themes, custom-theme-loaded-p)
11329 (custom-theme-value): Delete functions.
11330
11331 (custom-declare-theme): Signal error on invalid theme names.
11332 (provide-theme): custom-loaded-themes was deleted.
11333 (load-theme): Load the file unconditionally.
11334 (enable-theme): Call `load-theme' if theme is undefined.
11335 (custom-enabled-themes): Only update value for successful loads.
11336 (disable-theme): Complete from enabled themes when interactive.
11337 (custom-variable-theme-value): Calculate theme value directly.
11338
11339 (custom-theme-reset-variables, custom-reset-variables): Mark as
11340 XEmacs compatibility functions. We don't actually use these.
11341
11342 * cus-edit.el (custom-variable-state-set):
11343 Use custom-variable-theme-value instead of custom-theme-value.
11344 (custom-face-state-set): Rename `standard' theme to `changed'.
11345 (custom-save-variables, custom-save-faces): Delete unneeded
11346 references to custom-reset-variables.
11347 (custom-save-resets): Delete function.
11348 (custom-save-variables, custom-save-faces): MODE argument deleted.
11349 (custom-save-variables, custom-save-faces): Ignore theme values.
11350
11351 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11352 compatibility function.
11353
11354 2006-01-01 Richard M. Stallman <rms@gnu.org>
11355
11356 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11357 (Custom-reset-current, Custom-reset-saved): Likewise.
11358 (Custom-reset-standard): Show message if aborted.
11359 (custom-mode): Doc fix, describing those commands.
11360
11361 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11362 put on event-kind property.
11363
11364 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
11365
11366 * custom.el (provide-theme): Ban `user' theme name.
11367 (custom-enabling-themes): New variable.
11368 (enable-theme): Don't enable user if custom-enabling-themes is t.
11369 (custom-enabled-themes): Make it a defcustom.
11370 (custom-theme-recalc-face): No-op if face is undefined.
11371
11372 * cus-edit.el (custom-button-mouse): New variable.
11373 (custom-button-mouse): New face.
11374 (custom-raised-buttons, custom-mode): Use it.
11375
11376 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11377
11378 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11379
11380 * progmodes/gud.el (gud-display-line): Support hl-line in the
11381 source buffer.
11382
11383 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11384
11385 * mouse.el (mouse-drag-window-above): Verify that the found window
11386 overlaps with the given window in the horizontal dimension.
11387
11388 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11389
11390 * Makefile.in (cvs-update): New target.
11391
11392 * makefile.w32-in (cvs-update): Ditto.
11393
11394 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
11397 (custom-new-theme-mode-map): New variable.
11398
11399 2005-12-30 Richard M. Stallman <rms@gnu.org>
11400
11401 * custom.el (custom-load-themes): Function deleted.
11402
11403 * cus-edit.el (custom-save-loaded-themes): Function deleted.
11404 (custom-save-variables): Don't delete or add custom-load-themes call.
11405
11406 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
11407
11408 * cus-start.el: Add `visible-cursor'.
11409
11410 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11411 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11412 (flymake-process-filter): Switch to buffer before calling it instead.
11413 (flymake-post-syntax-check, flymake-highlight-err-lines)
11414 (flymake-delete-own-overlays, flymake-parse-err-lines)
11415 (flymake-start-syntax-check, flymake-start-syntax-check-process)
11416 (flymake-count-lines, flymake-parse-residual):
11417 Remove constant buffer argument.
11418 (flymake-start-syntax-check-for-current-buffer): Remove.
11419 Update callers to use flymake-start-syntax-check instead.
11420 (flymake-display-err-menu-for-current-line):
11421 Remove unused var `mouse-pos'.
11422 (flymake-restore-formatting): Comment out unused function.
11423 (flymake-report-status, flymake-report-fatal-status): Remove buffer
11424 argument, use current-buffer instead. Update callers.
11425
11426 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11427
11428 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11429 buffer-local because choose-completion-delete-max-match requires
11430 that we set completion-ignore-case (i.e., binding via let is not
11431 sufficient).
11432 (bibtex-complete): Always set completion-ignore-case and
11433 choose-completion-string-functions. The latter is needed because
11434 choose-completion-string-functions keeps its value if we quit the
11435 *Completions* buffer without requesting a completion.
11436
11437 2005-12-30 Andreas Schwab <schwab@suse.de>
11438
11439 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
11440
11441 2005-12-30 Eli Zaretskii <eliz@gnu.org>
11442
11443 * jit-lock.el (jit-lock-chunk-size): Doc fix.
11444
11445 2005-12-30 Juri Linkov <juri@jurta.org>
11446
11447 * locate.el (locate-fcodes-file, locate-header-face)
11448 * progmodes/delphi.el (delphi-other-face)
11449 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11450
11451 * paren.el (show-paren-match, show-paren-mismatch): Use existing
11452 group `paren-showing-faces'.
11453
11454 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11455 (goto-address): Fix docstring.
11456
11457 * net/webjump.el (webjump-sample-sites): Update URLs.
11458
11459 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11460
11461 * subr.el (cancel-change-group): Add listp around pending-undo-list.
11462
11463 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * font-lock.el (font-lock-compile-keywords): Signal an error when
11466 font-lock-set-defaults hasn't been called.
11467
11468 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * subr.el (noreturn, 1value): Doc fixes.
11471
11472 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11473
11474 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11475 that assoc-string returns nil.
11476
11477 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11478
11479 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11480 (bibtex-entry-type-str, bibtex-empty-field-re)
11481 (bibtex-search-backward-string, bibtex-preamble-prefix)
11482 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
11483 (bibtex-any-valid-entry-type): New variable.
11484 (bibtex-parse-field-name): Simplify.
11485 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
11486 (bibtex-preamble-prefix): Include left delimiter.
11487 (bibtex-search-forward-field, bibtex-search-backward-field):
11488 Allow unbounded search past entry boundaries (required by bibtex-pop).
11489 (bibtex-text-in-field-bounds): Use push.
11490 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
11491 (bibtex-parse-preamble, bibtex-valid-entry)
11492 (bibtex-beginning-first-field): New functions.
11493 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
11494 (bibtex-map-entries): Fix docstring.
11495 (bibtex-flash-head): New arg prompt. Simplify.
11496 (bibtex-enclosing-field): Include code of bibtex-inside-field.
11497 (bibtex-insert-kill): Simplify. Always insert text past the
11498 current field or entry.
11499 (bibtex-format-entry): Use bibtex-parse-field.
11500 (bibtex-pop): Use bibtex-beginning-of-entry and
11501 bibtex-end-of-entry to initiate the search. Insert empty field if
11502 we found ourselves.
11503 (bibtex-print-help-message): New args field and comma.
11504 Handle entry keys.
11505 (bibtex-make-field): Use bibtex-beginning-of-entry.
11506 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
11507 invalid entry.
11508 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
11509 Handle preambles. Simplify code for thorough test.
11510 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
11511 New arg comma. Handle entry heads.
11512 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
11513 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
11514 New arg comma.
11515 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
11516 (bibtex-fill-field): Simplify.
11517 (bibtex-fill-entry): Use bibtex-beginning-first-field and
11518 bibtex-parse-field.
11519 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
11520 (bibtex-complete): Use bibtex-parse-preamble.
11521
11522 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
11523
11524 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
11525 Display name of expression instead of convenience variable.
11526 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
11527
11528 * progmodes/gud.el (gud-tooltip-dereference): Rename from
11529 toggle-gud-tooltip-dereference.
11530 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
11531 (gud-tooltip-tips): ...here when dereferencing.
11532
11533 2005-12-28 Bill Wohler <wohler@newt.com>
11534
11535 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
11536
11537 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
11540 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
11541 (vc-annotate-display-autoscale): Adjust call.
11542 (vc-annotate-display-default): Adjust call. Make arg compulsory.
11543 Fix interactive spec.
11544 (vc-annotate-time-span): Remove.
11545 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
11546 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
11547 (vc-annotate-display-select): Use new name.
11548
11549 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
11550 (vc-annotate-mode-menu): Remove left-over redundant declaration.
11551 Correct the construction of span entries. Simplify.
11552 (vc-annotate-display-select): Fix the nil case.
11553 (vc-annotate): Remove obsolete (and now broken) code.
11554 (vc-annotate-extract-revision-at-line): Remove obsolete code.
11555 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
11556
11557 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
11558
11559 * subr.el (lazy-completion-table): Correct typo in docstring.
11560
11561 * startup.el (command-line): Use `custom-reevaluate-setting' for
11562 `send-mail-function'.
11563
11564 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
11565
11566 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
11567
11568 * mail/smtpmail.el (smtpmail-try-auth-methods):
11569 Send credentials together with "AUTH PLAIN" command.
11570
11571 2005-12-27 Richard M. Stallman <rms@gnu.org>
11572
11573 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
11574 mouse-2, go back to previously selected window, so it's selected
11575 when mouse-2 command runs.
11576
11577 2005-12-27 Juri Linkov <juri@jurta.org>
11578
11579 * descr-text.el (describe-text-sexp): Use square brackets for
11580 button [Show] to distinguish it from the property value `show'.
11581 (describe-property-list): Use `insert-text-button' with
11582 `help-face' type instead of putting face in quotes, because button
11583 is not created automatically for a list of faces.
11584 (describe-text-properties-1): Put button-type value in quotes to
11585 distinguish from plain text "button".
11586 (describe-char): Display code point values in hex. Don't use
11587 `symbol-name' for `current-input-method' because it is a string.
11588 Use `insert-text-button' with `help-face' type instead of putting
11589 hardcoded face in quotes, because button is not created automatically.
11590
11591 2005-12-27 Richard M. Stallman <rms@gnu.org>
11592
11593 * progmodes/glasses.el (glasses-face): More specific custom type.
11594
11595 * files.el (set-visited-file-name): Doc fix.
11596
11597 * textmodes/flyspell.el (flyspell-external-point-words):
11598 Use local var buffer-scan-pos to advance scan for next misspelling.
11599 Advance it only after we find the misspelling.
11600
11601 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
11602
11603 * textmodes/flyspell.el (flyspell-external-point-words):
11604 New criteria for finding the misspelling in the buffer.
11605
11606 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
11607
11608 * help-mode.el (help-insert-string): Set help-xref-stack-item
11609 rather than call help-setup-xref.
11610
11611 * descr-text.el (describe-char): Revert previous changes for
11612 optional buffer argument.
11613
11614 2005-12-27 Juri Linkov <juri@jurta.org>
11615
11616 * help-mode.el (help-insert-string): New function. Save buffer
11617 contents in cases where it is impossible to recompute the old contents.
11618
11619 * descr-text.el (describe-char): Set help-xref-stack-item
11620 explicitly after buffer has been generated.
11621
11622 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11623
11624 * cus-start.el (all): Add x-gtk-show-hidden-files.
11625
11626 2005-12-26 Richard M. Stallman <rms@gnu.org>
11627
11628 * replace.el (perform-replace): Calculate match-again
11629 before skipping read-only matches.
11630
11631 * paren.el (paren-showing-faces): New group.
11632 (show-paren-match, show-paren-mismatch): Move to that group.
11633
11634 * button.el (button): Put into group `basic-faces'.
11635
11636 * progmodes/make-mode.el: Remove faces from group `faces'.
11637
11638 * apropos.el (apropos, apropos-value): Doc fix.
11639 (apropos-documentation): Doc fix.
11640
11641 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * subr.el (lazy-completion-table): Remove argument `args'.
11644
11645 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11646 Don't use the `args' argument of lazy-completion-table.
11647
11648 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
11649
11650 * descr-text.el (describe-char): Add optional argument for buffer.
11651 Set buffer appropriately. Call help-setup-xref.
11652 Suggested by Stefan Monnier.
11653
11654 2005-12-26 Juri Linkov <juri@jurta.org>
11655
11656 * descr-text.el: Require `help-fns' at runtime. Don't require
11657 `button' for byte compilation.
11658 (describe-text-widget): Add `help-echo' for first button.
11659 Use `help-info' for second.
11660 (describe-property-list): Use `help-argument-name' instead of `italic'.
11661 (describe-text-category): Add prompt to interactive spec.
11662 Call `help-setup-xref'.
11663 (describe-char): Use `help-character-set'. Add `help-echo' for
11664 code point. Use `help-input-method'. Remove superfluous insert.
11665
11666 2005-12-25 Richard M. Stallman <rms@gnu.org>
11667
11668 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11669 at point, in case of narrowing.
11670
11671 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11672
11673 * locate.el (locate-header-face): Allow nil in type.
11674
11675 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11676
11677 2005-12-25 Romain Francoise <romain@orebokech.com>
11678
11679 * battery.el (battery-linux-proc-acpi): Also try
11680 `/proc/acpi/thermal_zone/THM0/temperature'.
11681
11682 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
11683
11684 * custom.el (custom-push-theme): Fix docstring.
11685
11686 * cus-edit.el (custom-variable-set, custom-variable-save)
11687 (custom-variable-save): Custom-quote widget values.
11688 (customize-save-variable): Fix custom-push-theme call.
11689
11690 2005-12-24 Eli Zaretskii <eliz@gnu.org>
11691
11692 * w32-fns.el (w32-batch-update-autoloads): New function.
11693
11694 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11695 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
11696 from the command line.
11697
11698 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
11699
11700 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
11701 reset means to remove setting from theme entirely. Don't keep
11702 expanding theme-settings list; delete old entries if necessary.
11703
11704 * cus-edit.el (custom-buffer-create-internal): Move "Erase
11705 customization" button one line up.
11706 (custom-themed): New face.
11707 (custom-magic-alist): New value, THEMED, for theme settings.
11708 (custom-variable-state-set, custom-face-state-set):
11709 Check theme-value instead of saved-value.
11710 (custom-variable-reset-standard, custom-face-reset-standard):
11711 Remove theme setting entirely. Recalculate new values.
11712 (custom-variable-set, custom-variable-set)
11713 (custom-variable-reset-saved, custom-variable-reset-backup)
11714 (custom-face-set, custom-face-reset-saved): Update `user' theme.
11715 (custom-variable-save): Fix typos.
11716
11717 2005-12-23 Juri Linkov <juri@jurta.org>
11718
11719 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11720 Add autoload cookies.
11721 (edebug-outside-d-c-i-n-s-w): New variable.
11722 (edebug-display, edebug-outside-excursion): Use it to save the
11723 original value of default-cursor-in-non-selected-windows.
11724 Set default-cursor-in-non-selected-windows to t while Edebug
11725 is active.
11726 (edebug-mode, edebug-eval-mode): Doc fix.
11727
11728 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11729 with `buffer-substring-no-properties' to remove common substring
11730 highlighting.
11731
11732 * info.el (info-other-window, info): Rename function argument
11733 `file' to `file-or-node'.
11734 (Info-complete-menu-item): Use local variable `complete-nodes' to
11735 keep the global value of `Info-complete-nodes' unchanged for
11736 subsequent completions.
11737 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11738
11739 * simple.el (get-next-valid-buffer, last-buffer)
11740 (next-error-buffer-p, next-error-find-buffer)
11741 (minibuffer-history-sexp-flag): Doc fix.
11742
11743 * savehist.el (savehist-mode-hook): Add `:group'.
11744
11745 * log-view.el: Call autoload for vc-find-version.
11746 (log-view-current-file): Adjust subgroup numbers.
11747 (log-view-current-tag): Add `length'.
11748
11749 2005-12-23 Richard M. Stallman <rms@gnu.org>
11750
11751 * vc.el (vc-annotate-car-last-cons): Defn moved up.
11752
11753 2005-12-23 Juri Linkov <juri@jurta.org>
11754
11755 * hi-lock.el (hi-lock-archaic-interface-message-used)
11756 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11757 (hi-lock-mode): Display "Hi" in the mode line only when
11758 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11759 (hi-lock-write-interactive-patterns):
11760 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11761 (hi-lock-set-pattern, hi-lock-set-file-patterns)
11762 (hi-lock-font-lock-hook): Set 3rd arg `how' of
11763 font-lock-add-keywords to t.
11764
11765 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
11766
11767 * hi-lock.el (hi-lock-highlight-range): New variable.
11768 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11769 only if font-lock-fontified is non-nil. Remove overlays.
11770 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11771 font-lock-fontified is non-nil, otherwise use overlays (instead of
11772 text properties).
11773 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11774 New variables.
11775 (hi-lock-string-serialize) New function.
11776
11777 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11778
11779 * menu-bar.el (menu-find-file-existing): New function.
11780 (menu-bar-file-menu): Use menu-find-file-existing for Open.
11781
11782 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
11783
11784 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * vc.el: Remove unnecessary leading * in docstrings.
11787 (vc-annotate-mode-map): Move initialization into declaration.
11788 (vc-static-header-alist): Nitpick on the regexp.
11789 (vc-default-init-version): New fun.
11790 (vc-register): Use it.
11791 (vc-insert-headers): Use dolist.
11792 (vc-annotate-get-backend): Remove unused function.
11793 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11794 (vc-annotate-mode): Remove corresponding call.
11795 (vc-annotate-car-last-cons): Simplify.
11796 (vc-annotate-buffers): Remove var.
11797 (vc-annotate-backend): Make it buffer-local.
11798 (vc-annotate): Move the interaction to the interactive spec.
11799 Add a `buf' argument.
11800 (vc-annotate-warp-version): Use this new `buf' argument to avoid
11801 killing&creating a vc-annotate buffer, which is very disruptive when
11802 the buffers are shown in dedicated frames.
11803
11804 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
11805
11806 * descr-text.el: Add FSF as maintainer.
11807 (describe-text-mode, describe-text-mode-map)
11808 (describe-text-mode-hook, describe-text-done): Delete. Use normal
11809 help-mode.
11810 (describe-text-widget, describe-text-sexp)
11811 (describe-property-list, describe-text-category)
11812 (describe-text-properties, describe-text-properties-1)
11813 (describe-char): Use help buttons instead of widgets.
11814 (describe-char-unicodedata-file): Make URL link in doc string.
11815
11816 2005-12-22 Richard M. Stallman <rms@gnu.org>
11817
11818 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11819 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11820 Don't include buttons that write a file when there's no file.
11821 (custom-variable-menu, custom-face-menu, custom-group-menu):
11822 Don't include commands that write a file when there's no file.
11823 (customize-browse): Reword the top-of-buffer help intro.
11824 (custom-buffer-create-internal): Fix previous change.
11825 (customize-changed-options-previous-release): Prev release is 21.1.
11826 (customize-changed-options): Doc fix.
11827 (customize-changed): New alias.
11828 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11829 Say "standard values".
11830 (Custom-reset-standard): Doc fix.
11831 (custom-face-reset-standard): Doc fix.
11832
11833 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11836 even if font-lock-mode is non-nil since it may be t without having
11837 turned on font-lock-mode-internal.
11838 (font-lock-choose-keywords): Minor optimization.
11839 (font-lock-add-keywords, font-lock-remove-keywords)
11840 (font-lock-set-defaults): Don't call make-local-variable on a variable
11841 that we know to already be local.
11842
11843 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11844
11845 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11846 messages if in the minibuffer.
11847
11848 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11851 (tex-mode-flyspell-verify, flyspell-get-word)
11852 (flyspell-external-point-words): Don't use point-min/max uselessly.
11853
11854 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
11855 by Kevin Rodgers. Instead, just hide the completions buffer if we
11856 don't need to show it.
11857
11858 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
11859
11860 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11861
11862 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
11865 delete-windows-on with an inexistent buffer.
11866
11867 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
11868
11869 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11870 Delete defcustom variable :tag names.
11871
11872 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
11875 (log-view-font-lock-keywords): Ajust subgroup numbers.
11876 (log-view-current-tag): Don't hard code the number of subgroups.
11877
11878 2005-12-20 Juri Linkov <juri@jurta.org>
11879
11880 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
11881 (tooltip-x-offset, tooltip-y-offset): Doc fix.
11882
11883 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11884 (menu-bar-non-minibuffer-window-p): Instead of checking
11885 display-multi-frame-p, use selected-frame when menu-updating-frame
11886 is nil.
11887
11888 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
11889
11890 * align.el (align-rules-list): Use [ \t] instead of \s-
11891 for column separators in text mode.
11892
11893 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
11894
11895 * help-mode.el (help-customize-variable, help-customize-face):
11896 Don't pop help-xref-stack as help-follow no longer pushes
11897 anything on to it.
11898
11899 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
11900
11901 * textmodes/org.el (org-agenda-custom-commands): New option.
11902 (org-agenda): Offer custom commands on splash screen.
11903 (org-make-tags-matcher): Parser for Boolean logic added.
11904 (org-agenda-set-tags): New command.
11905 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
11906 (org-set-tags): Efficiency improvements.
11907 (org-auto-align-tags): New option.
11908 (org-todo, org-demote, org-promote): Realign tags.
11909 (org-tags-completion-function): Use also "&" and "|" as separators.
11910 (org-org-menu): Agenda commands simplified.
11911
11912 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
11913
11914 * cus-edit.el (customize-apropos, customize-apropos-options):
11915 Docstring changes.
11916
11917 * font-lock.el (font-lock): Add tags to the links in the defgroup.
11918
11919 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
11920
11921 * longlines.el (longlines-mode): Wrap while widened.
11922 (longlines-decode-region, longlines-encode-region): Compute max
11923 just once.
11924
11925 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11926
11927 * cus-edit.el (mac): New group.
11928
11929 * cus-start.el (all): Add user options in macterm.c. Add test for
11930 Mac-related built-ins. Fix test for GTK-related built-ins.
11931
11932 * term/mac-win.el (mac-handle-language-change)
11933 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
11934 (mac-services-open-selection, mac-services-mail-selection)
11935 (mac-services-mail-to, mac-services-insert-text)
11936 (mac-dispatch-apple-event): Add docstrings.
11937 (x-get-selection, mac-select-convert-to-string): Select coding
11938 system from `utf-16be' and `utf-16le' using `byteorder'.
11939
11940 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * subr.el (lazy-completion-table): Don't be fooled if the var holds
11943 a "list" (lambda ...) rather than a real completion list.
11944
11945 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
11946 lexical-let when encountering ((lambda (...) ...) ...).
11947
11948 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11949
11950 * progmodes/sh-script.el (sh-mode):
11951 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
11952 * textmodes/picture.el (picture-mode): Update docstrings.
11953
11954 2005-12-17 Eli Zaretskii <eliz@gnu.org>
11955
11956 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
11957 commands enclosed in $(ARGQUOTE)s should not be split between two
11958 lines, as that will break with GNU Make >3.80, when sh.exe is used
11959 and arg quoting is with '..'.
11960 (autoloads): Don't break the quoted --eval expression between
11961 several lines.
11962
11963 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11964
11965 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
11966 Capture error from printing circular structures.
11967
11968 2005-12-17 Martin Rudalics <rudalics@gmx.at>
11969
11970 * wid-edit.el (widget-checkbox-action): Clear undo info.
11971
11972 2005-12-16 Bill Wohler <wohler@newt.com>
11973
11974 * menu-bar.el (kill-this-buffer): Set a good example by using menu
11975 bar, not menubar in comment.
11976
11977 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
11980 After-change-functions should not clobber the match data.
11981
11982 2005-12-16 Juri Linkov <juri@jurta.org>
11983
11984 * simple.el (choose-completion): Use `buffer-substring-no-properties'
11985 instead of `buffer-substring'.
11986 (completion-common-substring): Doc fix.
11987 (completion-setup-function): Use minibuffer-completion-contents
11988 instead of minibuffer-contents. Don't set common-string-length
11989 initially. Remove special handling of partial-completion-mode.
11990 Move computation of completion-base-size into one cond.
11991 Call completion-base-size-function in mainbuf. In computation of
11992 completion-base-size for file name completion don't move point to
11993 the end of the minibuffer. Move computation of common-string-length
11994 into one cond. Start putting faces only when common-string-length>=0.
11995 Add condition to put completions-common-part when
11996 common-string-length>0.
11997
11998 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
11999 place point at the first different character in the minibuffer
12000 even if this position is at the beginning of the minibuffer.
12001
12002 * info.el (Info-read-node-name-1): In completion-base-size-function's
12003 lambda return 1 if common-substring or minibuffer-completion-contents
12004 starts with (, and 0 otherwise.
12005
12006 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
12007 Use `crm-current-element' for second arg of `display-completion-list'.
12008
12009 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
12010
12011 * files.el (set-auto-mode): Look for an interpreter specified on
12012 the first line also if search for mode specification succeeded,
12013 but the mode is not known.
12014
12015 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
12016
12017 * textmodes/org.el (org-tags-match-list-sublevels): New option.
12018 (org-open-at-point): Implement tag searches as links.
12019 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
12020 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
12021 (org-tags-sparse-tree, org-tags-view, org-set-tags)
12022 (org-agenda-dispatch): New commands.
12023 (org-use-tag-inheritance, org-tags-column): New options.
12024 (org-tab-follows-link, org-return-follows-link): New options.
12025 (org-tags): New customize group.
12026 (org-start-icalendar-file): Get local time zone.
12027 (org-tags-completion-function): New function.
12028 (org-set-font-lock-defaults): Make sure links will also be
12029 highlighted inside headlines.
12030
12031 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
12032
12033 * term.el (term-emulate-terminal):
12034 Let term-handle-ansi-terminal-messages override what Bash says about
12035 its current directory.
12036
12037 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12038
12039 * bindings.el (last-buffer): Move to simple.el.
12040 * simple.el (last-buffer): Move here.
12041 (get-next-valid-buffer): New function.
12042 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
12043 (prev-buffer): Ditto. Rename to `previous-buffer'.
12044
12045 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
12046 * bindings.el (global-map): Ditto.
12047
12048 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
12049
12050 * cus-edit.el: Introductory comment change.
12051 (custom-magic-alist): Change message string for the `rogue' state.
12052
12053 2005-12-15 Richard M. Stallman <rms@gnu.org>
12054
12055 * tooltip.el: Delete defcustom variable :tag names.
12056
12057 * complete.el (partial-completion-mode): Doc fix.
12058
12059 * textmodes/flyspell.el (flyspell-external-point-words):
12060 Use save-excursion to ensure we don't move backward in the
12061 search loop, not even one character.
12062 (flyspell-delete-all-overlays): Use remove-overlays directly.
12063
12064 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12065 (ispell-start-process): Set that variable.
12066 Clear ispell-buffer-local-name.
12067 (ispell-internal-change-dictionary):
12068 Set ispell-current-dictionary after killing process.
12069 (ispell-buffer-local-dict):
12070 Don't set spell-personal-dictionary after killing process.
12071 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12072 (ispell-tex-skip-alists, ispell-html-skip-alists)
12073 (ispell-skip-region-alist): Mark as risky.
12074
12075 * net/newsticker.el (newsticker--retrieval-timer-list)
12076 (newsticker--display-timer, newsticker-running-p)
12077 (newsticker-ticker-running-p): Definitions moved up.
12078
12079 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
12080
12081 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12082
12083 2005-12-15 David Ponce <david@dponce.com>
12084
12085 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12086 (recentf-edit-list, recentf-open-files): Signal an error when
12087 there is no recent file.
12088
12089 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
12090
12091 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12092 read-only except for texinfo-format-region evaluation.
12093
12094 2005-12-14 Richard M. Stallman <rms@gnu.org>
12095
12096 * vc.el (vc-default-previous-version, vc-default-next-version)
12097 (vc-do-command): Doc fixes.
12098
12099 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12100
12101 * textmodes/bibtex.el (bibtex-expand-strings)
12102 (bibtex-autokey-expand-string, bibtex-name-part)
12103 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12104 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12105 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12106 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12107 (bibtex-entry-postfix, bibtex-known-entry-type-re)
12108 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12109 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12110 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12111 (bibtex-beginning-of-last-entry): Remove.
12112 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
12113 message if comma is missing but buffer is read-only.
12114 (bibtex-parse-field-text): Handle whitespaces at the end of field
12115 text. Return 3-element list with beginning and end of field text
12116 and end of field.
12117 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12118 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
12119 (bibtex-search-forward-field, bibtex-search-backward-field):
12120 Search always delimited by limits of entry. Use more efficient
12121 search algorithms.
12122 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12123 bibtex-end-of-name-in-field.
12124 (bibtex-text-in-field-bounds): Handle BibTeX strings when
12125 extracting the content of a field.
12126 (bibtex-text-in-field): Use search limits.
12127 (bibtex-parse-string-prefix): Handle empty string keys based on
12128 bibtex-string-empty-key.
12129 (bibtex-parse-string): Fix docstring.
12130 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12131 (bibtex-preamble-prefix, bibtex-strings): New functions.
12132 (bibtex-skip-to-valid-entry): Include preceding whitespace in
12133 BibTeX entries (consistent with other BibTeX functions).
12134 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12135 (bibtex-search-entry): Fix docstring. Simplify.
12136 (bibtex-flash-head, bibtex-complete-string-cleanup)
12137 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12138 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12139 (bibtex-parse-entry): New optional arg content.
12140 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12141 Use bibtex-text-in-field-bounds.
12142 (bibtex-print-help-message): Handle BibTeX strings and preambles.
12143 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12144 bibtex-parse-string-postfix.
12145 (bibtex-find-text-internal): New function.
12146 (bibtex-remove-delimiters): Use it.
12147 (bibtex-find-text): Use it. New optional arg help.
12148 (bibtex-complete): Handle BibTeX string and preamble entries.
12149 (bibtex-Preamble): Fix order of closing delimiters.
12150
12151 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * vc.el (vc-default-revert): New fun.
12154
12155 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12156
12157 2005-12-14 Romain Francoise <romain@orebokech.com>
12158
12159 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12160 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12161 (font-lock-remove-keywords): Likewise.
12162
12163 2005-12-14 Juri Linkov <juri@jurta.org>
12164
12165 * log-view.el (log-view-diff): Doc fix.
12166
12167 * isearch.el (isearch-query-replace): Use (mark) instead of
12168 isearch-opoint if mark is active in transient-mark-mode.
12169
12170 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
12171
12172 * isearch.el (isearch-query-replace): Check for isearch-other-end.
12173
12174 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
12175
12176 * progmodes/cpp.el (cpp-face): New widget.
12177 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12178
12179 2005-12-14 Juri Linkov <juri@jurta.org>
12180
12181 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12182 around `erase-buffer' and `insert'.
12183
12184 * descr-text.el (describe-text-properties): Replace buffer name
12185 "*Help-2*" with "*Help*<2>".
12186 (describe-char): Add functions print-help-return-message,
12187 toggle-read-only. Use help-setup-xref with nil to not store
12188 describe-char in help-xref-stack. Use help-make-xrefs to
12189 make [back] button.
12190
12191 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12192
12193 * wdired.el (wdired-old-point): New internal variable.
12194 (wdired-change-to-wdired-mode): Set it buffer-locally.
12195 (wdired-abort-changes): Restore point after aborting changes.
12196
12197 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * vc.el (vc-do-command): Add a new value t for okstatus.
12200
12201 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12202 frame in case of errors.
12203
12204 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12205
12206 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12207 so it comes after "On the Left" in the menu.
12208
12209 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
12210
12211 * cus-edit.el (customize-apropos, customize-apropos-options)
12212 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12213
12214 2005-12-12 Bill Wohler <wohler@newt.com>
12215
12216 * vc-svn.el (vc-svn-registered): Fix problem of visiting
12217 non-writable Subversion-controlled files by saving window
12218 configuration before calling vc-do-command. vc-do-command calls
12219 pop-to-buffer on error which is unexpected during registration.
12220
12221 2005-12-12 Jay Belanger <belanger@truman.edu>
12222
12223 * calc/README: Update the summary of changes.
12224
12225 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12226
12227 * descr-text.el (describe-char): Rework last fix to solve the problem
12228 is the same way it's solved for everything else in that function
12229 (i.e. by extracting the info before setting up the *Help* buffer).
12230
12231 2005-12-12 Kim F. Storm <storm@cua.dk>
12232
12233 * subr.el (version-regexp-alist): Allow space as separator before
12234 non-numeric part, e.g. "1.0 alpha".
12235 (version-to-list): Interpret .X.Y version as 0.X.Y version.
12236
12237 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
12238
12239 * textmodes/org.el (org-agenda, org-timeline, org-todo):
12240 Implement Logging and the keep-modes setting.
12241 (org-get-category): Make sure a string is returned.
12242 (org-log-done): New function.
12243 (org-log-done, org-closed-string): New options.
12244
12245 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12246
12247 * tooltip.el (tooltip-y-offset): Change default to 20.
12248
12249 2005-12-12 Richard M. Stallman <rms@gnu.org>
12250
12251 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12252
12253 * frame.el (display-hourglass): Doc fix.
12254
12255 * help.el (help-for-help-internal): Simplify entry for `a'.
12256
12257 * info.el (Info-on-current-buffer): Doc fix.
12258 (info-insert-file-contents): Don't test (featurep 'jka-compr).
12259
12260 * startup.el (inhibit-splash-screen): Make this the real name.
12261 (inhibit-startup-message): Make this the alias.
12262 (command-line): Find only simple.el, and use its directory
12263 to fill in other preloaded files' names.
12264 (command-line): Deactivate the mark if deactivate-mark is set.
12265
12266 * international/mule.el (load-with-code-conversion):
12267 Bind deactivate-mark.
12268
12269 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12270
12271 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
12272
12273 * cus-edit.el (customize-apropos): Avoid listing an option more
12274 than once under different aliases. No longer list user options
12275 that are not defined with defcustom (unless a prefix arg is given).
12276 Doc fix.
12277 (customize-apropos-options): Doc fix.
12278
12279 2005-12-11 Juri Linkov <juri@jurta.org>
12280
12281 * frame.el (set-background-color, set-foreground-color)
12282 (set-cursor-color, set-mouse-color, set-border-color):
12283 Add explicit prompts to read colors by `facemenu-read-color'.
12284 (show-trailing-whitespace, blink-cursor-delay)
12285 (blink-cursor-interval, display-hourglass, hourglass-delay):
12286 Remove tags.
12287 (display-hourglass, hourglass-delay): Doc fix.
12288 (cursor-in-non-selected-windows): Capitalize words in tag.
12289
12290 * faces.el (frame-background-mode): Replace `choice-item' keywords
12291 with `const' to not make [default] button. Change default value tag
12292 from `default' to `automatic'. Doc fix.
12293 (trailing-whitespace) <defface>: Change group `whitespace' to
12294 `whitespace-faces'.
12295
12296 2005-12-11 Richard M. Stallman <rms@gnu.org>
12297
12298 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12299
12300 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12301
12302 * term/mac-win.el: Create keymap for mac-apple-event-map.
12303
12304 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
12305
12306 * tooltip.el (tooltip-mode): Move to start of file so that it
12307 appears at top of customize buffer.
12308
12309 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12310 Add the gud groupname.
12311 (gud-tooltip-mode): Add the tooltip groupname.
12312 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
12313 avoid conflict with tooltip-use-echo-area.
12314
12315 2005-12-10 Romain Francoise <romain@orebokech.com>
12316
12317 * help.el (help-for-help-internal): Add `r' in doc string.
12318
12319 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12320
12321 * align.el (align-regexp, align-highlight-rule):
12322 Use region-beginning and region-end instead of point and mark, so that
12323 repetition (with `repeat-complex-command') recomputes the region
12324 bounds.
12325
12326 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
12327
12328 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12329 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12330 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12331 (balance-windows): Rewrite using the above new functions.
12332
12333 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
12334
12335 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
12336 react if global-hi-lock-mode seems intended.
12337 (global-hi-lock-mode) Renamed from hi-lock-mode.
12338 (hi-lock-archaic-interface-message-used)
12339 (hi-lock-archaic-interface-deduce): New variables.
12340 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12341 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12342 (hi-lock-find-patterns, hi-lock-font-lock-hook):
12343 Replace hi-lock-buffer-mode with hi-lock-mode.
12344
12345 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
12346
12347 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12348 completion list, even after a partial completion has been
12349 inserted in the current buffer. If there are more than 1
12350 completion, redisplay the *Completions* buffer; if the
12351 completion is unique, delete the *Completions* window.
12352
12353 2005-12-10 Eli Zaretskii <eliz@gnu.org>
12354
12355 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12356 strings and long subject lines that were broken into multiple
12357 lines at arbitrary places. Handle subjects that have "Re: " in
12358 the middle.
12359
12360 2005-12-10 John W. Eaton <jwe@octave.org>
12361
12362 * emacs/octave-mod.el (octave-electric-space): Don't indent
12363 comments or strings if octave-auto-indent is nil.
12364
12365 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12366
12367 * term/mac-win.el: Require url when compiling.
12368 Call mac-process-deferred-apple-events after loading init files.
12369 (mac-apple-event-map): New defvar. Define event handlers in it.
12370 (core-event, internet-event): New Apple event class symbols.
12371 (open-application, reopen-application, open-documents)
12372 (print-documents, open-contents, quit-application)
12373 (application-died, show-preferences, autosave-now, get-url):
12374 New Apple event ID symbols.
12375 (about): New HICommand ID symbol.
12376 (mac-event-spec, mac-event-ae): New macros.
12377 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12378 (mac-ae-selection-range, mac-ae-text-for-search)
12379 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12380 (mac-application-menu-map): Remove keymap. Handlers for HICommand
12381 and Services menu events are now defined in mac-apple-event-map.
12382 (mac-drag-n-drop): Remove selection range handling.
12383
12384 2005-12-10 Kenichi Handa <handa@m17n.org>
12385
12386 * simple.el (zap-to-char):
12387 * isearch.el (isearch-process-search-char): Translate CHAR by
12388 translation-table-for-input.
12389
12390 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
12391
12392 * foldout.el (foldout-exit-fold): Properly hide subtree.
12393
12394 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12395
12396 * files.el (save-buffer):
12397 * international/ucs-tables.el (ucs-set-table-for-input):
12398 * mail/mail-extr.el (mail-extract-address-components):
12399 * mail/sendmail.el (mail-mode): Reformat doc string.
12400
12401 2005-12-09 Juri Linkov <juri@jurta.org>
12402
12403 * isearch.el (isearch-highlight): Change main overlay priority
12404 from 1 to 1001. Simplify.
12405 (isearch-lazy-highlight-update): Change lazy overlay priority
12406 from 0 to 1000.
12407
12408 * replace.el (replace-highlight): Change overlay priority from
12409 1 to 1001.
12410
12411 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12412 Change overlay priority from 1 to 1001. Reuse existing overlay.
12413
12414 * compare-w.el (compare-windows-highlight): Change overlay
12415 priority from 1 to 1000.
12416
12417 * menu-bar.el (menu-bar-edit-menu): Add listp around
12418 pending-undo-list to disable menu item "undo" when pending
12419 undo list is empty.
12420
12421 * locate.el (locate): Disable undo in *Locate* buffer.
12422
12423 2005-12-09 Kim F. Storm <storm@cua.dk>
12424
12425 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12426
12427 2005-12-09 David Ponce <david@dponce.com>
12428
12429 * recentf.el: Improvement of the menu code.
12430 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
12431 instead of menu hook.
12432 (recentf-show-menu, recentf-hide-menu): New functions.
12433 (recentf-menu-customization-changed, recentf-mode): Use them.
12434 (recentf-menu-action, recentf-max-menu-items)
12435 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12436 (recentf-arrange-by-rule-others)
12437 (recentf-arrange-by-rules-min-items)
12438 (recentf-arrange-by-rule-subfilter) : Don't use
12439 `recentf-menu-customization-changed'.
12440 (recentf-arrange-rules): Likewise. Accept functions to compute
12441 sub-menu titles.
12442 (recentf-menu-filter): Likewise. Doc fix.
12443 (recentf-menu-value-shortcut): Doc fix.
12444 (recentf-dump-variable): Quote atom value.
12445 (recentf-make-menu-items): Update to use it as a menu filter.
12446 (recentf-match-rule): New function.
12447 (recentf-arrange-by-rule): Use it.
12448 (recentf-indirect-mode-rule): New function.
12449 (recentf-build-mode-rules): Use it.
12450 (recentf-dir-rule): New function.
12451 (recentf-arrange-by-dir): Use it.
12452 (recentf-filter-changer-current): Rename from
12453 `recentf-filter-changer-state'. All references updated.
12454 (recentf-filter-changer-alist): Update filter names.
12455 (recentf-filter-changer-select): New function.
12456 (recentf-filter-changer): Use it. Make a sub-menu from filters
12457 available in `recentf-filter-changer-alist'.
12458 (recentf-data-cache, recentf-clear-data)
12459 (recentf-update-menu): Remove. All references updated.
12460 (recentf-match-rule-p, recentf-build-dir-rules)
12461 (recentf-filter-changer-goto-next)
12462 (recentf-filter-changer-get-current)
12463 (recentf-filter-changer-get-next): Remove.
12464
12465 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
12466
12467 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12468 buffer "Reset" button to "Reset to Current" for consistency with
12469 the State buttons.
12470
12471 2005-12-08 John Paul Wallington <jpw@pobox.com>
12472
12473 * ibuf-ext.el (define-ibuffer-filter filename):
12474 If `dired-directory' is a list then really use its car.
12475
12476 2005-12-08 Kim F. Storm <storm@cua.dk>
12477
12478 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12479 Fix indention of text on right side of replaced rectangle.
12480
12481 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
12482
12483 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
12484 No need to check gud-comint-buffer is bound.
12485 (gdb): Prevent multiple debugging when first session uses gdba.
12486
12487 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12488
12489 CC Mode update to 5.31.
12490
12491 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
12492 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
12493 We might do this function properly in the future).
12494
12495 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
12496 New macros c-sentence-end and c-default-value-sentence end, to cope
12497 with Emacs 22's new function `sentence-end'.
12498
12499 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12500
12501 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
12502 compat issue using `c-put-overlay' and `c-delete-overlay'.
12503
12504 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
12505 New compat macros to handle overlays/extents.
12506
12507 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12508
12509 * progmodes/cc-fix.el: Add definitions of the macros push and pop
12510 (for GNU Emacs 20.4)
12511
12512 * progmodes/cc-defs.el:
12513 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
12514
12515 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
12516 highlighting mechanism so it will work in XEmacs too.
12517
12518 * progmodes/cc-defs.el: Insert c-int-to-char.
12519
12520 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
12521 call to the new macro c-int-to-char. This solves XEmacs's
12522 regarding characters as different from integers.
12523
12524 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12525
12526 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
12527 New internal helper.
12528
12529 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
12530 construct to make the indirect face lookup work in XEmacs.
12531
12532 (c-cpp-matchers): Append the negation char face to the existing
12533 fontification, so that the cpp face doesn't disappear.
12534 Use `c-make-syntactic-matcher' to avoid negation chars in comments
12535 and strings.
12536
12537 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
12538 to map to `font-lock-negation-char-face' in emacsen where it exists.
12539
12540 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12541
12542 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
12543
12544 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
12545 Rename "c-subword-move-mode" as "c-subword-mode".
12546
12547 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
12548 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
12549
12550 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12551
12552 * progmodes/cc-mode.el: Added autoload directive for
12553 `c-subword-move-mode' for use in older emacsen.
12554
12555 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12556
12557 * progmodes/cc-mode.el:
12558 (i) Insert a binding for C-c C-backspace into
12559 c-bind-special-erase-keys which works in TTYs.
12560 (ii) Make sure that when file styles are used, any explicitly
12561 given style variables take priority over those in the style.
12562 Do this by calling `hack-local-variables' a second time.
12563
12564 * progmodes/cc-vars.el: Add language specific customization
12565 widgets for AWK to c-doc-comment-style, c-require-final-newline
12566 and c-default-style. Add a defcustom for awk-mode-hook.
12567 Give c-syntactic-element and c-syntactic-context doc-strings by
12568 directly setting their `variable-documentation' propery.
12569 This allows Emacs 22.1 to read these with C-h v.
12570
12571 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
12572
12573 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12574
12575 * progmodes/cc-fonts.el, cc-vars.el
12576 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
12577 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
12578 Masatake YAMATO.
12579
12580 (c-doc-comment-style): Made GtkDoc default in C mode.
12581
12582 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
12583 and C-c C-<delete>.
12584
12585 (c-bind-special-erase-keys): New function for use on
12586 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
12587
12588 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
12589 <delete> key behavior in XEmacs according to `delete-forward-p'.
12590 C.f. `c-electric-delete'.
12591
12592 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12593
12594 * progmodes/cc-mode.el: Give c-hungry-backspace and
12595 c-hungry-delete-forward permanent key bindings.
12596
12597 * progmodes/cc-cmds.el (c-electric-semi&comma):
12598 Bind c-syntactic-context for calls to "criteria functions", for
12599 consistency with other calls to user functions.
12600
12601 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
12602 `current-prefix-arg', since this might be the prefix arg to a
12603 command which calls c-indent-command as a function. Change the
12604 interactive spec from "p" to "P".
12605
12606 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
12607 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
12608 was difficult to understand.
12609
12610 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12611
12612 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
12613 first char of an identifier.
12614
12615 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
12616 +" syntax in C++.
12617
12618 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12619
12620 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
12621 auto-fill doesn't split a c-comment's last word from a hanging
12622 "*/" when a space is typed between them after fill-column.
12623
12624 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
12625
12626 * progmodes/cc-styles.el (c-set-style)
12627 (c-setup-paragraph-variables): Abort the command if we're not in a
12628 CC Mode buffer.
12629
12630 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
12631 with blank comment-prefix, and a blank line as the comment's
12632 second line.
12633
12634 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12635
12636 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
12637 Incorporate the patterns added in the Emacs development branch
12638 for the new Emacs 22 face `font-lock-negation-char-face'.
12639
12640 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
12641 of "red" since it stands out better in xterms and DOS terminals.
12642
12643 * progmodes/cc-engine.el (c-literal-faces):
12644 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
12645
12646 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12647
12648 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
12649 forcibly enable c-electric-flag.
12650
12651 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
12652 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
12653 after the comment-prefix of a C-style comment will close that comment.
12654
12655 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12656
12657 * progmodes/cc-fonts.el (c-basic-matchers-before)
12658 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
12659 in Pike.
12660
12661 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
12662 digraphs.
12663
12664 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
12665 (c-cpp-message-directives, c-cpp-include-directives)
12666 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
12667 (c-cpp-expr-directives): Introduce new language constants to
12668 control cpp syntax in a cleaner way.
12669
12670 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
12671
12672 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12673
12674 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12675 (c-multiline-string-start-char): New language constants and
12676 variables to specify how newlines in string literals work.
12677
12678 (c-font-lock-invalid-string): Use them.
12679
12680 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12681 unbalanced close brace is entered. Optimization by avoiding going
12682 back over arbitrarily large blocks. Removed hints that this
12683 function only would be relevant/useful in AWK.
12684
12685 (c-electric-brace): Indent syntactically after the cleanups since
12686 lineup functions might do it differently then.
12687
12688 * progmodes/cc-engine.el, cc-langs.el
12689 (c-opt-op-identifier-prefix): New language constant and variable.
12690
12691 (c-just-after-func-arglist-p, c-after-special-operator-id)
12692 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
12693
12694 * progmodes/cc-align.el, cc-engine.el
12695 (c-after-special-operator-id): New helper to handle C++ operator
12696 identifiers.
12697
12698 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12699 (c-guess-basic-syntax): Handle C++ operator identifiers in
12700 declarations.
12701
12702 * progmodes/cc-langs.el (c-assignment-operators): Add the
12703 trigraph version of ^= too.
12704
12705 * progmodes/cc-langs.el (c-assignment-operators): Add the
12706 trigraph version of |= in C++.
12707
12708 * progmodes/cc-fonts.el (c-font-lock-declarators):
12709 Handle `c-decl-hangon-kwds' after the identifier name.
12710
12711 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12712 whether an arglist is "nonempty", ignore a comment after the open
12713 paren if it isn't followed by a non-comment token on the same line.
12714
12715 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12716 Enable heuristics below the point to cope with classes inside special
12717 brace lists in Pike.
12718
12719 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12720
12721 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12722
12723 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12724
12725 * progmodes/cc-guess.el (cc-guess-install): New function to
12726 install an already guessed style in another buffer.
12727
12728 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12729 sets `inhibit-read-only' - `c-save-buffer-state' should be used
12730 anyway if the change always is undone.
12731
12732 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12733
12734 Implement togglable electricity:
12735
12736 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12737 saying when it should be used.
12738
12739 * progmodes/cc-engine.el: Add the new buffer-local variable,
12740 c-electric-flag.
12741
12742 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12743 c-toggle-auto-newline.
12744
12745 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12746 c-toggle-auto-newline. Remove the binding for
12747 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
12748 c-toggle-electric-state.
12749
12750 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12751
12752 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12753 c-\(forward\|backward\)-subword.
12754 (c-update-modeline): Add the new modeline flag `l' for
12755 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
12756 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12757 Make the old name an alias of the new name.
12758 (c-toggle-electric-state): New function.
12759 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
12760 Adapt these functions to do electric things only when
12761 c-electric-flag is non-nil.
12762 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12763 new functions from c-electric-brace.
12764 (c-point-syntax): Add a check for "virtual semicolons" in AWK
12765 mode, so that the tentative extra newline doesn't change the
12766 syntax of the following brace.
12767 (c-electric-brace): Restructure by extracting the above functions.
12768 Tidy up the coding somewhat.
12769 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12770 restructure a bit.
12771
12772 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12773
12774 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
12775 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
12776
12777 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
12778 (c-submode-indicators): Change name from `c-auto-hungry-string'
12779 since it's now used to track another submode.
12780
12781 (c-update-modeline): Convert to function and extended to check
12782 `c-subword-move-mode'.
12783
12784 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12785 Convert to compat aliases for `c-forward-subword' and
12786 `c-backward-subword'.
12787
12788 * progmodes/cc-subword.el: New functions and minor mode to handle
12789 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12790
12791 (c-forward-subword, c-backward-subword, c-mark-subword)
12792 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12793 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
12794 Functions corresponding to the standard word handling functions.
12795
12796 (c-subword-move-mode): Minor mode that replaces all the standard
12797 word handling functions with their subword equivalences.
12798
12799 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12800
12801 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12802 entry for one-liner-defun.
12803
12804 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12805 name in its def-edebug-spec.
12806
12807 * progmodes/cc-cmds.el (c-electric-brace): Make the
12808 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
12809 compacts space before a comment, if this will make things fit on
12810 one line.
12811
12812 Introduce an "awk" style, mainly for auto-newline and clean-ups.
12813
12814 * progmodes/cc-align.el: New function c-snug-1line-defun-close
12815
12816 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12817 clean-up one-liner-defun.
12818
12819 * progmodes/cc-styles.el: Add the new "awk" style.
12820
12821 * progmodes/cc-vars.el: Add description of one-liner-defun to
12822 c-cleanup-list's doc-string. New user options,
12823 c-max-one-liner-length. In c-default-style, set the default style
12824 for AWK to "awk".
12825
12826 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12827
12828 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
12829 macros inside labels.
12830
12831 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
12832 `c-at-statement-start-p' and `c-at-expression-start-p'.
12833
12834 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12835 error if the mark isn't set.
12836
12837 * progmodes/cc-engine.el (c-guess-continued-construct)
12838 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
12839 accurately detect functions inside functions.
12840
12841 * progmodes/cc-engine.el (c-at-expression-start-p): New function
12842 like `c-at-statement-start-p' that additionally recognizes commas
12843 and expression parentheses as delimiters.
12844
12845 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
12846 to avoid heuristics that doesn't work for unclosed blocks.
12847 (c-at-statement-start-p): New function.
12848
12849 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12850 Objective-C directives, e.g. directives spanning lines should work
12851 reasonably well now.
12852
12853 (c-put-c-type-property, c-clear-c-type-property): New helpers.
12854
12855 (c-forward-objc-directive): New function to move over any ObjC
12856 directive.
12857
12858 (c-just-after-func-arglist-p, c-guess-basic-syntax)
12859 (c-basic-matchers-before): Use it.
12860
12861 (c-font-lock-objc-iip-decl): Remove.
12862
12863 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
12864 in the template arglist recognition.
12865
12866 * progmodes/cc-styles.el (c-style-alist): Fix several
12867 inconsistencies in the Whitesmith style.
12868
12869 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
12870 New lineup function to get lines after Whitesmith style blocks
12871 correctly indented.
12872
12873 (c-lineup-whitesmith-in-block): Back out the compensation for
12874 opening parens since it's done using `add' lists in the style
12875 definition instead. Don't use the anchor position since it varies
12876 too much between the syntactic symbols. :P
12877
12878 * progmodes/cc-vars.el (c-valid-offset): Update.
12879
12880 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
12881 lists where the offsets are combined according to several
12882 different methods: `first', `min', `max', and `add'.
12883 Report offset evaluation errors with `c-benign-error' so that some kind
12884 of reindentation still is done.
12885
12886 * progmodes/cc-engine.el (c-guess-basic-syntax):
12887 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
12888 `arglist-close'.
12889
12890 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
12891 situations for `arglist-cont-nonempty' and `arglist-close'.
12892
12893 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
12894
12895 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
12896 cc-bytecomp-boundp' in a number of places.
12897
12898 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
12899 macro related issue.
12900
12901 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12902
12903 * progmodes/cc-awk.el: Change the terminology of regexps: A char
12904 list is now [asdf], a char class [:alpha:].
12905 Include code for char classes.
12906 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
12907 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
12908
12909 Remove (nearly all of) the cruft associated with AWK Mode's former
12910 concept of "virtual semicolons":
12911
12912 Adapt c-beginning-of-statement, c-end-of-statement (together with
12913 subfunctions) to use the new notion of "virtual semicolon" in
12914 place of the old awkward special handling for AWK. There remains
12915 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
12916 * progmodes/cc-cmds.el:
12917 (c-ascertain-adjacent-literal): In the backwards direction, now
12918 recognises AWK regexp delimiters as string delimiters.
12919 (c-after-statement-terminator-p): Adapt for virtual semicolons;
12920 check more rigorously for "end of macro".
12921 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
12922 virtual semicolons;
12923 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
12924 out the code for forward movement into ...
12925 (c-end-of-statement): Now contains the code for forward movement,
12926 adapted for virtual semicolons.
12927
12928 * progmodes/cc-engine.el:
12929 (c-ws*-string-limit-regexp): New regexp.
12930 (c-forward-single-comment, c-backward-single-comment): Comment out
12931 the (now redundant) "special" AWK stuff.
12932
12933 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
12934 c-string-par-start, c-string-par-separate to be more like Text
12935 Mode than Fundamental Mode.
12936
12937 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12938
12939 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
12940 to the fontified region so that fontification doesn't occur
12941 outside it (could happen e.g. when fontifying a line with an
12942 unfinished declaration).
12943
12944 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12945
12946 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
12947 start of the file. ^L now separate sections of the file.
12948 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
12949 (c-awk-one-line-possibly-open-string-re)
12950 (c-awk-regexp-one-line-possibly-open-char-class-re)
12951 (c-awk-one-line-possibly-open-regexp-re)
12952 (c-awk-one-line-non-syn-ws*-re): New defonsts.
12953 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
12954
12955 Amend the concept of "virtual semicolons" (in the indentation
12956 engine) for languages like AWK, such that they are now
12957 conceptually attached to end of the last token of a statement, not
12958 the end of the line. (In AWK Mode, however, the pertinent text
12959 property is still physically set on the EOL.) Remove the specific
12960 tests for awk-mode, thus facilitating the introduction of other
12961 language modes where EOLs can end statements.
12962 (Note: The funtionality in cc-cmds.el, specifically
12963 c-beginning/end-of-statement has yet to be amended.)
12964
12965 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
12966 New macros.
12967
12968 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
12969 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
12970 c-vsemi-status-unknown-p-fn (in a new page).
12971
12972 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
12973 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
12974 numerous awkward forms like
12975 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
12976 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
12977 variable before-ws-ip, the place just after char-before-ip appears.
12978
12979 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
12980 a comment.
12981
12982 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12983
12984 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
12985 `c-tentative-buffer-changes'.
12986
12987 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
12988 convert to macro to choose between Emacs and XEmacs at compile time.
12989
12990 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
12991
12992 (c-tentative-buffer-changes): New macro to handle temporary buffer
12993 changes in a convenient way.
12994
12995 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
12996 for `c-tentative-buffer-changes'.
12997
12998 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
12999 the checks for paren sexps between the point and the keyword, to
13000 avoid some false alarms.
13001
13002 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
13003 Fixed a situation where an error could be thrown for unbalanced
13004 parens. Changed to make use of c-keyword-member' to avoid some
13005 repeated regexp matches.
13006
13007 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
13008 These language variable are no longer necessary.
13009
13010 (c-block-stmt-kwds): New language constant used by
13011 c-looking-at-inexpr-block'.
13012
13013 (c-guess-basic-syntax): Remove an optional check that looked at
13014 the existence of the now removed language variables.
13015
13016 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
13017 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
13018 object instantiation expressions as declarations in some contexts.
13019 This bug only affected languages where the declarator can't be
13020 enclosed in parentheses.
13021
13022 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
13023 insert newlines before and after substatement braces.
13024
13025 * progmodes/cc-engine.el: Improved the heuristics for recognizing
13026 function declaration headers and the handling of C++ style member
13027 init lists.
13028
13029 (c-just-after-func-arglist-p): Rewritten to use
13030 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
13031
13032 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
13033
13034 (c-guess-basic-syntax): Adapt case 5B for the new
13035 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
13036 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
13037 covers all cases now).
13038
13039 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
13040
13041 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13042
13043 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
13044 c-string-par-start/separate c-sentence-end-with-esc-eol,
13045 initialised in c-setup-paragraph-variables, used in string
13046 scanning subroutines of c-beginning-of-statement.
13047
13048 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13049 which precedes the newly inserted `{'.
13050
13051 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13052
13053 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13054 function for declaration level blocks. It should now cope with
13055 templates better and also be a lot more comprehensible.
13056
13057 (c-looking-at-decl-block): The new function.
13058
13059 (c-search-uplist-for-classkey): The old one. It's now a wrapper
13060 for compatibility.
13061
13062 (c-add-class-syntax, c-guess-continued-construct)
13063 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13064
13065 (c-decl-block-key): Change to tell apart ambiguous and
13066 unambiguous keywords. Pike specials are now handled directly in
13067 the code instead.
13068
13069 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13070 New language constants and variables to make the backward skip in
13071 `c-looking-at-decl-block' as tight as possible.
13072
13073 (c-nonsymbol-token-char-list): New language constant.
13074
13075 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13076 find balanced template arglists backwards.
13077
13078 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13079 making char classes for `c-syntactic-skip-backward'.
13080
13081 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13082 16D - can't be a class-close at that point.
13083
13084 * progmodes/cc-engine.el (c-guess-basic-syntax)
13085 (c-add-class-syntax): Don't narrow out the enclosing declaration
13086 level. This makes everything a lot easier, and it was actually
13087 only four small places that needed it to work. Some places that
13088 previously did `widen' are removed now, which has the effect that
13089 `c-guess-basic-syntax' never will look at things outside the
13090 current narrowment now. The anchor position for `topmost-intro'
13091 is affected by this, but it was so bogus it was basically useless
13092 before, and now it's equally bogus but in a slightly different way.
13093
13094 (c-narrow-out-enclosing-class): Gone.
13095
13096 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13097 the narrowed region.
13098
13099 (c-least-enclosing-brace): Remove silly optional argument.
13100
13101 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13102 the point could be left directly after an open paren when finding
13103 the beginning of the first decl in the block.
13104
13105 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13106 Specify which submatch to use.
13107
13108 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13109
13110 (c-decl-start-re): No longer any need for special treatment of
13111 ObjC due to the above.
13112
13113 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13114 presumably follows C in that regard.
13115
13116 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13117 New language constants to specify operator tokens inside
13118 identifiers in a more high level way.
13119
13120 (c-opt-identifier-prefix-key): New internal language constant.
13121
13122 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13123 (c-identifier-start, c-identifier-key): Now completely calculated
13124 from other constants.
13125
13126 (c-identifier-last-sym-match): Decommission since it's no longer used.
13127
13128 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
13129
13130 * progmodes/cc-engine.el (c-forward-name): Remove the
13131 optimization when c-identifier-key is equal to c-symbol-key since
13132 it doesn't work in byte compiled files. Don't record empty
13133 regions as identifiers.
13134
13135 * progmodes/cc-langs.el (c-filter-ops): New helper function to
13136 simplify access to `c-operators' and its likes.
13137
13138 (c-operator-list, c-all-op-syntax-tokens)
13139 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13140 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13141 (c-primary-expr-regexp, c-cast-parens): Use it.
13142
13143 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13144 an explicit language in functions.
13145
13146 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13147 variant of adornment.
13148
13149 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13150 variable.
13151
13152 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13153 the Pike value.
13154
13155 * progmodes/cc-engine.el (c-on-identifier)
13156 (c-simple-skip-symbol-backward): Small fix for handling "-"
13157 correctly in `skip-chars-backward'. Affected the operator lfun
13158 syntax in Pike.
13159
13160 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13161 diagnostic message about precompiled language vars not being used.
13162
13163 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13164 "__attribute__" is followed by a parenthesis.
13165
13166 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13167 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13168 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13169
13170 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13171 Internal cleanups to properly detect the declared identifiers in
13172 various declarations.
13173
13174 (c-decl-start-kwds): New language constant to recognize
13175 declarations that can start anywhere. Used for class declarations
13176 in Pike.
13177
13178 (c-specifier-key, c-not-decl-init-keywords)
13179 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13180 (c-find-decl-spots): Implement `c-decl-start-kwds'.
13181
13182 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13183 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13184 handling of the compiler specific extension keywords into a new
13185 language constant `c-decl-hangon-kwds' that defines keyword
13186 clauses to be ignored in declarations.
13187
13188 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13189 past unrecognized tokens when handling `c-colon-type-list-kwds'.
13190 Necessary to stop at the declared identifier in e.g. IDL valuetype
13191 declarations.
13192
13193 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13194 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13195 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13196 (c-forward-decl-or-cast-1): Recognize the declared identifier in
13197 class and enum declarations as such and not as part of the type.
13198
13199 (c-forward-decl-or-cast-1, c-forward-label): Relax the
13200 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13201
13202 (c-forward-decl-or-cast-1): Don't disregard sure signs of
13203 declarations when there's some syntax error later on.
13204
13205 (c-complex-decl-matchers): Did away with a reference to
13206 `c-specifier-key'.
13207
13208 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13209 value - this variable is always dynamically bound.
13210
13211 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13212 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13213 * cc-cmds.el, cc-defs.el: Change the policy for marking up
13214 functions that might do hidden buffer changes: All such internal
13215 functions are now marked instead of those that don't.
13216
13217 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13218 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13219 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13220 (c-literal-type): Allow these functions to make hidden buffer changes,
13221 so that they are free to use text property caching later on.
13222
13223 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13224 (c-electric-brace, c-electric-slash, c-electric-star)
13225 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13226 (c-electric-paren, c-electric-continued-statement, c-indent-command)
13227 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13228 (c-context-line-break): Add `c-save-buffer-state' calls to comply
13229 with the changed semantics of the functions above.
13230
13231 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13232 when macros occur in obscure places. Optimized the sexp movement
13233 a bit.
13234
13235 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13236
13237 Enhancements for c-beginning-of-statement to work in AWK Mode:
13238
13239 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13240 (completed statement) with `}' (statement completed by closing
13241 brace or semicolon) and `$' (statement completed by EOL).
13242
13243 (c-awk-virtual-semicolon-ends-prev-line-p)
13244 (c-awk-virtual-semicolon-ends-line-p)
13245 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13246 (c-awk-at-statement-end-p): New functions.
13247
13248 * progmodes/cc-cmds.el: Simplify the structure of functions
13249 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
13250 two functions and c-beginning-of-statement to handle AWK Mode.
13251
13252 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13253 c-backward-single-comment for AWK mode. Attempt to clarify their
13254 doc-strings.
13255
13256 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13257
13258 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13259
13260 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13261 label handling. Labels are now recognized in a uniform and more
13262 robust way, regardless of context. Text properties are put on all
13263 labels to recognize the following declarations better.
13264 Multiword labels are handled both in indentation and fontification for
13265 the benefit of language extensions like Qt. For consistency, keywords
13266 in labels are now fontified with the label face instead.
13267 That also applies to "case" and "default".
13268
13269 (c-beginning-of-statement-1): Fix some bugs in the label
13270 handling. Disregard `c-nonlabel-token-key' in labels that begin
13271 with `c-label-kwds'.
13272
13273 (c-find-decl-spots): Support that the callback adds more
13274 `c-decl-end' spots to find.
13275
13276 (c-forward-decl-or-cast-1): Don't treat a list of plain
13277 identifiers followed by a colon as a declaration.
13278
13279 (c-forward-label): New function to recognize labels.
13280
13281 (c-guess-basic-syntax): Replace uses of `c-label-key' with
13282 `c-forward-label'. Moved the label recognition cases (14 and 15)
13283 earlier since they aren't so context sensitive now. Handle labels
13284 on the top level gracefully. Moved access label recognition to
13285 the generic label case (CASE 15) - removed CASE 5E.
13286
13287 (c-font-lock-declarations): Add recognition of labels in the
13288 same round since we need to handle labels in parallell with other
13289 declarations to recognize both accurately. It should also improve
13290 speed.
13291
13292 (c-simple-decl-matchers, c-basic-matchers-after):
13293 Move `c-font-lock-labels' so that it only is used on decoration level 2
13294 since `c-font-lock-declarations' handles it otherwise.
13295
13296 (c-complex-decl-matchers): Remove the simplistic recognition of
13297 access labels.
13298
13299 (c-decl-prefix-re): Remove the kludges that was necessary to cope
13300 with labels earlier.
13301
13302 (c-decl-start-re): New language variable to make
13303 `c-font-lock-declarations' stop for the special protection labels
13304 in Objective-C that start with `@'.
13305
13306 (c-label-key): Remove since it's no longer used.
13307
13308 (c-recognize-colon-labels, c-label-prefix-re): New language
13309 constants to support recognition of generic colon-terminated labels.
13310
13311 (c-type-decl-end-used): `c-decl-end' is now used whenever there
13312 are colon terminated labels.
13313
13314 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13315 first argument starts with a special brace list.
13316
13317 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13318 (c-font-lock-declarations): Break out the declaration and cast
13319 recognition from `c-font-lock-declarations' to a new function, so
13320 that it can be used in the indentation engine.
13321
13322 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13323 up to the start of the literal. Fixed bug with the point on the
13324 wrong side of the search limit that could happen when the start
13325 position is inside a literal.
13326
13327 * progmodes/cc-engine.el (c-parse-state)
13328 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
13329 so that it's kept a little bit back to increase the hit rate.
13330
13331 (c-parse-state): Change the macro handling and fixed some
13332 glitches. Macro context is checked more often than necessary now,
13333 but otoh less garbage conses are generated.
13334
13335 * progmodes/cc-engine.el (c-parse-state)
13336 (c-invalidate-state-cache): Cache the last position where
13337 `c-state-cache' applies. This can speed up refontification quite
13338 a bit in blocks where there are many non-brace parens before the point.
13339
13340 (c-state-cache-end): New variable for this.
13341
13342 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
13343 cache variable.
13344
13345 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13346 get close initial continue positions when the start position is
13347 inside a literal or macro. Do not call the callback for spots
13348 before the start position (which can happen e.g. for `c-decl-end'
13349 spots inside comments). Optimize better in special cases when the
13350 region is a single line inside a literal or macro (typically when
13351 the current line is refontified).
13352
13353 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
13354 to `c-add-stmt-syntax' - there's no need to explicitly whack off
13355 entries from the paren state.
13356
13357 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
13358 special case for "else if" clauses.
13359
13360 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13361 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
13362
13363 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13364 New language variable to recognize the gcc extension with statement
13365 blocks inside expressions.
13366
13367 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
13368 it somewhat more comprehensible. The argument AT-BLOCK-START is
13369 no longer used and hence removed.
13370
13371 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
13372 to `c-add-stmt-syntax'.
13373
13374 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13375 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
13376 This fixes bogus label recognition.
13377
13378 * progmodes/cc-engine.el (c-add-type, c-check-type)
13379 (c-forward-name, c-forward-type): Improve storage of template
13380 types in `c-found-types' so that they can be recognized better.
13381
13382 (c-syntactic-content): Add option to skip past nested parens.
13383
13384 * progmodes/cc-engine.el (c-forward-name):
13385 Set `c-last-identifier-range' all the time. It's less work that way.
13386 Handle that there might not be an identifier to store in
13387 `c-last-identifier-range'.
13388
13389 (c-forward-type): Handle that `c-last-identifier-range' might be
13390 nil from `c-forward-name'.
13391
13392 * progmodes/cc-defs.el (c-safe-scan-lists)
13393 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
13394
13395 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13396 to work even if the form fails.
13397
13398 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13399 down in a large file in one go.
13400
13401 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
13402
13403 * progmodes/cc-align.el (c-lineup-assignments): New lineup
13404 function which is like `c-lineup-math' but returns nil instead of
13405 `c-basic-offset' when it doesn't match.
13406
13407 (c-lineup-math): Change to use `c-lineup-assignments'.
13408
13409 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13410
13411 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13412 c-beginning-of-statement. New subfunctions
13413 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13414
13415 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13416
13417 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13418 hardcoded char classes whereever possible. Changed a couple of
13419 places to use skip by syntax instead of skip by char class.
13420
13421 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
13422 Fix a bug in the regexp that caused extreme backtracking.
13423
13424 * progmodes/cc-langs.el (c-block-comment-starter)
13425 (c-block-comment-ender): New language constants to specify in a
13426 single place how block comments look.
13427
13428 (c-comment-start-regexp, c-block-comment-start-regexp)
13429 (comment-start, comment-end, comment-start-skip)
13430 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13431 (c-syntactic-ws, c-nonempty-syntactic-ws)
13432 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
13433 `c-line-comment-starter', `c-block-comment-starter' and
13434 `c-block-comment-ender'.
13435
13436 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13437 New language constants to break up things a bit.
13438
13439 (c-simple-ws): New language constant for simple whitespace.
13440
13441 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
13442
13443 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
13444 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13445 newlines. Allow and ignore nil elements in the list.
13446
13447 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13448
13449 * progmodes/cc-cmds.el: Comment out a (n almost certainly
13450 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
13451
13452 * progmodes/cc-cmds.el: Tidy up the comments in
13453 c-beginning-of-statement and subfunctions.
13454
13455 * progmodes/cc-awk.el: Replace calls to put-text-property to the
13456 more flexible c-put-char-property and c-clear-char-properties.
13457 Add the author's email address.
13458
13459 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
13460
13461 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13462 closing "*/" of a block comment.
13463
13464 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13465 subfunctions) so that it works at BOB and EOB.
13466
13467 * progmodes/cc-cmds.el, cc-vars.el: More updating of
13468 c-beginning-of-statement, including new variable
13469 c-block-comment-start-regexp.
13470
13471 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13472
13473 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13474 symbols from `*-font-lock-extra-types' so that there's no need to
13475 use `regexp-opt' on those lists.
13476
13477 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13478 `c-type-modifier-kwds' is empty.
13479
13480 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13481 there are several strings on the same line.
13482
13483 * progmodes/cc-engine.el (c-literal-limits): Remove the
13484 compatibility function for older emacsen. `c-literal-limits-fast'
13485 has now taken the place of this function.
13486
13487 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
13488 with older emacsen: We now require `pps-extended-state'.
13489
13490 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13491
13492 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
13493 which obviates the need to hack sentence-end. This now handles
13494 escaped newlines in strings correctly. Correct minor bugs in
13495 c-move-over-sentence and in c-beginning-of-statement.
13496
13497 * progmodes/cc-cmds.el (c-beginning-of-statement (and
13498 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
13499 that movement over macros and code are rigorously separated from
13500 eachother. Correct a few incidental bugs.
13501
13502 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
13503 Improve its doc-string. Improve the handling of certain specific cases.
13504
13505 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13506
13507 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
13508 (c-guess-basic-syntax): Change the way class-level labels are
13509 recognized; they can now contain essentially any symbols.
13510
13511 (c-opt-extra-label-key): New language variable to cope with the
13512 special protection label syntax in Objective-C.
13513
13514 (c-opt-access-key): Remove; this is now handled better by
13515 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
13516
13517 (c-complex-decl-matchers): Update to handle that
13518 `c-opt-access-key' no longer exists.
13519
13520 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
13521 improved label recognition in `c-beginning-of-statement-1'.
13522
13523 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13524 Recognize bitfields better.
13525
13526 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
13527 Remove some cruft and fixed a bug that could cause it to go to a
13528 position further down.
13529
13530 * progmodes/cc-langs.el, cc-engine.el
13531 (c-beginning-of-statement-1): Improve detection of labels in
13532 declaration contexts.
13533
13534 (c-beginning-of-decl-1): Use it.
13535
13536 (c-nonlabel-token-key): New language constant and variable needed
13537 by `c-beginning-of-statement-1'.
13538
13539 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
13540 manifested itself due to the correction in `c-forward-sexp'.
13541
13542 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
13543 Make these behave as documented when used at the buffer limits.
13544
13545 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
13546 (c-type-decl-end-used): Made this a language variable.
13547
13548 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
13549 correctly when `combine-after-change-calls' is used together with
13550 temporary narrowings.
13551
13552 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13553 Report labels correctly when the start point is immediately after the
13554 colon.
13555
13556 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
13557 Remove since it isn't used anymore.
13558
13559 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
13560 bracket arglists such as template parens in C++.
13561
13562 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
13563 in the last check-in. Some optimization.
13564
13565 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
13566 where it could stop at the same level in a preceding sexp when
13567 PAREN-LEVEL is set.
13568
13569 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
13570 text property lookup only when it's needed.
13571
13572 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
13573 Change the policy for paren marked angle brackets to be more
13574 persistent; once marked they remain marked even when they're found
13575 to be unbalanced in the searched region. This should keep the
13576 paren syntax around even when individual lines are refontified in
13577 multiline template arglists.
13578
13579 (c-parse-and-markup-<>-arglists): New dynamically bound variable
13580 to control markup so that incorrect angle bracket arglists aren't
13581 marked in contexts where the correct value for
13582 `c-disallow-comma-in-<>-arglists' isn't known.
13583
13584 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
13585 argument has become `c-parse-and-markup-<>-arglists'.
13586
13587 (c-remove-<>-arglist-properties): Remove - no longer used.
13588
13589 (c-after-change-check-<>-operators): New function used on
13590 `after-change-functions' to avoid that "<" and ">" characters that
13591 are part of longer operators have paren syntax.
13592
13593 (c-<>-multichar-token-regexp): New language variable used by
13594 `c-after-change-check-<>-operators'.
13595
13596 (c-after-change): Call `c-after-change-check-<>-operators'.
13597
13598 (c-font-lock-<>-arglists): Use the context properties set by
13599 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
13600 correctly to avoid doing invalid markup.
13601
13602 (c-font-lock-declarations): Remove code that undoes the invalid
13603 markup done by `c-font-lock-<>-arglists'.
13604
13605 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
13606 after `c-font-lock-declarations'.
13607
13608 * progmodes/cc-engine.el (c-syntactic-skip-backward):
13609 Add paren-level feature.
13610
13611 (c-guess-basic-syntax): Improve the anchor position for
13612 `template-args-cont' in nested template arglists. There's still
13613 much to be desired in this area, though.
13614
13615 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13616
13617 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
13618 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
13619
13620 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13621
13622 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
13623 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
13624
13625 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
13626 it doesn't work no longer are supported.
13627
13628 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
13629 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
13630 requires support for the syntax-table' text property, which rules
13631 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
13632 cruft associated with those versions.
13633
13634 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
13635 for the `syntax-table' text property, which rules out Emacs 19 and
13636 XEmacs < 21.4. Removed various compatibility cruft associated
13637 with those versions.
13638
13639 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
13640 support for the `syntax-table' text property.
13641
13642 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
13643 variable and use an extra quoted face name instead. All the
13644 emacsen flavors handle that correctly.
13645
13646 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
13647 (c-font-lock-declarators, c-font-lock-declarations)
13648 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
13649 property to mark the items in in declarator lists to handle
13650 refontification inside multiline declarations better.
13651
13652 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
13653 construct like "a * b = c;" as a declaration.
13654
13655 2005-12-08 Kim F. Storm <storm@cua.dk>
13656
13657 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
13658 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
13659 select either meta, hyper, or super modifier for rectangle commands.
13660 (cua--rectangle-modifier-key): New defvar.
13661 (cua--M/H-key): Use it. Remove special case for `space'.
13662 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13663 on X, to meta otherwise. Always bind C-return to toggle
13664 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
13665
13666 * emulation/cua-rect.el (cua-help-for-rectangle):
13667 Use cua--rectangle-modifier-key. Handle super modifier too.
13668 (cua--init-rectangles): Always bind C-return to toggle rectangle.
13669 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
13670
13671 * ido.el: Move Acknowledgements and History after Commentary.
13672 Minor changes to Commentary.
13673
13674 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
13675 keymap if cua--prefix-override-timer is `shift'.
13676 (cua--shift-control-prefix): New function; emulate "type prefix
13677 key twice" functionality to handle shifted prefix key override.
13678 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13679 New commands.
13680 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13681
13682 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
13683
13684 * textmodes/org.el (org-insert-heading): Try to do items before
13685 headings.
13686 (org-agenda-mode): Quote `org-agenda-mode-hook'.
13687 (org-insert-item): New function.
13688 (org-renumber-ordered-list): Don't skip to higher level lists.
13689
13690 2005-12-08 Juri Linkov <juri@jurta.org>
13691
13692 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13693
13694 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13695
13696 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13697
13698 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13699 the constructed function name fun-1.
13700
13701 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13702 because such links don't lead to parent documentation.
13703
13704 2005-12-08 Kenichi Handa <handa@m17n.org>
13705
13706 * descr-text.el (describe-char): Use *Help-2* buffer if the
13707 current buffer is *Help*. Call describe-text-properties while
13708 setting the original buffer.
13709
13710 2005-12-07 Bill Wohler <wohler@newt.com>
13711
13712 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
13713 and causes problems with non-MH users (such as Gnus users).
13714
13715 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
13716
13717 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13718 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13719 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13720 command "info sources". Move calls to GDB command "list".
13721 (gdb-find-file-hook): Just use gdb-source-file-list.
13722 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13723 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13724 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13725 (gdb-data-list-register-values-handler): Use correct trigger name.
13726
13727 2005-12-07 Kim F. Storm <storm@cua.dk>
13728
13729 * ido.el (ido-completion-map): Rename from ido-mode-map.
13730 (ido-common-completion-map, ido-file-completion-map)
13731 (ido-file-dir-completion-map, ido-buffer-completion-map):
13732 Rename from ido-mode-....-map.
13733 (ido-init-completion-maps): Rename from ido-init-mode-maps.
13734 (ido-setup-completion-map): Rename from ido-define-mode-map.
13735 (ido-read-internal): Bind minibuffer-local-filename-completion-map
13736 to ido-completion-map.
13737
13738 2005-12-07 Kenichi Handa <handa@m17n.org>
13739
13740 * international/mule-cmds.el
13741 (set-display-table-and-terminal-coding-system): If the coding
13742 system specified in `unibyte-display' property is different from
13743 the arg coding-system, don't setup standard-display-table.
13744
13745 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13746
13747 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13748 that comments end at \n, regardless of selective-display.
13749
13750 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
13751
13752 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13753 (gdb-version): New variables.
13754 (gdb-source-file-list, gdb-register-names)
13755 (gdb-changed-registers): New variables for use with GDB 6.4+.
13756 (gdb-ann3): Replace with...
13757 (gdb-init-1, gdb-init-2): ...two new functions.
13758 (gdba, gdb-prompt): Call gdb-init-1.
13759 (gdb-get-version): New function. Call gdb-init-2 from here.
13760 (gud-watch): Make it work with mouse events too.
13761 (gdb-post-prompt): Don't add to queue until GDB version is known.
13762 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13763 (gdb-locals-mode): Use gdb-version.
13764 (gdb-memory-format-map, gdb-memory-unit-map)
13765 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13766 (gdb-locals-font-lock-keywords-1)
13767 (gdb-locals-font-lock-keywords-2): New variables.
13768 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
13769 (gdb-set-gud-minor-mode-existing-buffers-1)
13770 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13771 (gdb-var-update-1, gdb-var-update-handler-1)
13772 (gdb-data-list-register-values-handler)
13773 (gdb-data-list-register-values-custom)
13774 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
13775 (gdb-stack-list-locals-handler, gdb-get-register-names):
13776 New functions for use with GDB 6.4+.
13777 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13778 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13779 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13780 (gdb-stack-list-locals-regexp)
13781 (gdb-data-list-register-names-regexp): New regexps for use with
13782 GDB 6.4+.
13783
13784 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13785
13786 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13787
13788 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
13789
13790 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13791 prompts work for AUTH PLAIN. Also reported by Steve Allan
13792 <seallan@verizon.net>.
13793
13794 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13795
13796 * frame.el (set-frame-parameter): Add doc string.
13797
13798 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
13799
13800 * textmodes/org.el (org-occur-highlights): New variable.
13801 (org-highlight-new-match, org-remove-occur-highlights): New functions.
13802 (org-highlight-sparse-tree-matches): New option.
13803 (org-do-occur): New function.
13804 (org-get-heading): Make it work also at beginning of line.
13805 (org-category-table): New variable.
13806 (org-get-category-table, org-get-category)
13807 (org-camel-to-words, org-link-search): New functions.
13808 (org-select-this-todo-keyword): New variable.
13809 (org-todo-list): New command.
13810 (org-shiftright, org-shiftleft): New commands.
13811 (org-agenda-todo): Add prefix argument.
13812 (org-show-hierarchy-above): New option.
13813 (org-show-todo-tree): Numerical prefix creates tree for specific
13814 TODO keyword.
13815 (org-outline-level): New function, to assign a level to plain
13816 lists items.
13817 (org-cycle-include-plain-lists): New option.
13818 (org-mode): Use `org-outline-level' as value of `outline-level'.
13819 (org-cycle): Temporarily switch `outline-regexp' if
13820 `org-cycle-include-plain-lists' is non-nil.
13821 (org-start-icalendar-file): Fix format bug.
13822 (org-agenda-get-day-entries): Create category table.
13823 (org-agenda-get-todos, org-agenda-get-timestamps)
13824 (org-agenda-get-deadlines, org-agenda-get-scheduled)
13825 (org-agenda-get-blocks): Use `org-get-category'.
13826 (org-context-in-file-links): Rename from
13827 `org-line-numbers-in-file-links'.
13828
13829 2005-12-06 Romain Francoise <romain@orebokech.com>
13830
13831 * window.el (balance-windows): Delete extraneous third arg in call
13832 to `enlarge-window'.
13833
13834 2005-12-06 Kenichi Handa <handa@m17n.org>
13835
13836 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13837
13838 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
13839
13840 * progmodes/gdb-ui.el (gdb-var-create-handler)
13841 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13842 (gdb-var-list-children-handler, gdb-var-update-handler):
13843 Current buffer is already gdb-partial-output-buffer, don't
13844 make it current again.
13845
13846 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
13847
13848 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13849 (list-buffers-noselect): Use it.
13850
13851 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13852
13853 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
13854 (mail-yank-ignored-headers): Use regexp-opt.
13855 (mail-mode-map): Move initialization into declaration.
13856 (mail-sent-via): Remove unused shadowed var `to-line'.
13857 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
13858 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
13859 (mail-do-fcc): Use dolist and push.
13860 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
13861 (mail-yank-ignored-headers): Don't autoload.
13862
13863 2005-12-05 Kenichi Handa <handa@m17n.org>
13864
13865 * international/mule-cmds.el (set-language-info-internal): New fun.
13866 (set-language-info): Call set-language-info-internal to update
13867 language-info-alist. If LANG-ENV is the current one, call
13868 set-language-environment to make INFO effective now.
13869 (set-language-info-alist): Likewise.
13870 (locale-language-names): With locale "en", use English
13871 lang. env. but set the default codings to iso-8859-1.
13872
13873 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
13874
13875 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
13876 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
13877 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
13878 for plain strings.
13879 (gdb-frames-mode): Remove redundant call to font-lock-mode.
13880 (gdb-all-registers): Rename from toggle-gdb-all-registers.
13881 Create registers buffer if necessary. Echo new state in minibuffer.
13882 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
13883
13884 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
13885
13886 * info.el (Info-fontify-node): Match external links using
13887 non-directory part of filename.
13888
13889 2005-12-04 Juri Linkov <juri@jurta.org>
13890
13891 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
13892 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
13893 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
13894 because there is no customization option for it.
13895
13896 * font-lock.el (lisp-font-lock-keywords-1):
13897 Add define-global-minor-mode.
13898
13899 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
13900
13901 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
13902 properties on the constructed variable names.
13903
13904 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13905 Put `definition-name' properties on the constructed function names
13906 next-sym and prev-sym.
13907
13908 * emacs-lisp/find-func.el (find-function-regexp):
13909 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
13910 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
13911 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
13912 and easy-menu-define.
13913
13914 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
13915 easy-mmode-define-global-mode and define-global-minor-mode.
13916 (lisp-imenu-generic-expression): Add define-global-minor-mode.
13917
13918 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
13919 instead of easy-mmode-define-global-mode.
13920
13921 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13922 Use define-minor-mode instead of easy-mmode-define-minor-mode.
13923
13924 * cus-edit.el (customize-group, customize-group-other-window):
13925 Filter out autoloaded options from the group completion list by
13926 using heuristics that autoloaded groups don't have `custom-autoload'
13927 property on their symbols (they have only `custom-loads').
13928
13929 * simple.el (completion-setup-function): Put completions-common-part
13930 face on complete completion string too (i.e. completion string
13931 without completions-first-difference face).
13932
13933 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
13934
13935 2005-12-03 Eli Zaretskii <eliz@gnu.org>
13936
13937 * view.el (view-mode): Doc fix.
13938
13939 * disp-table.el (standard-display-european): Add to the warning
13940 message a reference to the doc string.
13941
13942 * play/yow.el (apropos-zippy): Call print-help-return-message,
13943 similar to other Help and Apropos commands.
13944
13945 * help.el (print-help-return-message): If pop-up-frames is
13946 non-nil, set up help-return-method to delete the help window and,
13947 possibly, its frame as well, and don't display message about
13948 scrolling the help window. Doc fix.
13949 (help-return-method): Doc fix.
13950
13951 2005-12-03 Martin Rudalics <rudalics@gmx.at>
13952
13953 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
13954 whereby names of length one or names starting with a
13955 symbol-constituent character would not be returned.
13956
13957 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13958
13959 * subr.el (atomic-change-group): Add edebug and indentation spec.
13960
13961 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * completion.el (save-completions-file-name): Fix typo in last change.
13964
13965 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13966
13967 * info.el: Move back/forward history to the beginning of the tool bar.
13968
13969 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
13970
13971 * allout.el (eval-when-compile): Remove unnecessary load of cl.
13972 Add fset of allout-real-isearch-abort during compile to fix
13973 byte-compilation warnings.
13974 (allout-mode-p): Move definition of this macro above all uses, or
13975 byte compilation in barren Emacs (eg, during Emacs build) will
13976 lack the definition.
13977 (allout-mode): Move this variable above any uses, or byte
13978 compilation will fail.
13979 (allout-resolve-xref): Remove use of personal file-reference function.
13980 (allout-toggle-current-subtree-encryption): Do the current (ie,
13981 visible containing) topic, rather than nearest around point. Doc fix.
13982 (allout-toggle-subtree-encryption): New function, workhorse that
13983 works on nearest topic containing point.
13984 (allout-encrypt-string): Signal requirement for newer version of pgg.
13985 (allout-resumptions): Doc fix.
13986
13987 2005-12-02 Eli Zaretskii <eliz@gnu.org>
13988
13989 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
13990
13991 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
13992
13993 * textmodes/flyspell.el (flyspell-external-point-words):
13994 Consider a misspelling as found in the string search if: (a) misspelling
13995 and found string lengths match, or (b) misspelling is found as
13996 element in a boundary-chars separated longer string, or (c)
13997 ispell-program-name is really ispell and misspelling is found as
13998 part of a TeX string. After successful match move beginning of
13999 search region to end of match. Warn about not found misspellings
14000 once the process is done.
14001 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
14002
14003 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
14004
14005 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
14006 tool bar (removed inadvertently).
14007
14008 2005-12-02 Juri Linkov <juri@jurta.org>
14009
14010 * log-view.el (log-view-diff): Clarify doc string.
14011
14012 2005-12-01 Bill Wohler <wohler@newt.com>
14013
14014 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
14015 triggers lm-verify errors.
14016
14017 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
14018
14019 * simple.el (transient-mark-mode, line-number-mode)
14020 (column-number-mode, size-indication-mode): Remove `:require nil'.
14021
14022 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
14023
14024 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
14025 in the margin also.
14026 (gdb-breakpoints-mode-map): Use D instead of d for
14027 gdb-delete-breakpoint.
14028 (gdb-get-frame-number): Require a number to match on.
14029 (gdb-threads-mode-map): Add follow-link binding.
14030
14031 2005-11-30 Jason Rumney <jasonr@gnu.org>
14032
14033 * isearch.el (isearch-mode-map): Avoid exiting search on
14034 language-change event.
14035
14036 2005-11-30 Romain Francoise <romain@orebokech.com>
14037
14038 * speedbar.el (speedbar-default-position): New defcustom.
14039 (speedbar-frame-reposition-smartly): Use it.
14040
14041 * dframe.el (dframe-reposition-frame-emacs): Fix position
14042 computation for `left' location.
14043 Update copyright year.
14044
14045 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 * help.el (help-map): Move initialization into declaration.
14048
14049 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14050
14051 * help-fns.el (help-argument-name): Don't autoload.
14052 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14053 to be re-loaded when customizing the `help' group.
14054
14055 2005-11-30 John Paul Wallington <jpw@gnu.org>
14056
14057 * help-fns.el (describe-function-1): Fill arglist output.
14058
14059 2005-11-30 Kim F. Storm <storm@cua.dk>
14060
14061 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14062 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14063 after revert-buffer (or anything else which kills all local variables).
14064
14065 * apropos.el (apropos-parse-pattern): Doc fix.
14066 Set apropos-regexp directly, rather than expecting callers to do so.
14067 (apropos-command, apropos, apropos-value, apropos-documentation):
14068 Simplify calls to apropos-parse-pattern.
14069
14070 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14071
14072 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14073 (hi-lock-face-phrase-buffer): Use hi-yellow face.
14074 (hi-lock-write-interactive-patterns): Use comment-region.
14075
14076 * longlines.el (longlines-mode): Add mail-setup-hook.
14077
14078 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14079
14080 * simple.el (sendmail-user-agent-compose, next-line):
14081 Conditionally use hard-newline.
14082
14083 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14084
14085 * international/latexenc.el (latex-inputenc-coding-alist):
14086 Reword doc string.
14087
14088 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14089
14090 * help.el (describe-key-briefly, describe-key): Recognize default
14091 bindings.
14092
14093 2005-11-29 Romain Francoise <romain@orebokech.com>
14094
14095 * view.el (view-inhibit-help-message): New defcustom.
14096 (view-mode-enter): Use it.
14097
14098 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
14099
14100 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14101 Preserve user position.
14102
14103 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
14104
14105 * font-lock.el: Throw error if facemenu is not loaded to prevent
14106 accidental change of loading order in loadup.el. (Suggested by RMS.)
14107
14108 * loadup.el: Add comment explaining why facemenu must be loaded
14109 before font-lock.
14110
14111 2005-11-28 Jay Belanger <belanger@truman.edu>
14112
14113 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14114 (calc-dispatch-map): Add more keys for `calc-same-interface'.
14115
14116 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14117
14118 * calc/calc-embed.el (calc-do-embedded): Update help message.
14119
14120 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14121
14122 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14125
14126 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14127 called-interactively-p.
14128 (elp-profilable-p): Rename from elp-not-profilable-p.
14129 Invert result and take into account macros and autoloaded functions.
14130 (elp-instrument-function): Update call.
14131 (elp-instrument-package): Update call. Add completion.
14132 (elp-pack-number): Use match-string.
14133 (elp-results-jump-to-definition-by-mouse): Merge into
14134 elp-results-jump-to-definition and then remove.
14135 (elp-output-insert-symname): Make help echo text single-line.
14136
14137 * replace.el (query-replace-map): Move initialization into declaration.
14138 (occur-engine): Use with-current-buffer.
14139 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14140 (occur-mode-mouse-goto): Replace with an alias.
14141
14142 2005-11-28 Juri Linkov <juri@jurta.org>
14143
14144 * simple.el (quoted-insert): Let-bind input-method-function to nil.
14145
14146 * term/w32-win.el: Bind [S-tab] to [backtab].
14147
14148 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14149 `Info-find-file' to t.
14150
14151 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14152 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14153 and same-window-regexps.
14154 (occur-next-error): Don't move point for arg 0.
14155
14156 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
14157
14158 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14159
14160 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14161
14162 * log-edit.el (log-edit-changelog-use-first): New var.
14163 (log-edit-changelog-ours-p): Use it.
14164 (log-edit-insert-changelog): Set it with new arg `use-first'.
14165 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14166 (log-edit-hook): Add them to the list of suggested options.
14167
14168 * textmodes/flyspell.el (flyspell-last-buffer): New var.
14169 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14170 redundant work.
14171 (flyspell-mode-on): Use add-hook for after-change-functions.
14172 (flyspell-mode-off): Use remove-hook for after-change-functions.
14173 (flyspell-changes): Make it buffer-local.
14174 (flyspell-after-change-function): Make it non-interactive. Use push.
14175 (flyspell-post-command-hook): Check input-pending-p while processing
14176 the potentially long list of buffer changes.
14177
14178 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14179
14180 * buff-menu.el (list-buffers-noselect): Display the selected
14181 frame's buffer list, not the global one.
14182
14183 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14184
14185 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14186 that (list last-input-event) works as in interactive spec.
14187
14188 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14189
14190 * loadup.el ("facemenu"): Load facemenu before font-lock, because
14191 `facemenu-keymap' needs to be defined when font-lock is loaded.
14192 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14193
14194 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14195
14196 * completion.el: Remove useless leading * in defcustom docstrings.
14197 (save-completions-file-name): Use ~/.emacs.d if available.
14198 (completion-standard-syntax-table): Rename from
14199 cmpl-standard-syntax-table and fold initialization into declaration,
14200 thus removing cmpl-make-standard-completion-syntax-table.
14201 (completion-lisp-syntax-table, completion-c-syntax-table)
14202 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14203 (cmpl-saved-syntax, cmpl-saved-point): Remove.
14204 (symbol-under-point, symbol-before-point)
14205 (symbol-under-or-before-point, symbol-before-point-for-complete)
14206 (add-completions-from-c-buffer): Use with-syntax-table.
14207 (make-completion): Don't return a list of completion entries.
14208 Update callers.
14209 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14210 (completion-initialize): Rename from initialize-completions.
14211 (completion-find-file-hook): Rename from cmpl-find-file-hook.
14212 (kill-emacs-save-completions): Collect stats here.
14213 (save-completions-to-file, load-completions-from-file):
14214 Use with-current-buffer.
14215 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
14216 into a function. Move all calls to toplevel.
14217 (completion-lisp-mode-hook): New fun.
14218 (completion-c-mode-hook, completion-setup-fortran-mode):
14219 Set the syntax-table here. Use local-set-key.
14220 (completion-saved-bindings): New var.
14221 (dynamic-completion-mode): Make it into a proper minor mode.
14222 (load-completions-from-file): Remove unused var `num-uses'.
14223
14224 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14225 constructor if it is explicitly overridden.
14226
14227 * complete.el (PC-completion-as-file-name-predicate):
14228 Use minibuffer-completing-file-name.
14229 (partial-completion-mode): Use find-file-not-found-functions.
14230 (PC-lisp-complete-symbol): Use with-syntax-table.
14231 (PC-look-for-include-file): Remove dead setq.
14232 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14233 (PC-complete): Use with-current-buffer.
14234
14235 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14236 escape single quotes.
14237
14238 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14239
14240 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14241 of `if' whose condition always returned nil. Doc fix.
14242
14243 * buff-menu.el (Buffer-menu-revert-function): Make the selected
14244 window's buffer the current buffer around the call to
14245 `list-buffers-noselect'. This is necessary to mark that buffer
14246 with a `.' in the Buffer Menu when called from Lisp, for instance
14247 by Auto Revert Mode.
14248
14249 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14250
14251 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14252 attaching to it.
14253 (gdb-pre-prompt): Make sure gdb-error is reset.
14254
14255 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14256 with a child process, detect it.
14257 (gud-speedbar-buttons): Match regexp more carefully.
14258
14259 2005-11-27 Richard M. Stallman <rms@gnu.org>
14260
14261 * mouse.el (mouse-drag-move-window-bottom):
14262 Use adjust-window-trailing-edge.
14263
14264 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14265
14266 * simple.el (blink-matching-open): Ignore
14267 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14268 (blink-matching-paren-on-screen): Update docstring.
14269
14270 * paren.el (show-paren-mode): No longer change
14271 `blink-matching-paren-on-screen'.
14272
14273 2005-11-27 John Paul Wallington <jpw@pobox.com>
14274
14275 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14276 (gdb-threads-select, gdb-edit-register-value):
14277 Use `posn-set-point' instead of `mouse-set-point' because the
14278 latter is not fbound when configured without X.
14279
14280 2005-11-27 Kim F. Storm <storm@cua.dk>
14281
14282 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14283 existing face when partially highlighting a TAB in a rectangle.
14284
14285 2005-11-26 Kim F. Storm <storm@cua.dk>
14286
14287 * ido.el (ido-mode-map): Doc fix.
14288 (ido-mode-common-map, ido-mode-file-map)
14289 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14290 (ido-define-mode-map): Rewrite. Select one of the new maps as
14291 parent for ido-mode-map instead of building from scratch.
14292 (ido-init-mode-maps): New defun to initialize new maps.
14293 (ido-mode): Call it.
14294 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14295 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14296
14297 2005-11-26 John Paul Wallington <jpw@pobox.com>
14298
14299 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14300 `mouse-set-point' because the latter is not fbound when configured
14301 without X.
14302
14303 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
14304
14305 * files.el (file-relative-name): Doc fix.
14306
14307 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14308
14309 * progmodes/octave-inf.el (inferior-octave-startup): Force a
14310 non-empty string for secondary prompt PS2.
14311
14312 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14313
14314 * progmodes/compile.el (compilation-setup): Fix last change.
14315
14316 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
14317
14318 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14319 (gdb-mouse-toggle-breakpoint-margin)
14320 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14321 Add gdb-server-prefix to keep out of command history.
14322 (gdb-edit-register-value): New function.
14323 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14324 (gdb-info-registers-custom): Use above map.
14325
14326 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14327
14328 * custom.el (enable-theme): Signal error if argument is not a
14329 theme. Don't recalculate a face if it's not loaded yet.
14330
14331 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14332 the `user' theme is in effect.
14333
14334 * info.el (Info-on-current-buffer): Record actual filename in
14335 Info-current-file, instead of t, or a fake filename if a non-file
14336 buffer. Make autoload.
14337 (Info-find-node, Info-revert-find-node): No need to check for
14338 Info-current-file nil.
14339 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14340 Info-current-file is now never `t'.
14341 (Info-fontify-node): Many simplifications due to Info-current-file
14342 always being valid. Use Info-find-file to find node filename.
14343
14344 2005-11-25 David Kastrup <dak@gnu.org>
14345
14346 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14347 new character, then delete" in order to preserve markers.
14348
14349 2005-11-25 David Ponce <david@dponce.com>
14350
14351 * recentf.el (recentf-arrange-by-rule): Handle a special
14352 `auto-mode-alist'-like "strip suffix" rule.
14353 (recentf-build-mode-rules): Handle second level auto-mode entries.
14354
14355 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
14356
14357 * viper-keym.el (viper-ESC-key): Use different values in terminal and
14358 window modes.
14359
14360 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
14361 jde-javadoc-checker-report-mode.
14362
14363 * ediff-wind (ediff-make-wide-display): Slight simplification.
14364
14365 * ediff.el (ediff-date): Change the date of last update.
14366
14367 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
14368
14369 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
14370 Use define-minor-mode, and make it a local mode. Turn on font-lock.
14371 (hi-lock-mode): New global minor mode.
14372 (turn-on-hi-lock-if-enabled): New function.
14373 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14374 Change arguments to regexp and face instead of a font-lock pattern.
14375 Directly set face property, instead of refontifying.
14376 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14377 (hi-lock-find-patterns): Use line-number-at-pos.
14378
14379 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
14380 arguments for hi-lock-set-pattern.
14381 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14382 Call font-lock-fontify-buffer.
14383 (hi-lock-find-file-hook, hi-lock-current-line)
14384 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
14385
14386 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14387 turned off.
14388
14389 * progmodes/compile.el (compilation-setup): Don't fiddle with
14390 font-lock-defaults.
14391
14392 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
14393
14394 * progmodes/gdb-ui.el (gdb-var-create-handler)
14395 (gdb-var-list-children-handler): Find values for all variable
14396 objects. gud-speedbar-buttons decides whether to display them.
14397
14398 2005-11-24 Romain Francoise <romain@orebokech.com>
14399
14400 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14401 buffer name with a space.
14402
14403 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
14404
14405 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
14406 `org-export-local-list-max-depth'. Change default value to 3.
14407 (org-auto-renumber-ordered-lists)
14408 (org-plain-list-ordered-item-terminator): New options.
14409 (org-at-item-p, org-beginning-of-item, org-end-of-item)
14410 (org-get-indentation, org-get-string-indentation)
14411 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14412 New functions.
14413 (org-move-item-down, org-move-item-up): New commands.
14414 (org-export-as-html): New classes for CSS support. Bug fix in
14415 regular expression detecting fixed-width regions. Respect
14416 `org-local-list-ordered-item-terminator'.
14417 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14418 also a list item.
14419 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
14420 New item moving functions.
14421
14422 2005-11-24 Juri Linkov <juri@jurta.org>
14423
14424 * isearch.el (isearch-repeat): With empty search ring set
14425 `isearch-error' to the error string instead of signaling error
14426 with the function `error'.
14427
14428 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14429
14430 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
14431
14432 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
14433
14434 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14435 and variable.
14436 (gdb-var-create-handler, gdb-var-list-children-handler):
14437 Don't match on "char **...".
14438 (gdb-var-update-handler): Find values for all variable objects.
14439 (gdb-info-frames-custom): Identify frames by leading "#".
14440
14441 * progmodes/gud.el (gud-speedbar-menu-items): Add
14442 gdb-speedbar-auto-raise as radio button.
14443 (gud-speedbar-buttons): Raise speedbar if requested.
14444 Don't match on "char **...".
14445 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14446 Make it editable.
14447
14448 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
14449
14450 * info.el (Info-fontify-node): Handle the case where
14451 Info-current-file is t.
14452
14453 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14454
14455 * simple.el (blink-matching-open): Fix off-by-one in last change.
14456
14457 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14458
14459 * term/mac-win.el: Don't change default directory.
14460
14461 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
14462
14463 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14464 buffers correctly. (It used to throw an error in such buffers.)
14465 Make it ask for confirmation in group buffers and other Custom
14466 buffers containing more than one customization item.
14467
14468 2005-11-22 John Paul Wallington <jpw@gnu.org>
14469
14470 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14471 property on mail and url overlays.
14472 (goto-address-at-point): Use `posn-set-point' instead of
14473 `mouse-set-point' because the latter is not fbound when configured
14474 without X.
14475
14476 2005-11-22 Lars Hansen <larsh@soem.dk>
14477
14478 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14479 (ls-lisp-classify, ls-lisp-format): Delete call to
14480 ls-lisp-parse-symlink.
14481 (ls-lisp-handle-switches): Handle symlinks to directories as
14482 directories when ls-lisp-dirs-first in non-nil.
14483
14484 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
14485
14486 * startup.el (command-line): Make sure that loaddefs.el is handled
14487 correctly in load-history.
14488
14489 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
14490
14491 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
14492 (gdb-struct-string, gdb-array-string): New constants.
14493 (gdb-info-locals-handler): Use them.
14494 (gdb-reset): Reset gdb-var-list to nil.
14495
14496 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
14499 in patterns.
14500
14501 2005-11-21 Juri Linkov <juri@jurta.org>
14502
14503 * custom.el (defcustom): Update link types in docstring.
14504
14505 2005-11-20 Martin Rudalics <rudalics@gmx.at>
14506
14507 * custom.el (defgroup): Add doc-string-elt info.
14508
14509 * widget.el (define-widget): Don't use declare for the doc-string-elt.
14510
14511 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * newcomment.el (comment-enter-backward): Fix last fix.
14514
14515 * simple.el (blink-matching-open):
14516 * paren.el (show-paren-function): Allow new paren-class info.
14517
14518 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
14519
14520 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
14521 handled automagically.
14522
14523 2005-11-20 Andreas Schwab <schwab@suse.de>
14524
14525 * descr-text.el (describe-char): When copying overlays put them
14526 over the full char description instead of just the first character
14527 of it.
14528
14529 2005-11-20 Juri Linkov <juri@jurta.org>
14530
14531 * simple.el (what-cursor-position):
14532 * descr-text.el (describe-char): Use Lisp-readable syntax
14533 for octal and hex. Reorder decimal, octal and hex values.
14534 Remove excess whitespace in the output. Use `=' in `column='
14535 like in `point=' and `Hscroll='.
14536
14537 * international/mule-cmds.el (encoded-string-description):
14538 Use Lisp-readable syntax for hex.
14539
14540 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14541
14542 * newcomment.el (comment-enter-backward): Handle the case where the
14543 comment is closed by EOB.
14544
14545 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14546
14547 * longlines.el (longlines-before-revert-hook)
14548 (longlines-after-revert-hook): New functions.
14549 (longlines-mode): Turn off longlines temporarily when reverting.
14550 Add a message-setup-hook.
14551 (longlines-decode-buffer): New function.
14552 (longlines-wrap-line): Preserve marker positions.
14553
14554 2005-11-19 Andreas Schwab <schwab@suse.de>
14555
14556 * emacs-lisp/shadow.el: Handle compressed files.
14557
14558 2005-11-19 Romain Francoise <romain@orebokech.com>
14559
14560 * net/browse-url.el (browse-url-default-browser): Signal an error
14561 if no usable browser can be found, rather than try to load w3.
14562
14563 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
14564
14565 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
14566 replacing existing properties.
14567 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14568 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
14569 tty specs.
14570 (rcirc-server-prefix, rcirc-server): New faces.
14571 (rcirc-url-regexp): Generate with rx macro.
14572 (rcirc-last-server-message-time): New variable.
14573 (rcirc-filter): Record time of last message.
14574 (rcirc-keepalive): Kill processes that did not send a message
14575 since the last ping.
14576 (rcirc-mode): Give rcirc-topic a local binding here.
14577
14578 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14579
14580 * subr.el (read-passwd): Fontify the prompt as we do with other
14581 prompts.
14582
14583 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
14584
14585 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
14586 binding buffer-read-only to nil.
14587
14588 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14589
14590 * complete.el (partial-completion-mode):
14591 Mention completion-auto-help in the doc string.
14592
14593 * man.el (Man-highlight-references): Doc fix. Reformat code in a
14594 more Lisp-ish way.
14595
14596 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14597
14598 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
14599 digits, not 8, to avoid misalignment for files larger than 100MB.
14600
14601 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14602
14603 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
14604 Mention "keyboard shortcuts" in the help text.
14605
14606 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14607
14608 * startup.el (fancy-splash-default-action): Discard only
14609 mouse-down and succeeding mouse-up events in the splash screen
14610 window so that drag-n-drop event can be processed.
14611
14612 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
14613
14614 * longlines.el (longlines-mode): Add hacks for mail-mode and
14615 message-mode.
14616
14617 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
14618
14619 * textmodes/org.el (org-table-sort-lines): New command.
14620 (org-tbl-menu): Add entry for `org-table-sort-lines'.
14621 (org-add-file): Command removed, use `org-agenda-file-to-front'
14622 instead.
14623 (org-export-icalendar): Use `org-icalendar-combined-name'.
14624 (org-cycle-agenda-files, org-agenda-file-to-end)
14625 (org-agenda-file-to-front): New commands.
14626 (org-table-tab-jumps-over-hlines, org-export-html-style):
14627 New options.
14628 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
14629 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
14630 New functions.
14631 (org-fill-paragraph): Call `org-table-align' in tables.
14632 (org-mode): Call `org-set-autofill-regexps'.
14633 (org-export-as-html): Support for local handformatted lists.
14634 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
14635 (org-export-local-list-max-depth): New option.
14636 (org-html-expand): Use `org-html-protect'.
14637
14638 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
14639
14640 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
14641 to "p".
14642 (gdb): Move definition of gud-pp to...
14643
14644 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
14645 speedbar.
14646 (gdb-find-watch-expression): New function.
14647
14648 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14649
14650 * faces.el (face-attribute, set-face-attribute): Mention existence
14651 of `:ignore-defface' setting in docstring.
14652
14653 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * simple.el (completion-setup-function): Fix last change.
14656
14657 2005-11-17 John Paul Wallington <jpw@pobox.com>
14658
14659 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
14660 Use `posn-set-point' instead of `mouse-set-point' because the
14661 latter is not fbound when configured without X.
14662
14663 * comint.el (comint-insert-input): Likewise.
14664
14665 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14666
14667 * simple.el (hard-newline): New variable.
14668 (sendmail-user-agent-compose, next-line): Use it.
14669
14670 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14671 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14672 (mail-mail-reply-to, mail-mail-followup-to)
14673 (mail-position-on-field, mail-signature, mail-yank-original)
14674 (mail-attach-file): Likewise.
14675
14676 * mail/mailheader.el (mail-header-format)
14677 (mail-header-format-function): Likewise.
14678
14679 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14680
14681 2005-11-17 Juri Linkov <juri@jurta.org>
14682
14683 * font-lock.el (font-lock-faces): Rename this defgroup from
14684 `font-lock-highlighting-faces'.
14685 (font-lock-comment-face, font-lock-comment-delimiter-face)
14686 (font-lock-string-face, font-lock-doc-face)
14687 (font-lock-keyword-face, font-lock-builtin-face)
14688 (font-lock-function-name-face, font-lock-variable-name-face)
14689 (font-lock-type-face, font-lock-constant-face)
14690 (font-lock-warning-face, font-lock-negation-char-face)
14691 (font-lock-preprocessor-face)
14692 (font-lock-regexp-grouping-backslash)
14693 (font-lock-regexp-grouping-construct): Rename :group from
14694 `font-lock-highlighting-faces' to `font-lock-faces'.
14695
14696 * cus-edit.el (lisp, c, tex):
14697 * progmodes/ada-mode.el (ada):
14698 * progmodes/asm-mode.el (asm):
14699 * progmodes/cperl-mode.el (cperl-faces):
14700 * progmodes/cpp.el (cpp):
14701 * progmodes/dcl-mode.el (dcl):
14702 * progmodes/f90.el (f90):
14703 * progmodes/fortran.el (fortran):
14704 * progmodes/icon.el (icon):
14705 * progmodes/idlwave.el (idlwave-misc):
14706 * progmodes/m4-mode.el (m4):
14707 * progmodes/make-mode.el (makefile):
14708 * progmodes/meta-mode.el (meta-font):
14709 * progmodes/modula2.el (modula2):
14710 * progmodes/octave-mod.el (octave):
14711 * progmodes/pascal.el (pascal):
14712 * progmodes/perl-mode.el (perl):
14713 * progmodes/prolog.el (prolog):
14714 * progmodes/ps-mode.el (PostScript-edit):
14715 * progmodes/scheme.el (scheme):
14716 * progmodes/sh-script.el (sh-script):
14717 * progmodes/simula.el (simula):
14718 * progmodes/tcl.el (tcl):
14719 * textmodes/nroff-mode.el (nroff):
14720 * textmodes/reftex-vars.el (reftex-fontification-configurations):
14721 * textmodes/sgml-mode.el (sgml):
14722 * textmodes/texinfo.el (texinfo):
14723 Add :link (custom-group-link font-lock-faces) to defgroup.
14724
14725 * hi-lock.el (hi-lock): Rename this defgroup from
14726 `hi-lock-interactive-text-highlighting'. Change parent group from
14727 `faces' to `font-lock'. Add link to the manual.
14728 (hi-lock-mode, hi-lock-file-patterns-range)
14729 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14730 `hi-lock-interactive-text-highlighting' to `hi-lock'.
14731 (hi-lock-faces): Add :group `faces'.
14732
14733 * cus-edit.el (custom-variable-prompt): Clarify the code.
14734
14735 * faces.el (face-read-string): Set the default value arg of
14736 completing-read.
14737
14738 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
14739
14740 * rfn-eshadow.el (file-name-shadow-properties)
14741 (file-name-shadow-tty-properties, file-name-shadow-mode):
14742 Remove autoloads, because the file is now preloaded.
14743
14744 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * printing.el (easy-menu-intern): Don't define.
14747 (pr-get-symbol): Use easy-menu-intern only if defined.
14748
14749 * simple.el (blink-matching-open): Simplify a bit.
14750 (completion-setup-function): Fix the case of partial-completion-mode
14751 when the minibuffer's contents start with "-".
14752 Obey completion-base-size-function even when
14753 minibuffer-completing-file-name is non-nil.
14754
14755 2005-11-16 Richard M. Stallman <rms@gnu.org>
14756
14757 * net/eudcb-ph.el (eudc-ph-open-session):
14758 Use set-process-query-on-exit-flag.
14759
14760 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14761
14762 * international/ucs-tables.el (ucs-set-table-for-input):
14763 Use make-local-variable, not make-variable-buffer-local.
14764
14765 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14766 Improve warning message text.
14767
14768 * savehist.el (savehist-save-hook): Add :group.
14769
14770 * menu-bar.el (menu-bar-help-menu):
14771 Rename Find Extra Packages to External Packages.
14772
14773 * cus-edit.el (Custom-reset-standard): Verify that
14774 :custom-standard-value prop exists before calling it.
14775
14776 * apropos.el (apropos-calc-scores): Use apropos-pattern.
14777
14778 2005-11-16 Martin Rudalics <rudalics@gmx.at>
14779
14780 * wid-edit.el (color): Enclose %t in %{...%}.
14781
14782 * cus-edit.el (face): Enclose %t in %{...%}.
14783
14784 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
14785
14786 * savehist.el (savehist-mode-hook): Re-add the var.
14787 (savehist-mode): Use it.
14788
14789 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * textmodes/flyspell.el: Fix commenting convention.
14792 Remove unnecessary leading * in custom docstrings.
14793 (flyspell-emacs): Remove unused var.
14794 (flyspell-delete-region-overlays): Use remove-overlays.
14795 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14796 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14797 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14798 (flyspell-debug-signal-word-checked): Use with-current-buffer.
14799 (make-flyspell-overlay): Don't locally reuse a global name.
14800 (flyspell-highlight-incorrect-region)
14801 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14802 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14803 (flyspell-notify-misspell): Remove unused args `start' and `end'.
14804 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
14805 Wrap calls to accept-process-output inside with-local-quit since it's
14806 often called from a post-command-hook.
14807 (flyspell-correct-word, flyspell-auto-correct-word):
14808 Use ispell-send-string.
14809 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
14810
14811 * calendar/diary-lib.el (diary-list-entries): Also hide the
14812 terminating newline.
14813
14814 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
14815
14816 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14817 window-system, to allow fonts on tty.
14818
14819 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
14820
14821 * progmodes/gud.el (gud-speedbar-item-info): New function.
14822 (gud-install-speedbar-variables): Use it to display data type
14823 of watch expression as a tooltip in speedbar.
14824
14825 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
14826
14827 * font-core.el (global-font-lock-mode): Add :version keyword,
14828 because default was changed.
14829
14830 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14831
14832 * startup.el (command-line): Use `custom-reevaluate-setting' for
14833 `file-name-shadow-mode'.
14834
14835 * loadup.el: Preload rfn-eshadow.
14836
14837 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
14838 Add :version keyword.
14839 (file-name-shadow-properties, file-name-shadow-tty-properties)
14840 (file-name-shadow): Add :version keyword.
14841
14842 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14843 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14844 in the custom-group property of the symbol frames and the fringe
14845 group got no link to its parent group frames.
14846 Doc fix.
14847
14848 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14849
14850 * progmodes/gud.el (gud-stop-subjob): New function.
14851 (gud-menu-map, gud-tool-bar-map): Use it.
14852
14853 2005-11-16 Kim F. Storm <storm@cua.dk>
14854
14855 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
14856 than kill it.
14857 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
14858 to a more useful/logical place.
14859
14860 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14861
14862 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
14863 go buttons complementary.
14864
14865 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
14868 (rfn-eshadow-sifn-equal): New function.
14869 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
14870
14871 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
14872
14873 * viper-utils.el (viper-non-word-characters-reformed-vi):
14874 Quote `-' in string.
14875
14876 * viper.el (viper-emacs-state-mode-list): Ensure that
14877 rcirc-mode buffers come up in Emacs state.
14878
14879 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
14880 operation.
14881
14882 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14883
14884 * term.el (term-termcap-format): Fix typos.
14885 (term-down): Fix the negative argument case.
14886
14887 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14888
14889 * progmodes/gdb-ui.el: Remove face-alias left over from change on
14890 2005-08-15.
14891 (gdb-ann3): New command gud-go.
14892 (menu): Accomodate gdb-mi.el.
14893 (gdb-assembler-custom): Make buffer of selected window current
14894 so that set-window-point works.
14895
14896 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
14897 buttons and include new ones.
14898
14899 2005-11-16 Kim F. Storm <storm@cua.dk>
14900
14901 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
14902 (gud-menu-map): Use it.
14903
14904 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
14905
14906 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
14907 that works correctly for Custom and that does not override a user
14908 who disables it.
14909
14910 * help-mode.el (help-make-xrefs, help-xref-on-pp)
14911 (help-xref-interned, help-follow): Make hyperlinks for variables
14912 that are unbound, but have a non-nil variable-documentation property.
14913
14914 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
14915 mode hook. (It conflicted with defcustoms for some mode hooks.)
14916 Use the `variable-documentation' property to give the mode hook a
14917 docstring and expand that docstring.
14918
14919 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
14920
14921 * savehist.el (savehist-mode): Don't bother with
14922 `custom-set-minor-mode'.
14923 (savehist-coding-system): Check XEmacs version.
14924 (history-length): Declare also at run time.
14925 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
14926 Don't set the customize state.
14927 (savehist-minibuffer-hook): Special case for when
14928 minibuffer-history-variable is equal to t.
14929
14930 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
14931
14932 * files.el (write-file): Refresh VC status.
14933
14934 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
14935 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
14936 than fundamental-mode to see if the mode was set.
14937
14938 2005-11-14 Romain Francoise <romain@orebokech.com>
14939
14940 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
14941 dummy function in `eval-when-compile' to avoid compiler warning.
14942 Require `man' at compile time.
14943
14944 2005-11-14 Jay Belanger <belanger@truman.edu>
14945
14946 * calc-alg.el (calcFunc-write-out-power): Rename it to
14947 calcFunc-powerexpand.
14948 (math-write-out-power): Rename it to math-powerexpand; have it
14949 handle negative exponents.
14950 (calc-writeoutpower): Rename it to calc-powerexpand.
14951
14952 * calc-ext.el: Change calcFunc-writeoutpower and
14953 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
14954 autoloads.
14955 Add calcFunc-ldiv to autoloads.
14956
14957 * calc-arith.el (calcFunc-ldiv): New function.
14958
14959 * calc.el (calc-left-divide): New function.
14960
14961 2005-11-14 Juri Linkov <juri@jurta.org>
14962
14963 * cus-edit.el (custom-variable-prompt): Set the default value arg
14964 of completing-read.
14965
14966 * cus-dep.el (custom-make-dependencies): Reverse the list of
14967 found dependencies.
14968
14969 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14970
14971 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
14972 Highlighting" entry, it is on by default now.
14973 (menu-bar-options-save): Do not save global-font-lock-mode.
14974
14975 2005-11-13 Richard M. Stallman <rms@gnu.org>
14976
14977 * textmodes/flyspell.el (flyspell-large-region):
14978 Call flyspell-accept-buffer-local-defs.
14979
14980 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
14981
14982 * textmodes/flyspell.el (flyspell-notify-misspell):
14983 Fix misspelling of "Misspelling".
14984 (flyspell-process-localwords): New function.
14985 (flyspell-large-region): Call flyspell-process-localwords and
14986 flyspell-delete-region-overlays.
14987 (flyspell-delete-region-overlays): New function.
14988 (flyspell-delete-all-overlays): Call that.
14989
14990 2005-11-13 Richard M. Stallman <rms@gnu.org>
14991
14992 * help.el (help-for-help-internal): Improve doc of C-h a.
14993 (describe-key): Improve prompt; doc fix.
14994
14995 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14996
14997 * vc-svn.el (vc-svn-registered): Catch all errors.
14998
14999 * cus-dep.el (custom-make-dependencies): Typo.
15000
15001 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
15002
15003 * net/tramp-util.el (top): Fix compilation warning.
15004
15005 2005-11-13 Kim F. Storm <storm@cua.dk>
15006
15007 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
15008
15009 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15010
15011 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
15012 (gud-speedbar-buttons): Match on "const char *" too.
15013
15014 * progmodes/gdb-ui.el (gdb-var-create-handler)
15015 (gdb-var-list-children-handler): Match on "const char *" too.
15016 (gdb-var-evaluate-expression-handler): Match on empty string.
15017 (gdb-var-update-handler): Only call
15018 gdb-var-evaluate-expression-handler when required.
15019
15020 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15021
15022 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
15023 selected window. This still doesn't work for speedbar.
15024 (gud-speedbar-buttons): Handle string expressions properly.
15025
15026 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15027 (gdb-var-create-handler): Handle string expressions properly.
15028 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
15029 Handle string expressions properly. Move "type" field into regexp.
15030
15031 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15032
15033 * bookmark.el (bookmark-maybe-message): New function to reduce
15034 code duplication: invokes `message' iff baud-rate is high enough.
15035 (bookmark-write-file): Use above instead of an inline conditional.
15036 (bookmark-load): Same.
15037
15038 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15039
15040 * bookmark.el (bookmark-write-file): Don't visit the destination
15041 file, just write the data to it using write-region. This is
15042 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
15043 change to avoid visiting the file in the first place.
15044
15045 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
15046
15047 * hi-lock.el (hi-lock-mode): Set the default value of
15048 font-lock-defaults.
15049
15050 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
15051
15052 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15053 arg to `file-attributes'.
15054 (find-lisp-format): The UID and GID can now be strings.
15055
15056 2005-11-12 Kim F. Storm <storm@cua.dk>
15057
15058 * help.el (help-map): Bind C-h d to apropos-documentation.
15059
15060 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15061 when point is at end-of-buffer.
15062
15063 * apropos.el (apropos-match-face): Doc fix.
15064 (apropos-sort-by-scores): Add new choice `verbose'.
15065 (apropos-documentation-sort-by-scores): New defcustom.
15066 (apropos-pattern): Now contains the pattern entered by the user.
15067 (apropos-pattern-quoted): New defvar.
15068 (apropos-regexp): New defvar, containing the regexp corresponding
15069 to apropos-pattern.
15070 (apropos-all-words-regexp): Rename from apropos-all-regexp.
15071 (apropos-read-pattern): New defun. Use it to read pattern arg in
15072 interactive calls; returns list of words for a word list, and
15073 string for a regexp.
15074 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
15075 parses a list of words or regexp as returned by apropos-read-pattern.
15076 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15077 (apropos-score-doc): Return a very high score if the string
15078 entered by the user matches literally.
15079 (apropos-variable): Doc fix. Use apropos-read-pattern.
15080 (apropos-command): Doc fix. Use apropos-read-pattern and
15081 apropos-parse-pattern. Call apropos-print with nosubst=t.
15082 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
15083 apropos-parse-pattern.
15084 (apropos-documentation): Doc fix. Use apropos-read-pattern and
15085 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
15086 apropos-documentation-sort-by-scores. Call apropos-print with
15087 nosubst=t.
15088 (apropos-documentation-internal): Pass doc string through
15089 substitute-key-definition before adding text properties.
15090 Highlight substring matching literal user input if possible.
15091 (apropos-documentation-check-doc-file): Remove locals beg and end.
15092 Fix calculation of score (as added twice). Pass doc string through
15093 substitute-key-definition before adding text properties.
15094 (apropos-documentation-check-elc-file): Pass doc string through
15095 substitute-key-definition before adding text properties.
15096 Highlight substring matching literal user input if possible.
15097 (apropos-print): Add new arg NOSUBST; if set, command and variable
15098 doc strings have already been passed through substitute-key-definition.
15099 Add code to handle apropos-accumulator items without score element
15100 for backwards compatibility (e.g. with woman package).
15101 Only show scores if apropos-sort-by-scores is `verbose'.
15102
15103 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15106 Add jka-compr-load-suffixes to load-suffixes.
15107
15108 * jka-compr.el: Require jka-cmpr-hook.
15109 (jka-compr-info-compress-message, jka-compr-info-compress-program)
15110 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15111 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15112 (jka-compr-info-can-append, jka-compr-info-strip-extension)
15113 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15114 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
15115 (jka-compr-uninstall): Remove entries from
15116 jka-compr-added-to-file-coding-system-alist after they are used.
15117 (jka-compr-error): Remove unused var `curbuf'.
15118 (jka-compr-file-local-copy): Remove unused var `notfound'.
15119
15120 2005-11-10 Romain Francoise <romain@orebokech.com>
15121
15122 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15123
15124 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
15125
15126 * progmodes/gud.el (gud-menu-map): Move parentheses.
15127 (gdb): New command gud-pv.
15128
15129 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15130
15131 * tar-mode.el: Remove spurious or unnecessary leading stars
15132 in docstrings.
15133 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15134 (tar-parse-octal-integer-safe): Use mapc.
15135 (tar-header-block-summarize): Remove unused var `ck'.
15136 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15137 cleared before. Obey default-enable-multibyte-characters.
15138 Use mapconcat. Simplify setting of tar-header-offset.
15139 (tar-mode-map): Move initialization inside delcaration.
15140 (tar-flag-deleted): Use `abs'.
15141 (tar-expunge-internal): Remove unused var `line'.
15142 (tar-expunge-internal): Don't hardcode point-min==1.
15143 (tar-expunge): Widen while doing set-buffer-multibyte.
15144 (tar-rename-entry): Use file-name-coding-system.
15145 (tar-alter-one-field): Don't hardcode point-min==1.
15146 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15147 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
15148
15149 2005-11-10 Masatake YAMATO <jet@gyve.org>
15150
15151 * add-log.el (add-log-current-defun): Handle class::method
15152 notation of c++. Fix incorrect comment.
15153
15154 2005-11-10 Alan Mackenzie <acm@muc.de>
15155
15156 * help-fns.el (describe-variable): Make C-h v work when a variable
15157 has variable documentation yet is unbound.
15158
15159 2005-11-10 Masatake YAMATO <jet@gyve.org>
15160
15161 * man.el (Man-highlight-references): Set an empty
15162 string to `Man-arguments' if it is nil.
15163 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15164
15165 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15168 commenting conventions.
15169
15170 * cus-dep.el (custom-make-dependencies): Simplify.
15171 Better follow the commenting conventions.
15172
15173 2005-11-09 Richard M. Stallman <rms@gnu.org>
15174
15175 * apropos.el (apropos-pattern): Rename from apropos-regexp.
15176 (apropos-orig-pattern): Rename from apropos-orig-regexp.
15177 All uses changed.
15178 (apropos-rewrite-regexp): Doc fix.
15179 (apropos-variable, apropos-command, apropos, apropos-value):
15180 Change prompt; carry through the argument renaming.
15181
15182 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
15183
15184 * find-lisp.el: Require dired.
15185 (find-lisp-find-dired-internal): Do not call
15186 `abbreviate-file-name' on DIR.
15187
15188 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
15189
15190 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15191
15192 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
15193
15194 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15195 when using the speedbar.
15196 (gdb): New command gud-pp.
15197 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15198
15199 2005-11-09 Juri Linkov <juri@jurta.org>
15200
15201 * replace.el (occur-excluded-properties): New defcustom.
15202 (occur-1, occur-engine, occur-accumulate-lines): Use it.
15203
15204 2005-11-08 Jay Belanger <belanger@truman.edu>
15205
15206 * calc/calc-units.el (math-convert-units): Replace any composite
15207 unit by its definition.
15208
15209 2005-11-08 Lars Hansen <larsh@soem.dk>
15210
15211 * emacs-lisp/autoload.el (update-directory-autoloads):
15212 Add obsolete function alias.
15213
15214 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15215
15216 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15217 comment-indent-function.
15218 (lisp-comment-indent): Replace by an alias for comment-indent-default.
15219
15220 * reveal.el (reveal-post-command): Rework the handling of
15221 reveal-open-spots, so as to be more reliable. There were several
15222 tricky corner cases where an open spot might be lost, or where
15223 a closed spot might end up on the list of open spots.
15224 Only reveal text that's ellipsised.
15225
15226 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
15227
15228 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15229
15230 2005-11-07 John Paul Wallington <jpw@gnu.org>
15231
15232 * ibuffer.el (ibuffer): Search iconified frames too when
15233 getting Ibuffer buffer's window.
15234
15235 2005-11-06 Richard M. Stallman <rms@gnu.org>
15236
15237 * progmodes/compile.el (compilation-internal-error-properties):
15238 save-excursion around the computation of MARKER.
15239
15240 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
15241
15242 * textmodes/flyspell.el (flyspell-external-point-words):
15243 flyspell-get-word returns a list, not just a string.
15244
15245 2005-11-06 John Paul Wallington <jpw@pobox.com>
15246
15247 * ibuffer.el (ibuffer): Search all visible frames when getting
15248 Ibuffer buffer's window.
15249
15250 2005-11-07 Masatake YAMATO <jet@gyve.org>
15251
15252 * man.el (Man-reference-regexp): Accept spaces between
15253 `Man-name-regexp' and `Man-section-regexp'.
15254 (Man-apropos-regexp): New variable.
15255 (Man-abstract-xref-man-page): Use value for `Man-target-string'
15256 if available.
15257 (Man-highlight-references, Man-highlight-references0):
15258 Handle the case when `Man-arguments' includes "-k".
15259 (Man-highlight-references0): Rename the argument `TARGET-POS' to
15260 `TARGET'. `TARGET' can be a number, function or nil.
15261
15262 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
15263
15264 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15265 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15266 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15267 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15268 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15269 (gdb-send-item): Use buffer-local-value and simplify.
15270
15271 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
15272
15273 * startup.el (command-line): Use `custom-reevaluate-setting' for
15274 `global-font-lock-mode'.
15275
15276 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15277 by default, except in batch mode or when the -D option is given.
15278
15279 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15280 specified keyword args on to `define-minor-mode'. Update docstring.
15281
15282 2005-11-05 Romain Francoise <romain@orebokech.com>
15283
15284 * replace.el (occur-engine): Add marker at end of line, too.
15285
15286 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15287
15288 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15289 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15290 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15291 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15292 argument to all these routines, so the passphrase can be managed
15293 externally and passed in to the system.
15294 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15295 pgg-add-passphrase-to-cache function.
15296
15297 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15298 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15299 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15300 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15301 argument to all these routines, so the passphrase can be managed
15302 externally and passed in to the system.
15303 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15304 function.
15305
15306 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15307
15308 * font-lock.el: Don't deal with font-lock-face-attributes here,
15309 move the code ...
15310
15311 * startup.el (command-line): ... here. Use face-spec-set instead
15312 of custom-declare-face.
15313
15314 * faces.el (face-spec-set): Reset the face if spec is not nil.
15315
15316 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * newcomment.el (comment-region-internal): Box more tightly in the
15319 common case where there's no TAB in the boxed text.
15320
15321 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15322
15323 * info.el (info-tool-bar-map): Use images prev-node, next-node and
15324 up-node.
15325
15326 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
15327
15328 * newsticker.el: Commentary updated. Code formatting changed.
15329 (newsticker-version): Change to "1.9".
15330 (newsticker, newsticker-feed): Doc fix.
15331 (newsticker-url-list): Doc fix. Add option "Weekly".
15332 (newsticker-retrieval-interval): Add option "Weekly".
15333 (newsticker-headline-processing): Doc fix.
15334 (newsticker-auto-mark-filter): Remove.
15335 (newsticker-auto-mark-filter-list): New.
15336 (newsticker-layout, newsticker-sort-method): Doc fix.
15337 (newsticker-hide-old-items-in-newsticker-buffer)
15338 (newsticker-heading-format, newsticker-item-format)
15339 (newsticker-desc-format): Doc fix.
15340 (newsticker-show-all-rss-elements): Remove.
15341 (newsticker-show-all-news-elements): New.
15342 (newsticker-faces, newsticker-ticker): Doc fix.
15343 (remove-from-invisibility-spec): Code formatting.
15344 (newsticker--process-ids): New.
15345 (newsticker-mode): Doc fix.
15346 (newsticker-mode): Change mode-line-format.
15347 (newsticker-start): Remove debug output.
15348 (newsticker-start-ticker): Doc fix. Add autoload cookie.
15349 (newsticker-w3m-show-inline-images): Code formatting.
15350 (newsticker-next-item): Call `force-mode-line-update'.
15351 (newsticker-previous-item): Call `force-mode-line-update'.
15352 (newsticker-next-feed): Call `force-mode-line-update'.
15353 (newsticker-previous-feed): Call `force-mode-line-update'.
15354 (newsticker-mark-all-items-at-point-as-read): Code formatting.
15355 (newsticker-show-old-items): Do not show descs.
15356 (newsticker-hide-entry): Hide too much.
15357 (newsticker-hide-entry, newsticker-show-entry)
15358 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15359 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15360 (newsticker-toggle-auto-narrow-to-item): Code formatting.
15361 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15362 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
15363 (newsticker-get-news): Call `force-mode-line-update'.
15364 Collect process ids.
15365 (newsticker--sentinel): Change coding system handling.
15366 Move image retrieval to new functions newsticker--get-logo-url-*.
15367 Move feed parsing to new functions newsticker--parse-*.
15368 Update list of process ids.
15369 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15370 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15371 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15372 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15373 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15374 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
15375 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15376 (newsticker--decode-coding-string): Remove.
15377 (newsticker--decode-numeric-entities): Check input. Format code.
15378 (newsticker--remove-whitespace): Check input.
15379 (newsticker--do-forget-preformatted): Doc fix.
15380 (newsticker--decode-rfc822-date): Allow for missing time.
15381 (newsticker--update-process-ids): New.
15382 (newsticker--image-sentinel): Change comment.
15383 (newsticker--image-read): Change error message.
15384 (newsticker--imenu-goto): Doc fix. Show headline title.
15385 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15386 (newsticker--buffer-do-insert-text): Clean whitespace in
15387 html-rendered headline title. Code formatting.
15388 Call `newsticker--buffer-print-extra-elements'.
15389 (newsticker--buffer-print-extra-element): Remove.
15390 (newsticker--buffer-print-extra-elements): New.
15391 (newsticker--buffer-do-print-extra-element): New.
15392 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
15393 large sizes.
15394 (newsticker--run-auto-mark-filter)
15395 (newsticker--do-run-auto-mark-filter):
15396 Use `newsticker-auto-mark-filter-list'.
15397
15398 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
15399
15400 * net/rcirc.el: Use split-string OMIT-NULLS argument.
15401 (rcirc-print): Force redisplay before running hooks. Do long
15402 buffer truncation after making new text read-only. Deal with nil
15403 text when decoding strings. If TARGET is nil, use either the
15404 currently selected buffer, if it is an rcirc buffer and of the
15405 same process or the process buffer.
15406 (rcirc-mode): Remove header-line. Recompute short buffer names.
15407 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15408 (rcirc-short-buffer-name): Add variable.
15409 (rcirc-kill-buffer-hook): Recompute short buffer names.
15410 Remove nick from private channel.
15411 (rcirc-send-input): Send command text to current-buffer.
15412 Don't clear overlay arrow here.
15413 (rcirc-short-buffer-name): Return a short buffer name.
15414 (rcirc-update-short-buffer-names, rcirc-abbreviate)
15415 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15416 buffer-name abbreviations.
15417 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15418 Do not touch nick-table when killing a parted channel.
15419 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15420 Clear arrow from current buffer if it is now hidden.
15421 (rcirc-current-buffer): Add variable.
15422 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15423 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15424 Remove -face from names.
15425 (rcirc-update-activity-string): Print "DND" when globally ignoring
15426 activity.
15427 (rcirc-ignore-buffer-activity-flag): Rename from
15428 rcirc-ignore-channel-activity.
15429 (rcirc-ignore-all-activity-flag): Doc fix.
15430 (rcirc-channels): Remove variable.
15431 (rcirc-kill-buffer-hook):
15432 (rcirc-get-buffer-create): Add nick to private channel.
15433 (rcirc-multiline-edit-submit): Remove tabs.
15434 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15435 folded.
15436 (rcirc-remove-nick-channel): Bug fix.
15437 (rcirc-toggle-ignore-buffer-activity): Rename from
15438 rcirc-toggle-ignore-channel-activity.
15439 (rcirc-record-activity): Add buffers to the front of the list.
15440 (rcirc-update-activity): Remove killed buffers from list.
15441 (rcirc-process-server-response-1): Remove last argument if it is
15442 null before calling handler.
15443 (rcirc): Add "rcirc" defcustom prefix.
15444 (rcirc-prompt): Simplify default prompt.
15445 Use custom-initialize-default.
15446 (rcirc-private-chats): Remove variable.
15447 (rcirc-prompt): Change initialization.
15448 (rcirc-version): Remove function.
15449 (rcirc-id-string): Add constant.
15450 (rcirc-last-buffer): Remove variable.
15451 (rcirc-buffer-alist): Add variable.
15452 (rcirc-connect): Update variable setup.
15453 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15454 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15455 default.
15456 (rcirc-handler-generic): Trigger activity.
15457 (rcirc-send-message): Create the buffor of the target.
15458 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15459 (rcirc-get-buffer): Just return nil if there is no matching buffer.
15460 (rcirc-multiline-edit-cancel): Remove function.
15461 (rcirc-set-last-buffer): Remove function.
15462 (rcirc-get-any-buffer): Add function.
15463 (rcirc-join-channels): Don't print /join text.
15464 (rcirc-toggle-ignore-channel-activity): Add and update echo area
15465 messages.
15466 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15467 (rcirc-handler-NOTICE): Recognize CTCP responses.
15468 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15469 constructing TOPIC string for buffers we are not JOINed.
15470 (rcirc-handler-CTCP-response): Add handler.
15471 (rcirc-multiline-edit-submit): Restore the window-configuration
15472 before adjusting point.
15473 (rcirc): Add customization group.
15474 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15475 (rcirc-user-full-name, rcirc-startup-channels-alist)
15476 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15477 (rcirc-ignore-all-activity-flag, rcirc-time-format)
15478 (rcirc-input-ring-size, rcirc-read-only-flag)
15479 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15480 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15481 Change defvar to defcustom.
15482 (rcirc-update-prompt): Add optional ALL arg, which will update
15483 prompts in all rcirc buffers. Regexp quote replacement text.
15484 (rcirc-fill-column): Accept frame-width as a value.
15485 (rcirc-set-changed): Add function.
15486 (rcirc-next-active-buffer): Write more meaningful messages.
15487 (rcirc-faces): Add customization group.
15488 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15489 (rcirc-nick-in-message-face, rcirc-prompt-face)
15490 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
15491 (with-rcirc-process-buffer): Move before first usage.
15492 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
15493 (rcirc-debug-flag): Rename from `rcirc-log-p'.
15494 (rcirc-debug): Rename from `rcirc-log'.
15495 (rcirc-format-response-string): Do not print `-' chars for a
15496 NOTICE with no sender. Simplify output of server responses.
15497
15498 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15499
15500 (rcirc-browse-url-map, rcirc-browse-url-at-point)
15501 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
15502 Make urls mouse and RET clickable.
15503
15504 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15505
15506 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
15507
15508 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15509
15510 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15511 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15512 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15513 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15514 argument to all these routines, so the passphrase can be managed
15515 externally and passed in to the system.
15516 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15517 pgg-add-passphrase-to-cache function.
15518
15519 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15520 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15521 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15522 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15523 argument to all these routines, so the passphrase can be managed
15524 externally and passed in to the system.
15525 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15526 function.
15527
15528 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
15529
15530 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
15531 from goto-address-url-regexp.
15532
15533 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
15534
15535 * textmodes/org.el (org-read-date, org-goto-calendar)
15536 (org-recenter-calendar, org-agenda-goto-calendar):
15537 Temporarily clear `calendar-move-hook'.
15538
15539 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
15540
15541 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
15542 merging.
15543
15544 * ediff-util.el (ediff-previous-difference): Don't skip regions that
15545 have merge clashes.
15546
15547 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15548
15549 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15550 Undo previous change.
15551
15552 * startup.el (command-line): Use `custom-reevaluate-setting' for
15553 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
15554 tty-register-default-colors on Mac.
15555
15556 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15557
15558 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
15559 (gdb-buffer-type): Make it automatically buffer local...
15560 (gdb-get-create-buffer): ...and set it accordingly.
15561 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
15562 actually work.
15563
15564 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
15565
15566 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
15567 not red.
15568
15569 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15570
15571 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
15572 case GUD buffer is not visible.
15573 (gdb-goto-breakpoint): Try to force display in source buffer.
15574 (gdb-frame-gdb-buffer): Copy other similar functions.
15575 (gdb-restore-windows): Don't display source if not asked for.
15576 (gdb-assembler-buffer-name): Don't capitalise.
15577
15578 2005-11-03 Richard M. Stallman <rms@gnu.org>
15579
15580 * wid-edit.el (key-sequence): New widget type.
15581
15582 * simple.el (set-mark-command-repeat-pop): New variable.
15583 (set-mark-command): Only interpret plan C-@ after a pop as a pop
15584 if set-mark-command-repeat-pop is true.
15585
15586 * info.el (Info-fontify-node): Don't display extra "see" if there
15587 already is one here.
15588
15589 * mouse.el: Fix special handling of DEL after dragging a region:
15590 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
15591 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
15592
15593 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
15594
15595 * textmodes/ispell.el (ispell-command-loop): Change `i' description
15596 not to assume it pertains to an affix.
15597
15598 * textmodes/flyspell.el (flyspell-post-command-hook):
15599 Bind deactivate-mark to prevent deactivation.
15600
15601 2005-11-03 Lars Hansen <larsh@soem.dk>
15602
15603 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
15604 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
15605 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
15606
15607 2005-11-03 Romain Francoise <romain@orebokech.com>
15608
15609 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
15610 Update copyright years.
15611
15612 2005-11-03 Sam Steingold <sds@gnu.org>
15613
15614 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15615 Use system-type instead of window-system because window-system is not
15616 correctly defined during loadup.
15617
15618 2005-11-02 Mark A. Hershberger <mah@everybody.org>
15619
15620 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
15621 (xml-parse-tag): Join strings separated by a comment properly.
15622
15623 2005-11-02 Andreas Schwab <schwab@suse.de>
15624
15625 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
15626
15627 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15628
15629 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
15630 (byte-optimize-pure-func): Quote the eval'd value.
15631
15632 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15633 Rename from perl-font-lock-syntactic-face-function.
15634 Change the calling convention so it can be used as a font-lock MATCHER.
15635 Do the parse-partial-sexp loop outselves.
15636 (perl-font-lock-syntactic-keywords): Use it.
15637 (perl-mode): Don't set font-lock-syntactic-face-function any more.
15638
15639 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
15640
15641 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
15642 disassembly buffer too.
15643 (gdb-exited): Remove overlay arrows when execution has finished.
15644 (gdb-info-frames-custom, gdb-info-threads-custom)
15645 (gdb-info-registers-custom): Don't add inappropriate text
15646 properties if inferior is not active.
15647
15648 2005-11-02 Glenn Morris <rgm@gnu.org>
15649
15650 * progmodes/fortran.el (fortran-blink-match):
15651 Use `blink-matching-delay'.
15652
15653 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
15654
15655 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
15656
15657 2005-11-02 Lars Hansen <larsh@soem.dk>
15658
15659 * net/tramp.el (tramp-action-out-of-band): Handle scp message
15660 "Permission denied".
15661
15662 2005-11-01 Richard M. Stallman <rms@gnu.org>
15663
15664 * textmodes/flyspell.el (flyspell-external-point-words):
15665 Pass nil to flyspell-get-word.
15666
15667 2005-11-02 Kim F. Storm <storm@cua.dk>
15668
15669 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15670 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15671
15672 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15675 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15676 (calendar-mouse-print-dates): Add optional `event' argument.
15677 Update interactive-spec.
15678 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15679 Use `calendar-event-to-date' instead of `event'.
15680
15681 2005-11-02 Masatake YAMATO <jet@gyve.org>
15682
15683 * progmodes/ld-script.el (ld-script-builtins):
15684 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15685 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15686 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15687
15688 2005-11-01 Romain Francoise <romain@orebokech.com>
15689
15690 * vc-sccs.el: Update copyright year.
15691 * ezimage.el: Likewise.
15692
15693 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
15694
15695 * info.el (Info-fontify-node): Use `string-width' for fontifying
15696 underlined titles.
15697
15698 2005-11-01 Juri Linkov <juri@jurta.org>
15699
15700 * info.el (Info-fontify-node): Downcase node header keywords Node,
15701 Prev, Next, Up before comparison.
15702 (Info-history): Insert absolute directory name, and put invisible
15703 property on it.
15704
15705 2005-11-01 Juri Linkov <juri@jurta.org>
15706
15707 * info.el (Info-file-supports-index-cookies): New variable.
15708 (Info-find-node-2): Check makeinfo version for index cookie support.
15709 (Info-index-nodes): Search for nodes with index cookies only when
15710 Info-file-supports-index-cookies is t. Otherwise, search nodes
15711 with "Index" in the node name.
15712 (Info-index-node): Search index cookie in the current node only when
15713 Info-file-supports-index-cookies is t. Otherwise, check the word
15714 "Index" in the node name.
15715 (Info-find-emacs-command-nodes): Remove code that searches nodes
15716 with "Index" node name in the top menu.
15717
15718 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * progmodes/scheme.el (scheme-mode-variables): Use the default
15721 comment-indent-function.
15722
15723 * faces.el (face-attribute): Handle the case where a face inherits from
15724 a non-existent face.
15725
15726 * simple.el (eval-expression-print-format): Use lisp-readable syntax
15727 for octal and hexa output, and merge the char into the paren.
15728 (kill-new): Use push.
15729 (copy-to-buffer): Use with-current-buffer.
15730 (completion-setup-function): Move code in loop to remove redundancy.
15731 (minibuffer-local-must-match-map): Don't add bindings that duplicate
15732 those inherited from minibuffer-local-completion-map.
15733
15734 * savehist.el (savehist-mode) <defcustom>:
15735 Use custom-set-minor-mode if available.
15736 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15737 and emit a message if applicable.
15738
15739 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
15740
15741 * savehist.el: Sync up to version 19.
15742 (savehist-mode): New minor mode.
15743 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15744 (savehist-length): Remove (use history-length instead).
15745 (savehist-file-modes): Rename from savehist-modes.
15746 (savehist-save-hook, savehist-loaded): New vars.
15747 (savehist-load): Use savehist-mode. Try to smooth up transition from
15748 old format to new format.
15749 (savehist-install): Allow savehist-autosave-interval to be nil.
15750 (savehist-save): Run the new hook. Be more careful to only trim the
15751 history variables.
15752 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
15753 (savehist-printable): Print into a buffer rather than char-by-char.
15754
15755 2005-11-01 John Wiegley <johnw@newartisans.com>
15756
15757 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15758 toggle-ignore keybinding (C-a). The author said it had been
15759 disabled much earlier due to a possible incompatibility, but after
15760 many months of usage I have encountered no problems (and it is a
15761 rather useful option, especially for switching to " *temp*").
15762
15763 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15764 support for OS/X's AddressBook, by calling out to the open source
15765 program "contacts" (installable through Fink).
15766
15767 * net/eudc.el (eudc-expand-inline): If the
15768 `eudc-multiple-match-handling-method' is set to `all', delete the
15769 query string before inserting the query result.
15770
15771 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15772 flag, to prevent Eshell from using the system ls when
15773 `eshell-ls-insert-directory' is in used.
15774 (eshell-ls-insert-directory): Disable font-lock in directory
15775 buffer so that Eshell's own fontification is seen. This broke
15776 recently due to changes in font-lock, so this goes back to version
15777 21 behavior.
15778
15779 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
15780
15781 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15782 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15783 (gdb-many-windows): Doc fix.
15784
15785 2005-10-31 Romain Francoise <romain@orebokech.com>
15786
15787 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15788
15789 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15790
15791 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15792 that global-font-lock-mode can be enabled by default.
15793
15794 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15795 (font-lock-add-keywords, font-lock-remove-keywords)
15796 (font-lock-fontify-buffer): Remove autoload cookies.
15797
15798 * jit-lock.el (jit-lock-register): Likewise.
15799
15800 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15801
15802 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15803
15804 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15805 intact if there is no gud-comint-buffer.
15806
15807 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
15808
15809 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15810 old prompt comint-prompt-read-only is t and GDB commands are
15811 issued from tool bar etc.
15812
15813 2005-10-31 Masatake YAMATO <jet@gyve.org>
15814
15815 * vc.el (vc-directory-exclusion-list): Add "{arch}".
15816
15817 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15818
15819 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15820 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15821
15822 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
15823
15824 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15825 starting at beginning of line. Fontification is messed up when
15826 `open-paren-in-column-0-is-defun-start' set to t.
15827 Reported by John Paul Wallington <jpw@pobox.com>.
15828
15829 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
15830
15831 * comint.el (comint-send-input): Call `comint-update-fence' when
15832 `comint-process-echoes' and `comint-prompt-read-only' are both
15833 non-nil, to avoid leftover read-only newline.
15834
15835 2005-10-30 Richard M. Stallman <rms@gnu.org>
15836
15837 * textmodes/flyspell.el (flyspell-external-point-words):
15838 Detect when WORD can't be checked properly because
15839 flyspell-get-word finds just part of it, and move on.
15840
15841 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15842 boundarychar for Polish.
15843 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15844 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15845
15846 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15847
15848 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15849 (gdb-registers-font-lock-keywords): Delete.
15850 (gdb-registers-mode): Don't fontify.
15851 (gdb-info-registers-custom): Use text properties instead as, in
15852 future, changed register values will use font-lock-warning-face.
15853 (gdb-local-font-lock-keywords): Rename to...
15854 (gdb-locals-font-lock-keywords): ...for consistency.
15855
15856 2005-10-30 Andre Spiegel <spiegel@gnu.org>
15857
15858 * vc.el (vc-switch-backend): Better error message if the buffer is
15859 not visiting a file under version control.
15860
15861 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
15862
15863 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
15864
15865 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
15866 ~/.emacs.d/.emacs.
15867
15868 2005-10-29 Richard M. Stallman <rms@gnu.org>
15869
15870 * replace.el (occur-mode-mouse-goto): Always go to other window.
15871 (occur-mode-goto-occurrence): Always switch in same window.
15872
15873 * simple.el (undo): Display message at end, not at start.
15874
15875 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
15876 New arg REUSE-CELL.
15877 (cancel-timer-internal): New function.
15878 (timer-event-handler): Use cancel-timer-internal,
15879 and pass the cell it returns to timer-activate...
15880
15881 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
15882 (jit-lock-deferred-fontify, jit-lock-context-fontify)
15883 (jit-lock-after-change): Test memory-full.
15884
15885 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15886
15887 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15888 part of the decoded armor to find the key-identifier.
15889 (pgg-gpg-lookup-key-owner): New function to return the
15890 human-readable identifier of a key owner.
15891 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15892 key itself.
15893 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15894 the key value) if we have a key and can match it against a secret
15895 key. Also, added a note pointing out fact that the prompt only
15896 indicates the first matching key.
15897
15898 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15899 pgg-decrypt-region.
15900 (pgg-pending-timers): A new hash for tracking the passphrase cache
15901 timers, so that new ones supercede old ones.
15902 (pgg-add-passphrase-to-cache): Rename from
15903 `pgg-add-passphrase-cache' to reduce confusion (all callers
15904 changed). Modified to cancel old timers when new ones are added.
15905 (pgg-remove-passphrase-from-cache): Rename from
15906 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15907 changed). Modified to cancel old timers when their keys are
15908 removed from the cache.
15909 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15910 XEmacs, an indirection to delete-itimer.
15911 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15912 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15913 users can only check cache without risk of prompting. Correct bug in
15914 notruncate behavior.
15915 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15916 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15917 Add informative docstrings.
15918 (pgg-decrypt): Convey provided passphrase in subordinate call to
15919 pgg-decrypt-region.
15920
15921 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15922 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15923 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15924 `passphrase' argument, so the passphrase can be managed externally
15925 and then passed in to the system.
15926
15927 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15928 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15929 so the passphrase cache can be used reliably with identifiers
15930 besides a pgp packet's key id.
15931
15932 * pgg-gpg.el (pgg-pgp-encrypt-region)
15933 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15934 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15935 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15936 argument to all these routines, so the passphrase can be managed
15937 externally and passed in to the system.
15938
15939 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15940 `notruncate' argument, so the passphrase cache can be used
15941 reliably with identifiers besides a pgp packet's key id.
15942
15943 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
15944
15945 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15946 symmetric encryption.
15947 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15948 encrypted session key.
15949 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15950 message ask for the passphrase in a proper way.
15951
15952 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15953 New user commands for symmetric encryption.
15954
15955 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
15956
15957 * textmodes/conf-mode.el (conf-assignment-sign)
15958 (conf-assignment-regexp): Fix docstrings.
15959 (conf-mode-initialize): New function.
15960 (conf-mode): Remove optional args. Use delay-mode-hooks to
15961 recognize recursive calls.
15962 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
15963 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
15964 (conf-xdefaults-mode): Use define-derived-mode and
15965 conf-mode-initialize.
15966
15967 2005-10-29 Romain Francoise <romain@orebokech.com>
15968
15969 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
15970
15971 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15972
15973 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15974 part of the decoded armor to find the key-identifier.
15975 (pgg-gpg-lookup-key-owner): New function to return the
15976 human-readable identifier of a key owner.
15977 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15978 key itself.
15979 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15980 the key value) if we have a key and can match it against a secret
15981 key. Also, added a note pointing out fact that the prompt only
15982 indicates the first matching key.
15983
15984 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15985 pgg-decrypt-region.
15986 (pgg-pending-timers): A new hash for tracking the passphrase cache
15987 timers, so that new ones supercede old ones.
15988 (pgg-add-passphrase-to-cache): Rename from
15989 `pgg-add-passphrase-cache' to reduce confusion (all callers
15990 changed). Modified to cancel old timers when new ones are added.
15991 (pgg-remove-passphrase-from-cache): Rename from
15992 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15993 changed). Modified to cancel old timers when their keys are
15994 removed from the cache.
15995 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15996 XEmacs, an indirection to delete-itimer.
15997 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15998 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15999 users can only check cache without risk of prompting. Correct bug in
16000 notruncate behavior.
16001 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16002 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16003 Add informative docstrings.
16004 (pgg-decrypt): Convey provided passphrase in subordinate call to
16005 pgg-decrypt-region.
16006
16007 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
16008
16009 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16010 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16011 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16012 `passphrase' argument, so the passphrase can be managed externally
16013 and then passed in to the system.
16014
16015 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16016 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16017 so the passphrase cache can be used reliably with identifiers
16018 besides a pgp packet's key id.
16019
16020 * pgg-gpg.el (pgg-pgp-encrypt-region)
16021 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16022 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16023 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16024 argument to all these routines, so the passphrase can be managed
16025 externally and passed in to the system.
16026
16027 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16028 `notruncate' argument, so the passphrase cache can be used
16029 reliably with identifiers besides a pgp packet's key id.
16030
16031 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16032
16033 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16034 symmetric encryption.
16035 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16036 encrypted session key.
16037 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16038 message ask for the passphrase in a proper way.
16039
16040 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16041 New user commands for symmetric encryption.
16042
16043 2005-10-28 Bill Wohler <wohler@newt.com>
16044
16045 * help-mode.el (help-url): New button type. Calls browse-url.
16046 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
16047 Similar to Info nodes: URL `url'.
16048 (help-make-xrefs): Create help-url buttons for
16049 help-xref-url-regexp matches.
16050
16051 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
16052
16053 * tool-bar.el (tool-bar-add-item-from-menu)
16054 (tool-bar-local-item-from-menu): Fix doc strings.
16055
16056 2005-10-28 Romain Francoise <romain@orebokech.com>
16057
16058 * ldefs-boot.el: Update.
16059
16060 * subr.el (locate-library): Move from help-fns.el.
16061 * help-fns.el (locate-library): Move to subr.el.
16062
16063 2005-10-28 Richard M. Stallman <rms@gnu.org>
16064
16065 * net/tramp.el (tramp-completion-mode): defvar moved up.
16066
16067 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16068
16069 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16070
16071 * files.el (find-file-noselect): Use %d to format large file size.
16072
16073 * bindings.el (mode-line-format): Add %e.
16074
16075 * loadup.el ("facemenu"): Load unconditionally.
16076 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16077 ("x-dnd"): Load, when appropriate.
16078
16079 * startup.el (command-line): Call before-init-hook earlier.
16080 Warn about some bad characters in -u user name.
16081
16082 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16083 (flyspell-external-point-words): Error if misspelled word is not found.
16084 Set flyspell-large-region-beg at end of word.
16085
16086 2005-10-28 Andreas Schwab <schwab@suse.de>
16087
16088 * view.el (View-revert-buffer-scroll-page-forward):
16089 Use view-page-size-default.
16090
16091 2005-10-28 Juri Linkov <juri@jurta.org>
16092
16093 * international/quail.el (quail-get-current-str): Translate last
16094 raw character for deterministic input methods.
16095
16096 2005-10-27 Jay Belanger <belanger@truman.edu>
16097
16098 * calc/calc-ext.el: Add functions to autoloads.
16099 (math-identity-matrix-p, math-ident-row-p): New functions.
16100
16101 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16102 multiplication by an identity matrix; don't turn multiplication by
16103 an inverse matrix into division.
16104 (math-div-symbol-fancy): Replace division by matrices with
16105 multiplication by inverse.
16106
16107 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16108
16109 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16110 (calc-writeoutpower): New functions.
16111
16112 2005-10-27 Romain Francoise <romain@orebokech.com>
16113
16114 * replace.el (occur-engine): Include colon in mouse-face highlight.
16115
16116 * dired-x.el: Change Maintainer field.
16117
16118 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
16119
16120 * longlines.el (longlines-mode): Bind after-change-functions to
16121 nil during initial decoding and final encoding.
16122
16123 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16124
16125 * term.el (term-emulate-terminal, term-handle-colors-array)
16126 (term-handle-ansi-escape): Specify the terminfo capabilities
16127 implemented.
16128
16129 2005-10-26 Richard M. Stallman <rms@gnu.org>
16130
16131 * info.el (Info-fontify-node): Fix detection of sentence-break
16132 before *Note.
16133
16134 2005-10-26 Romain Francoise <romain@orebokech.com>
16135
16136 * smerge-mode.el: Add `tools' to file keywords.
16137
16138 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
16139
16140 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16141 when the fringe is not available.
16142
16143 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16144 (def-gdb-auto-update-trigger): Simplify construction.
16145 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16146 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16147 defined explicitly.
16148 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16149 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16150 defined explicitly.
16151 (gdb-info-locals-custom): Remove as it's a no-op.
16152
16153 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
16154
16155 * longlines.el (longlines-mode): Remove narrowing before
16156 performing the initial decoding or final encoding.
16157
16158 2005-10-25 Romain Francoise <romain@orebokech.com>
16159
16160 * emacs-lisp/find-func.el (find-library-name): Also strip
16161 extension if library name ends in .el, to take advantage of
16162 `find-library-suffixes'.
16163
16164 2005-10-25 Richard M. Stallman <rms@gnu.org>
16165
16166 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16167
16168 2005-10-25 Juri Linkov <juri@jurta.org>
16169
16170 * textmodes/texinfo.el (texinfo-mode): Change charset of one
16171 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16172
16173 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16174
16175 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16176 (blackbox-redefine-key): Add argument `map'.
16177
16178 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16179 regions when moving the jit-lock-context-unfontify-pos boundary.
16180
16181 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16182
16183 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16184
16185 2005-10-25 Masatake YAMATO <jet@gyve.org>
16186
16187 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16188
16189 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16190
16191 * play/blackbox.el (blackbox-redefine-key): New function.
16192 (blackbox-mode-map): Use it to remap existing bindings for cursor
16193 motion instead of binding literal keys.
16194
16195 2005-10-25 Glenn Morris <rgm@gnu.org>
16196
16197 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16198 diary does not end in a newline. Do not assume a blank line at
16199 the start of the diary file.
16200
16201 2005-10-25 Kenichi Handa <handa@m17n.org>
16202
16203 * international/quail.el (quail-translate-key): If the input
16204 method is deterministic and failed to handle the last key, restart
16205 the key handling loop from an appropriate key.
16206
16207 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
16208
16209 * vc.el (vc-dired-mode): Extend comment for binding of
16210 `directory-listing-before-filename-regexp'.
16211
16212 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * textmodes/texinfo.el (texinfo-mode):
16215 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16216 not to unnecessarily expose emacs-mule's internal char codes.
16217
16218 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
16219
16220 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16221 Display hand pointer and help-echo on disabled icon too.
16222 (gdb-mouse-until): New function.
16223 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16224
16225 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
16226
16227 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16228 with 2005-10-23 change to doctor.el.
16229
16230 * finder.el (finder-mode-map): Add follow-link binding.
16231
16232 2005-10-25 Kim F. Storm <storm@cua.dk>
16233
16234 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16235 to gdb-mouse-toggle-breakpoint-fringe.
16236 (gdb-mouse-toggle-breakpoint-margin): Rename from
16237 gdb-mouse-toggle-breakpoint. Fix doc.
16238 (gdb-mouse-toggle-breakpoint-fringe): New defun.
16239 (gdb-put-string): Add optional SPROPS arg. Add props to string.
16240 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16241 string properties also for fringe breakpoint bitmaps.
16242
16243 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
16244
16245 * textmodes/org.el (org-start-icalendar-file): Fix format form.
16246
16247 2005-10-25 Masatake YAMATO <jet@gyve.org>
16248
16249 * simple.el (completion-common-substring):
16250 Use `completion-common-substring' prior to `completion-base-size'.
16251
16252 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
16253
16254 * savehist.el: Require CL while compiling.
16255 (savehist-history-variables): Remove.
16256 (savehist-save-minibuffer-history, savehist-additional-variables)
16257 (savehist-minibuffer-history-variables): New vars.
16258 (savehist-save): Use them.
16259 (savehist-uninstall, savehist-minibuffer-hook): New funs.
16260 (savehist-install): New fun, extracted from savehist-load.
16261 (savehist-load): Use them.
16262
16263 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16264
16265 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16266 a dummy doc-string-elt property.
16267 (defalias, defvaralias, define-category): Add a docstring property.
16268
16269 * image.el (defimage):
16270 * widget.el (define-widget):
16271 * custom.el (defface, defcustom): Add `doc-string' declaration.
16272
16273 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16274 (defadvice): Add `doc-string' declaration.
16275
16276 * emacs-lisp/byte-run.el (macro-declaration-function):
16277 Handle `doc-string' declarations.
16278 (define-obsolete-function-alias, define-obsolete-variable-alias):
16279 Add `doc-string' declaration.
16280
16281 2005-10-24 Kenichi Handa <handa@m17n.org>
16282
16283 * international/utf-7.el (utf-7): Add autoload cookie.
16284
16285 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16286
16287 2005-10-24 Eli Zaretskii <eliz@gnu.org>
16288
16289 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16290 list of directories passed to batch-update-autoloads. Add "." to
16291 the list of the echoed directories.
16292
16293 * pgg-def.el:
16294 * pgg-gpg.el:
16295 * pgg-parse.el:
16296 * pgg-pgp.el:
16297 * pgg-pgp5.el:
16298 * pgg.el: Moved here from the gnus subdirectory.
16299
16300 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
16301
16302 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16303 in case comint-prompt-read-only is set to t.
16304
16305 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16306 in case comint-prompt-read-only is set to t.
16307
16308 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
16309
16310 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16311 Now a string.
16312 (icalendar-import-format): Handle CLASS, STATUS, URL.
16313 Rename `subject' to `summary'.
16314 (icalendar-import-format-summary): Rename from
16315 `icalendar-import-format-subject'.
16316 (icalendar-import-format-url, icalendar-import-format-status)
16317 (icalendar-import-format-class): New variables.
16318 (icalendar--rris): Take variable argument list.
16319 (icalendar--datestring-to-isodate): Remove unnecessary
16320 calendar-style check when converting dates with explicit month names.
16321 (icalendar-export-region): Change return type of conversion
16322 subroutines. Bury current buffer unless error occurred.
16323 (icalendar--convert-to-ical)
16324 (icalendar--parse-summary-and-rest): New functions.
16325 (icalendar--convert-ordinary-to-ical)
16326 (icalendar--convert-weekly-to-ical)
16327 (icalendar--convert-yearly-to-ical)
16328 (icalendar--convert-block-to-ical)
16329 (icalendar--convert-cyclic-to-ical)
16330 (icalendar--convert-anniversary-to-ical): Change return type.
16331 Strip trailing blanks from subject.
16332 (icalendar--convert-sexp-to-ical): Change return type.
16333 Strip trailing blanks from subject. Handle simple sexp
16334 entries as generated by icalendar.el.
16335 (icalendar--convert-float-to-ical)
16336 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16337 (icalendar-import-file): Doc fix.
16338 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16339 Correct call to icalendar--rris.
16340 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
16341 `summary'.
16342 (icalendar--add-diary-entry): Rename `subject' to `summary'.
16343
16344 2005-10-24 Romain Francoise <romain@orebokech.com>
16345
16346 * server.el (server-sentinel): Set query-on-exit flag to nil on
16347 new client processes (it isn't inherited from the server process).
16348
16349 * replace.el (occur-engine): Rearrange text properties.
16350
16351 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16352
16353 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16354 case-fold-search is nil.
16355 (debug-help-follow): Use help-xref-interned directly.
16356
16357 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16358
16359 * thumbs.el (thumbs-image-type): Add .pbm.
16360
16361 2005-10-23 Richard M. Stallman <rms@gnu.org>
16362
16363 * faces.el (inhibit-face-set-after-frame-default): New variable.
16364 (set-face-attribute): Bind it.
16365 (face-set-after-frame-default): Test it.
16366
16367 * help-fns.el (describe-simplify-lib-file-name): New function.
16368 (describe-function-1, describe-variable): Use it.
16369
16370 * faces.el (describe-face): Use describe-simplify-lib-file-name.
16371
16372 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16373 Eliminate nil as possible value.
16374 (tooltip-hide-delay): Reduce internal-border-width.
16375
16376 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16377 (menu-bar-file-menu) <new-file>: Likewise.
16378
16379 * simple.el (line-move-finish): Ignore fields computing LINE-END.
16380
16381 * international/mule.el (load-with-code-conversion):
16382 Pass full file name to `eval-buffer' unless preloading.
16383
16384 * textmodes/flyspell.el (flyspell-large-region):
16385 Call ispell-check-version.
16386
16387 * textmodes/ispell.el (ispell-local-dictionary-overridden):
16388 Fix the make-variable-buffer-local call that was supposed
16389 to be for this variable.
16390 (ispell-aspell-supports-utf8): Doc fix.
16391 (ispell-find-aspell-dictionaries): Preserve elements of
16392 ispell-dictionary-alist for dictionaries that aspell doesn't report.
16393 (ispell-aspell-find-dictionary): Return nil on error.
16394
16395 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16396 (doctor-symptoms): Likewise.
16397
16398 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16399
16400 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16401
16402 * cus-edit.el (custom-button, custom-button-pressed): New vars.
16403 (custom-raised-buttons): Add :set spec.
16404 (custom-button-unraised, custom-button-pressed-unraised):
16405 New faces, so that custom-raised-buttons actually does something.
16406 (custom-mode): Use custom-button and custom-button-pressed.
16407
16408 * wid-edit.el (widget-specify-button): Don't ignore
16409 widget-mouse-face on graphic terminals.
16410 (widget-move-and-invoke): Cleanup.
16411
16412 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
16413
16414 * whitespace.el (whitespace-cleanup): Doc fix.
16415
16416 2005-10-23 Romain Francoise <romain@orebokech.com>
16417
16418 * emulation/viper.el (viper-set-hooks): Quote forms passed to
16419 `eval-after-load' to avoid evaluating their result.
16420
16421 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
16422
16423 * files.el (directory-listing-before-filename-regexp):
16424 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
16425
16426 * dired.el (dired-move-to-filename-regexp): Remove.
16427 All occurences replaced by `directory-listing-before-filename-regexp'.
16428
16429 * dired-x.el, locate.el, vc.el:
16430 Replace `dired-move-to-filename-regexp' by
16431 `directory-listing-before-filename-regexp'. In vc.el it is
16432 overwritten locally; maybe this can be handled in files.el too.
16433
16434 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
16435 replaced by `directory-listing-before-filename-regexp'.
16436
16437 2005-10-23 Andreas Schwab <schwab@suse.de>
16438
16439 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16440 and eval-next-after-load.
16441
16442 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
16443
16444 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16445 exist, create it.
16446
16447 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
16448
16449 * allout.el: Remove autoloads for mailcrypt and crypt++.
16450 Require pgg, pgg-gpg during compilation.
16451 (allout-version): Increment version number to 2.1, and use a literal
16452 rather than RCS Id.
16453 (allout-default-encryption-scheme): Remove.
16454 (allout-passphrase-verifier-handling)
16455 (allout-passphrase-verifier-string)
16456 (allout-file-passphrase-verifier-string)
16457 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16458 (allout-passphrase-hint-handling): Rename and simplify.
16459 (allout-init): Use `find-file-hook' if available, otherwise
16460 `find-file-hooks'.
16461 (allout-mode): Use `write-file-functions' if available, otherwise
16462 `local-write-file-hooks' and, instead of making auto-save-hook
16463 buffer local, make the write-file-hook activity contingent to
16464 allout-mode.
16465 (allout-mode): Use key-binding substitution in the docstring.
16466 (allout-kill-line): Spell-out kill ring data structure mutation
16467 instead of using byte-compiler-complaint-provoking `pop'.
16468 (allout-insert-listified): Use `insert' rather than `insert-string'
16469 (allout-toggle-current-subtree-encryption): Update docstring, adjust
16470 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16471 (allout-encrypt-string): Totally revamped vis new underlying
16472 encryption facilities.
16473 (allout-mc-activate-passwd): Remove.
16474 (allout-obtain-passphrase): New, more or less replaces
16475 allout-mc-activate-passwd.
16476 (allout-encrypted-key-info): More or less replaces
16477 allout-encrypted-text-type.
16478 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16479 (my-mark-marker): Use `(featurep 'xemacs)'.
16480
16481 2005-10-23 Lars Hansen <larsh@soem.dk>
16482
16483 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16484 (byte-compile-file-form-defmumble, byte-compile-defun)
16485 (byte-compile-defmacro): Use it.
16486 (byte-compile-form): Don't call byte-compile-set-symbol-position
16487 when a byte-compile handler is called.
16488
16489 2005-10-22 Romain Francoise <romain@orebokech.com>
16490
16491 * savehist.el (savehist-history-variables): Add `grep-find-history'.
16492
16493 * subr.el (eval-after-load): Convert library name to an absolute
16494 file name using locate-library, since load-history no longer has
16495 library names in it.
16496
16497 2005-10-22 Richard M. Stallman <rms@gnu.org>
16498
16499 * files.el (make-temp-file): Move from subr.el.
16500 * subr.el (make-temp-file): Move to files.el.
16501
16502 * window.el (get-buffer-window-list): Move from subr.el.
16503 * subr.el (get-buffer-window-list): Move to window.el.
16504
16505 * image.el (image-load-path): Use eval-at-startup to initialize.
16506
16507 * subr.el (eval-at-startup): New macro.
16508
16509 * subr.el: Much rearrangement of functions and division
16510 into pages. No code changes.
16511
16512 2005-10-22 Kenichi Handa <handa@m17n.org>
16513
16514 * tar-mode.el (tar-extract): Be sure to call
16515 find-operation-coding-system if set-auto-coding doesn't find a
16516 coding system.
16517
16518 2005-10-22 Kim F. Storm <storm@cua.dk>
16519
16520 * image.el (image-type-header-regexps): Rename from image-type-regexps.
16521 Change users.
16522 (image-type-file-name-regexps): New defconst.
16523 (image-type-from-data): Simplify loop.
16524 (image-type-from-buffer): New defun.
16525 (image-type-from-file-header): Use it instead of image-type-from-data.
16526 Use image-search-load-path instead of only looking in data-directory.
16527 (image-type-from-file-name): New defun.
16528 (image-search-load-path): Change `pathname' to `filename'.
16529 Make PATH arg optional, default to image-load-path.
16530
16531 2005-10-21 Richard M. Stallman <rms@gnu.org>
16532
16533 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
16534
16535 * textmodes/paragraphs.el (sentence-end-base): New variable.
16536 (sentence-end): Use sentence-end-base.
16537
16538 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16539
16540 * font-lock.el (font-lock-default-fontify-region): Check the multiline
16541 property independently from the font-lock-multiline variable.
16542
16543 2005-10-21 Richard M. Stallman <rms@gnu.org>
16544
16545 * emacs-lisp/find-func.el (find-library-name): Doc fix.
16546
16547 * startup.el (command-line): Convert library names
16548 in `load-history' to absolute file names.
16549
16550 * subr.el (symbol-file): Doc fix.
16551
16552 * loadhist.el (file-loadhist-lookup): Call locate-library
16553 instead of find-library-name. Don't try converting
16554 abs file names to library names, since load-history no longer
16555 has library names in it.
16556 (file-dependents, file-provides, file-requires): Doc fixes.
16557
16558 2005-10-21 Juri Linkov <juri@jurta.org>
16559
16560 * progmodes/etags.el (tags-table-mode): New function.
16561 (tags-verify-table): Replace initialize-new-tags-table with
16562 tags-table-mode.
16563
16564 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
16565 default value.
16566 (desktop-modes-not-to-save): Add tags-table-mode to the
16567 default value.
16568
16569 * info.el (Info-index-next): Add total number of index
16570 alternatives to the message.
16571
16572 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16573 backward only space (instead of space and period) before looking
16574 at sentence end.
16575
16576 * simple.el (set-variable): Use user-variable-p instead of symbolp.
16577 Add the old variable value as 4th default-value arg of read-string.
16578
16579 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16580
16581 * cus-face.el (custom-declare-face): Make face from X resources
16582 also on Mac.
16583
16584 * disp-table.el (standard-display-g1, standard-display-graphic):
16585 Refuse to use string glyphs also on Mac.
16586 (standard-display-european): Don't set terminal coding system also
16587 on Mac.
16588
16589 * frame.el (display-screens): Use x-display-screens also on Mac.
16590
16591 2005-10-21 Romain Francoise <romain@orebokech.com>
16592
16593 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
16594
16595 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16596
16597 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
16598 and $? into sexps.
16599
16600 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
16601 warning face on open-paren-in-column-0.
16602
16603 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
16604 boundary case. Fix typo.
16605 Suggested by Martin Rudalics <rudalics@gmx.at>.
16606
16607 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
16608
16609 * textmodes/org.el (org-combined-agenda-icalendar-file)
16610 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
16611 (org-export-icalendar-this-file)
16612 (org-export-icalendar-all-agenda-files)
16613 (org-export-icalendar-combine-agenda-files): New commands.
16614 (org-export-icalendar, org-print-icalendar-entries)
16615 (org-start-icalendar-file, org-finish-icalendar-file)
16616 (org-ical-ts-to-string): New functions.
16617 (org-read-date, org-goto-calendar)
16618 (org-agenda-goto-calendar): Inhibit displaying diary entries by
16619 call to `calendar'.
16620 (orgtbl-setup): Remove the :keys arguments from the menu description.
16621 (org-after-save-iCalendar-file-hook): New variable.
16622
16623 2005-10-21 Kenichi Handa <handa@m17n.org>
16624
16625 * language/vietnamese.el (tcvn-5712): Make it an alias of
16626 vietnamese-tcvn coding-system.
16627
16628 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
16629
16630 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
16631 group id is given.
16632
16633 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16634
16635 * progmodes/sh-script.el (sh-escaped-line-re): New var.
16636 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
16637 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
16638 whose line is either continued or ends with a comment.
16639
16640 2005-10-20 Romain Francoise <romain@orebokech.com>
16641
16642 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
16643
16644 * replace.el (occur-engine): Add follow-link property.
16645
16646 * font-core.el (font-lock-mode): Doc fix.
16647
16648 2005-10-20 Richard M. Stallman <rms@gnu.org>
16649
16650 * net/rcirc.el: New file.
16651
16652 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
16653
16654 * term.el (term-term-name): Initialize to "eterm-color".
16655
16656 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
16657
16658 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
16659 for encryption functionality.
16660 Move allout customization subgroup from `editing' to `outlines' group.
16661 Fix commentary keywords to legitimate ones.
16662 Update author info (using my current email address, obscurified).
16663 (allout-encrypt-string, allout-encryption-produce-work-buffer)
16664 (allout-encrypted-topic-p, allout-encrypted-text-type)
16665 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16666 (allout-situate-encryption-key-verifier)
16667 (allout-get-encryption-key-verifier, allout-verify-key)
16668 (allout-next-topic-pending-encryption)
16669 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16670 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16671 (outline-key-verifier-handling, outline-key-hint-handling)
16672 (outline-encrypt-unencrypted-on-saves): New defcustoms.
16673 (allout-file-key-verifier-string, allout-encryption-scheme)
16674 (allout-key-verifier-string, allout-key-hint-string)
16675 (allout-after-save-decrypt): New variables.
16676 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16677 (allout-after-saves-handler): New hook functions.
16678 (allout-post-command-business): Do allout-after-save-decrypt.
16679 (allout-enable-file-variable-adjustment): Custom var to enable
16680 mechanism for adding and adjusting settings of Emacs file variables.
16681 (allout-adjust-file-variable, allout-file-vars-section-data):
16682 New functions, implement the mechanism.
16683 (outlineify-sticky): Use the file vars mechanism.
16684 (allout-inhibit-protection, allout-during-write-cue)
16685 (allout-override-protect, allout-before-change-protect): Remove.
16686 (allout-flag-region, allout-open-topic): Adjust read-only text.
16687 (allout-open-line-not-read-only): Add to facilitate read-only
16688 text based protection.
16689 (allout-kill-line): Revise to adjust read-only text, clue the
16690 user about the inhibition.
16691 (allout-unprotected): Use unwind-protect.
16692 (allout-shift-in, allout-shift-out): Disallow manually shifting a
16693 topic deeper than the offspring depth of the previous topic -
16694 avoiding confusing "containment discontinuities".
16695 (allout-reindent-bodies): Fix retention of body relative hanging
16696 indent during promotion of collapsed bodies.
16697 (allout-open-topic): Make it easy to open new topic with same
16698 bullet as current topic - topic creation functions provided with
16699 any universal argument provokes now prompt for bullet, defaulting
16700 to the bullet of the previous topic.
16701 (allout-plain-bullets-string, allout-distinctive-bullets-string):
16702 Plain bullet alternates `.' period and `,' comma only. All other
16703 bullets are relegated to special status (but customizable).
16704 (allout-end-of-entry): Rename from allout-end-of-current-entry
16705 since it actually operates w.r.t. most immediately containing
16706 entry, visible or not.
16707 (allout-hide-current-entry, allout-show-current-entry): Use the
16708 revised version.
16709 (allout-old-expose-topic): Solidify deprecation.
16710 (allout-end-of-subtree): Add so we can span concealed as well
16711 as visible topics.
16712 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16713 (allout-end-of-current-heading): Tweak to just respect the first line.
16714 (allout-get-body-text): Add.
16715 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16716 when invoked interactively.
16717 (allout-up-current-level): Use `interactive-p'.
16718 (allout-mode, allout-init): Miscellaneous docstring and
16719 operational refinements, as well as hookups of new encryption stuff.
16720 (allout-beginning-of-current-entry): Now works as advertised.
16721 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16722 (allout-isearch-rectification): Refine condition for isearching.
16723 (allout-isearch-abort, allout-enwrap-isearch)
16724 (allout-flag-region, my-region-active-p): Relocate some macros.
16725 (allout-title): Fallback title is (buffer-name), not
16726 non-existing (current-buffer-name).
16727 (subst-char-in-string): Define if absent (for some XEmacs versions).
16728
16729 2005-10-20 Jari Aalto <jari.aalto@cante.net>
16730
16731 * mail/sendmail.el (mail-setup-hook, mail-aliases)
16732 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16733 (mail-citation-prefix-regexp, mail-signature-file)
16734 (mail-default-headers, mail-bury-selects-summary)
16735 (mail-send-nonascii): Add autoload cookies.
16736
16737 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16738
16739 * frame.el (blink-cursor-mode): Add `mac' to the list of
16740 window-system's that support blinking cursor.
16741
16742 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
16743
16744 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16745
16746 2005-10-20 Eli Zaretskii <eliz@gnu.org>
16747
16748 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16749 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16750 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16751
16752 2005-10-20 Kim F. Storm <storm@cua.dk>
16753
16754 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16755 (ido-set-current-directory): Don't add / after final @.
16756 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16757 Explicitly handle ange-ftp completion oddities.
16758 (ido-make-file-list): Don't rotate list at tramp root to avoid
16759 triggering tramp file handler for expand-file-name via get-file-buffer.
16760
16761 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16762
16763 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16764
16765 2005-10-19 Jay Belanger <belanger@truman.edu>
16766
16767 * calc/calc-units.el (math-standard-units): Add units, adjust
16768 symbols and update values.
16769 (math-unit-prefixes): Add more prefixes.
16770
16771 2005-10-19 Romain Francoise <romain@orebokech.com>
16772
16773 * bookmark.el (bookmark-menu-heading): New face.
16774 (bookmark-bmenu-list): Use it.
16775 Don't fiddle with `baud-rate' at top-level.
16776
16777 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
16778
16779 * image.el (create-image, find-image): Mention max-image-size in
16780 docstring.
16781
16782 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * savehist.el (savehist-load): Revert to checking XEmacs.
16785
16786 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16787 Various docstring and line-width fixups.
16788 (conf-mode): Use cond.
16789 Set font-lock-defaults. Don't set comment-use-syntax.
16790
16791 2005-10-18 David Ponce <david@dponce.com>
16792
16793 * tree-widget.el (tree-widget-button-click): New function.
16794 (tree-widget-button-keymap): Use it.
16795
16796 2005-10-18 Romain Francoise <romain@orebokech.com>
16797
16798 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16799 (bookmark-bmenu-hide-filenames): Add follow-link property.
16800 Improve help-echo text.
16801
16802 * ffap.el (find-file-at-point): Doc fix.
16803
16804 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16805
16806 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16807
16808 2005-10-18 Masatake YAMATO <jet@gyve.org>
16809
16810 Install to the CVS repository what I forgot to install in my
16811 2005-10-16 changes.
16812
16813 * progmodes/python.el (python-complete-symbol): Pass the common
16814 prefix substring of completion to `display-completion-list'.
16815
16816 * textmodes/org.el (org-complete): Ditto.
16817
16818 2005-10-18 Masatake YAMATO <jet@gyve.org>
16819
16820 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16821
16822 * woman.el (WoMan-xref-man-page): New button type derived
16823 from `Man-abstract-xref-man-page'.
16824 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16825
16826 * man.el (Man-abstract-xref-man-page): New button type.
16827 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16828 (Man-highlight-references): Add new optional argument `xref-man-type'.
16829
16830 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16831
16832 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16833
16834 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
16835
16836 * cus-edit.el (Custom-move-and-invoke): Delete.
16837 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16838
16839 * wid-edit.el (widget-move-and-invoke): New function, from
16840 Custom-move-and-invoke.
16841
16842 2005-10-17 Bill Wohler <wohler@newt.com>
16843
16844 Move all remaining images from lisp/toolbar to etc/images, move
16845 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
16846 the low resolution images in their own directory (low-color).
16847
16848 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16849 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16850 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16851 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16852 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
16853 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
16854 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
16855
16856 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
16857 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
16858 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
16859 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
16860 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
16861 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
16862 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
16863 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
16864 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
16865 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
16866 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
16867 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
16868 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
16869 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
16870 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
16871
16872 To conform with convention, replace the underscore (_) in the
16873 following image names with dash (-) or (/) as appropriate.
16874
16875 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
16876 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
16877 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
16878 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
16879 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
16880 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
16881 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
16882 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
16883 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
16884 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
16885 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
16886 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
16887 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
16888 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
16889 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
16890
16891 * info.el (info-tool-bar-map): Replace underscores in image names
16892 with dashes.
16893
16894 * makefile.w32-in (WINS): Remove toolbar.
16895
16896 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
16897
16898 * tool-bar.el: Move to lisp from toolbar. Now that
16899 toolbar is empty, it should be deleted when folks run "cvs up -P".
16900
16901 2005-10-18 Jay Belanger <belanger@truman.edu>
16902
16903 * calc/calc-store.el (calc-store-into): Get the proper variable name
16904 to display in message.
16905
16906 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16907
16908 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
16909 expressions display in speedbar for all buffers when debugging.
16910 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
16911
16912 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
16913 (speedbar-insert-button, speedbar-make-button):
16914 Use add-text-properties.
16915 (speedbar-update-localized-contents)
16916 (speedbar-update-directory-contents)
16917 (speedbar-update-special-contents): Use dolist.
16918 (speedbar-buffer-easymenu-definition): Add a menu separator.
16919
16920 2005-10-17 Jason Rumney <jasonr@gnu.org>
16921
16922 * makefile.w32-in: Use $(lisp) consistently.
16923 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
16924 for shell specific generation of mh-autoloads.
16925
16926 2005-10-17 Richard M. Stallman <rms@gnu.org>
16927
16928 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
16929
16930 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16931
16932 * jit-lock.el (jit-lock-fontify-now):
16933 Move jit-lock-context-unfontify-pos to avoid wasted work.
16934
16935 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
16936
16937 * net/tramp.el (tramp-completion-mode): New defvar. Used in
16938 `tramp-completion-mode' for checking if we are in completion mode.
16939 (tramp-completion-handle-file-name-all-completions): Reorder code
16940 in order to complete for file names only in case there are no
16941 method/user/host completions. This is necessary for cooperation
16942 with ido. Reported by Kim F. Storm <storm@cua.dk>.
16943
16944 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
16945
16946 * longlines.el (longlines-search-forward)
16947 (longlines-search-backward): Match any number of spaces.
16948
16949 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
16950
16951 * diff-mode.el (diff-mode): Doc fix.
16952
16953 2005-10-16 David Reitter <david.reitter@gmail.com>
16954
16955 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
16956 as default on darwin and windows systems.
16957
16958 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
16959
16960 * arc-mode.el (archive-zip-extract): Doc fix.
16961
16962 2005-10-16 Romain Francoise <romain@orebokech.com>
16963
16964 * mouse.el (mouse-1-click-follows-link): Doc fix.
16965
16966 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16967
16968 * savehist.el: Don't require CL at runtime.
16969 (savehist-xemacs): Remove.
16970 (savehist-coding-system): Use utf-8 if present, regardless of religion.
16971 (savehist-no-conversion): Use (featurep 'xemacs).
16972 (savehist-load): Check existence of start-itimer rather than XEmacs.
16973 Use an idle timer.
16974 (savehist-process-for-saving): Replace use of CL funs `subseq' and
16975 `delete-if-not'.
16976
16977 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
16978
16979 * savehist.el: Newer version.
16980 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
16981 (savehist-last-checksum, savehist-no-conversion): New vars.
16982 (savehist-autosave, savehist-process-for-saving, savehist-printable):
16983 New functions.
16984 (savehist-load, savehist-save): Use them.
16985 (savehist-delimit): Remove.
16986
16987 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16988
16989 * progmodes/compile.el (compilation-goto-locus): Display the
16990 compilation buffer first and the source buffer second, in case they're
16991 in overlapping frames. Don't raise the compilation frame if it was the
16992 selected window upon entry. Pass the `other-window' arg to
16993 pop-to-buffer.
16994
16995 * info.el (Info-fontify-node): Use dolist.
16996 Change add-text-properties to put-text-property.
16997
16998 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16999
17000 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
17001 bound of search.
17002
17003 2005-10-16 Masatake YAMATO <jet@gyve.org>
17004
17005 * dabbrev.el (dabbrev-completion): Pass the common
17006 prefix substring of completion to `display-completion-list'.
17007
17008 * filecache.el (file-cache-minibuffer-complete)
17009 (file-cache-complete): Ditto.
17010
17011 * tempo.el (tempo-display-completions): Ditto.
17012
17013 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
17014
17015 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
17016
17017 * eshell/em-hist.el (eshell-list-history): Ditto.
17018
17019 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
17020
17021 * mail/mailalias.el (mail-complete): Ditto.
17022
17023 * progmodes/etags.el (complete-tag): Ditto.
17024
17025 * progmodes/make-mode.el (makefile-complete): Ditto.
17026
17027 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
17028
17029 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
17030
17031 * progmodes/pascal.el (pascal-complete-word)
17032 (pascal-show-completions): Ditto.
17033
17034 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
17035
17036 * simple.el (completion-common-substring): New variable.
17037 (completion-setup-function): Use `completion-common-substring'
17038 to put faces.
17039
17040 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17041
17042 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
17043 (x-get-selection, mac-select-convert-to-string): Convert from/to
17044 UTF-16 clipboard data as in native byte order, no BOM.
17045
17046 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
17047
17048 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17049 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17050 (gud-sentinel): Use speedbar-frame to check for speedbar.
17051
17052 2005-10-15 Richard M. Stallman <rms@gnu.org>
17053
17054 * savehist.el: New file.
17055
17056 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
17057
17058 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17059 Fix bug in \bf fontification.
17060
17061 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17062
17063 * pcvs.el (cvs-edit-log-files): New var.
17064 (cvs-mode-edit-log): New arg `file'.
17065 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17066 Instead force the use of the original file and nothing else.
17067 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17068 the cvs-minor-wrap-function is set.
17069 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17070
17071 2005-10-14 Bill Wohler <wohler@newt.com>
17072
17073 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17074 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17075 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17076 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17077 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17078 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17079 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17080 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17081 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17082 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17083 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17084 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17085 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17086 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17087 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17088
17089 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17090 appropriately (for example, gud-break to gud/break).
17091
17092 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
17093
17094 * longlines.el (longlinges-search-function)
17095 (longlines-search-forward, longlines-search-backward): New functions.
17096 (longlines-mode): Set isearch-search-fun-function to
17097 longlinges-search-function.
17098
17099 * mouse.el (mouse-drag-region-1): Handle the case where a
17100 double-click event is bound to an arbitrary function.
17101
17102 2005-10-14 David Ponce <david@dponce.com>
17103
17104 * recentf.el (recentf-track-opened-file)
17105 (recentf-track-closed-file, recentf-update-menu)
17106 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17107 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17108 mouse-1-click-follows-link.
17109
17110 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17111
17112 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17113 Gnome file-manager.png. Suggested by
17114 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17115
17116 * toolbar/README: Add diropen.xpm.
17117
17118 2005-10-13 Bill Wohler <wohler@newt.com>
17119
17120 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17121 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
17122
17123 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17124
17125 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17126 Don't waste the byte-compiler's time on constant data.
17127
17128 2005-10-13 Kenichi Handa <handa@m17n.org>
17129
17130 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17131 byte with `escape-glyph' face.
17132
17133 * international/fontset.el (ccl-encode-unicode-font):
17134 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17135 Handle the case that ucs-mule-to-mule-unicode translates a character to
17136 ASCII (usually for IPA characters).
17137
17138 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17139
17140 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17141 Don't hide the underline of titles if font-lock-mode is disabled.
17142
17143 2005-10-12 Bill Wohler <wohler@newt.com>
17144
17145 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
17146 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17147 files in MH-E-SRC have been updated.
17148 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17149
17150 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17151
17152 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17153 (mixal-mode-syntax-table): Add \n as end-comment.
17154 (mixal-operation-codes-alist): Immediately initialize to full value.
17155 (mixal-add-operation-code): Remove.
17156 (mixal-describe-operation-code): Make the arg non-optional.
17157 Use the interactive spec instead.
17158 Use mixal-operation-codes-alist rather than mixal-operation-codes.
17159 (mixal-font-lock-keywords): Don't highlight comments here any more.
17160 (mixal-font-lock-syntactic-keywords): New var.
17161 (mixal-mode): Use it. Fix comment-start-skip.
17162
17163 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17164
17165 * startup.el (command-line-x-option-alist): -nb => -nbi
17166
17167 2005-10-12 Kim F. Storm <storm@cua.dk>
17168
17169 * startup.el (fancy-splash-default-action): Discard mouse click in
17170 the splash screen window, as it has no sensible meaning in the
17171 next window to be selected. Fixes error reported by Jan D.
17172
17173 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17174
17175 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17176
17177 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17180 Try to fix up minor layout issues like indentation, line break, etc...
17181 (mixal-mode-syntax-table): Don't try to specify comment syntax,
17182 because it doesn't work.
17183 (mixal-operation-codes): Add some more codes.
17184 (mixal-font-lock-keywords): Process comments here.
17185 (mixal-mode): mixasm no longer needs -g option.
17186
17187 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
17188
17189 * progmodes/sh-script.el (sh-tmp-file):
17190 Use mktemp -t. Finish support for es and rc shells.
17191
17192 2005-10-11 Jay Belanger <belanger@truman.edu>
17193
17194 * calc/calcalg2.el (calc-integral): With an argument, compute the
17195 definite integral.
17196
17197 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
17198
17199 * mouse.el (mouse-drag-region-1): Don't try to catch a
17200 double-click when doing follow-link (it's overridden anyway).
17201
17202 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
17203
17204 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17205 (autoload-print-form-outbuf): Add docstring.
17206
17207 2005-10-11 Juri Linkov <juri@jurta.org>
17208
17209 * info.el (Info-mode-menu): Delete menu item "Edit".
17210 (Info-mode): Delete description of Info-edit from docstring,
17211 and rearrange descriptions of Info commands in the order
17212 they are documented in the Info manual.
17213
17214 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17215
17216 * calendar/appt.el (appt-check): Use diary-selective-display var.
17217
17218 2005-10-10 Richard M. Stallman <rms@gnu.org>
17219
17220 * net/newsticker.el (newsticker-start, newsticker-show-news):
17221 Add autoload cookies.
17222
17223 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
17224
17225 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17226
17227 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
17228
17229 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17230
17231 2005-10-10 Jay Belanger <belanger@truman.edu>
17232
17233 * calc/calc-arith.el (math-check-known-scalarp)
17234 (math-check-known-matrixp): Check the values of arguments that are
17235 variables.
17236 (math-check-known-square-matrixp): New function.
17237 (math-known-square-matrixp): Use math-check-known-square-matrixp.
17238 (math-super-types): Add sqmatrix type.
17239
17240 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17241 mode name `square' to `sqmatrix'.
17242
17243 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17244 mode name `square' to `sqmatrix'.
17245
17246 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * progmodes/etags.el (select-tags-table-mode): Don't use
17249 selective-display.
17250 (tags-select-tags-table): Pass `button' to the action function.
17251 (select-tags-table): Place the side-info on button properties rather
17252 than in hidden text. Abbreviate file names.
17253 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17254 (select-tags-table-select): Add `button' argument.
17255 Get side-info from the button property rather than from hidden text.
17256
17257 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
17258
17259 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17260 (gud-speedbar-buttons): Preserve point if possible.
17261 (gud-sentinel): Restore previous speedbar display type.
17262
17263 * progmodes/gdb-ui.el (gdba): Improve diagram.
17264 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17265 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17266 Call get-buffer-window once.
17267
17268 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17269
17270 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17271 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17272 (pascal-indent-command): Remove unused var `ind'.
17273 (pascal-indent-case): Remove unused var `oldpos'.
17274 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17275 since it's now used as a proper minor mode map.
17276 (pascal-outline): Rename to pascal-outline-mode.
17277 (pascal-outline-mode): Use define-minor-mode.
17278 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17279 selective-display.
17280
17281 2005-10-10 Andreas Schwab <schwab@suse.de>
17282
17283 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17284 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
17285
17286 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17287 outside source directory.
17288
17289 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
17290
17291 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17292 C-x' as a prefix.
17293 (orgtbl-mode-map): Full keymap instead of sparse, because all
17294 `self-insert-command' keys are redefined in this map.
17295 (org-export-as-html): Specify charset for HTML file, by taking it
17296 from the coding system.
17297
17298 2005-10-10 Kenichi Handa <handa@m17n.org>
17299
17300 * textmodes/flyspell.el (flyspell-check-word-p):
17301 If unread-command-events is non-empty, don't call sit-for.
17302
17303 2005-10-09 Richard M. Stallman <rms@gnu.org>
17304
17305 * font-lock.el (font-lock-syntactic-keywords)
17306 (font-lock-keywords): Doc fixes.
17307
17308 * textmodes/flyspell.el (flyspell-external-point-words):
17309 Simplify logic, and don't try to check for consecutive appearances
17310 of one incorrect word.
17311
17312 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
17313
17314 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17315 separator.
17316
17317 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17318 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17319 (gud-expansion-speedbar-buttons): New function.
17320 (gud-speedbar-buttons): Check for gud-comint-buffer.
17321
17322 2005-10-09 Bill Wohler <wohler@newt.com>
17323
17324 * Makefile.in (updates): Add mh-loaddefs dependency.
17325
17326 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
17327
17328 * speedbar.el (speedbar-file-key-map): Fix typo.
17329
17330 2005-10-09 Daniel Brockman <daniel@brockman.se>
17331
17332 * cus-start.el (line-spacing): Add custom spec.
17333
17334 2005-10-09 Romain Francoise <romain@orebokech.com>
17335
17336 * textmodes/ispell.el (ispell-check-version): Fix last change.
17337
17338 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17339
17340 * term/x-win.el: Remove -i, --icon-type from comment.
17341
17342 * startup.el (command-line-x-option-alist): Remove options -i,
17343 -itype, --icon-type, added -nb, --no-bitmap-icon
17344
17345 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
17346
17347 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17348 instead of :active.
17349
17350 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
17351
17352 * textmodes/ispell.el (ispell-check-version):
17353 Ignore hyphen, and all that follows, in aspell's version text.
17354
17355 2005-10-08 Jay Belanger <belanger@truman.edu>
17356
17357 * calc/calc-arith.el (math-known-square-matrixp): New function.
17358 (math-pow-fancy): Check for matrices before distributing exponent
17359 across products.
17360
17361 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17362 fullscreen keypad. Suggested by Luc Teirlinck.
17363 (calc-keypad-show-input): Add space for formatting.
17364
17365 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17366 Add square matrix option.
17367
17368 * calc/calc-poly.el (math-expand-term): Check for matrices instead
17369 of checking calc-matrix-mode when deciding how to expand.
17370
17371 * calc/calc.el (calc-set-mode-line): Add square matrix option.
17372
17373 2005-10-08 Lars Hansen <larsh@soem.dk>
17374
17375 * net/tramp.el (tramp-perl-directory-files-and-attributes):
17376 Add error handling.
17377 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17378
17379 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
17380
17381 Sync with Tramp 2.0.51.
17382
17383 * net/tramp.el (tramp-handle-set-visited-file-modtime)
17384 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17385 Insert special handling for `last-coding-system-used', again
17386 it still seems to be necessary (unlike stated before).
17387 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17388 (tramp-password-prompt-regexp): There might be other words before
17389 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17390 (tramp-chunksize): Improve docstring.
17391 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17392 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
17393 Christian Joergensen <bugs@razor.dk>.
17394
17395 2005-10-07 Glenn Morris <rgm@gnu.org>
17396
17397 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17398 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17399 precision'.
17400
17401 2005-10-07 Romain Francoise <romain@orebokech.com>
17402
17403 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17404 (ibuffer-do-shell-command-pipe-replace)
17405 (ibuffer-do-shell-command-file, ibuffer-do-eval)
17406 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17407 (ibuffer-do-revert, ibuffer-do-replace-regexp)
17408 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17409 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17410 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17411 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17412 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17413 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17414 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17415 Autoload file sans suffix.
17416
17417 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17418
17419 2005-10-07 David Ponce <david@dponce.com>
17420
17421 * recentf.el (recentf-menu-open-all-flag): New option.
17422 (recentf-digit-shortcut-command-name): New function.
17423 (recentf--shortcuts-keymap): New variable.
17424 (recentf-menu-shortcuts): New variable.
17425 (recentf-make-menu-items): Initialize it. Replace the "More..."
17426 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17427 (recentf-menu-value-shortcut): New function.
17428 (recentf-make-menu-item): Use it. No more in-lined.
17429 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17430 (recentf-open-most-recent-file): Rename from
17431 `recentf-open-file-with-key'. Don't depend on key binding.
17432 (recentf-mode-map): New variable.
17433 (recentf-mode): Use it.
17434
17435 2005-10-06 Bill Wohler <wohler@newt.com>
17436
17437 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
17438
17439 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17440 (MH-E-SRC): New. Used by mh-autoloads.
17441 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17442 files in MH-E-SRC have been updated.
17443 (compile, recompile, bootstrap): Depend on mh-autoloads.
17444
17445 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
17446
17447 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17448 gud-break and gud-remove icons when the fringe is not available.
17449
17450 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17451 Typo.
17452
17453 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
17454
17455 * play/zone.el (zone): Wrap body with save-window-excursion.
17456
17457 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
17458
17459 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17460 Use the new `list-only' arg to diary-list-entries.
17461
17462 * calendar/diary-lib.el: Use overlays rather than selective-display.
17463 (diary-selective-display): New var.
17464 (diary-header-line-format): Use it.
17465 (diary-list-entries): Add argument `list-only'.
17466 Put the buffer in diary-mode. Don't add \^M at beg and end.
17467 Replace \^M by invisible overlays.
17468 (diary-unhide-everything): Replace \^M by invisible overlays.
17469 (print-diary-entries): Look for overlays rather than \^M.
17470 Add a space to the temp buffer name.
17471 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17472 Put the buffer in diary-mode.
17473 (list-sexp-diary-entries): Replace \^M by invisible overlays.
17474 (diary-anniversary): Make the year arg optional.
17475 (diary-time-regexp): New const.
17476 (diary-font-lock-keywords): Use it to accept a few more time formats.
17477
17478 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17479
17480 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
17481
17482 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17483 Fix bug introduced 2005-07-03: Use (car (last ...))
17484 to faithfully reproduce replaced artist-last.
17485 (artist-set-arrow-points-for-poly): Likewise.
17486 Suggested by Johan Bockg\e,Ae\e(Brd.
17487
17488 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
17489
17490 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
17491 * wid-edit.el (widget):
17492 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
17493 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
17494
17495 2005-10-06 Kenichi Handa <handa@m17n.org>
17496
17497 * international/mule-cmds.el (set-language-environment):
17498 Fix setting up of case-table for unibyte mode.
17499
17500 * simple.el (what-cursor-position): If the character is displayed
17501 by some `display' text property, show that. Don't use
17502 single-key-description for eight-bit characters in multibyte mode.
17503
17504 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
17505
17506 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
17507 (gdb-ann3): Set it.
17508 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
17509 (gdb-info-frames-custom): Use inverse-video for first five
17510 characters of selected frame only.
17511 (gdb-get-frame-number): Select frame even when point is on frame
17512 number.
17513
17514 2005-10-06 Masatake YAMATO <jet@gyve.org>
17515
17516 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
17517 Put `font-lock-function-name-face'.
17518 (gdb-info-frames-custom): Put `font-lock-function-name-face'
17519 and `font-lock-variable-name-face'
17520 (gdb-registers-font-lock-keywords): New font lock keywords definition.
17521 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
17522 (gdb-memory-font-lock-keywords): New font lock keywords definition.
17523 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
17524 (gdb-local-font-lock-keywords): New font lock keywords definition.
17525 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
17526 (gdb-threads-font-lock-keywords): New font lock keywords definition.
17527 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
17528
17529 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
17530
17531 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
17532 (ediff-merge-region-is-non-clash-to-skip): Previously called
17533 ediff-merge-region-is-non-clash.
17534
17535 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
17536 Use insert-buffer-substring.
17537
17538 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
17539 selecting files to patch. Also bug fixes.
17540
17541 * ediff-util.el (ediff-setup): Bug fix.
17542 (ediff-next-difference): Never skip clashes that differ in white
17543 space only.
17544
17545 * ediff-wind.el (ediff-setup-control-frame)
17546 (ediff-destroy-control-frame): Check the menubar feature.
17547
17548 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
17549 (viper-refresh-mode-line): Use make-local-variable to localize
17550 some vars instead of make-variable-buffer-local. Suggested by
17551 Stefan Monnier.
17552
17553 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
17554 (viper-restore-cursor-type, viper-set-insert-cursor-type):
17555 Use make-local-variable instead of make-variable-buffer-local.
17556 Suggested by Stefan Monnier.
17557
17558 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
17559 (viper-comint-mode-hook): Use make-local-variable on
17560 require-final-newline.
17561 (viper-non-hook-settings): Don't use make-variable-buffer-local.
17562
17563 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17564
17565 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
17566 also the second char of a comment-start sequence.
17567 (scheme-sexp-comment-syntax-table): New var.
17568 (lambda, define): Set their scheme-doc-string-elt property.
17569 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
17570 Use lisp-font-lock-syntactic-face-function now that it properly
17571 handles |...| symbols.
17572 (scheme-mode-variables): Set lisp-doc-string-elt-property,
17573 parse-sexp-lookup-properties and font-lock-extra-managed-props.
17574
17575 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
17576 bit from # to |.
17577 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
17578
17579 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
17580 (lisp-doc-string-elt-property): New var.
17581 (lisp-font-lock-syntactic-face-function): Use it.
17582 Rewrite to recognize docstrings even for forms not at toplevel.
17583
17584 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
17585 annotation on the | part of #| rather than on the # part.
17586 (scheme-font-lock-syntactic-face-function): New function, to
17587 distinguish strings from |...| symbols.
17588 (scheme-mode-variables): Use it. Also fix up the font-lock-time
17589 syntax-table so that #|...|# is properly highlighted.
17590
17591 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
17592 Don't mark as docstring the 3rd elem of an unknown toplevel form.
17593
17594 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17595
17596 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
17597 and C-e.
17598
17599 * emacs-lisp/eldoc.el: Move comments into docstrings.
17600 (eldoc-message-commands): Initialize in its declaration.
17601 Add move-beginning-of-line and move-end-of-line.
17602 (eldoc-add-command, eldoc-add-command-completions)
17603 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
17604
17605 * outline.el (outline-mark-subtree): Activate the mark.
17606
17607 * calendar/appt.el (appt-time-regexp): New var.
17608 (appt-add, appt-make-list): Use it.
17609 (appt-convert-time): Clean up.
17610
17611 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
17612 Don't set any syntax-table property here.
17613 (tex-font-lock-verb): New function. Do it here.
17614 (tex-font-lock-syntactic-keywords): Use it.
17615
17616 2005-10-04 Richard M. Stallman <rms@gnu.org>
17617
17618 * wid-edit.el (widget-file-complete): Get the widget start point
17619 the right way. Default directory to `/' if file has none.
17620
17621 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
17622
17623 * textmodes/flyspell.el (flyspell-mode-on):
17624 Call ispell-maybe-find-aspell-dictionaries.
17625
17626 * textmodes/ispell.el (ispell-word, ispell-region):
17627 Call ispell-maybe-find-aspell-dictionaries.
17628 (ispell-accept-buffer-local-defs):
17629 Don't call ispell-maybe-find-aspell-dictionaries
17630
17631 2005-10-04 Richard M. Stallman <rms@gnu.org>
17632
17633 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
17634
17635 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
17636
17637 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
17638 instead of `fboundp' in order to allow for anonymous functions.
17639
17640 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
17641
17642 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
17643 case the user clicks on the link while another window is selected.
17644 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
17645
17646 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
17647 functionality.
17648 (dframe-help-echo): Save point in case mouse tracking is off.
17649
17650 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
17651
17652 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
17653
17654 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17655
17656 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
17657 not change the global value of those vars.
17658
17659 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
17660 make-local-variable which we do not need any more.
17661
17662 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
17663
17664 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17665 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17666 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17667 (speedbar-path-line): Define obsolete aliases.
17668 (speedbar-line-directory): Doc fix.
17669
17670 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17671 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17672 instead of speedbar-line-path.
17673
17674 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17675
17676 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17677 to nil if dropping on a window. Handle dropping on a minibuffer window
17678 like dropping on a non-window part of Emacs.
17679
17680 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * net/ange-ftp.el: Use with-current-buffer.
17683 (ange-ftp-insert-directory): Do not follow symlinks any more.
17684
17685 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17686 Remove interactive spec.
17687
17688 2005-10-03 Kim F. Storm <storm@cua.dk>
17689
17690 * ido.el (ido-mode): Use custom-initialize-set.
17691
17692 2005-10-02 Richard M. Stallman <rms@gnu.org>
17693
17694 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17695 Use insert-buffer-substring.
17696
17697 * net/tramp.el: Pacify byte compiler warnings in pacification code.
17698 (tramp-handle-file-local-copy): Use insert-buffer-substring.
17699
17700 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17701
17702 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17703 in last change.
17704 (ange-ftp-insert-directory): Fix up the search for the case where
17705 `file' is absolute.
17706
17707 2005-10-02 Romain Francoise <romain@orebokech.com>
17708
17709 * progmodes/compile.el (compile-goto-error): Delete extra paren.
17710
17711 2005-10-02 Andreas Schwab <schwab@suse.de>
17712
17713 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17714 directory component in the session info.
17715
17716 2005-10-01 Richard M. Stallman <rms@gnu.org>
17717
17718 * comint.el (comint-redirect-subvert-readonly): Doc fix.
17719
17720 * simple.el (next-error-internal): New function.
17721
17722 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17723 (compilation-start): Pass new arg to compilation-buffer-name.
17724 (compile-goto-error): Use next-error-internal.
17725
17726 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17727
17728 * speedbar.el: Remove RCS tag.
17729 (speedbar-check-read-only): Handle non-existent files.
17730
17731 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17732
17733 * info.el (Info-speedbar-hierarchy-buttons)
17734 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17735
17736 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17737
17738 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17739 Do not match newline.
17740 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17741 (bibtex-summary): Remove unnecessary save-excursion.
17742 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17743
17744 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17745
17746 * term/mac-win.el: Add charset info for "iso10646-1".
17747 Modify default fontset to use ATSUI-compatible fonts for some charsets
17748 if available.
17749
17750 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17751
17752 * speedbar.el: Re-apply arch tag.
17753 (speedbar-version): Rename to version 1.0. Suggested by Eric
17754 M. Ludlam.
17755 Reapply two changes from Emacs CVS' version of speedbar lost
17756 during the merge:
17757 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17758 (speedbar-frame-parameters): Improve customize type.
17759
17760 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17763 (ange-ftp-file-directory-p): Fix the symlink case.
17764 (ange-ftp-insert-directory): When listing a single file, get a list of
17765 the parent buffer and extract the relevant line. Inspired from a patch
17766 by Katsumi Yamaoka <yamaoka@jpl.org>.
17767 (ange-ftp-file-name-sans-versions): Simplify.
17768
17769 2005-09-30 Bill Wohler <wohler@newt.com>
17770
17771 Move MH-E image files from toolbar and mail directories into
17772 etc/images.
17773
17774 * mail/reply2.*: Move to etc/images/mail/reply*.
17775
17776 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17777 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17778 etc/images.
17779
17780 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17781 * toolbar/reply*: Move to etc/images/mail.
17782
17783 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17784
17785 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
17786
17787 * speedbar.el: New version 1.0pre3.
17788
17789 Frame management code (including timer, and mouse click specifics)
17790 moved to dframe.el:
17791 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
17792 (speedbar-timer): Removed. Use dframe-timer.
17793 (speedbar-close-frame): Removed. Use dframe-close-frame.
17794 (speedbar-activity-change-focus-flag): Removed. Use
17795 dframe-activity-change-focus-flag.
17796 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
17797 dframe-update-speed.
17798
17799 (speedbar-current-frame): New macro. Use this instead of the
17800 variable speedbar-frame.
17801
17802 (speedbar-use-images, speedbar-expand-image-button-alist)
17803 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17804
17805 (speedbar-find-image-on-load-path): Removed. Replaced by
17806 defezimage in ezimage.el.
17807 (speedbar-expand-image-button-alist): Removed. Replaced by
17808 ezimage-expand-image-button-alist in ezimage.el.
17809
17810 (speedbar-ignored-directory-regexp)
17811 (speedbar-add-ignored-directory-regexp)
17812 (speedbar-ignored-directory-expressions)
17813 (speedbar-line-directory, speedbar-buffers-line-directory)
17814 (speedbar-directory-line, speedbar-buffers-line-directory):
17815 Renamed, replacing `path' with `directory'.
17816
17817 (speedbar-create-directory, speedbar-expand-line-descendants)
17818 (speedbar-toggle-line-expansion)
17819 (speedbar-contract-line-descendants): New commands.
17820
17821 (speedbar-query-confirmation-method, speedbar-select-frame-method)
17822 (speedbar-use-tool-tips-flag): New options.
17823
17824 (speedbar-check-read-only, speedbar-require-version)
17825 (speedbar-insert-separator, speedbar-buffers-tail-notes)
17826 (speedbar-handle-delete-frame, speedbar-try-completion)
17827 (speedbar-update-localized-contents): New functions.
17828
17829 (speedbar-incompatible-version, speedbar-ro-to-do-point)
17830 (speedbar-object-read-only-indicator): New variables.
17831
17832 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17833 New hooks.
17834
17835 (speedbar-separator-face): New face.
17836
17837 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17838 (speedbar-ignored-modes): Add fundamental-mode.
17839 (speedbar-directory-unshown-regexp): Add . directories.
17840
17841 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17842 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17843 `]' for full expand/close.
17844 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17845
17846 (speedbar-check-vc): Support hidden files.
17847 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17848 (speedbar-this-file-in-vc): Use vc-state if available. If VC
17849 state is nil, it is not checked out.
17850
17851 (speedbar-line-text, speedbar-line-token): Support expand buttons
17852 with no text.
17853 (speedbar-refresh): Universal argument acts as power-click.
17854 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
17855 that buffer to get variable values.
17856
17857 And many other bugfixes.
17858
17859 * dframe.el, ezimage.el, sb-image.el: New files.
17860
17861 * sb-*.xpm: Remove files. New image files installed into
17862 etc/images/ezimage.
17863
17864 2005-09-30 Kenichi Handa <handa@m17n.org>
17865
17866 * ps-mule.el (ps-mule-show-warning): If a character is in
17867 ps-print-translation-table, don't treat it as non-printable.
17868
17869 2005-09-30 David Ponce <david@dponce.com>
17870
17871 * tree-widget.el (tree-widget-themes-load-path): New variable.
17872 (tree-widget-themes-directory): Doc fix.
17873 (tree-widget-image-formats) [Emacs]: Doc fix.
17874 (tree-widget--locate-sub-directory): New function.
17875 (tree-widget-themes-directory): Use it.
17876
17877 * recentf.el (recentf-filename-handlers): Rename from
17878 `recentf-filename-handler'. Allow a list of functions.
17879 (recentf-menu-items-for-commands): Fix :help strings.
17880 (recentf-apply-filename-handlers): New function.
17881 (recentf-expand-file-name): Use it.
17882 (recentf-cleanup): Remove duplicates too.
17883
17884 2005-09-29 Juri Linkov <juri@jurta.org>
17885
17886 * faces.el: Rearrange face definitions to be in the same order as
17887 their face descriptions in "(emacs)Standard Faces".
17888
17889 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
17890
17891 * tooltip.el (tooltip): Add group `basic-faces'.
17892
17893 * buff-menu.el (Buffer-menu-buffer): Remove group
17894 `font-lock-highlighting-faces'.
17895
17896 * progmodes/compile.el (compilation-error, compilation-warning)
17897 (compilation-info, compilation-line-number, compilation-column-number):
17898 Change group from `font-lock-highlighting-faces' to `compilation'.
17899
17900 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17901 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
17902 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
17903 (vhdl-font-lock-reserved-words-face)
17904 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
17905 `font-lock-highlighting-faces'.
17906
17907 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
17908
17909 2005-09-28 Kim F. Storm <storm@cua.dk>
17910
17911 * emulation/cua-base.el: Set CUA move property on additional commands:
17912 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
17913 forward-sexp, backward-sexp, forward-list, backward-list.
17914
17915 2005-09-28 Romain Francoise <romain@orebokech.com>
17916
17917 * comint.el (comint-show-output): Really set point at the
17918 beginning of the output when not using `comint-use-prompt-regexp'.
17919
17920 2005-09-27 Jay Belanger <belanger@truman.edu>
17921
17922 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
17923 in TeX mode.
17924
17925 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
17926
17927 * textmodes/org.el (org-table-sum): Fix format string.
17928
17929 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
17930 Quote face names.
17931
17932 2005-09-26 Romain Francoise <romain@orebokech.com>
17933
17934 * isearch.el (isearch-forward-regexp): Close doc string.
17935
17936 2005-09-25 Richard M. Stallman <rms@gnu.org>
17937
17938 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
17939
17940 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
17941
17942 * progmodes/compile.el (compilation-error-properties):
17943 When getting the file from the previous error message,
17944 correctly decode the new data format.
17945
17946 * progmodes/cc-cmds.el (c-electric-paren):
17947 Call old-blink-paren only for close-paren.
17948
17949 2005-09-24 Andreas Schwab <schwab@suse.de>
17950
17951 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
17952 condition.
17953
17954 2005-09-25 Romain Francoise <romain@orebokech.com>
17955
17956 * dired-aux.el (dired-copy-file-recursive):
17957 * dired.el (dired-delete-file):
17958 * ediff-mult.el (ediff-dir-diff-copy-file):
17959 * ediff-util.el (ediff-test-save-region):
17960 * forms.el (forms-mode):
17961 * ido.el (ido-file-internal, ido-delete-file-at-head):
17962 * log-edit.el (log-edit-done):
17963 * ses.el (ses-yank-resize):
17964 * play/gomoku.el (gomoku-human-plays, gomoku)
17965 (gomoku-human-resigns, gomoku-prompt-for-other-game)
17966 (gomoku-offer-a-draw):
17967 * play/landmark.el (lm-human-resigns, lm):
17968 * net/eudcb-ldap.el (eudc-ldap-check-base):
17969 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
17970 * progmodes/ebrowse.el (ebrowse-find-pattern):
17971 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
17972 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
17973 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
17974
17975 * vc.el (vc-delete-file):
17976 * play/gomoku.el (gomoku-terminate-game, gomoku)
17977 (gomoku-prompt-for-move, gomoku-human-takes-back):
17978 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
17979 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
17980
17981 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17982
17983 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
17984 color rxvt terminals by using the code xterm.el used to use before
17985 2005-04-09 in order to match the colors used by rxvt.
17986
17987 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17988
17989 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
17990 colors rxvt-unicode terminals by using the same code as xterm.el.
17991
17992 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17993
17994 * textmodes/tex-mode.el (tex-font-lock-append-prop)
17995 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
17996 new symbol used for the tex-verbatim face.
17997
17998 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17999
18000 * woman.el (woman-file-name):
18001 * wid-edit.el (widget-file-prompt-value)
18002 (widget-coding-system-prompt-value):
18003 * w32-fns.el (set-w32-system-coding-system):
18004 * vc.el (vc-version-diff, vc-annotate):
18005 * textmodes/reftex-auc.el (reftex-arg-cite)
18006 (reftex-arg-index-tag):
18007 * textmodes/refer.el (refer-get-bib-files):
18008 * textmodes/artist.el (artist-figlet-choose-font):
18009 * terminal.el (terminal-emulator):
18010 * replace.el (occur-read-primary-args):
18011 * rect.el (string-rectangle, string-insert-rectangle):
18012 * ps-print.el (ps-print-preprint):
18013 * progmodes/pascal.el (pascal-goto-defun):
18014 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
18015 * progmodes/compile.el (compilation-find-file):
18016 * printing.el (pr-interactive-n-up):
18017 * play/animate.el (animate-birthday-present):
18018 * net/rcompile.el (remote-compile):
18019 * man.el (man, Man-goto-section, Man-follow-manual-reference):
18020 * mail/rmailsum.el (rmail-summary-search-backward)
18021 (rmail-summary-search):
18022 * mail/rmailout.el (rmail-output-read-rmail-file-name)
18023 (rmail-output-read-file-name):
18024 * mail/rmail.el (rmail-search, rmail-search-backwards):
18025 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
18026 * locate.el (locate):
18027 * international/quail.el (quail-show-keyboard-layout):
18028 * international/mule.el (set-buffer-file-coding-system)
18029 (revert-buffer-with-coding-system, set-file-name-coding-system)
18030 (set-terminal-coding-system, set-keyboard-coding-system)
18031 (set-next-selection-coding-system):
18032 * international/mule-diag.el (describe-coding-system)
18033 (describe-font, describe-fontset):
18034 * international/mule-cmds.el (universal-coding-system-argument)
18035 (search-unencodable-char, describe-input-method)
18036 (set-language-environment, describe-language-environment):
18037 * international/codepage.el (codepage-setup):
18038 * international/code-pages.el (codepage-setup):
18039 * info.el (Info-search, Info-follow-reference)
18040 (Info-search-backward):
18041 * emacs-lisp/advice.el (ad-read-advised-function)
18042 (ad-read-advice-class, ad-clear-cache, ad-activate)
18043 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
18044 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
18045 (ad-read-regexp):
18046 * ediff-util.el (ediff-toggle-regexp-match):
18047 * ediff-ptch.el (ediff-prompt-for-patch-file):
18048 * dired-aux.el (dired-diff):
18049 * diff.el (diff):
18050 * cus-edit.el (custom-variable-prompt):
18051 * calendar/timeclock.el (timeclock-ask-for-project):
18052 * calc/calcalg3.el (calc-get-fit-variables):
18053 * calc/calc-store.el (calc-edit-variable)
18054 (calc-permanent-variable):
18055 * vc-mcvs.el (vc-mcvs-register):
18056 * shadowfile.el (shadow-define-literal-group):
18057 * woman.el (woman-file-name):
18058 * vc.el (vc-version-diff, vc-merge):
18059 * textmodes/reftex-index.el (reftex-index-complete-tag):
18060 * format.el (format-decode-buffer, format-decode-region):
18061 * emulation/viper-cmd.el (viper-read-string-with-history):
18062 * emacs-lisp/debug.el (cancel-debug-on-entry):
18063 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18064 * ediff.el (ediff-merge-revisions)
18065 (ediff-merge-revisions-with-ancestor, ediff-revision):
18066 * completion.el (interactive-completion-string-reader):
18067 * calc/calc-prog.el (calc-user-define-formula):
18068 Follow convention for reading with the minibuffer.
18069
18070 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
18071
18072 * progmodes/python.el (python-describe-symbol): Add globals() and
18073 locals() to the arguments of emacs.ehelp.
18074
18075 2005-09-24 Magnus Henoch <mange@freemail.hu>
18076
18077 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18078 New function, code extracted from ispell-valid-dictionary-list.
18079 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18080 Call it.
18081
18082 2005-09-24 Eli Zaretskii <eliz@gnu.org>
18083
18084 * subr.el (version-regexp-alist): Extend valid syntax for version
18085 strings: allow any of the characters -,_,+ to separate the
18086 alpha/beta/rc part from the version part. Doc fix.
18087 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
18088
18089 2005-09-23 David Reitter <david.reitter@gmail.com>
18090
18091 * mail/mailclient.el: New file.
18092
18093 2005-09-23 Richard M. Stallman <rms@gnu.org>
18094
18095 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18096 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18097 Doc fixes.
18098
18099 * progmodes/cc-mode.el (c-font-lock-init):
18100 Specify font-lock-lines-before.
18101
18102 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18103
18104 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18105 whole conflict.
18106
18107 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
18108
18109 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18110 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
18111 of `remap' feature when available. Additional key bindings for
18112 better tty support.
18113 (org-mode-restart, org-force-self-insert): New commands.
18114 (org-time-stamp-inactive): New command.
18115 (org-remap): New function.
18116 (org-table-auto-blank-field, org-level-color-stars-only): New options.
18117 (org-enable-fixed-width-editor): Move to `org-structure'
18118 customization group.
18119 (org-self-insert-command, orgtbl-self-insert-command): Modify to
18120 blank field after field motion commands.
18121
18122 2005-09-23 Kenichi Handa <handa@m17n.org>
18123
18124 * international/mule-cmds.el (set-language-environment):
18125 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18126 have to call utf-translate-cjk-load-tables.
18127
18128 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18129
18130 * mouse.el (mouse-move-drag-overlay): Fix last change.
18131
18132 2005-09-22 David Ponce <david@dponce.com>
18133
18134 * tree-widget.el (tree-widget-value-create): Fix previous change.
18135
18136 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18137
18138 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18139
18140 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * mouse.el (mouse-move-drag-overlay): New function.
18143 (mouse-drag-region-1): Use it.
18144 Try to simplify a bit the state handling. Handle clicks on links
18145 inside intangible areas.
18146 (mouse-save-then-kill): Minor simplification.
18147 (mouse-secondary-overlay): Make it always non-nil instead of
18148 recreating it each time.
18149 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18150 (mouse-kill-secondary, mouse-secondary-save-then-kill):
18151 Simplify accordingly.
18152
18153 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18154
18155 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18156
18157 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
18158
18159 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18160 (ediff-file-name-sans-prefix): Treat nil as an empty string.
18161 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18162 to patch.
18163
18164 * ediff-util.el: Use insert-buffer-substring.
18165
18166 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18167
18168 * emulation/viper-cmd.el (viper-change-state): Don't move over the
18169 field boundaries in the minibuffer.
18170 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18171 (viper-minibuffer-post-command-hook): New hook.
18172 (viper-line): Don't move cursor at bolp.
18173
18174 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18175
18176 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18177 avoid compiler warnings.
18178
18179 * emulation/viper-macs.el (ex-map): Better messages.
18180
18181 * emulation/viper-utils.el (viper-beginning-of-field): New function.
18182
18183 * emulation/viper.el: Replace make-variable-buffer-local with
18184 viper-make-variable-buffer-local everywhere, to avoid warnings.
18185
18186 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18187
18188 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18189 Delete unused var `old-selected-window'.
18190 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18191 (mouse-drag-secondary): Delete unused var `start-frame'.
18192
18193 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18194
18195 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18196
18197 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18200 Re-indent within 80 columns. Use inhibit-read-only.
18201
18202 2005-09-19 Romain Francoise <romain@orebokech.com>
18203
18204 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18205
18206 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18207
18208 * font-lock.el (font-lock-default-fontify-region): Don't add a line
18209 unconditionally, since the after-change-function already did it.
18210
18211 2005-09-19 Miles Bader <miles@gnu.org>
18212
18213 * net/newsticker.el: Get rid of CVS keyword.
18214
18215 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
18216
18217 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18218 The prompt is formatted later.
18219
18220 2005-09-19 David Ponce <david@dponce.com>
18221
18222 * tree-widget.el (tree-widget-value-create): Save the converted
18223 tree :node widget.
18224
18225 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
18226
18227 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18228 variable `message'.
18229
18230 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
18231
18232 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18233 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
18234 <slawomir.nowaczyk.847@student.lu.se>.
18235
18236 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
18237
18238 * image.el (image-load-path): Use symbol `data-directory' instead
18239 of its value, for backward compatibility with packages that bind
18240 it during `find-image'. Suggested by Katsumi Yamaoka.
18241 (image-search-load-path): Handle symbols whose values are strings.
18242
18243 2005-09-18 Romain Francoise <romain@orebokech.com>
18244
18245 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18246 with-current-buffer form in save-excursion.
18247
18248 2005-09-18 Deepak Goel <deego@gnufans.org>
18249
18250 * apropos.el (apropos-command): Fix `message' call: first arg
18251 should be a format spec. In this and all other cases that appear
18252 below and elsewhere in the source code, I made a change only when
18253 two conditions were satisfied: [1] I can think of a possibility
18254 that the arguments would cause an error, for example, the code in
18255 question relies on external variables such as filenames. [2] I
18256 was sure that the arg to `message' could not have been nil in the code.
18257
18258 * textmodes/tildify.el (tildify-region): Ditto.
18259
18260 * textmodes/reftex-index.el (reftex-index-change-entry)
18261 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18262 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18263 * textmodes/org.el (org-complete, org-deadline, org-schedule)
18264 (org-priority, org-table-sum):
18265 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18266 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18267 (flyspell-word, flyspell-display-next-corrections):
18268 * textmodes/bibtex.el (bibtex-print-help-message):
18269 * textmodes/artist.el (artist-key-set-point-poly):
18270 * term/mac-win.el (mac-services-insert-text):
18271 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18272 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18273 (vhdl-port-paste-testbench, vhdl-compose-new-component)
18274 (vhdl-compose-configuration):
18275 * progmodes/sh-script.el (sh-blink, sh-show-indent)
18276 (sh-set-indent, sh-learn-line-indent):
18277 * progmodes/ps-mode.el (ps-mode-target-column):
18278 * progmodes/idlwave.el (idlwave-make-tags)
18279 (idlwave-scan-library-catalogs):
18280 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18281 * progmodes/gud.el (gud-jdb-analyze-source):
18282 * progmodes/flymake.el (flymake-log):
18283 * progmodes/ebnf2ps.el (ebnf-generate-region):
18284 * progmodes/cmacexp.el (c-macro-expansion):
18285 * progmodes/ada-xref.el (ada-treat-cmd-string):
18286 * progmodes/ada-mode.el (ada-create-case-exception-substring)
18287 (ada-justified-indent-current, ada-batch-reformat):
18288 * play/zone.el (zone):
18289 * play/landmark.el (lm-move):
18290 * play/decipher.el (decipher-show-alphabet):
18291 * net/newsticker.el (newsticker--display-jump)
18292 (newsticker--display-scroll):
18293 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18294 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18295 * mail/feedmail.el (feedmail-dump-message-to-queue):
18296 * eshell/esh-proc.el (eshell-remove-process-entry):
18297 * emulation/ws-mode.el (ws-last-error):
18298 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18299 (viper-record-kbd-macro):
18300 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18301 * emacs-lisp/lisp-mnt.el (lm-report-bug):
18302 * emacs-lisp/find-func.el (find-function-noselect):
18303 * calendar/timeclock.el (timeclock-status-string)
18304 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18305 (timeclock-when-to-leave-string):
18306 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18307 * calc/calc-units.el (calc-enter-units-table):
18308 * calc/calc-mode.el (calc-mode-record-mode):
18309 * woman.el (woman-mini-help):
18310 * wdired.el (wdired-change-to-wdired-mode):
18311 * vc.el (vc-retrieve-snapshot):
18312 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18313 * startup.el (display-startup-echo-area-message):
18314 * simple.el (set-goal-column):
18315 * ses.el (ses-command-hook, ses-recalculate-cell):
18316 * server.el (server-process-filter):
18317 * printing.el (pr-interface-txt-print, pr-interface-printify)
18318 (pr-interface-ps):
18319 * pcvs.el (cvs-help):
18320 * log-edit.el (log-edit, log-edit-mode-help):
18321 * iswitchb.el (iswitchb-possible-new-buffer):
18322 * isearch.el (isearch-edit-string):
18323 * image-mode.el (image-mode, image-minor-mode):
18324 * ibuf-macs.el (define-ibuffer-filter):
18325 * hi-lock.el (hi-lock-find-patterns):
18326 * files.el (toggle-read-only):
18327 * ediff-util.el (ediff-copy-diff)
18328 (ediff-write-merge-buffer-and-maybe-kill):
18329 * echistory.el (Electric-history-undefined):
18330 * dnd.el (dnd-insert-text):
18331 * dired-aux.el (dired-query):
18332 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18333 * bookmark.el (bookmark-bmenu-locate):
18334 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18335 Fix `message' calls to ensure first arg is a format string.
18336 The change was made only when these two conditions were satisfied:
18337 [1] when there is a possibility that the arguments would cause an error
18338 for example, if the code in question relies on external variables
18339 such as filenames, and
18340 [2] if the arg to `message' could not have been nil in the code.
18341
18342 * pcomplete.el (pcomplete--help): Fix `message' format spec.
18343 Not having a %s would be weird, though not technically wrong.
18344
18345 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18346
18347 * term/mac-win.el (mac-add-charset-info): Doc fix.
18348
18349 2005-09-17 Romain Francoise <romain@orebokech.com>
18350
18351 * shell.el (shell-resync-dirs): Handle echoing processes more
18352 reliably. Don't insert resync command if `comint-process-echoes'
18353 is non-nil.
18354
18355 2005-09-17 Magnus Henoch <mange@freemail.hu>
18356
18357 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18358 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18359 aspell versions >= 0.60.
18360 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18361 only if ispell-aspell-supports-utf8 is non-nil.
18362
18363 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18364
18365 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18366 buffer-local value to lisp-indent-function.
18367
18368 2005-09-17 Milan Zamazal <pdm@zamazal.org>
18369
18370 * progmodes/glasses.el (glasses-make-readable): If
18371 glasses-separator differs from underscore, put appropriate
18372 overlays over underscore characters.
18373 (glasses-convert-to-unreadable): If glasses-separator differs from
18374 underscore, try to convert glasses-separator characters to
18375 underscores.
18376
18377 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18380 Use with-syntax-table and dolist.
18381
18382 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
18383
18384 * textmodes/reftex-auc.el:
18385 * textmodes/reftex-cite.el:
18386 * textmodes/reftex-dcr.el:
18387 * textmodes/reftex-global.el:
18388 * textmodes/reftex-parse.el:
18389 * textmodes/reftex-ref.el:
18390 * textmodes/reftex-sel.el:
18391 * textmodes/reftex-toc.el:
18392 * textmodes/reftex-vars.el:
18393 * textmodes/reftex.el: Small changes to remove compiler warnings.
18394
18395 * textmodes/reftex-index.el: Likewise.
18396 (reftex-query-index-phrase): More efficient use of markers.
18397
18398 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18399
18400 * image.el (image-load-path): New variable.
18401 (image-search-load-path): New function.
18402 (find-image): Search for images in `image-load-path'.
18403
18404 2005-09-15 Richard M. Stallman <rms@gnu.org>
18405
18406 * follow.el: Change Maintainer field.
18407
18408 2005-09-15 David Ponce <david@dponce.com>
18409
18410 * recentf.el (recentf-save-file-modes): New option.
18411 (recentf-save-list): Use it.
18412
18413 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
18414
18415 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18416 (mode-line-mule-info, mode-line-modified): Move bindings from
18417 mouse-3 to mouse-1.
18418
18419 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18420
18421 * simple.el (sendmail-user-agent-compose): Revert last change.
18422
18423 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18424
18425 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18426 Use with-current-buffer.
18427 (ange-ftp-gwp-start): Remove unused var `gw-user'.
18428 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18429 (ange-ftp-insert-directory): Remove unused var `short'.
18430 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18431
18432 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18433 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18434
18435 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18436 (check-calendar-holidays, diary-list-entries): Autoload.
18437 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18438 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18439
18440 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18441 which mistakenly removed a call to display-buffer.
18442
18443 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
18444
18445 * obsolete/iso-insert.el: Move to obsolete/ from international/.
18446
18447 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
18448
18449 * progmodes/hideshow.el
18450 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18451 (hs-allow-nesting): New user var.
18452 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18453 (hs-hide-block-at-point): When nesting allowed,
18454 if there is already an overlay in place, delete it.
18455 (hs-safety-is-job-n): Delete func; remove call sites.
18456 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18457 (hs-overlay-at): New func.
18458 (hs-already-hidden-p, hs-show-block): Use it.
18459 (hs-hide-all): Don't pre-clean if nesting allowed.
18460 (hs-show-all): Temporarily disallow
18461 nesting around call to `hs-discard-overlays'.
18462
18463 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
18464
18465 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18466 Delete unused local var.
18467
18468 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
18469
18470 * help-fns.el (describe-categories): "?\ " -> "?\s".
18471 (help-do-arg-highlight): Recognize also ARG-n, as in
18472 `move-to-left-margin' (ARG+n is already recognized). Simplify.
18473
18474 * international/codepage.el (dos-unsupported-char-glyph):
18475 * net/newsticker.el (tool-bar-map, w3-mode-map)
18476 (w3m-minor-mode-map):
18477 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18478 (ent-alist):
18479 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18480
18481 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
18482
18483 * custom.el (custom-push-theme): Handle the case where a symbol is
18484 bound but face properties have not yet been assigned.
18485
18486 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18487 Fix behavior if noerase is `t' and there is no mail buffer.
18488
18489 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
18490 if `continue' is nil, rather than signal an error.
18491
18492 2005-09-12 Richard M. Stallman <rms@gnu.org>
18493
18494 * font-lock.el (font-lock-keywords): Add autoload.
18495
18496 * help-fns.el (describe-variable): Rearrange to put source link
18497 in a predictable place.
18498
18499 * net/newsticker.el: New file.
18500
18501 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18502
18503 * calendar/calendar.el (calendar-for-loop): Add edebug info.
18504 (calendar-basic-setup): Use the new nil arg.
18505 (number-of-diary-entries): Move to diary-lib.el.
18506
18507 * calendar/diary-lib.el: Use with-current-buffer, match-string.
18508 (diary-list-entries): Use with-syntax-table and dolist.
18509 Rename from list-diary-entries.
18510 Use number-of-diary-entries if `number' is nil.
18511 (diary, diary-view-entries): Use this new name and new nil arg value.
18512 (number-of-diary-entries): Move from calendar.el.
18513 (diary-unhide-everything): New function.
18514 (include-other-diary-files, fancy-diary-display)
18515 (diary-show-all-entries, make-diary-entry): Use it.
18516 (diary-mail-entries): Use buffer-string.
18517 (mark-diary-entries): Fix long standing paren typo.
18518 (diary-sexp-entry): Use count-lines.
18519 (make-diary-entry): Avoid `previous-line'.
18520 (diary-mode-map): New var.
18521 (diary-mode): Redraw cal after saving. Setup header-line.
18522 (fancy-diary-display-mode): Use local-set-key.
18523
18524 * startup.el (command-line): Try calling various terminal-init-foo-bar
18525 functions by stripping hyphenated suffixes from $TERM.
18526
18527 * files.el (normal-mode): Check boundness of font-lock-keywords.
18528
18529 2005-09-12 Richard M. Stallman <rms@gnu.org>
18530
18531 * progmodes/compile.el: Don't decide a file's directory
18532 until the user actually tries to go there.
18533 (compilation-next-error-function):
18534 Pass compilation-find-file the directory from the file-struct.
18535 (compilation-internal-error-properties): Separate local FILE-STRUCT
18536 from FILE. Doc the args better. Rename arg FMT to FMTS.
18537 (compilation-find-file): Arg DIR renamed to DIRECTORY.
18538 Expand it, and if nil, use default-directory.
18539 (compilation-get-file-structure): Don't mix specified directory
18540 with default directory. Put specified directory into
18541 file-struct. Don't make the file name absolute.
18542
18543 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18544 (compile-command): Add autoload.
18545 (compilation-disable-input): Add autoload.
18546
18547 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
18548
18549 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
18550 strings of the variables it can override.
18551 (time-stamp): New (as yet undocumented) time-stamp-format escapes
18552 %Q and %q, for fully-qualified domain name and unqualified host name.
18553
18554 2005-09-11 Kim F. Storm <storm@cua.dk>
18555
18556 * emacs-lisp/authors.el (authors-aliases): Update list.
18557 (authors-fixed-entries): Update mldrag.el entry.
18558
18559 2005-09-10 Alan Mackenzie <acm@muc.de>
18560
18561 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
18562 from the region narrowed to.
18563
18564 2005-09-10 Magnus Henoch <mange@freemail.hu>
18565
18566 * textmodes/ispell.el (ispell-check-version): Signal an error if
18567 aspell version is less than 0.60.
18568
18569 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
18570
18571 * progmodes/octave-inf.el (inferior-octave-startup):
18572 Resync current dir at the end.
18573
18574 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
18575
18576 * woman.el (woman-topic-at-point-default):
18577 Rename to woman-use-topic-at-point-default.
18578 (woman-topic-at-point): Rename to woman-use-topic-at-point.
18579 (woman-file-name): Reflect renames above. Automatically use the
18580 word at point as topic if woman-use-topic-at-point is non-nil.
18581 Otherwise offer it as default but don't insert it in the
18582 minibuffer. Also use `test-completion' instead of `assoc' as
18583 suggested by Stefan Monnier.
18584
18585 2005-09-10 Andre Spiegel <spiegel@gnu.org>
18586
18587 * vc.el (vc-directory, vc-update-change-log): Throw an error on
18588 the attempt to do it over Tramp. This is not yet supported.
18589
18590 2005-09-10 Eli Zaretskii <eliz@gnu.org>
18591
18592 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18593 (menu-bar-non-minibuffer-window-p): New functions.
18594 ("Split Window", "Save As..."): Use them.
18595 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
18596 ("Print Buffer", "Truncate Long Lines in this Buffer"):
18597 Use menu-bar-menu-frame-live-and-visible-p.
18598 ("Save Buffer", "Insert File", "Open Directory...")
18599 ("Open File...", "Visit New File..."):
18600 Use menu-bar-non-minibuffer-window-p.
18601 (kill-this-buffer-enabled-p, dired <menu-enable>):
18602 Use menu-bar-non-minibuffer-window-p.
18603
18604 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18605
18606 * cus-start.el (all): Don't complain about fringe-related
18607 built-ins if fringes are not supported. Ditto about
18608 selection-related built-ins. Fix the test for GTK-related built-ins.
18609
18610 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
18611 ("Postscript Print Buffer", "Print Region", "Save As...")
18612 ("Save", "Insert File...", "Open Directory...")
18613 ("Open File...", "Visit New File..."")
18614 ("Truncate Long Lines in this Buffer"): Don't look at
18615 menu-updating-frame if this display does not support multiple frames.
18616
18617 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18618
18619 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
18620
18621 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
18622
18623 * woman.el: Format- and whitespace-related changes.
18624
18625 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18626
18627 * woman.el: Fix my email address.
18628
18629 2005-09-08 Richard M. Stallman <rms@gnu.org>
18630
18631 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
18632 (sh-mode): Locally set skeleton-pair-default-alist.
18633
18634 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
18635
18636 * progmodes/flymake.el: Require `compile' unconditionally.
18637
18638 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
18639
18640 * woman.el (woman-file-name): Provide a default, not initial input.
18641
18642 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
18643
18644 * font-lock.el (font-lock-support-mode): Doc fix.
18645
18646 * descr-text.el (describe-property-list): Handle non-symbol prop names.
18647
18648 2005-09-08 Richard M. Stallman <rms@gnu.org>
18649
18650 * simple.el (blink-matching-open): Get rid of text props from
18651 the string shown in echo area. Don't permanently set point.
18652 Some rearrangements.
18653
18654 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18655
18656 * recentf.el (recentf-filename-handler): Add custom choice
18657 `abbreviate-file-name'.
18658
18659 * msb.el (msb--very-many-menus): Fix typo.
18660
18661 * disp-table.el (standard-display-european): Don't set
18662 enable-multibyte-characters to nil.
18663
18664 2005-09-08 David Ponce <david@dponce.com>
18665
18666 * recentf.el (recentf-show-file-shortcuts-flag): New option.
18667 (recentf-expand-file-name): Doc fix.
18668 (recentf-dialog-mode-map): Define digit shortcuts.
18669 (recentf--files-with-key): New variable.
18670 (recentf-show-digit-shortcut-filter): New function.
18671 (recentf-open-files-items): New function.
18672 (recentf-open-files): Use it.
18673 (recentf-open-file-with-key): New command.
18674
18675 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
18676
18677 * buff-menu.el (Buffer-menu-sort-by-column): New function.
18678 Suggested by Kim F. Storm.
18679 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18680 (Buffer-menu-make-sort-button): Use global keymap.
18681
18682 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
18683
18684 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18685 (Man-getpage-in-background-advice): Remove defadvice; it isn't
18686 necessary any longer with the remapped command.
18687 (Man-bgproc-sentinel-advice): Remove defadvice which counts
18688 formatting time only.
18689
18690 * net/tramp.el (tramp-action-password)
18691 (tramp-multi-action-password): Compile the password prompt from
18692 `method', `user' and `host'. Sometimes it isn't obvious which
18693 password to enter, for example with remote files offered by
18694 recentf.el, or with multiple steps. Suggested by Robert Marshall
18695 <robert@chezmarshall.freeserve.co.uk>.
18696
18697 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18698
18699 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18700 Fix regexp for when "s///" is at the beginning of line.
18701
18702 2005-09-07 Jay Belanger <belanger@truman.edu>
18703
18704 * calc/calc-poly.el (math-expand-term): Multiply out any powers
18705 when in matrix mode.
18706
18707 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18708
18709 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18710 non-anonymous functions.
18711
18712 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
18713
18714 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18715 when using a header line. Otherwise, use mouse-1-click-follows-link.
18716
18717 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18718 can't be moved; don't signal an error.
18719
18720 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
18721
18722 * cus-theme.el (custom-theme-write-faces): Save the current face
18723 spec, not the defface spec.
18724
18725 * custom.el (custom-known-themes): Clarify meaning of "standard".
18726 (custom-push-theme): Save old values in the standard theme.
18727 (disable-theme): Correct typo.
18728 (custom-face-theme-value) Deleted unused function.
18729 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18730
18731 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18732
18733 * progmodes/compile.el (compilation-goto-locus): Take into account
18734 iconified frames when determining whether the buffer is
18735 already visible.
18736 Don't reset window height if the window already existed.
18737
18738 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
18739
18740 * custom.el (load-theme): Rename from require-theme.
18741 Add interactive spec.
18742 (enable-theme): Rename from custom-enable-theme.
18743 Add interactive spec.
18744 (disable-theme): Rename from custom-disable-theme.
18745 Add interactive spec.
18746 (custom-make-theme-feature): Doc fix.
18747 (custom-theme-directory): Doc fix.
18748 (provide-theme): Call enable-theme.
18749
18750 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18751
18752 * obsolete/lazy-lock.el (lazy-lock-mode):
18753 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18754 font-lock-mode if it's off. Print a warning instead.
18755
18756 * progmodes/compile.el (compilation-start): Ignore errors if the
18757 process died before we get to send-eof.
18758
18759 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18760 Undo last change. Enclosing the result in quotes broke things on Unix
18761 since tex-send-command passes it through shell-quote-argument.
18762 (tex-send-command): Pass `file' through convert-standard-filename
18763 when possible.
18764 (tex-uptodate-p): Handle the case where TeX hasn't put additional
18765 info in a transcript.
18766
18767 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18768
18769 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18770 fix compilation warning. Reorder the key definitions to group
18771 together keys emitted by the current version of xterm.
18772
18773 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18774 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18775 Reorder predicates to correct min-color usage.
18776
18777 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * longlines.el (longlines-mode): Inhibit read-only when encoding.
18780 Kill local variables when longlines-mode is turned off.
18781
18782 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18783
18784 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18785
18786 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18787
18788 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18789
18790 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18791 (font-lock-lines-before): Change default to being inactive.
18792 (font-lock-default-fontify-region): Obey font-lock-lines-before.
18793 (font-lock-after-change-function): Don't handle f-l-lines-before here.
18794
18795 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18796
18797 * net/tramp.el (tramp-handle-make-auto-save-file-name):
18798 Deactivate temporarily advice if active (not needed for Emacs 22,
18799 but for backwards compatibility).
18800 (tramp-exists-file-name-handler): Rewrite. First implementation
18801 was too simple.
18802 (tramp-advice-make-auto-save-file-name):
18803 Call `tramp-handle-make-auto-save-file-name' (again, just for
18804 backwards compatibility).
18805
18806 2005-08-31 Reto Zimmermann <reto@gnu.org>
18807
18808 * progmodes/vhdl-mode.el
18809 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18810 (vhdl-end-p): Fix indentation bug "else" after "-- when".
18811 (vhdl-set-default-project): New function (easier setting of default).
18812 (vhdl-port-copy): Handle extended identifiers for generics.
18813 (vhdl-compiler-alist): Better description for error message regexp.
18814 (vhdl-make): Query for target, use previous as default.
18815 (vhdl-port-copy): Fix port copy for port names starting with "signal".
18816 (vhdl-font-lock-keywords-2): Fix fontification for record
18817 el. assign.
18818 (vhdl-speedbar-make-subpack-line): Add package body link.
18819 (vhdl-generate-makefile-1): Not include itself as dependency.
18820 (vhdl-font-lock-init): Highlight c-preprocessor directives.
18821 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18822 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18823 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18824 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18825 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18826 (vhdl-import-project): Add string argument for `error'.
18827 (vhdl-compose-configuration)
18828 (vhdl-compose-configuration-architecture): Add configuration
18829 declaration generation.
18830 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18831 (vhdl-trailer-re): Add "record" keyword (better indentation).
18832 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18833 "[^ \t-\"]+".
18834 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18835 (vhdl-testbench-entity-file-name)
18836 (vhdl-testbench-architecture-file-name): Allow separate
18837 customization of testbench file names.
18838 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18839 (vhdl-get-visible-signals): Allow newline within alias declaration.
18840 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18841 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18842 (member-ignore-case): Alias for missing function in XEmacs.
18843 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18844 (vhdl-update-sensitivity-list): Ignore case on read signals.
18845 (vhdl-replace-string): Adjust case only for file names.
18846 (vhdl-update-sensitivity-list): Fix search for read signals.
18847 (vhdl-update-sensitivity-list): Exclude formal parameters.
18848 (vhdl-get-visible-signals): Include aliases of signals.
18849 (vhdl-get-visible-signals): Fix signal name searching.
18850 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18851 (vhdl-fixup-whitespace-region): Fix for character
18852 literals (e.g. `:').
18853
18854 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18855
18856 * ansi-color.el (comint-last-output-start):
18857 * bs.el (font-lock-verbose):
18858 * diff-mode.el (add-log-buffer-file-name-function):
18859 * dired-x.el (vm-folder-directory):
18860 * faces.el (help-xref-stack-item):
18861 * files.el (font-lock-keywords):
18862 * find-lisp.el (dired-buffers, dired-subdir-alist):
18863 * ido.el (cua-inhibit-cua-keys):
18864 * log-view.el (cvs-minor-wrap-function):
18865 * outline.el (font-lock-warning-face):
18866 * simple.el (compilation-current-error):
18867 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
18868 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
18869 * tooltip.el (comint-prompt-regexp):
18870 * w32-fns.el (explicit-shell-file-name):
18871 * term/mac-win.el (mac-charset-info-alist)
18872 (mac-services-selection, mac-system-script-code):
18873 * term/tty-colors.el (msdos-color-values):
18874 * term/w32-win.el (xlfd-regexp-registry-subnum):
18875 * term/x-win.el (x-keysym-table, x-selection-timeout)
18876 (x-session-id, x-session-previous-id):
18877 * textmodes/ispell.el (mail-yank-prefix):
18878 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
18879 * textmodes/org.el (calc-embedded-close-formula)
18880 (calc-embedded-open-formula)
18881 (font-lock-unfontify-region-function):
18882 * textmodes/reftex-global.el (isearch-next-buffer-function)
18883 (TeX-master):
18884 * textmodes/reftex.el (font-lock-keywords):
18885 * textmodes/tex-mode.el (font-lock-comment-face)
18886 (font-lock-doc-face):
18887 * textmodes/texinfo.el (outline-heading-alist):
18888 Add defvars.
18889
18890 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
18891 (artist-spray-chars, artist-mode-init, artist-replace-string)
18892 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
18893 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
18894 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
18895
18896 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
18897 (conf-align-assignments): "?\ " -> "?\s".
18898
18899 * textmodes/reftex-index.el (TeX-master): Add defvar.
18900 (reftex-index-phrases-marker): Move up defvar.
18901
18902 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
18903 (reftex-toc-include-labels-indicator)
18904 (reftex-toc-include-index-indicator)
18905 (reftex-toc-max-level-indicator): Move up declarations.
18906
18907 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
18908 of args to `tramp-run-real-handler', even if it's empty in this case.
18909
18910 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18911
18912 * dired.el (dired-move-to-filename-regexp): Add date format for
18913 Mac OS X 10.3 in East Asian locales.
18914
18915 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18916
18917 * files.el (make-auto-save-file-name): Add file name handler call
18918 if applicable.
18919
18920 * net/tramp.el (tramp-file-name-handler-alist)
18921 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
18922 (tramp-handle-make-auto-save-file-name): Rename from
18923 `tramp-make-auto-save-file-name'.
18924 (tramp-exists-file-name-handler): New defun.
18925 (tramp-advice-make-auto-save-file-name): Make defadvice only when
18926 `make-auto-save-file-name' is not a magic file name operation.
18927
18928 2005-08-30 Richard M. Stallman <rms@gnu.org>
18929
18930 * files.el (risky-local-variable-p):
18931 Match `-predicates' and `-commands.
18932
18933 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
18934 (custom-save-all): Visit the file if necessary;
18935 kill the buffer if we created it.
18936 (custom-save-delete): Don't visit file or kill buffer here.
18937
18938 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
18939
18940 * textmodes/org.el (org-special-keyword): New face.
18941 (org-table-copy-down, org-table-eval-formula)
18942 (org-table-recalculate, org-init-section-numbers):
18943 Use `string-to-number' instead of `string-to-int'.
18944 (org-get-location): Use `insert-buffer-substring' instead of
18945 `insert-buffer'.
18946 (org-modify-diary-entry-string): New function.
18947 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
18948 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
18949 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
18950 active region.
18951 (org-export-as-html): Handle QUOTE keyword.
18952 (org-quote-string): New option.
18953 (org-bookmark-jump-unhide): New function, used for
18954 `bookmark-after-jump-hook'.
18955 (org-diary-default-entry): Apply only when not called through
18956 `org-agenda'.
18957
18958 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
18959
18960 * net/eudc.el (mode-popup-menu):
18961 * play/handwrite.el (ps-printer-name, ps-lpr-command):
18962 * progmodes/ada-mode.el (compile-auto-highlight)
18963 (skeleton-further-elements):
18964 * progmodes/autoconf.el (font-lock-syntactic-keywords):
18965 * progmodes/cmacexp.el (msdos-shells):
18966 * progmodes/compile.el (font-lock-extra-managed-props)
18967 (font-lock-keywords, font-lock-maximum-size)
18968 (font-lock-support-mode):
18969 * progmodes/grep.el (font-lock-lines-before):
18970 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
18971 * progmodes/mixal-mode.el (compile-command):
18972 * progmodes/perl-mode.el (font-lock-comment-face)
18973 (font-lock-doc-face, font-lock-string-face):
18974 * progmodes/prolog.el (comint-prompt-regexp):
18975 * progmodes/sh-script.el (font-lock-comment-face)
18976 (font-lock-set-defaults, font-lock-string-face):
18977 * progmodes/sql.el (font-lock-keyword-face)
18978 (font-lock-set-defaults, font-lock-string-face):
18979 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
18980 (itimer-version, lazy-lock-defer-contextually)
18981 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
18982 Add defvars.
18983
18984 * progmodes/cperl-mode.el (cperl-electric-lbrace)
18985 (cperl-electric-keyword, cperl-electric-pod)
18986 (cperl-electric-backspace, cperl-forward-re)
18987 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
18988 (vc-rcs-header, vc-sccs-header): Add defvars.
18989
18990 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
18991 (font-lock-syntactic-keywords, gud-find-expr-function):
18992 Add defvars.
18993
18994 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
18995 (gdb-frame-parameters): Declare before use.
18996
18997 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
18998 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
18999 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
19000 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
19001
19002 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
19003 (idlwave-help-with-source): Use `insert-buffer-substring', not
19004 `insert-buffer'.
19005
19006 2005-08-29 Juri Linkov <juri@jurta.org>
19007
19008 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
19009 Put outline-back-to-heading function call inside save-excursion.
19010
19011 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
19012
19013 * man.el (Man-init-defvars, Man-translate-references)
19014 (Man-support-local-filenames, Man-highlight-references):
19015 * progmodes/sql.el (sql-interactive-mode):
19016 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
19017
19018 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
19019 (compilation-mode-font-lock-keywords): Add defvars.
19020 (checkdoc-interactive-loop): "?\ " -> "?\s".
19021
19022 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
19023 (font-lock-doc-face, font-lock-string-face)
19024 (font-lock-keywords-case-fold-search): Add defvars.
19025 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
19026
19027 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19028 Don't pass X and Y (they are ignored anyway).
19029 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
19030 (mouse-delete-window): Make arguments optional.
19031
19032 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
19033 (caesar-translate-table, minor-modes, news-buffer-save)
19034 (news-group-name, news-minor-modes): Add defvars.
19035
19036 * emacs-lisp/lselect.el (mouse-highlight-priority)
19037 (x-lost-selection-functions, zmacs-regions):
19038 * emacs-lisp/pp.el (font-lock-verbose):
19039 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
19040 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
19041 (ses-mode-map):
19042 * emacs-lisp/tcover-unsafep.el (safe-functions):
19043 * international/mule-cmds.el (mac-system-coding-system)
19044 (mac-system-locale):
19045 * language/ethio-util.el (rmail-current-message)
19046 (rmail-message-vector):
19047 * language/thai-util.el (thai-auto-composition-mode):
19048 * mail/metamail.el (rmail-current-message, rmail-message-vector):
19049 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19050 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19051 (vm-primary-inbox, vm-spool-files):
19052 * mail/rmail.el (deleted-head, font-lock-fontified)
19053 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19054 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19055 (total-messages):
19056 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19057 (rmail-summary-mode-map):
19058 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19059 (rmail-last-label, rmail-last-multi-labels)
19060 (rmail-summary-vector, rmail-total-messages):
19061 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19062 * mail/rmailsum.el (msgnum):
19063 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19064 (rmail-current-message):
19065 * obsolete/fast-lock.el (font-lock-face-list):
19066 * obsolete/rnewspost.el (mail-reply-buffer):
19067 * obsolete/scribe.el (compile-command):
19068 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19069
19070 2005-08-28 John Paul Wallington <jpw@gnu.org>
19071
19072 * ibuf-ext.el (ibuffer-auto-update-changed):
19073 Use `frame-or-buffer-changed-p' to check whether we need to update.
19074 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19075 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
19076 as a `frame-or-buffer-changed-p' state vector instead.
19077
19078 2005-08-27 Romain Francoise <romain@orebokech.com>
19079
19080 * textmodes/makeinfo.el (makeinfo-compile):
19081 Use `compilation-start'. Set `next-error-function' according to
19082 `disable-errors'.
19083 (makeinfo-next-error): New function.
19084 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19085 (makeinfo-buffer): Likewise.
19086
19087 * progmodes/compile.el (compilation-start): Add autoload cookie.
19088
19089 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19090 * textmodes/sgml-mode.el: Likewise.
19091 * progmodes/python.el: Likewise.
19092
19093 2005-08-27 Eli Zaretskii <eliz@gnu.org>
19094
19095 * simple.el (blink-matching-paren-distance): Document the meaning
19096 of nil value, and allow to customize to nil.
19097
19098 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19099 command.com, not command.exe.
19100
19101 2005-08-26 John Wiegley <johnw@newartisans.com>
19102
19103 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19104 code around a bit so that an extraneous nil argument is not added
19105 to a command when no args are given.
19106
19107 * eshell/esh-arg.el (eshell-parse-double-quote): If a
19108 double-quoted argument resolves to nil, return it as an empty
19109 string rather than as nil. This made it impossible to pass "" to
19110 a shell script as a null string argument.
19111
19112 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * outline.el (outline-invent-heading): New fun.
19115 (outline-promote, outline-demote): Use it.
19116 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19117 (outline-end-of-subtree): Remove unused var `opoint'.
19118
19119 2005-08-26 David Reitter <david.reitter@gmail.com>
19120
19121 * menu-bar.el (truncate-lines, write-file, print-buffer)
19122 (ps-print-buffer-faces, ps-print-buffer, split-window):
19123 Disable menu items when the frame they refer to is invisible, or when
19124 they refer to a buffer and the minibuffer is selected.
19125
19126 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
19127
19128 * progmodes/flymake.el (flymake-highlight-err-lines):
19129 Use save-excursion around flymake-highlight-line to preserve point.
19130
19131 2005-08-26 Eli Zaretskii <eliz@gnu.org>
19132
19133 * progmodes/octave-mod.el: Change Author and Maintainer address.
19134 (octave-maintainer-address): Change Kurt's email address.
19135 * progmodes/octave-inf.el: Change Author and Maintainer address.
19136 * progmodes/octave-hlp.el: Change Author and Maintainer address.
19137
19138 2005-08-26 Kim F. Storm <storm@cua.dk>
19139
19140 * subr.el (version-list-<, version-list-<=, version-list-=):
19141 Rename from integer-list-*.
19142 (version-list-not-zero): Likewise. Fix while loop.
19143 (version=): Use version-list-= instead of string-equal.
19144
19145 2005-08-26 Richard M. Stallman <rms@gnu.org>
19146
19147 * outline.el (outline-promote): Try shortening the heading.
19148 As last resort, read the heading to use.
19149 (outline-demote): As last resort, read the heading to use.
19150
19151 2005-08-26 Romain Francoise <romain@orebokech.com>
19152
19153 * progmodes/compile.el (compilation-start): Doc fix.
19154
19155 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19156 (antlr-font-lock-additional-keywords): Fix reference to
19157 `antlr-font-lock-literal-regexp' erroneously changed during the
19158 mass face rename.
19159 (antlr-run-tool): Use `compilation-start'.
19160
19161 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19162 instead of the obsolete `compile-internal'.
19163
19164 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
19165
19166 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19167 (number, original-date):
19168 * calendar/cal-china.el (date):
19169 * calendar/cal-coptic.el (date):
19170 * calendar/cal-french.el (date):
19171 * calendar/cal-hebrew.el (date, entry, number, original-date):
19172 * calendar/cal-islam.el (date, number, original-date):
19173 * calendar/cal-iso.el (date):
19174 * calendar/cal-julian.el (date):
19175 * calendar/cal-mayan.el (date):
19176 * calendar/cal-menu.el (date, event):
19177 * calendar/cal-persia.el (date):
19178 * calendar/lunar.el (date):
19179 * calendar/solar.el (date): Add defvars.
19180
19181 * emerge.el:
19182 * ibuffer.el:
19183 * info-xref.el:
19184 * obsolete/bg-mouse.el:
19185 * obsolete/sun-curs.el:
19186 * obsolete/swedish.el: Move the `defvar's to the top level.
19187
19188 * smerge-mode.el (smerge-refined-change): Add :group.
19189
19190 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19191
19192 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19193 (smerge-keep-n): Remove props.
19194 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19195 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19196 now that it's done in smerge-keep-n.
19197 (smerge-refined-change): New face.
19198 (smerge-refine-chopup-region, smerge-refine-highlight-change)
19199 (smerge-refine): New funs.
19200 (smerge-basic-map): Bind smerge-refine.
19201
19202 2005-08-25 Juri Linkov <juri@jurta.org>
19203
19204 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19205 compilation-process-setup-function and compilation-disable-input
19206 in grep-mode instead of let-bindings in grep.
19207
19208 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19209 Delete "Automatic File De/compression" (auto-compression-mode).
19210
19211 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
19212
19213 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19214 Silence warning about non-existent variable.
19215
19216 2005-08-25 Richard M. Stallman <rms@gnu.org>
19217
19218 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19219 Rename "Describe Key" to "Describe Key or Mouse Operation".
19220
19221 * mail/mailalias.el (build-mail-aliases): Delete comments
19222 from the contents before processing them.
19223
19224 * isearch.el (isearch-edit-string): Erase the Search prompt
19225 if user enters an empty string and there is no default.
19226
19227 * comint.el (comint-file-name-prefix): Add autoload.
19228
19229 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
19230
19231 * subr.el (play-sound): Rearrange to avoid warning.
19232
19233 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
19234
19235 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19236 New hook.
19237 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19238
19239 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19242
19243 * custom.el (custom-theme-set-variables): Sort minor modes last.
19244
19245 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19246
19247 * subr.el (version-separator, version-regexp-alist): New vars used by
19248 version comparison funs.
19249 (integer-list-<, integer-list-=, integer-list-<=)
19250 (integer-list-not-zero): New funs for integer list comparison.
19251 (version-to-list, version=, version<, version<=): New funs for version
19252 comparison.
19253
19254 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
19255
19256 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19257 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19258 time to silence the byte-compiler.
19259
19260 * ibuffer.el (ibuffer-compile-make-eliding-form)
19261 (ibuffer-check-formats): Use `with-no-warnings' to hide references
19262 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19263 so it's silly to get warnings for it).
19264 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19265 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19266 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19267 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19268 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19269 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19270 Defvar at compile time.
19271 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19272 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19273 Declare them before use.
19274
19275 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19276 (info-xref-good, info-xref-bad): Defvar at compile time.
19277
19278 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19279 Use `let*' instead of `let'.
19280
19281 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19282 (*mouse-y*, menu, char): Defvar at compile time.
19283 (sc::menu): Declare it before use.
19284 (sc::pack-one-line): Use `let', not `let*'.
19285
19286 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19287 (mail-send-hook): Defvar at compile time.
19288
19289 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19290 Defvar at compile time.
19291
19292 * term/sun-mouse.el (current-global-mousemap)
19293 (current-local-mousemap): Declare them before use.
19294
19295 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
19296
19297 * bookmark.el (bookmark-after-jump-hook): New hook.
19298 (bookmark-jump): Run `bookmark-after-jump-hook'.
19299
19300 2005-08-23 Juri Linkov <juri@jurta.org>
19301
19302 * faces.el (minibuffer-prompt): Doc fix.
19303
19304 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
19305
19306 * progmodes/xscheme.el: Trivial changes to silence warnings.
19307 (xscheme-previous-mode, xscheme-previous-process-state):
19308 Add defvars.
19309 (xscheme-last-input-end, xscheme-process-command-line)
19310 (xscheme-process-name, xscheme-buffer-name)
19311 (xscheme-expressions-ring-max, xscheme-expressions-ring)
19312 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19313 (xscheme-control-g-synchronization-p)
19314 (xscheme-control-g-disabled-p, xscheme-string-receiver)
19315 (default-xscheme-runlight, xscheme-runlight)
19316 (xscheme-runlight-string, xscheme-process-filter-state)
19317 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19318 Move to beginning of file.
19319 (scheme-interaction-mode-commands-alist)
19320 (scheme-interaction-mode-map, scheme-debugger-mode-map):
19321 Declare them before use. Note: the initialization code for the
19322 variables has not been moved because it uses functions that reference
19323 the variables.
19324 (xscheme-control-g-message-string, xscheme-process-filter-alist)
19325 (xscheme-prompt-for-expression-map): Declare them before use.
19326 (scheme-debugger-mode-commands): "?\ " -> "?\s".
19327
19328 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
19329
19330 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19331
19332 2005-08-22 Juri Linkov <juri@jurta.org>
19333
19334 * faces.el (set-face-underline): Delete this duplicate function
19335 and make an obsolete alias to set-face-underline-p.
19336 (set-face-underline-p): Use docstring of set-face-underline.
19337 (describe-face): Create hyperlink to parent face.
19338
19339 * info.el (Info-insert-dir): Use save-excursion around
19340 insert-buffer-substring.
19341 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19342 (Info-escape-percent): Delete function.
19343 (Info-fontify-node): Replace Info-escape-percent by
19344 replace-regexp-in-string with REP arg set to lambda that
19345 duplicates `%' and preserves text properties.
19346
19347 * progmodes/compile.el (compilation-disable-input): Doc fix.
19348 (define-compilation-mode): Doc fix and refill.
19349 (kill-compilation): Use `mode-name' in the error message.
19350 (compilation-find-file): Use `compilation-error' in the
19351 read-file-name's prompt.
19352
19353 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19356 (smerge-auto-leave): Make undo re-enable the mode.
19357 (debug-ignored-errors): Add the user-error of impossible resolution.
19358 (smerge-resolve): Move things around a bit, in preparation for later.
19359 (smerge-diff): Don't fail if the buffer has no associated file.
19360 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19361 (smerge-conflict-overlay): New function.
19362 (smerge-match-conflict): Don't add text properties here.
19363 (smerge-find-conflict): Instead, add an overlay here.
19364 Also check for the case where we're inside a conflict already, so as to
19365 obviate the need for font-lock-multiline, which is unbearably slow with
19366 large conflicts and ciomplex font-lock patterns.
19367 (smerge-remove-props): Remove overlay rather than text-properties.
19368 (smerge-mode): Don't set font-lock-multiline.
19369 Remove overlays when turned off.
19370
19371 2005-08-21 Kim F. Storm <storm@cua.dk>
19372
19373 * ido.el (ido-ignore-item-p): Use save-match-data.
19374 Bind case-fold-search to ido-case-fold locally.
19375
19376 2005-08-20 Richard M. Stallman <rms@gnu.org>
19377
19378 * files.el (normal-mode): If font lock is on, turn it off and on.
19379
19380 * subr.el (replace-regexp-in-string): Doc fix.
19381
19382 * startup.el (command-line-1): Don't suppress startup screen
19383 due to existing processes.
19384
19385 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19386
19387 * progmodes/compile.el (compilation-disable-input): Default to nil.
19388
19389 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19390
19391 * progmodes/compile.el (compilation-disable-input): New defcustom.
19392 (compilation-start): If compilation-disable-input is non-nil, send
19393 EOF to the compilation process.
19394
19395 2005-08-20 Eli Zaretskii <eliz@gnu.org>
19396
19397 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19398 Run the argument of tex-shell-cd-command through
19399 convert-standard-filename, to get the correct style of slashes on
19400 Windows, and enclose the result in quotes, in case the file name
19401 includes whitespace or other special characters.
19402
19403 2005-08-19 Andreas Schwab <schwab@suse.de>
19404
19405 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19406 process.
19407
19408 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
19409
19410 * cus-start.el (minibuffer-prompt-properties): Correct typo.
19411
19412 2005-08-18 Kim F. Storm <storm@cua.dk>
19413
19414 * scroll-lock.el: Fix errors due to incorrect line wrapping.
19415
19416 2005-08-18 Richard M. Stallman <rms@gnu.org>
19417
19418 * scroll-lock.el: New file.
19419
19420 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
19421
19422 * dired.el (dired-move-to-end-of-filename):
19423 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19424
19425 2005-08-18 Kim F. Storm <storm@cua.dk>
19426
19427 * ido.el (ido-everywhere): Fix defcustom :set function to disable
19428 rather than toggle mode when custom value is nil.
19429 (ido-everywhere): Fix defun doc string.
19430
19431 2005-08-17 Richard M. Stallman <rms@gnu.org>
19432
19433 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19434 as tag instead of "Inviolable".
19435
19436 2005-08-17 Kim F. Storm <storm@cua.dk>
19437
19438 * windmove.el (windmove-coordinates-of-position): Remove.
19439 (windmove-coordinates-of-window-position): Remove.
19440 (windmove-reference-loc): Use posn-at-point instead.
19441
19442 * subr.el (insert-for-yank-1): Doc fix.
19443
19444 * ido.el (ido-enter-matching-directory): Rename from
19445 ido-enter-single-matching-directory. Change `slash' choice to
19446 `only'. Add `first' choice.
19447 (ido-exhibit): Adapt to above changes.
19448
19449 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
19450
19451 * Makefile.in: Expand comment about building loaddefs.el.
19452
19453 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
19454
19455 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19456 Comment use of defadvice.
19457
19458 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19459
19460 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
19461
19462 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19463 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19464 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19465 * progmodes/idlw-shell.el, progmodes/ld-script.el,
19466 * progmodes/which-func.el, ruler-mode.el, strokes.el,
19467 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19468 for backward compatibility for faces that did not appear in the
19469 previous Emacs release.
19470
19471 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19472
19473 2005-08-15 Kim F. Storm <storm@cua.dk>
19474
19475 * emulation/cua-base.el (cua-delete-region): Return t if
19476 deleted region was non-empty.
19477 (cua-replace-region): Inhibit overwrite-mode for
19478 self-insert-command if replaced region was non-empty.
19479 (cua--explicit-region-start, cua--status-string): Make them
19480 buffer-local at top-level...
19481 (cua-mode): ...rather than when mode is enabled.
19482
19483 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
19484
19485 * progmodes/vhdl-mode.el (vhdl-emacs-21):
19486 Set t for Emacs 21, 22, and so on.
19487
19488 2005-08-15 David Ponce <david@dponce.com>
19489
19490 * tree-widget.el: Update Commentary header.
19491 (tree-widget-theme): Doc fix.
19492 (tree-widget-space-width): New option.
19493 (tree-widget-image-properties): Look up in the default theme too.
19494 (tree-widget--cursors): Only for images with arrow pointer shape.
19495 (tree-widget-lookup-image): Pointer shape is hand by default.
19496 (tree-widget-icon): Rename generic icon widget from
19497 `tree-widget-control'.
19498 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
19499 derive from `tree-widget-icon'.
19500 (tree-widget-handle): Improve default look and feel of the text
19501 representation.
19502 (tree-widget): Rename :*-control properties to :*-icon properties.
19503 Add :action and :help-echo properties.
19504 (tree-widget-after-toggle-functions): Move.
19505 (tree-widget-close-node, tree-widget-open-node): Remove.
19506 (tree-widget-before-create-icon-functions): New hook.
19507 (tree-widget-value-create): Update to allow customization of icons
19508 and nodes at run-time via that new hook.
19509 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
19510 (tree-widget-icon-action, tree-widget-icon-help-echo)
19511 (tree-widget-action, tree-widget-help-echo): New functions.
19512
19513 2005-08-15 Kim F. Storm <storm@cua.dk>
19514
19515 * ido.el (ido-buffer-internal): Use with-no-warnings.
19516 (ido-make-merged-file-list): Use while-no-input.
19517
19518 2005-08-15 Richard M. Stallman <rms@gnu.org>
19519
19520 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
19521 (flyspell-large-region): Fix doc and custom type.
19522
19523 2005-08-14 Richard M. Stallman <rms@gnu.org>
19524
19525 * files.el (interpreter-mode-alist): Doc fix.
19526
19527 * mail/rmail.el (rmail-nonignored-headers): New variable.
19528 (rmail-clear-headers): Use it.
19529 (rmail-reply): Better handling of mail-followup-to header.
19530
19531 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19532 Rename variable from sh-font-lock-keywords. In the `shell' entry,
19533 don't try to refer to executable-font-lock-keywords.
19534 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
19535 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
19536 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
19537 (sh-mode): Set comment-start-skip, local-abbrev-table,
19538 imenu-case-fold-search.
19539 (sh-set-shell): Don't set them here.
19540 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
19541 Don't cache the results in the original alist; don't ever modify
19542 that alist.
19543
19544 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
19545
19546 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
19547 empty.
19548
19549 2005-08-15 Andreas Schwab <schwab@suse.de>
19550
19551 * desktop.el: Put autoload cookie at risky-local-variable declarations.
19552
19553 * dired.el, info.el, mail/rmail.el: Revert last change.
19554
19555 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
19556
19557 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
19558 modification in `eval-after-load' form.
19559 * info.el: Likewise.
19560 * mail/rmail.el: Likewise.
19561
19562 2005-08-14 Juri Linkov <juri@jurta.org>
19563
19564 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19565 Remove highlighting of "Compilation started". Highlight only
19566 the word "finished" in "Compilation finished". Add highlighting
19567 of "interrupt", "killed", "terminated" and the exit code.
19568 (compilation-start): Add newline after header. Use exactly the
19569 same time stamp format as the finishing message.
19570 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
19571
19572 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
19573 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
19574 Add highlighting of "interrupt", "killed", "terminated".
19575
19576 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
19577 enabled and the current command is self-insert-command, call it
19578 explicitly with overwrite-mode bound to nil, to not allow it
19579 to delete the character after the selected region.
19580
19581 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
19582
19583 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
19584 move-end-of-line, end-of-line, and beginning-of-line to the list
19585 of commands after which the echo area is updated.
19586
19587 2005-08-12 Eli Zaretskii <eliz@gnu.org>
19588
19589 * cus-edit.el (custom-save-all, custom-save-delete):
19590 Bind recentf-exclude to exclude custom-file.
19591
19592 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
19593
19594 * mail/rmailsum.el (rmail-summary-end-of-message): New command
19595 to go to the bottom of the mail message. Added to
19596 `rmail-summary-mode-map' with key "/".
19597 (rmail-summary-show-message): New (internal) function for use by
19598 both `rmail-summary-beginning/end-of-message'.
19599 (rmail-summary-beginning-of-message): Change to use
19600 rmail-summary-show-message.
19601
19602 * mail/rmail.el (rmail-end-of-message): New command to go to the
19603 end of the current message. Added to `rmail-mode-map' with key "/".
19604 (rmail-beginning-of-message): Fix to work as documented.
19605 (rmail-mode): Change documentation.
19606
19607 * progmodes/compile.el (compilation-start): Add the line
19608 "Compilation started" with compilation start time.
19609 (compilation-mode-font-lock-keywords): Add `started' to keywords.
19610
19611 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
19612
19613 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
19614 of menu items.
19615
19616 2005-08-11 Richard M. Stallman <rms@gnu.org>
19617
19618 * simple.el (pop-global-mark): Reverse test of widen-automatically.
19619
19620 * battery.el (battery-status-function): Don't use ignore-errors.
19621
19622 2005-08-11 Lute Kamstra <lute@gnu.org>
19623
19624 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
19625 define-obsolete-variable-alias.
19626
19627 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
19628
19629 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
19630 (ange-ftp-send-cmd): Revert last change, and expand
19631 the comment explaining the problem.
19632
19633 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
19634
19635 * ldefs-boot.el: Update.
19636
19637 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
19638 item to "Time, Load and Mail". Change help echo text.
19639
19640 * time.el (display-time-use-mail-icon, display-time-format)
19641 (display-time-string-forms): Shorten first line of docstrings.
19642
19643 2005-08-10 Lars Hansen <larsh@soem.dk>
19644
19645 * desktop.el (desktop-buffer-mode-handlers):
19646 Make non-customizable. Add autoload cookie. Change initial value to
19647 nil; add elements in respective modules instead. Fix doc string.
19648 (desktop-load-file): New function.
19649 (desktop-minor-mode-handlers): New autoloaded variable.
19650 (desktop-create-buffer): Call minor mode handlers.
19651 Use desktop-load-file to load major and minor mode modules prior to
19652 checking for a handler.
19653 (desktop-save): Don't add nil to desktop-minor-modes for minor
19654 modes with nil function in desktop-minor-mode-table. Don't delete
19655 desktop file before rewriting it.
19656 (desktop-locals-to-save): Add autoload cookie. Don't make
19657 automatically buffer-local. Add variables column-number-mode,
19658 size-indication-mode, indent-tabs-mode,
19659 indicate-buffer-boundaries, indicate-empty-lines and
19660 show-trailing-whitespace.
19661 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
19662 regexps. Don't use desktop-clear-preserve-buffers-regexp.
19663 (desktop-clear-preserve-buffers-regexp): Delete.
19664 (desktop-clear-preserve-buffers): Update initial value and docstring.
19665 (desktop-save-buffer): Fix doc string.
19666
19667 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19668 (hilit-chg-desktop-restore): New function.
19669 (highlight-changes-mode): Add highlight-changes-mode to
19670 desktop-locals-to-save.
19671
19672 * dired.el: Add handler to desktop-buffer-mode-handlers.
19673 (dired-restore-desktop-buffer): Remove autoload cookie.
19674 (dired-mode): Add autoload cookie.
19675
19676 * info.el: Add handler to desktop-buffer-mode-handlers.
19677 (Info-restore-desktop-buffer): Remove autoload cookie.
19678 (Info-mode): Add autoload cookie.
19679
19680 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19681 (mh-restore-desktop-buffer): Remove autoload cookie.
19682 (mh-folder-mode): Add autoload cookie.
19683
19684 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19685 (rmail-restore-desktop-buffer): Remove autoload cookie.
19686
19687 2005-08-11 Masatake YAMATO <jet@gyve.org>
19688
19689 * hexl.el (hexl-address-region):
19690 (hexl-ascii-region, hexl-font-lock-keywords):
19691 (hexl-highlight-line-range): Use the term "region"
19692 instead of "area" for consistency with the other symbols
19693 defined in hexl.el.
19694
19695 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
19696
19697 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19698 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19699 out by Juri Linkov). Add `display-battery-mode'.
19700
19701 2005-08-09 Juri Linkov <juri@jurta.org>
19702
19703 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19704 Remove `-text' from face variable names.
19705 (compilation-error-file-name, compilation-warning-file-name)
19706 (compilation-info-file-name): Delete faces.
19707 (compilation-line-number, compilation-column-number):
19708 Remove face underlining.
19709 (compilation-message-face): Set to `underline' value by default.
19710 (compilation-error-face, compilation-warning-face)
19711 (compilation-info-face): Remove `-file-name' from face names.
19712 (compilation-error-text-face, compilation-warning-text-face)
19713 (compilation-info-text-face): Delete face variables.
19714 (compilation-text-face): Delete function.
19715
19716 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19717 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19718 (grep-error-face): Set to `compilation-error' instead of
19719 `compilation-error-face' (which is redefined to `grep-hit-face' in
19720 grep buffers).
19721 (grep-mode-font-lock-keywords): Remove `-text' from face variable
19722 names. Use `grep-error-face' instead of `compilation-error-text-face'.
19723
19724 * dired-aux.el (dired-do-query-replace-regexp):
19725 Use `query-replace-read-args'.
19726
19727 * replace.el (query-replace-read-from, query-replace-read-to)
19728 (query-replace-read-args): Rename arg `string' to `prompt'.
19729
19730 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19731
19732 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
19733
19734 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19735 uploading files.
19736 (ange-ftp-canonize-filename): Handle file names beginning with ~
19737 correctly.
19738
19739 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19740
19741 * textmodes/fill.el (canonically-space-region)
19742 (fill-context-prefix, fill-french-nobreak-p)
19743 (fill-delete-newlines, fill-comment-paragraph)
19744 (justify-current-line): "?\ " -> "?\s".
19745
19746 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
19747
19748 * textmodes/fill.el (fill-nonuniform-paragraphs):
19749 Improve argument/docstring consistency.
19750
19751 2005-08-09 Richard M. Stallman <rms@gnu.org>
19752
19753 * textmodes/ispell.el (ispell-word): More fboundp checks.
19754
19755 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19756 (find-file-noselect-1): Call it here, only if RAWFILE.
19757 (normal-mode): Always set some major mode.
19758 (save-some-buffers-action-alist): Change some explanation strings.
19759 (file-name-non-special): In the `quote' method, use unwind-protect.
19760
19761 2005-08-09 Magnus Henoch <mange@freemail.hu>
19762
19763 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19764 (ispell-have-aspell-dictionaries): New variable.
19765 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19766 (ispell-get-aspell-config-value): New function.
19767 (ispell-aspell-find-dictionary): New function.
19768 (ispell-aspell-add-aliases): New function.
19769 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19770 appropriate. Don't look for ispell dictionaries if we use aspell.
19771 (ispell-menu-map): Don't build a submenu of dictionaries.
19772
19773 2005-08-09 Richard M. Stallman <rms@gnu.org>
19774
19775 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19776 (sql-read-passwd): Use read-passwd.
19777
19778 * progmodes/idlw-toolbar.el (idlwave-toolbar)
19779 (idlwave-toolbar-is-possible): Add defvars.
19780
19781 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19782 Avoid warnings.
19783
19784 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19785 (idlwave-system-class-info, idlwave-executive-commands-alist):
19786 Use defvar.
19787
19788 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19789
19790 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19791 Avoid warnings.
19792
19793 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19794 and content-type: headers.
19795
19796 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19797
19798 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19799 and rename some of them to be more self-explanatory.
19800
19801 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19802
19803 * startup.el (command-line-1): Implement -scriptload.
19804
19805 * replace.el (occur-engine): Initial *Occur* output not undoable.
19806
19807 * menu-bar.el (menu-bar-file-menu): Rename some menu items
19808 and improve help strings.
19809
19810 * isearch.el (isearch-repeat): When changing direction,
19811 mark search successful.
19812
19813 * ediff-init.el: Use (featurep 'xemacs).
19814
19815 * comint.el (send-invisible): Identify buffer, if not selected.
19816
19817 * align.el: Delete autoload for c-guess-basic-syntax.
19818
19819 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19820
19821 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19822 Improve argument/docstring consistency. Doc fixes.
19823 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19824 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19825 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19826 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19827 (r2bv-organization, r2bv-pages, r2bv-primary-author)
19828 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19829 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19830 Defvar at compile time.
19831
19832 2005-08-09 Juri Linkov <juri@jurta.org>
19833
19834 * info.el: Replace `info' with upper-case `Info' where appropriate.
19835 (info-title-1, info-title-2, info-title-3, info-title-4)
19836 (info-menu-header): Move up face definitions.
19837 (info-menu-star): Rename from `info-menu-5'.
19838 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19839 (Info-fontify-visited-nodes): Fix docstring.
19840 (Info-hide-note-references): Fix docstring.
19841 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19842 menu items in the same way as on cross-references.
19843 (info-apropos): Fix sorting order and formatting to be like in the
19844 stand-alone Info browser. Display error messages for 1 sec.
19845 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
19846 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19847 from the menu bar.
19848 (Info-insert-dir): Restore point after calling
19849 `insert-buffer-substring'.
19850
19851 2005-08-08 Richard M. Stallman <rms@gnu.org>
19852
19853 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
19854 (recompute-lucid-menubar): Add defvars.
19855
19856 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
19857
19858 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
19859
19860 * net/net-utils.el (run-dig): Rename from `dig'.
19861
19862 * play/gametree.el (gametree-mode): Use make-local-variable,
19863 not make-variable-buffer-local.
19864
19865 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
19866
19867 * ansi-color.el (ansi-color-make-extent)
19868 (ansi-color-set-extent-face): Use fboundp, not functionp.
19869
19870 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
19871 not make-variable-buffer-local.
19872
19873 * bookmark.el (Info-current-file): Add defvar.
19874 (bookmark-jump-noselect): Use with-no-warnings.
19875
19876 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
19877
19878 * ebuff-menu.el (Helper-return-blurb): Add defvar.
19879
19880 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
19881
19882 * find-file.el (ada-procedure-start-regexp)
19883 (ada-package-start-regexp): Add defvars.
19884
19885 * info.el (Info-insert-dir): Use insert-buffer-substring.
19886
19887 * xml.el (xml-att-def-re): Add defvar.
19888
19889 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
19890 calling convention.
19891
19892 * subr.el (while-no-input): Return t if there is input.
19893
19894 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
19895
19896 * cus-start.el (all): Add `overflow-newline-into-fringe'.
19897
19898 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
19899
19900 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
19901 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
19902
19903 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
19904
19905 * cmuscheme.el (scheme-start-file): Replace reference to
19906 `user-emacs-directory' by "~/.emacs.d/".
19907
19908 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
19909
19910 * info.el (Info-dir-remove-duplicates): Avoid case folding
19911 in loop; instead, keep downcased strings for comparison.
19912 Suggested by Helmut Eller.
19913
19914 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
19915
19916 Sync with Tramp 2.0.50.
19917
19918 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
19919 XEmacs case; not necessary anymore.
19920 (tramp-user-regexp): Allow "@" as part of user name.
19921 (tramp-handle-set-visited-file-modtime)
19922 (tramp-handle-insert-file-contents)
19923 (tramp-handle-write-region): No special handling for
19924 `last-coding-system-used, because this is done in
19925 `tramp-accept-process-output' now.
19926 (tramp-accept-process-output): New defun.
19927 (tramp-process-one-action, tramp-process-one-multi-action)
19928 (tramp-wait-for-regexp, tramp-wait-for-output)
19929 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
19930 Howells <dhowells@redhat.com>.
19931 (clear-visited-file-modtime): Defadvice removed. The check for
19932 unset buffer's modtime does not need to be based on
19933 `tramp-buffer-file-attributes'. Suggested by RMS.
19934 (tramp-message): Insert "\n" if not being at beginning of line.
19935 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
19936 sequence with same logic.
19937 (tramp-completion-handle-expand-file-name): Discard call of
19938 `tramp-drop-volume-letter'. It is not necessary, and there have
19939 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
19940 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19941 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
19942 should always be visible.
19943 (tramp-handle-insert-directory, tramp-setup-complete)
19944 (tramp-set-process-query-on-exit-flag)
19945 (tramp-append-tramp-buffers): Pacify byte-compiler.
19946 (tramp-bug): Delete non-existing variables from list.
19947 Apply `tramp-load-report-modules' as pre-hook.
19948 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
19949 `shell-prompt-pattern' because of non-7bit characters.
19950 Reported by Sebastian Luque <sluque@mun.ca>.
19951 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
19952 (tramp-match-string-list): Remove function.
19953 (tramp-wait-for-regexp): Remove call of that function.
19954 Suggested by Kim F. Storm <storm@cua.dk>.
19955 (tramp-set-auto-save-file-modes): Use octal integer code #o600
19956 instead of octal character code ?\600. The latter resulted in a
19957 syntax error with XEmacs.
19958
19959 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
19960 XEmacs case; not necessary anymore.
19961 (tramp-smb-handle-write-region): No special handling for
19962 `last-coding-system-used, because this is done in
19963 `tramp-accept-process-output' now.
19964 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
19965
19966 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
19967
19968 * wid-edit.el (widget-choice-value-create):
19969 Unconditionally respect user choice. Set :explicit-choice back to nil
19970 when no longer needed.
19971 (widget-choice-action): Unconditionally respect user choice.
19972 Eliminate :explicit-choice-value.
19973
19974 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
19975
19976 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
19977 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
19978 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
19979 running new function `toggle-indicate-empty-lines'.
19980 Rename "Customize" item to "Customize fringe".
19981 Rename "Indicators" item to "Buffer boundaries" and change help echo.
19982 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
19983 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
19984 Delete "Empty lines only" item.
19985 (menu-bar-showhide-fringe-ind-customize): New function.
19986 (menu-bar-showhide-fringe-ind-mixed)
19987 (menu-bar-showhide-fringe-ind-box)
19988 (menu-bar-showhide-fringe-ind-right)
19989 (menu-bar-showhide-fringe-ind-left)
19990 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
19991 instead of `fringe-indicators'.
19992
19993 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19994
19995 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
19996 Change the date of last update.
19997
19998 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19999
20000 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
20001 (viper-exec-yank, viper-put-back): Don't display modification msg
20002 if in the minibuffer.
20003
20004 * viper-init.el (viper-replace-overlay-cursor-color)
20005 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
20006 Make variables frame local.
20007
20008 * viper-util.el (viper-append-filter-alist): Use append instead of
20009 nconc.
20010
20011 * viper.el (viper-vi-state-mode-list)
20012 (viper-emacs-state-mode-list): Move help-mode and
20013 completion-list-mode from the first list to the second.
20014 (viper-mode): Docstring.
20015 (viper-go-away, viper-non-hook-settings): Don't localize
20016 minor-mode-alist in newer Emacsen. Add advice to
20017 set-cursor-color. Don't bind "\C-c\\".
20018
20019 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
20020
20021 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
20022 (scheme-macro-expand-command): New user options.
20023 (scheme-trace-procedure, scheme-expand-current-form): New commands.
20024 (scheme-form-at-point, scheme-start-file)
20025 (scheme-interactively-start-process): New functions.
20026 (scheme-get-process): New function, extracted from `scheme-proc'.
20027 (run-scheme): Call `scheme-start-file' to get start file, and pass
20028 it to `make-comint'.
20029 (switch-to-scheme, scheme-proc):
20030 Call `scheme-interactively-start-process' if no Scheme buffer/process
20031 is available.
20032
20033 2005-08-06 Juri Linkov <juri@jurta.org>
20034
20035 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20036 Use `compilation-text-face', `compilation-info-text-face' and
20037 `compilation-error-text-face' instead of `font-lock-keyword-face'.
20038 (compilation-error): New face.
20039 (compilation-error-file-name): Inherit from
20040 `compilation-error' instead of `font-lock-warning-face'.
20041 (compilation-warning-file-name): Inherit from
20042 `compilation-warning' instead of `font-lock-warning-face'.
20043 (compilation-info, compilation-error-file-name)
20044 (compilation-warning-file-name, compilation-info-file-name)
20045 (compilation-line-number, compilation-column-number): Doc fix.
20046 (compilation-error-text-face, compilation-warning-text-face)
20047 (compilation-info-text-face): New face variables.
20048 (compilation-line-face, compilation-column-face)
20049 (compilation-enter-directory-face)
20050 (compilation-leave-directory-face): Doc fix.
20051 (compilation-text-face): New function.
20052
20053 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20054 instead of 1 to display binary file names as info file links.
20055 (grep-error-face): Use `compilation-error-face' instead of
20056 `font-lock-keyword-face'.
20057 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20058 and `compilation-warning-text-face' instead of
20059 `font-lock-keyword-face'. Use `compilation-error-text-face'
20060 instead of `grep-error-face'.
20061
20062 2005-08-05 Kenichi Handa <handa@m17n.org>
20063
20064 * international/code-pages.el: Add autoload cookies for all coding
20065 systems.
20066
20067 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
20068
20069 * cus-start.el (all): Put undo.c where it alphabetically belongs.
20070
20071 2005-08-04 Juri Linkov <juri@jurta.org>
20072
20073 * progmodes/compile.el (compilation-mode-map):
20074 * progmodes/grep.el (grep-mode-map):
20075 Bind TAB to `compilation-next-error' and [backtab] to
20076 `compilation-previous-error'.
20077
20078 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20079 matching line numbers, column numbers and their ranges with regexp
20080 matching only line numbers.
20081 (grep-context-face): New face variable.
20082 (grep-mode-font-lock-keywords): Use it.
20083
20084 * faces.el (read-face-name): Delete duplicate faces.
20085
20086 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
20087
20088 * thumbs.el (thumbs-find-image): Don't make variables
20089 automatically buffer local.
20090 (thumbs-current-tmp-filename, thumbs-current-image-filename)
20091 (thumbs-image-num): Make automatically buffer local.
20092 (thumbs-show-thumbs-list): Use `make-local-variable', not
20093 `make-variable-buffer-local'.
20094 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20095
20096 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20097 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20098 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20099 (bother, bye, canyou, chatlst, continue, deathlst, describe)
20100 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20101 (feelings-about, foullst, found, hello, history, howareyoulst)
20102 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20103 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20104 (neglst, obj, object, owner, please, problems, qlist)
20105 (random-adjective, relation, remlst, repetitive-shortness)
20106 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20107 (shortlst, something, sportslst, stallmanlst, states, subj)
20108 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20109 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20110 Defvar at compile time.
20111
20112 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20113 not `make-variable-buffer-local'.
20114
20115 2005-08-02 Kim F. Storm <storm@cua.dk>
20116
20117 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20118 rectangle overlay in selected window.
20119
20120 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
20121
20122 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20123 instead of display group. Make `indicate-buffer-boundaries'
20124 customizable through Custom.
20125
20126 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
20127
20128 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20129 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20130 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20131 (gdb-put-string): Fix typos in docstrings.
20132
20133 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
20134
20135 Update copyright notices of files in progmodes directory for
20136 release of Emacs 22.1.
20137
20138 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20139
20140 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20141 Don't barf if the GUD buffer has been killed.
20142
20143 2005-08-01 Kim F. Storm <storm@cua.dk>
20144
20145 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20146
20147 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20148
20149 * simple.el (next-error-follow-minor-mode):
20150 make-variable-buffer-local -> make-local-variable.
20151
20152 * emacs-lisp/cl-extra.el: Require CL also when compiling.
20153
20154 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20155 (byte-compile-form-make-variable-buffer-local): New functions to warn
20156 about misuses of make-variable-buffer-local where make-local-variable
20157 was meant.
20158
20159 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
20160
20161 * bs.el (bs-attributes-list): Doc fix.
20162 (bs): Update url-link.
20163
20164 * desktop.el (desktop-save-buffer): Fix typos in docstring.
20165 (desktop-load-default): Simplify.
20166
20167 * ibuffer.el (ibuffer-columnize-and-insert-list)
20168 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20169 (ibuffer-unmark-all, ibuffer-toggle-marks)
20170 (ibuffer-unmark-forward, ibuffer-unmark-backward)
20171 (ibuffer-compile-make-format-form, ibuffer-format-column)
20172 (ibuffer-current-buffers-with-marks)
20173 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20174 (ibuffer): Doc fix.
20175 (ibuffer-mode): Fix typo in docstring.
20176 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20177 with `define-obsolete-variable-alias'.
20178 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
20179
20180 2005-07-29 Kenichi Handa <handa@m17n.org>
20181
20182 * international/mule-cmds.el (select-message-coding-system):
20183 Be sure to use LF for end-of-line. If no coding system is decided,
20184 return iso-8859-1-unix.
20185
20186 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20187
20188 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20189 (ange-ftp-pending-error-line): New vars.
20190 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20191 to handle the non-fatal no-route-to-host messages.
20192 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20193
20194 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
20195
20196 * isearch.el (isearch-mode-map, isearch-other-meta-char)
20197 (isearch-quote-char, isearch-printing-char)
20198 (isearch-text-char-description): "?\ " -> "?\s".
20199 (isearch-lazy-highlight-cleanup)
20200 (isearch-lazy-highlight-initial-delay)
20201 (isearch-lazy-highlight-interval)
20202 (isearch-lazy-highlight-max-at-a-time)
20203 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20204 Declare with define-obsolete-*-alias macros.
20205 (isearch-forward): Fix typo in docstring.
20206 (search-invisible, search-ring-yank-pointer)
20207 (regexp-search-ring-yank-pointer): Doc fixes.
20208
20209 * recentf.el (recentf-menu-append-commands-p): Declare with
20210 `define-obsolete-variable-alias'.
20211 (recentf-max-saved-items, recentf-menu-filter)
20212 (recentf-arrange-by-rule-subfilter): Doc fixes.
20213 (recentf-menu-append-commands-flag)
20214 (recentf-initialize-file-name-history, recentf-expand-file-name)
20215 (recentf-clear-data): Fix typos in docstrings.
20216
20217 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
20218
20219 * progmodes/gdb-ui.el: Smarten comments.
20220 (gdb-info-breakpoints-custom): Use nowarn when finding file.
20221
20222 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20223
20224 * term/apollo.el (terminal-init-apollo): New function containing
20225 all former top level forms in the file.
20226 * term/bobcat.el (terminal-init-bobcat):
20227 * term/cygwin.el (terminal-init-cygwin):
20228 * term/iris-ansi.el (terminal-init-iris-ansi):
20229 * term/linux.el (terminal-init-linux):
20230 * term/news.el (terminal-init-news):
20231 * term/rxvt.el (terminal-init-rxvt):
20232 * term/sun.el (terminal-init-sun):
20233 * term/tvi970.el (terminal-init-tvi970):
20234 * term/vt100.el (terminal-init-vt100):
20235 * term/vt102.el (terminal-init-vt102):
20236 * term/vt125.el (terminal-init-vt125):
20237 * term/vt200.el (terminal-init-vt200):
20238 * term/vt201.el (terminal-init-vt201):
20239 * term/vt220.el (terminal-init-vt220):
20240 * term/vt240.el (terminal-init-vt240):
20241 * term/vt300.el (terminal-init-vt300):
20242 * term/vt320.el (terminal-init-vt320):
20243 * term/vt400.el (terminal-init-vt400):
20244 * term/vt420.el (terminal-init-vt420):
20245 * term/wyse50.el (terminal-init-wyse50):
20246 * term/xterm.el (terminal-init-xterm): Likewise.
20247
20248 * term/README: Describe the terminal-init-* functionality.
20249
20250 * startup.el (command-line): After loading the terminal initialization
20251 file call the corresponding terminal initialization function.
20252
20253 2005-07-27 Kenichi Handa <handa@m17n.org>
20254
20255 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20256 negative.
20257
20258 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20259 (ps-mule-composition-prologue): Fix for the case that
20260 RelativeCompose is false.
20261
20262 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20263
20264 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20265
20266 * descr-text.el (describe-char): Handle the case where the list of
20267 chars is displayed in a separate frame.
20268 Be a bit more discriminating when looking for the char.
20269
20270 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
20271
20272 * bookmark.el (bookmark-automatically-show-annotations)
20273 (bookmark-read-annotation-text-func): Doc fixes.
20274 (bookmark-save): Improve argument/docstring consistency.
20275 (bookmark-get-bookmark, bookmark-get-bookmark-record)
20276 (bookmark-alist-from-buffer)
20277 (bookmark-upgrade-file-format-from-0)
20278 (bookmark-grok-file-format-version)
20279 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20280 (bookmark-read-annotation-mode)
20281 (bookmark-insert-current-bookmark, bookmark-jump)
20282 (bookmark-exit-hook): Fix typos in docstrings.
20283 (bookmark-exit-hooks): Define as obsolete alias.
20284 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20285 not `bookmark-exit-hooks'. Fix docstring.
20286 (bookmark-bmenu-select): "?\ " -> "?\s".
20287
20288 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
20289
20290 * startup.el (command-line): Fix typo.
20291
20292 2005-07-24 Richard M. Stallman <rms@gnu.org>
20293
20294 * tooltip.el (tooltip-mode): Test emacs-basic-display,
20295 not emacs-quick-startup.
20296
20297 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
20298
20299 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20300 (reb-next-match, reb-show-subexp): Use `with-selected-window'
20301 instead of `reb-with-current-window'.
20302 (reb-prev-match): Likewise. Also, don't move left if the search
20303 was unsuccessful.
20304 (reb-initialize-buffer): New function.
20305 (re-builder, reb-change-syntax): Use it.
20306
20307 * man.el (Man-goto-page): Make second argument NOERROR optional.
20308
20309 2005-07-23 Richard M. Stallman <rms@gnu.org>
20310
20311 * man.el (Man-bgproc-sentinel): Check here for failure to find
20312 any man page in the output, and report the error here.
20313 (Man-arguments): Make it permanent local.
20314 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
20315 (Man-mode): Pass t for NOERROR.
20316
20317 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20318 (grep-mode-font-lock-keywords):
20319 Don't use compilation-...-face for messages that are not file names.
20320
20321 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20322 Don't use compilation-...-face for messages that are not file names.
20323
20324 2005-07-22 Juri Linkov <juri@jurta.org>
20325
20326 * startup.el (normal-splash-screen): Update menu name.
20327
20328 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20329
20330 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20331
20332 * term/xterm.el: Load term/rxvt if the terminal is actually an
20333 rxvt terminal.
20334 (xterm-rxvt-set-background-mode): Remove, not used anymore.
20335
20336 * term/rxvt.el (function-key-map): Use substitute-key-definition
20337 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
20338
20339 * term/cygwin.el: New file.
20340
20341 2005-07-22 Kim F. Storm <storm@cua.dk>
20342
20343 * image-file.el (insert-image-file, image-file-yank-handler):
20344 Fix last change to maintain a (unique) yank-handler on yanked images.
20345
20346 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
20347
20348 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20349 of the file size (as in "177B" for 177 bytes). This happens with
20350 "ls -lh" on FreeBSD.
20351
20352 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
20353
20354 * hilit-chg.el (highlight-changes-global-initial-state)
20355 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20356 (hilit-chg-fixup, highlight-changes-mode):
20357 Fix typos in docstrings.
20358 (highlight-changes-global-modes, highlight-changes-rotate-faces):
20359 Doc fixes.
20360
20361 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
20362
20363 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20364 mode function using `eval-after-load'.
20365
20366 2005-07-21 Kim F. Storm <storm@cua.dk>
20367
20368 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
20369 included when reporting an Emacs crash, and tell about the DEBUG file.
20370
20371 * image-file.el (insert-image-file): Add yank-handler.
20372 (image-file-yank-handler): Yank handler to make unique copies of
20373 images when they are yanked into a buffer next to each other.
20374
20375 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
20376
20377 * comint.el (comint-use-prompt-regexp, comint-send-input)
20378 (comint-source-default, comint-extract-string)
20379 (comint-get-source, comint-word, comint-completion)
20380 (comint-source, comint-prompt-read-only, comint-update-fence):
20381 Fix typos in docstrings.
20382 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20383 Declare with define-obsolete-*-alias macros.
20384 (comint-previous-matching-input-from-input)
20385 (comint-next-matching-input-from-input)
20386 (comint-previous-matching-input, comint-next-matching-input)
20387 (comint-forward-matching-input):
20388 Improve argument/docstring consistency.
20389
20390 * desktop.el (desktop-clear-preserve-buffers-regexp):
20391 Also preserve the *server* buffer.
20392
20393 * simple.el (clone-indirect-buffer): Doc fix.
20394 (fixup-whitespace, just-one-space)
20395 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20396 (next-error, next-error-highlight)
20397 (next-error-highlight-no-select, next-error-last-buffer)
20398 (next-error-buffer-p, next-error-find-buffer, next-error)
20399 (previous-error, next-error-no-select, previous-error-no-select)
20400 (open-line, split-line, minibuffer-prompt-width, kill-new)
20401 (binary-overwrite-mode): Fix typos in docstrings.
20402 (set-fill-column): Fix typo in message.
20403
20404 * skeleton.el (skeleton-proxy-new): Doc fix.
20405
20406 * strokes.el (strokes-load-hook): Doc fix.
20407 (strokes-grid-resolution, strokes-get-grid-position)
20408 (strokes-renormalize-to-grid, strokes-read-stroke)
20409 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20410 (strokes-global-map): Fix typos in docstrings.
20411 (strokes-help): Doc fix. Fix help message and pass it through
20412 `substitute-command-keys'.
20413
20414 * tempo.el (tempo-insert-prompt, tempo-interactive)
20415 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20416 (tempo-insert-string-functions, tempo-local-tags)
20417 (tempo-define-template, tempo-insert-template)
20418 (tempo-insert-prompt-compat, tempo-is-user-element)
20419 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20420 Fix typos in docstrings.
20421
20422 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20423 (vcursor-key-bindings, vcursor-use-vcursor-map)
20424 (vcursor-find-window, vcursor-scroll-down)
20425 (vcursor-disable, vcursor-beginning-of-buffer)
20426 (vcursor-end-of-buffer): Fix typos in docstrings.
20427 (vcursor-relative-move, vcursor-get-char-count):
20428 Improve argument/docstring consistency.
20429
20430 * version.el: "?\ " -> "?\s".
20431
20432 * wid-edit.el (widget-default-create, widget-after-change)
20433 (widget-default-format-handler, widget-checklist-add-item)
20434 (widget-radio-add-item, widget-choose, widget-specify-secret)
20435 (widget-field-value-create, widget-field-value-get)
20436 (widget-editable-list-format-handler)
20437 (widget-editable-list-entry-create, widget-group-value-create)
20438 (widget-documentation-link-add)
20439 (widget-documentation-string-value-create): "?\ " -> "?\s".
20440 (widget-convert-text): Doc fix.
20441 (widget-narrow-to-field, widget-field-find)
20442 (widget-url-link-action, widget-emacs-library-link-action)
20443 (widget-color-notify): Fix typos in docstrings.
20444
20445 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20446 (x-select-text, set-w32-system-coding-system)
20447 (w32-add-charset-info): Fix typos in docstrings.
20448
20449 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20450 (cua-enable-cua-keys, cua-use-hyper-key)
20451 (cua-virtual-rectangle-edges): Fix typos in docstrings.
20452 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20453
20454 * net/tramp.el (tramp-handle-load): Fix typo in error message.
20455
20456 * emacs-lisp/re-builder.el (regexp-builder): Declare with
20457 `defalias' instead of faking it.
20458
20459 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20460 (eshell-ls-missing, eshell-ls-dired-initial-args)
20461 (eshell-ls-use-in-dired): Fix typos in docstrings.
20462
20463 2005-07-20 Kim F. Storm <storm@cua.dk>
20464
20465 * emulation/cua-base.el (cua-mode): Improve doc string.
20466
20467 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
20468
20469 * abbrev.el (expand-region-abbrevs): Doc fix.
20470 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20471 Improve argument/docstring consistency.
20472
20473 * arc-mode.el (archive-get-descr, archive-alternate-display):
20474 Doc fixes.
20475 (archive-l-e): Improve argument/docstring consistency.
20476 (archive-tmpdir, archive-unixdate, archive-unixtime)
20477 (archive-chmod-entry): Fix typos in docstrings.
20478 (archive-unflag, archive-unflag-backwards)
20479 (archive-unmark-all-files): "?\ " -> "?\s".
20480
20481 * buff-menu.el (Buffer-menu-unmark): Doc fix.
20482 (Buffer-menu-not-modified, Buffer-menu-execute)
20483 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20484 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20485
20486 * composite.el (compose-string, encode-composition-rule)
20487 (compose-last-chars): Fix typos in docstrings.
20488
20489 * desktop.el (desktop-enable, desktop-basefilename):
20490 Declare with `define-obsolete-variable-alias'.
20491 (desktop-internal-v2s): Don't quote keywords.
20492 (desktop-clear): "?\ " -> "?\s".
20493
20494 * dired.el (dired-align-file, dired-flag-backup-files)
20495 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
20496 (dired-listing-switches, dired-ls-F-marks-symlinks)
20497 (dired-dwim-target, dired-load-hook, dired-mode-hook)
20498 (dired-directory, dired-faces, dired, dired-revert)
20499 (dired-mode, dired-summary, dired-view-file)
20500 (dired-copy-filename-as-kill, dired-delete-file)
20501 (dired-no-confirm, dired-unmark-all-marks)
20502 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
20503 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
20504 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
20505 Fix typos in message strings.
20506
20507 * dired-x.el (virtual-dired): Declare with `defalias'.
20508 (dired-mark-unmarked-files, dired-local-variables-file)
20509 (dired-omit-here-always): Doc fix.
20510 (dired-omit-mode, dired-find-subdir)
20511 (dired-enable-local-variables, dired-clean-up-buffers-too)
20512 (dired-extra-startup, dired-mark-extension, dired-jump)
20513 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
20514 (dired-smart-shell-command, dired-guess-shell-alist-user)
20515 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
20516 (dired-x-bind-find-file, dired-x-submit-report):
20517 Fix typos in docstrings.
20518 (dired-mark-unmarked-files): "?\ " -> "?\s".
20519
20520 * dirtrack.el (dirtrack-list): Fix typos in docstring.
20521
20522 * faces.el (describe-face): "?\ " -> "?\s".
20523 (read-all-face-attributes, read-face-font, modify-face)
20524 (face-attr-construct, italic): Fix typos in docstrings.
20525 (frame-update-face-colors): Declare with
20526 `define-obsolete-function-alias'.
20527
20528 * files.el (find-file-noselect, recode-file-name): Doc fixes.
20529 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
20530 (magic-mode-alist, buffer-file-numbers-unique)
20531 (write-file-functions, get-free-disk-space):
20532 Fix typos in docstrings.
20533 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
20534 (write-contents-hooks, write-file-hooks):
20535 Declare with `define-obsolete-variable-alias'.
20536
20537 * forms-d2.el (arch-rj): Fix typo in docstrings.
20538 (arch-tocol): Likewise. "?\ " -> "?\s".
20539
20540 * frame.el (set-frame-font, cursor-in-non-selected-windows):
20541 Fix typo in docstring.
20542 (set-screen-width, set-screen-height): Delete redundant info in
20543 doctrings.
20544 (new-frame, screen-height, screen-width): Declare with
20545 `define-obsolete-function-alias'.
20546 (delete-frame-hook, blink-cursor): Declare with
20547 `define-obsolete-variable-alias'.
20548
20549 * paths.el (prune-directory-list): Fix typos in docstring.
20550
20551 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
20552 (cvs-prefix-get): Fix typos in docstrings.
20553
20554 * ps-print.el (ps-extend-face-list, ps-extend-face)
20555 (ps-print-background-image): Fix typos in docstrings.
20556 (ps-default-fg, ps-default-bg): Doc fixes.
20557
20558 * s-region.el (s-region-bind): Doc fix.
20559 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
20560
20561 * textmodes/org.el (org-table-formula-substitute-names)
20562 (org-table-get-vertical-vector): Doc fixes.
20563 (org-table-recalculate): Remove unused argument to `message'.
20564
20565 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
20566
20567 * textmodes/org.el (org-table-column-names)
20568 (org-table-column-name-regexp)
20569 (org-table-named-field-locations): New variables.
20570 (org-archive-subtree): Protect `this-command' when calling
20571 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
20572 the kill buffer.
20573 (org-complete): Remove fixed-formula completion.
20574 (org-edit-formulas-map): New variable.
20575 (org-table-edit-formulas): New command.
20576 (org-finish-edit-formulas, org-abort-edit-formulas)
20577 (org-show-variable, org-table-get-vertical-vector): New functions.
20578 (org-table-maybe-eval-formula): Handle `:=' fields.
20579 (org-table-get-stored-formulas, org-table-store-formulas)
20580 (org-table-get-formula, org-table-modify-formulas)
20581 (org-table-replace-in-formulas): Handle named field formulas.
20582 (org-table-get-specials): Store locations of named fields.
20583
20584 2005-07-19 Juri Linkov <juri@jurta.org>
20585
20586 * progmodes/grep.el (grep-regexp-alist)
20587 (grep-mode-font-lock-keywords, grep-process-setup):
20588 Use default GNU grep match color "01;31m" instead of "01;41m".
20589 (grep-regexp-alist, grep-mode-font-lock-keywords):
20590 Use `\\[[0-9]*m' instead of `\\[00m'.
20591 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
20592 sgr_start where its handling is more important. Use the real
20593 length of sgr_start instead of constant 8.
20594 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
20595 specially. Delete all remaining escape sequences.
20596 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
20597 (grep-regexp-alist): Make hyperlink only for binary file name
20598 instead of the whole line.
20599 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
20600 (grep-mode): Add autoload.
20601
20602 * emacs-lisp/find-func.el (find-function-regexp):
20603 Add `define-compilation-mode'.
20604
20605 2005-07-19 Juri Linkov <juri@jurta.org>
20606
20607 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
20608 (compare-windows-sync-string-size, compare-windows-recenter)
20609 (compare-windows-highlight, compare-windows): Add version 22.1.
20610 (compare-windows) <defface>: Inherit from lazy-highlight instead
20611 of duplicating its default value.
20612
20613 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
20614 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
20615
20616 * descr-text.el (describe-char): Create link buttons for `charset'
20617 and `code point'. Add the current input method name with a link
20618 button to `to input' field. Print face names of display table
20619 characters in `The display table entry is displayed by' section
20620 instead of printing face-id in the `display' field.
20621 Guess hardcoded faces and create a link button for them.
20622 Skip empty fields when calculating max-width.
20623 Treat `widget-create' specially while inserting strings from the
20624 collected field list.
20625 (describe-char-after): Made obsolete in version 22.1, not 21.5.
20626
20627 * diff-mode.el (diff-file-header): Change foreground color from
20628 yellow to green on light backgrounds.
20629 (diff-context): Inherit from `shadow' only for color/grayscale
20630 with more than 88 colors.
20631 (diff-indicator-removed, diff-indicator-added)
20632 (diff-indicator-changed): New faces.
20633 (diff-font-lock-keywords): Use new faces. Regroup rules.
20634 Add "^---$" for `normal' diff format. Fontify `#' lines with
20635 font-lock-comment-delimiter-face and font-lock-comment-face.
20636 Add `#' to ^[^...] in the rule for `diff-context-face'.
20637
20638 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
20639 a button-like box. Inherit from `highlight' on low colors.
20640 (shadow): Use shades of gray only for color/grayscale with
20641 more than 88 colors. Use green for light backgrounds with
20642 8 colors, and yellow for dark backgrounds with 8 colors.
20643
20644 * font-lock.el (font-lock-regexp-grouping-backslash):
20645 Don't inherit from escape-glyph (use bold for all cases).
20646
20647 * info.el (info-xref-visited): Use light foreground color `violet'
20648 for dark backgrounds instead of dark color `magenta3'.
20649 (info-title-1): Use `yellow' color for dark backgrounds.
20650
20651 * isearch.el (isearch): Use not-too-dark magenta3 instead of
20652 too-light magenta2.
20653
20654 * replace.el (match): Use slightly more light RoyalBlue3 instead
20655 of dark RoyalBlue4.
20656
20657 * wid-edit.el (widget-inactive): Inherit from `shadow'.
20658
20659 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
20660
20661 * novice.el (disabled-command-hook): Declare it with
20662 `define-obsolete-variable-alias'.
20663
20664 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20665 (desktop-buffer-misc-functions, desktop-buffer-handlers)
20666 (desktop-load-default): Add release to obsolescence info.
20667 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20668 (desktop-append-buffer-args, desktop-read):
20669 Fix typos in docstrings.
20670 (desktop-kill): Fix typo in message.
20671 (desktop-save): Doc fix.
20672
20673 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
20674
20675 * viper-cmd.el (viper-escape-to-state): Bug fix.
20676 (viper-envelop-ESC-key): Change the definition of fast
20677 keysequence so it'll work with keyboard macros.
20678
20679 * ediff.el (ediff-patch-buffer): Change the docstring.
20680
20681 2005-07-19 Kenichi Handa <handa@m17n.org>
20682
20683 * international/mule-cmds.el (select-safe-coding-system): Try to
20684 use an auto-coding (if any) before anything else. If the found
20685 auto-coding is invalid, show a warning message.
20686
20687 * international/mule.el (find-auto-coding): New function created
20688 by modifying the body of set-auto-coding.
20689 (set-auto-coding): Use find-auto-coding to find a coding.
20690
20691 2005-07-18 Richard M. Stallman <rms@gnu.org>
20692
20693 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20694 not isearch-mode-end-hook-error.
20695 (allout-before-change-protect): Fix error message.
20696
20697 2005-07-18 Juri Linkov <juri@jurta.org>
20698
20699 * allout.el (allout-mode):
20700 * calculator.el (calculator-copy):
20701 * custom.el (custom-known-themes):
20702 * dired.el (dired-desktop-buffer-misc-data)
20703 (dired-restore-desktop-buffer):
20704 * dired-x.el (dired-omit-marker-char):
20705 * files.el (basic-save-buffer):
20706 * font-core.el (font-lock-mode):
20707 * calendar/calendar.el (calendar-goto-hebrew-date)
20708 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20709 (calendar-goto-persian-date):
20710 * language/ethio-util.el (ethio-sera-to-fidel-region):
20711 * textmodes/picture.el (picture-mode):
20712 Delete duplicate duplicate words.
20713
20714 2005-07-18 Juri Linkov <juri@jurta.org>
20715
20716 * isearch.el (isearch-mode-map): Remove key bindings for regexp
20717 chars * ? } |.
20718 (isearch-fallback): Don't call `isearch-process-search-char'.
20719 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20720 (isearch-process-search-char): Call `isearch-fallback' for regexp
20721 chars * ? } |.
20722 (isearch-return-char): Make obsolete with `make-obsolete' instead
20723 of simply documenting it as obsolete in the docstring.
20724 (isearch-fallback): Refill docstring.
20725
20726 * international/isearch-x.el
20727 (isearch-process-search-multibyte-characters): Remove unneeded
20728 `concat'. Add intermediate values to `junk-hist' instead of
20729 `minibuffer-history'. Test the length of `str'.
20730
20731 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
20732
20733 * allout.el (allout-resolve-xref): Fix typos in error strings.
20734 (allout-before-change-protect): Remove unneeded `concat'.
20735
20736 * array.el (array-mode, array-reconfigure-rows)
20737 (untabify-backward): Fix typos in docstrings.
20738 (array-reconfigure-rows): Use `insert-buffer-substring', not
20739 `insert-buffer'.
20740
20741 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20742 * progmodes/ada-mode.el (ada-make-body):
20743 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20744
20745 * dired.el (dired-log):
20746 * tar-mode.el (tar-subfile-save-buffer):
20747 * play/zone.el (zone-pgm-stress-destress):
20748 Use `insert-buffer-substring', not `insert-buffer'.
20749
20750 2005-07-17 Simon Josefsson <jas@extundo.com>
20751
20752 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20753
20754 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
20755
20756 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20757 Add plain auth method.
20758 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20759
20760 2005-07-17 Kim F. Storm <storm@cua.dk>
20761
20762 * ido.el (dired-other-window): Add ido property.
20763
20764 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
20765
20766 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20767 Fix typo in docstring.
20768 (byte-compile-interactive-only-functions): Add `insert-buffer' and
20769 `insert-file-literally'.
20770
20771 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20772 info and delete redundant message. Doc fix.
20773 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20774 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20775
20776 2005-07-16 Richard M. Stallman <rms@gnu.org>
20777
20778 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20779 (byte-compile-and): Use byte-compile-and-recursion.
20780 (byte-compile-or-recursion): New function.
20781 (byte-compile-or): Use that.
20782 (byte-compile-if): Guard the else-clause too.
20783 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20784
20785 * isearch.el (isearch-mode-end-hook-quit): New variable.
20786 (isearch-done): Bind it.
20787 (isearch-mode-end-hook): Doc fix.
20788
20789 * allout.el (allout-isearch-did-quit): Variable deleted.
20790 (allout-real-isearch-abort): Function name no longer used.
20791 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20792 (allout-isearch-rectification): isearch-mode always exists.
20793 Don't set allout-isearch-did-quit.
20794 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20795 allout-isearch-did-quit.
20796 (allout-enwrap-isearch): Just add the hook.
20797 (allout-isearch-abort): Function deleted.
20798 (allout-pre-command-business): Avoid warning.
20799
20800 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20801 Correctly avoid warnings.
20802 (pascal-outline): Likewise.
20803
20804 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20805
20806 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20807
20808 * play/tetris.el (tetris-mode): Avoid warning.
20809
20810 * play/snake.el (snake-mode): Avoid warning.
20811
20812 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20813 (gamegrid-set-display-table): Avoid warning.
20814 (gamegrid-set-timer): Likewise.
20815 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20816 (gamegrid-add-score-with-update-game-score-1): Take FILE
20817 as argument.
20818 (gamegrid-add-score-with-update-game-score): Pass that argument.
20819 Rename have-shared-game-dir to gamegrid-shared-game-dir.
20820
20821 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20822
20823 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20824 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20825
20826 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20827 and insert-file.
20828
20829 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20830 (sc-ask): Avoid warnings.
20831
20832 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20833 (eshell-hist-initialize): Use that var the natural way.
20834
20835 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20836
20837 * emacs-lisp/re-builder.el (reb-cook-regexp):
20838 Avoid warning calling lre-compile-string.
20839 (reb-color-display-p): Avoid warning.
20840
20841 * calculator.el (calculator-last-input): Guard uses
20842 of event-key and key-press-event-p.
20843 (event-key, key-press-event-p): Delete definitions.
20844
20845 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20846 (find-gc-source-directory, find-gc-subrs-callers)
20847 (find-gc-noreturn-list, find-gc-source-files)
20848 (find-gc-subrs-called): Vars renamed and defvar'd.
20849
20850 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20851 (checkdoc-overlay-put, checkdoc-delete-overlay)
20852 (checkdoc-overlay-start, checkdoc-overlay-end)
20853 (checkdoc-mode-line-update, checkdoc-char=):
20854 Define such that compiler knows they are defined.
20855 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
20856 (checkdoc-read-event): Delete. Use read-event directly.
20857
20858 * whitespace.el (whitespace-make-overlay)
20859 (whitespace-overlay-put, whitespace-delete-overlay)
20860 (whitespace-overlay-start, whitespace-overlay-end):
20861 Define such that compiler knows they are defined.
20862 (whitespace): Move conditional inside.
20863
20864 * tempo.el (tempo-insert-template): Suppress warning.
20865
20866 * ediff-diff.el (longlines-mode): Add defvar.
20867
20868 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
20869
20870 * server.el: Bind "C-x #" in a way that works even if C-x is
20871 redefined to a command key, not a prefix key.
20872
20873 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20874
20875 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
20876 cl-make-type-test till execution time.
20877
20878 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
20879
20880 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
20881 arg ARG and use it.
20882
20883 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20884
20885 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
20886
20887 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
20888
20889 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20890 a defcustom with two :set or :type keywords.
20891
20892 2005-07-15 Richard M. Stallman <rms@gnu.org>
20893
20894 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20895 Don't give ^M comment-end syntax.
20896
20897 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
20898
20899 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
20900 Don't consider gdbmi (gdb-mi.el has its own update functions).
20901 (gdb-var-delete): Make it work for gdbmi as well.
20902 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
20903
20904 * progmodes/gud.el (etags, sdb): Only require etags when needed.
20905 (gud-speedbar-menu-items): Correct logic for enabling items.
20906
20907 2005-07-15 Kim F. Storm <storm@cua.dk>
20908
20909 * ido.el: Fix commentary.
20910 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
20911 Use with-no-warnings around ffap-guesser.
20912 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
20913 Let bind minibuffer-completing-file-name to t.
20914
20915 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
20916
20917 * startup.el (site-run-file, keyboard-type): Doc fixes.
20918 (command-line): Check for "--basic-display" argument; also for
20919 "--quick", not "--bare-bones" (which was renamed).
20920 (fancy-splash-text): Add missing item "Getting New Versions".
20921 (normal-splash-screen): Fix typos and improve consistency with
20922 `fancy-splash-text'. Update copyright year.
20923
20924 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
20925 valid binding for `help-char'.
20926
20927 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
20928
20929 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
20930
20931 * term.el (term-mode): Disable cua-mode for term buffers.
20932
20933 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
20934
20935 * add-log.el (add-log-mailing-address, change-log-merge):
20936 Doc fixes.
20937 (change-log-get-method-definition): Fix typo in docstring.
20938
20939 2005-07-14 Kim F. Storm <storm@cua.dk>
20940
20941 * emulation/cua-base.el:
20942 (cua--pre-command-handler-1, cua--pre-command-handler)
20943 (cua--post-command-handler-1, cua--post-command-handler):
20944 Split in two. Check (buffer local) value of cua-mode.
20945 (cua-selection-mode): New command.
20946
20947 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
20948
20949 * custom.el (custom-initialize-safe-set)
20950 (custom-initialize-safe-default): Doc fixes.
20951
20952 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20953 and simplify :init-value again.
20954
20955 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20956 and simplify :init-value again. Delete autoload.
20957
20958 * startup.el (command-line): Use `custom-reevaluate-setting' again
20959 for tooltip-mode.
20960
20961 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20962 a defcustom with two :initialize keywords.
20963
20964 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
20965
20966 * allout.el (my-mark-marker, allout-isearch-prior-pos)
20967 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
20968 (allout-post-command-business, allout-flag-region)
20969 (isearch-reenable-font-lock, allout-yank)
20970 (allout-insert-latex-header, allout-insert-latex-trailer)
20971 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
20972 (allout-latex-verb-quote): Fix typos in docstrings.
20973 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
20974 (allout-unprotected, allout-prefix-data):
20975 Improve argument/docstring consistency.
20976 (allout-chart-subtree): Fix argument spec.
20977 (allout-open-topic): Rename `use_sib_bullet' argument to
20978 `use-sib-bullet'. Doc fix.
20979
20980 * whitespace.el (whitespace-check-buffer-leading)
20981 (whitespace-check-buffer-trailing)
20982 (whitespace-check-buffer-indent)
20983 (whitespace-check-buffer-spacetab)
20984 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
20985 (whitespace-check-leading-whitespace)
20986 (whitespace-check-trailing-whitespace)
20987 (whitespace-check-spacetab-whitespace)
20988 (whitespace-check-indent-whitespace)
20989 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
20990 (whitespace-modes): Fix typos in docstrings.
20991 (defgroup, defcustom): Doc fixes.
20992
20993 * winner.el (winner-mode, winner-boring-buffers)
20994 (winner-pending-undo-ring): Doc fixes.
20995 (winner-ring): Remove unneeded `progn'.
20996 (winner-equal): `defsubst' it.
20997 (winner-redo): Fix message.
20998
20999 2005-07-13 Kim F. Storm <storm@cua.dk>
21000
21001 * simple.el (line-move-1): Always use vertical-motion to
21002 do the last (or only) line move to ensure some movement.
21003 Undo 2005-06-23 change--don't check for overlays.
21004
21005 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21006
21007 * term/mac-win.el (ccl-encode-mac-roman-font)
21008 (ccl-encode-mac-centraleurroman-font)
21009 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
21010 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
21011 Change charset-id boundary of dimension to ?\xef.
21012 (mac-char-fontspec-list): New constant.
21013 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
21014 argument. Nil uses itself as family in font-spec. Previous
21015 behavior for nil is now provided by non-nil non-string argument.
21016 All callers changed. Add font-specs for Mac fonts to
21017 "fontset-default" unless iso8859-1 fonts are installed.
21018
21019 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21020
21021 * progmodes/sh-script.el (sh-get-indent-info): Only indent
21022 a continuation line if the \ is preceded by SPC or TAB.
21023 (sh-get-indent-info): Simplify.
21024 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
21025 Use with-current-buffer.
21026
21027 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
21028 when the matched text is empty.
21029
21030 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
21031
21032 * startup.el (command-line): Revert to previous handling of
21033 tooltip-mode. Explain in comment why the complexity is needed.
21034
21035 * tooltip.el (tooltip-mode): Revert to previous implementation of
21036 its defcustom.
21037
21038 * frame.el (blink-cursor-mode): Revert to previous implementation
21039 of its defcustom. Update comment.
21040
21041 2005-07-12 Lars Hansen <larsh@soem.dk>
21042
21043 * desktop.el: Update e-mail address.
21044
21045 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21046
21047 * term/mac-win.el (mac-services-mail-selection)
21048 (mac-services-mail-to): New functions.
21049 (mac-application-menu-map): Bind them.
21050
21051 2005-07-12 wulei <milton@wulei.net> (tiny change)
21052
21053 * progmodes/gdb-ui.el: Add note about buffering with Windows.
21054
21055 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
21056
21057 * custom.el (custom-reevaluate-setting): Doc fix.
21058
21059 2005-07-11 Jay Belanger <belanger@truman.edu>
21060
21061 * calc/calc.el (calc-embedded-announce-formula-alist)
21062 (calc-embedded-open-close-plain-alist)
21063 (calc-embedded-open-close-mode-alist): Add checks for additional
21064 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21065
21066 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
21067
21068 * custom.el (custom-enable-theme): Don't add theme to
21069 `custom-enabled-themes' with `push' because there is no
21070 setf-method for `delq'.
21071
21072 2005-07-11 Richard M. Stallman <rms@gnu.org>
21073
21074 * custom.el (custom-declare-variable): Doc fix.
21075
21076 * dired-aux.el (dired-compare-directories): Remove "." and ".."
21077 from the alists.
21078
21079 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21080 Do nothing if edebug-active.
21081
21082 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21083 (edebug-display): Do it here instead.
21084
21085 2005-07-10 Richard M. Stallman <rms@gnu.org>
21086
21087 * cus-face.el (custom-theme-set-faces): Make it work.
21088 (custom-reset-faces): Doc fix.
21089 (custom-theme-reset-internal-face, custom-theme-face-value):
21090 Functions deleted.
21091
21092 * custom.el (custom-push-theme): Maintain list of the settings
21093 of a given theme in its theme-settings property.
21094 Maintain position of old settings in the theme-value
21095 or theme-face property.
21096 (custom-enabled-themes): New variable.
21097 (custom-theme-enabled-p): New function.
21098 (provide-theme): Update custom-enabled-themes.
21099 Disable and reenable the `user' theme.
21100 (require-theme): Doc fix.
21101 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21102 (custom-theme-value, custom-theme-variable-value): Likewise.
21103 (custom-theme-reset-internal): Likewise.
21104 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21105 (custom-enable-theme, custom-disable-theme): New functions.
21106 (custom-variable-theme-value, custom-face-theme-value): Likewise.
21107 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21108 (custom-theme-reset-variables): Simplify.
21109 (deftheme, custom-declare-theme, custom-make-theme-feature):
21110 Definitions moved.
21111
21112 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
21113
21114 * longlines.el (longlines-show-region)
21115 (longlines-unshow-hard-newlines): Recognize hard newlines by
21116 non-nil hard property, instead of t.
21117
21118 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
21119
21120 * viper-cmd.el (viper--key-maps): New variable.
21121 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21122 emulation-mode-map-alists.
21123 (viper-envelop-ESC-key): Use viper-subseq.
21124 (viper-search-forward/backward/next): Disable debug-on-error.
21125
21126 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21127 (viper-ESC-key): New defcustoms.
21128
21129 * viper-macs.el (ex-map-read-args): Use viper-subseq.
21130
21131 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21132 (viper-subseq): Copy of subseq from cl.el.
21133
21134 * viper.el (viper-go-away, viper-set-hooks): Use
21135 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21136
21137 * viper-mous.el (viper-current-frame-saved): Use defvar.
21138
21139 * viper-init.el: Get rid of -face in face names.
21140
21141 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21142 Make it work with longlines mode
21143
21144 * ediff-mult.el (ediff-meta-mode-hook): New variable.
21145
21146 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21147
21148 * ediff-init.el: Get rid of -face in face names.
21149
21150 2005-07-10 Richard M. Stallman <rms@gnu.org>
21151
21152 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21153 and with-timeout-unsuspend.
21154
21155 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21156 and with-timeout-unsuspend.
21157
21158 * emacs-lisp/timer.el (with-timeout-timers): New variable.
21159 (with-timeout): Bind that variable to record timers.
21160 (with-timeout-suspend, with-timeout-unsuspend): New functions.
21161
21162 * emacs-lisp/debug.el (debug-help-follow): New function.
21163 (debugger-mode-map): Use that instead of help-follow.
21164 (debugger-setup-buffer): Use eval-buffer-list
21165 to handle eval-buffer frames.
21166
21167 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
21168
21169 * timezone.el (timezone-parse-date): Change first regexp
21170 so it will not mistakenly match dates with no time zone.
21171
21172 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
21173
21174 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21175
21176 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
21177
21178 * custom.el (custom-initialize-safe-set)
21179 (custom-initialize-safe-default): New functions.
21180
21181 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21182 and simplify :init-value.
21183
21184 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21185 and simplify :init-value. Delete obsolete comment.
21186
21187 * startup.el (command-line): Use `custom-reevaluate-setting' to
21188 handle `tooltip-mode'. Delete obsolete comment.
21189
21190 * files.el (set-visited-file-name): Avoid calling
21191 `file-name-nondirectory' with a nil argument.
21192
21193 2005-07-09 Richard M. Stallman <rms@gnu.org>
21194
21195 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21196 was called with nil for the buffer, handle the read position right.
21197 Handle read position for eval-region, too.
21198
21199 2005-07-09 Juri Linkov <juri@jurta.org>
21200
21201 * fringe.el (fringe-mode): Add period in docstring.
21202 (fringe-query-style): Build prompt depending on `all-frames' arg.
21203
21204 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21205 to not create links to unrelated functions in the Help buffer.
21206
21207 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21208 Doc fix.
21209
21210 * simple.el (next-error-hook): New variable.
21211 (next-error): Use it. Doc fix.
21212
21213 * textmodes/ispell.el (ispell-command-loop): Add current
21214 dictionary name and program name to mode-line-format.
21215 (ispell-region, ispell-process-line): Add current dictionary name
21216 and program name to messages.
21217
21218 2005-07-08 Jay Belanger <belanger@truman.edu>
21219
21220 * calc/calc.el (calc-embedded-announce-formula-alist)
21221 (calc-embedded-open-close-formula-alist)
21222 (calc-embedded-open-close-word-alist)
21223 (calc-embedded-open-close-plain-alist)
21224 (calc-embedded-open-close-new-formula-alist)
21225 (calc-embedded-open-close-mode-alist)
21226 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21227 (calc-embedded-mode-hook): New variables.
21228
21229 * calc/calc-embed.el (calc-embedded-firsttime)
21230 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21231 New variables.
21232 (calc-do-embedded): Use calc-embedded-firsttime,
21233 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21234 determine whether or not to run hooks.
21235 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21236 calc-embedded-firsttime-formula appropriately.
21237 Set calc-embedded delimiter variables according to mode.
21238
21239 2005-07-08 Richard M. Stallman <rms@gnu.org>
21240
21241 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21242 Check for "emacs", etc., as entire symbol, not just as word.
21243 (checkdoc-file-comments-engine): Use regexp-quote on FN.
21244
21245 * files.el (set-visited-file-name): Report the error
21246 for "empty filename" earlier.
21247 (kill-some-buffers): Ignore buffers already dead.
21248
21249 * fringe.el (fringe-mode): Doc fix.
21250
21251 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21252 Check for (featurep 'xemacs) and turn off warnings in what it guards.
21253 Use unwind-protect to ensure byte-compile-unresolved-functions
21254 is updated.
21255
21256 * whitespace.el (whitespace-buffer-leading-cleanup):
21257 Simplify w/ skip-chars-forward.
21258 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21259
21260 * mail/rmail.el (rmail-only-expunge): Fix paren error.
21261 Unconditionally try to leave point at the same old place.
21262
21263 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
21264
21265 * comint.el (comint-postoutput-scroll-to-bottom)
21266 (comint-show-maximum-output): Take scroll-margin into consideration.
21267
21268 2005-07-08 Kim F. Storm <storm@cua.dk>
21269
21270 * ido.el (ido-use-filename-at-point): New choice `guess'.
21271 (ido-file-internal): Try ffap-guesser if selected.
21272
21273 * ido.el (ido-before-fallback-functions): New hook.
21274 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21275 (ido-read-file-name): Run it.
21276
21277 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21278
21279 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21280 strings rather than a list of symbols to the completion function.
21281
21282 2005-07-07 Jay Belanger <belanger@truman.edu>
21283
21284 * calc/calc-units.el (math-apply-units): Change the places in
21285 which units are simplified.
21286
21287 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
21288
21289 * cus-edit.el (customize-option, customize-option-other-window):
21290 Make them handle aliases.
21291
21292 * custom.el (custom-variable-p): Make it recursively follow
21293 aliases. Mention that in the docstring.
21294
21295 2005-07-07 Richard M. Stallman <rms@gnu.org>
21296
21297 * cus-start.el (exec-path): Use `directory' instead of `file'.
21298 Fix tag for nil.
21299
21300 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21301
21302 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21303 when called non-interactively. Doc fix.
21304
21305 2005-07-07 Lute Kamstra <lute@gnu.org>
21306
21307 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21308 new address as well.
21309
21310 2005-07-07 Kenichi Handa <handa@m17n.org>
21311
21312 * international/mule.el (make-coding-system):
21313 Describe `ascii-incompatible' property in the docstring.
21314 (set-file-name-coding-system): Signal an error if coding-system is
21315 ascii-incompatible.
21316 (set-keyboard-coding-system): Likewise.
21317
21318 * international/mule-cmds.el (set-default-coding-systems):
21319 Don't set default-file-name-coding-system and
21320 default-keyboard-coding-system if coding-system is ASCII-incompatible.
21321
21322 * international/utf-16.el: Declare that all UTF-16-based coding
21323 systems are ASCII-incompatible.
21324
21325 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
21326
21327 * progmodes/gud.el: Require font-lock for displaying errors.
21328 Used by gdb-ui.el.
21329
21330 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21331
21332 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21333 values for the pattern lists which are `read'able but not
21334 `append'able (like symbols).
21335
21336 2005-07-06 Richard M. Stallman <rms@gnu.org>
21337
21338 * progmodes/flymake.el (flymake-float-time): Instead of
21339 with-no-warnings, test for XEmacs.
21340 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21341 to avoid warning.
21342
21343 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
21344
21345 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21346
21347 2005-07-05 Lute Kamstra <lute@gnu.org>
21348
21349 * battery.el: Add support for Darwin (with much debugging help
21350 from Samuel Lauber <sam124@operamail.com>).
21351 (battery-status-function, battery-echo-area-format)
21352 (battery-mode-line-format): Add support for pmset on Darwin.
21353 (battery-load-low, battery-load-critical): New user options.
21354 (battery-pmset): New function.
21355
21356 2005-07-05 Lute Kamstra <lute@gnu.org>
21357
21358 Update FSF's address in GPL notices.
21359
21360 * textmodes/page-ext.el: Update FSF's address.
21361
21362 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21363
21364 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21365 filling from using prefix when filling a single-line docstring.
21366
21367 * progmodes/flymake.el: Remove useless eval-when-compile.
21368
21369 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21370
21371 2005-07-04 Richard M. Stallman <rms@gnu.org>
21372
21373 * textmodes/org.el (org-file-apps-defaults-gnu):
21374 Rename from org-file-apps-defaults-linux.
21375 (org-default-apps): Don't test system-type for `linux'.
21376 (org-file-apps): Doc fix.
21377
21378 2005-07-04 David Ponce <david@dponce.com>
21379
21380 * tree-widget.el: Improve header Commentary section.
21381 (tree-widget) [defgroup]
21382 (tree-widget-image-enable, tree-widget-themes-directory)
21383 (tree-widget-theme, tree-widget-image-properties-emacs)
21384 (tree-widget-image-properties-xemacs, tree-widget-create-image)
21385 (tree-widget-image-formats, tree-widget-control)
21386 (tree-widget-empty-control, tree-widget-leaf-control
21387 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21388 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21389 (tree-widget-keep, tree-widget-after-toggle-functions)
21390 (tree-widget-open-node, tree-widget-close-node): Doc fix.
21391 (tree-widget-open-control, tree-widget-close-control): Fix doc and
21392 :help-echo message.
21393 (tree-widget-set-theme): Doc fix. Use `string-equal'.
21394 (tree-widget-image-properties): Doc fix. Clearer implementation.
21395 (tree-widget--cursors): New constant.
21396 (tree-widget-lookup-image): New function split from
21397 `tree-widget-find-image'. Clearer implementation.
21398 (tree-widget-find-image): Use it.
21399 (tree-widget-button-keymap): Use `set-keymap-parent'.
21400 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21401 Define the sub-widgets here.
21402 (tree-widget-node): Check that :node is not a tree-widget.
21403 (tree-widget-get-super, tree-widget-open-control)
21404 (tree-widget-close-control, tree-widget-empty-control)
21405 (tree-widget-leaf-control, tree-widget-guide)
21406 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21407 (tree-widget-no-handle, tree-widget-value-delete)
21408 (tree-widget-map): Remove.
21409 (tree-widget-children-value-save): Doc fix. Simplified.
21410 (tree-widget-value-create): Update according to previous changes.
21411
21412 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
21413
21414 * textmodes/org.el: Leading space replaced by TABS.
21415 (org-recalc-marks, org-table-rotate-recalc-marks)
21416 (org-table-get-specials): Treat "^" and "_" marks.
21417 (org-table-justify-field-maybe): Optional argument NEW.
21418 (org-table-eval-formula): Parsing of the format simplified.
21419 New modes C,I. Honor the %= parameter in the current table.
21420 Avoid unnecessary re-align by using the NEW argument to
21421 `org-table-justify-field-maybe'.
21422 (org-calc-default-modes): Default for date-format mimicks org-mode.
21423 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21424
21425 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
21426
21427 * cus-face.el (custom-theme-set-faces): Make it handle face
21428 aliases whose alias declarations are pre- or autoloaded.
21429
21430 2005-07-04 Juri Linkov <juri@jurta.org>
21431
21432 * faces.el (read-face-name): Put the code for getting a face name
21433 from the buffer before adding the faces from the `face' property.
21434 Use `completing-read-multiple' instead of `completing-read'.
21435 Require `crm'. Add default value and post-process the returned
21436 list of faces.
21437
21438 * emacs-lisp/crm.el (crm-find-current-element)
21439 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21440
21441 * emacs-lisp/lisp-mode.el (eval-defun-1):
21442 * emacs-lisp/edebug.el (edebug-eval-defun):
21443 Remove unnecessary quotes.
21444
21445 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
21446
21447 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21448 (prolog-indent-level): Fix typo in docstring.
21449
21450 * info.el (Info-history, Info-history-forward)
21451 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21452
21453 * add-log.el (add-change-log-entry):
21454 * comint.el (comint-dynamic-list-input-ring)
21455 (comint-dynamic-list-completions):
21456 * dabbrev.el (dabbrev-expand):
21457 * delim-col.el (delimit-columns-rectangle-line):
21458 * diff-mode.el (diff-context->unified, diff-reverse-direction)
21459 (diff-unified->context):
21460 * ediff-init.el (ediff-abbrev-jobname):
21461 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21462 (ediff-replace-session-activity-marker-in-meta-buffer):
21463 * info.el (Info-summary):
21464 * lpr.el (printify-region):
21465 * printing.el (pr-create-interface):
21466 * ps-print.el (ps-print-quote):
21467 * ses.el (ses-column-widths, ses-print-cell)
21468 (ses-adjust-print-width, ses-center):
21469 * shell.el (shell-file-name-quote-list):
21470 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21471 (strokes-fill-current-buffer-with-whitespace)
21472 (strokes-xpm-for-stroke, strokes-list-strokes)
21473 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21474 * term.el (term-dynamic-list-input-ring)
21475 (term-dynamic-list-completions):
21476 * calc/calc.el (math-format-stack-value):
21477 * emacs-lisp/edebug.el (edebug-display-freq-count):
21478 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21479 (delphi-new-comment-line):
21480 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21481 * progmodes/executable.el (executable-set-magic):
21482 * progmodes/python.el (inferior-python-mode):
21483 * progmodes/scheme.el (scheme-mode-syntax-table):
21484 * progmodes/sh-script.el (sh-maybe-here-document):
21485 * progmodes/sql.el (sql-copy-column):
21486 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21487 * textmodes/bibtex.el (bibtex-mode):
21488 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21489 (sgml-auto-attributes):
21490 * textmodes/table.el (table-insert, table-shorten-cell)
21491 (table--generate-source-scan-lines, table-delete-row)
21492 (*table--cell-delete-char, table--spacify-frame)
21493 (table--horizontally-shift-above-and-below)
21494 (table--cell-insert-char, table--cell-blank-str)
21495 (table--fill-region-strictly):
21496 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
21497 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
21498
21499 * add-log.el (change-log):
21500 * apropos.el (apropos):
21501 * comint.el (comint-completion, comint-source):
21502 * dabbrev.el (dabbrev):
21503 * delim-col.el (columns):
21504 * diff-mode.el (diff-mode):
21505 * ediff.el (ediff):
21506 * ediff-diff.el (ediff-diff):
21507 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
21508 * ediff-mult.el (ediff-mult):
21509 * ediff-ptch.el (ediff-ptch):
21510 * ediff-wind.el (ediff-window):
21511 * facemenu.el (facemenu):
21512 * indent.el (indent):
21513 * info.el (info):
21514 * jka-cmpr-hook.el (compression, jka-compr):
21515 * lpr.el (lpr):
21516 * outline.el (outlines):
21517 * pcmpl-cvs.el (pcmpl-cvs):
21518 * pcmpl-rpm.el (pcmpl-rpm):
21519 * printing.el (printing):
21520 * ps-print.el (postscript, ps-print, ps-print-horizontal)
21521 (ps-print-vertical, ps-print-headers, ps-print-font)
21522 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
21523 (ps-print-background, ps-print-printer, ps-print-page)
21524 (ps-print-miscellany):
21525 * ses.el (ses):
21526 * shell.el (shell, shell-directories, shell-faces):
21527 * startup.el (initialization):
21528 * strokes.el (strokes):
21529 * term.el (term):
21530 * uniquify.el (uniquify):
21531 * w32-vars.el (w32):
21532 * calc/calc.el (calc):
21533 * emacs-lisp/bytecomp.el (bytecomp):
21534 * emacs-lisp/cl-indent.el (lisp-indent):
21535 * emacs-lisp/edebug.el (edebug):
21536 * emacs-lisp/elp.el (elp):
21537 * emacs-lisp/testcover.el (testcover):
21538 * emacs-lisp/trace.el (trace):
21539 * emulation/viper-ex.el (viper-ex):
21540 * emulation/viper-mous.el (viper-mouse):
21541 * mail/mailalias.el (mailalias):
21542 * mail/supercite.el (supercite, supercite-frames)
21543 (supercite-attr, supercite-cite, supercite-hooks):
21544 * net/rcompile.el (remote-compile):
21545 * net/rlogin.el (rlogin):
21546 * obsolete/ooutline.el (outlines):
21547 * progmodes/delphi.el (delphi):
21548 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
21549 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
21550 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
21551 (ebnf-optimization):
21552 * progmodes/etags.el (etags):
21553 * progmodes/executable.el (executable):
21554 * progmodes/idlwave.el (idlwave):
21555 * progmodes/pascal.el (pascal):
21556 * progmodes/prolog.el (prolog):
21557 * progmodes/python.el (python):
21558 * progmodes/scheme.el (scheme):
21559 * progmodes/sh-script.el (sh, sh-script):
21560 * progmodes/sql.el (SQL):
21561 * progmodes/tcl.el (tcl):
21562 * textmodes/bibtex.el (bibtex, bibtex-autokey):
21563 * textmodes/enriched.el (enriched):
21564 * textmodes/makeinfo.el (makeinfo):
21565 * textmodes/sgml-mode.el (sgml):
21566 * textmodes/table.el (table-hooks):
21567 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
21568 * textmodes/texinfo.el (texinfo):
21569 * textmodes/two-column.el (two-column):
21570 Finish `defgroup' description with period.
21571
21572 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
21573 * eshell/esh-var.el (eshell-var):
21574 * progmodes/vhdl-mode.el (vhdl-testbench):
21575 * textmodes/org.el (org): Fix typos in docstrings.
21576
21577 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
21578 consistency.
21579
21580 * progmodes/flymake.el (flymake-find-file): Remove.
21581 (flymake-float-time): Use `with-no-warnings'.
21582 (flymake-check-start-time, flymake-check-was-interrupted)
21583 (flymake-err-info, flymake-is-running, flymake-last-change-time)
21584 (flymake-new-err-info): `defvar' at compile time.
21585
21586 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
21587
21588 * replace.el (occur-hook): Doc fix.
21589 (occur-1): Don't call `occur-hook' if there are no matches.
21590
21591 2005-07-03 Richard M. Stallman <rms@gnu.org>
21592
21593 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
21594 global-map, save the same map.
21595 (global-map): Don't alter it at top level.
21596 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
21597 Then alter it here instead.
21598 (tpu-edt-off): Set global-map to the saved one.
21599
21600 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
21601 All references simplified.
21602 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
21603 (zmacs-regions): Add defvar.
21604 (repeat-complex-command-map): Everything about that deleted.
21605
21606 * textmodes/artist.el (artist-key-is-drawing)
21607 (artist-key-endpoint1, artist-key-poly-point-list)
21608 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
21609 (artist-key-compl-table, artist-rb-save-data)
21610 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
21611 Don't put them in eval-when-compile.
21612 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
21613
21614 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
21615 Use with-no-warnings.
21616
21617 * net/browse-url.el (dos-windows-version): Add defvar.
21618
21619 * mail/supercite.el (filladapt-prefix-table): Add defvar.
21620
21621 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
21622 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
21623 (rmail-new-summary-line-count): Rename from new-summary-line-count.
21624 Add defvar.
21625 (rmail-summary-beginning-of-message): Use with-no-warnings.
21626 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
21627
21628 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
21629 Use with-no-warnings.
21630
21631 * emulation/vi.el (vi-mark-region): Use c-mark-function.
21632 (c-mark-function): Add point-moving-unit property.
21633 (vi-goto-line): Use with-no-warnings.
21634
21635 * emulation/edt.el (edt-last-copied-word): Add defvar.
21636 (zmacs-region-stays): Likewise.
21637 (edt-mark-section-wisely): Use c-mark-function for C.
21638 Use makr-defun for Fortran.
21639 (time-string): defvar deleted.
21640 (edt-display-the-time): Don't set time-string.
21641
21642 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
21643
21644 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21645 Don't warn when name is not constant
21646 or for defining the group `emacs'.
21647
21648 * tooltip.el (gud-tooltip-mode): Add defvar.
21649
21650 * startup.el (default-frame-background-mode): Add defvar.
21651
21652 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
21653
21654 * info.el (tool-bar-map): Add defvar.
21655
21656 * dired.el (dnd-protocol-alist): Add defvar.
21657
21658 * dired-aux.el (dired-query): Display question with answer, when
21659 the user answers.
21660
21661 * custom.el (custom-add-option): Doc fix.
21662
21663 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21664
21665 2005-07-03 Eli Zaretskii <eliz@gnu.org>
21666
21667 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21668 bogus name from the last change.
21669
21670 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
21671
21672 * custom.el (custom-declare-variable): Fix typos in comment.
21673 (custom-known-themes): Doc fix.
21674 (custom-theme-directory): New defcustom.
21675 (require-theme): Make it check `custom-theme-directory'.
21676
21677 * cus-theme.el (custom-new-theme-mode): New function.
21678 (custom-theme-name, custom-theme-variables, custom-theme-faces)
21679 (custom-theme-description): Add compiler defvars.
21680 (customize-create-theme): Add doc to the "*New Custom Theme*"
21681 buffer. Use `custom-new-theme-mode'.
21682 (custom-theme-write): Put the created buffer in emacs-lisp-mode
21683 and save it to the `custom-theme-directory'. Make this the
21684 default directory of the buffer.
21685
21686 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
21687
21688 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21689 Fix unbalanced parentheses.
21690
21691 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21692
21693 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21694 into flymake-mode and delegate to flymake-mode.
21695
21696 * find-file.el (ff-which-function-are-we-in): Clean up.
21697
21698 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
21699
21700 * replace.el (occur-rename-buffer): Fix docstring.
21701
21702 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21703 (edt-last-copied-word, edt-learn-macro-count)
21704 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21705 (edt-rect-start-point, edt-user-global-map, rect-start-point)
21706 (time-string, zmacs-region-stays):
21707 * emulation/edt-mapper.el (edt-save-function-key-map)
21708 (EDT-key-name): `defvar' to silence the byte-compiler.
21709
21710 2005-07-02 Martin Rudalics <rudalics@gmx.at>
21711
21712 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21713 font-lock-regexp-backslash. Doc fix.
21714 (font-lock-regexp-backslash-grouping-construct): Rename from
21715 font-lock-regexp-backslash-construct. Doc fix.
21716 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21717 grouping constructs.
21718
21719 2005-07-02 Eli Zaretskii <eliz@gnu.org>
21720
21721 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21722 updating all the prerequisites.
21723
21724 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
21725
21726 * textmodes/org.el (org-agenda-start-on-weekday)
21727 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21728 (org-agenda-use-time-grid, org-archive-location)
21729 (org-allow-space-in-links, org-usenet-links-prefer-google)
21730 (org-enable-table-editor, org-export-default-language)
21731 (org-export-html-show-new-buffer, org-fill-paragraph)
21732 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21733 (org-goto-quit, org-occur, org-eval-in-calendar)
21734 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21735 (org-agenda-diary-entry, org-remember-help)
21736 (org-table-convert-region, org-at-table-p)
21737 (org-table-move-row-down, org-table-move-row-up)
21738 (org-table-copy-region, org-table-toggle-vline-visibility)
21739 (org-table-get-stored-formulas, org-table-get-specials)
21740 (org-recalc-commands, org-table-eval-formula)
21741 (org-table-formula-substitute-names, orgtbl-make-binding)
21742 (org-format-org-table-html, org-format-table-table-html)
21743 (org-format-table-table-html-using-table-generate-source)
21744 (org-customize): Fix typos in docstrings.
21745 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21746 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21747 (org-back-to-heading): Doc fixes.
21748 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21749 (org-agenda-change-all-lines, org-get-header):
21750 Improve argument/docstring consistency.
21751 (orgtbl-error): Fix error message.
21752
21753 * progmodes/flymake.el (flymake-find-possible-master-files)
21754 (flymake-master-file-compare, flymake-get-line-err-count)
21755 (flymake-highlight-line, flymake-gui-warnings-enabled):
21756 Fix typos in docstrings.
21757 (flymake-parse-line, flymake-get-project-include-dirs-function)
21758 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21759 Doc fixes.
21760 (flymake-get-project-include-dirs-function)
21761 (flymake-make-err-menu-data):
21762 Improve argument/docstring consistency.
21763
21764 2005-07-01 Lute Kamstra <lute@gnu.org>
21765
21766 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21767 Catch errors with ignore-errors. Use temporary buffer.
21768 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
21769
21770 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21771 background color faces.
21772 (facemenu-set-foreground, facemenu-set-background):
21773 Use facemenu-set-face-from-menu.
21774 (facemenu-set-face-from-menu): Treat face names that start with
21775 "fg:" or "bg:" as special.
21776 (facemenu-add-new-color): Don't create faces. Simplify.
21777
21778 2005-06-30 Richard M. Stallman <rms@gnu.org>
21779
21780 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21781 (crm-find-current-element): Likewise.
21782
21783 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21784
21785 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21786
21787 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21788
21789 * arc-mode.el (archive-extract): Make it work as a mouse binding.
21790 (archive-mouse-extract): Make it an obsolete alias.
21791 (archive-mode-map): Don't use archive-mouse-extract any more.
21792 (archive-mode, archive-extract): write-contents-hooks ->
21793 write-contents-functions.
21794 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21795 first arg.
21796 (archive-rename-entry): Update the call.
21797 (archive-zip-summarize): Remove unused var `method'.
21798 (archive-lzh-summarize): Remove unused var `creator'.
21799
21800 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21801 dedicated frame upon exit.
21802
21803 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21804 (archive-zip-extract, archive-zip-expunge)
21805 (archive-zip-update, archive-zip-update-case): Use executable-find.
21806 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21807 Use restore-buffer-modified-p.
21808 (archive-extract, archive-add-new-member, archive-write-file-member):
21809 Use with-current-buffer.
21810 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21811
21812 2005-06-30 Andreas Schwab <schwab@suse.de>
21813
21814 * progmodes/gud.el (gud-filter): Remove unneeded progn.
21815
21816 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21817
21818 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21819
21820 2005-06-30 Juri Linkov <juri@jurta.org>
21821
21822 * faces.el (vertical-border): Inherit from mode-line-inactive
21823 only on tty.
21824
21825 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
21826
21827 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21828 example, -NLINES in the `occur' docstring).
21829
21830 * replace.el (occur-1): When no matches are found, do not set the
21831 `buffer-read-only' and modified flags for the occur buffer,
21832 because it is deleted.
21833
21834 * emulation/cua-base.el (cua-check-pending-input)
21835 (cua-repeat-replace-region, cua-mode, cua-debug)
21836 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21837 Fix typos in docstrings.
21838
21839 * emulation/cua-gmrk.el (cua-toggle-global-mark)
21840 (cua-cut-region-to-global-mark)
21841 (cua--cut-rectangle-to-global-mark):
21842 Remove period from end of messages.
21843
21844 * emulation/cua-rect.el (cua-do-rectangle-padding):
21845 Remove period from end of messages.
21846 (cua--rectangle-seq-format): Fix typo in docstring.
21847 (cua-sequence-rectangle, cua-fill-char-rectangle):
21848 Improve argument/docstring consistency.
21849
21850 2005-06-29 Juri Linkov <juri@jurta.org>
21851
21852 * faces.el (default-frame-background-mode): New internal variable.
21853 (frame-set-background-mode): Use it.
21854
21855 * startup.el (normal-top-level): Set default-frame-background-mode
21856 instead of frame-background-mode. Before setting it, test for its
21857 nil value. Remove tests for frame-background-mode and frame
21858 parameter `reverse'. Add test for "unspecified-fg".
21859
21860 * term/xterm.el (xterm-rxvt-set-background-mode):
21861 * term/rxvt.el (rxvt-set-background-mode):
21862 Set default-frame-background-mode instead of frame-background-mode.
21863
21864 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
21865
21866 * simple.el (set-variable): Warn about obsolete user variables.
21867
21868 * imenu.el (imenu--completion-buffer):
21869 * mouse.el (mouse-buffer-menu-alist):
21870 * msb.el (msb-invisible-buffer-p):
21871 * calendar/diary-lib.el (diary-header-line-format):
21872 * emacs-lisp/pp.el (pp-buffer):
21873 * progmodes/cperl-mode.el (cperl-do-auto-fill):
21874 * textmodes/picture.el (picture-replace-match):
21875 Change space constants followed by a sexp to "?\s ".
21876
21877 * play/decipher.el (decipher-loop-with-breaks):
21878 * textmodes/texinfo.el (texinfo-insert-@item): Change space
21879 constants "protected" from end of line by a comment to "?\s".
21880
21881 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21882
21883 * font-lock.el (save-buffer-state): Use `declare'.
21884
21885 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
21886 reset the syntax-table to cperl-mode-syntax-table.
21887 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
21888 "foo_print_bar" is not matched as a reserved keyword.
21889
21890 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
21891
21892 * textmodes/org.el (orgtbl-setup): New function, for delayed
21893 setup for the orgtbl commands.
21894 (org-calc-default-modes): New option.
21895 (orgtbl-make-binding): Use `defun' to get better help display.
21896 (org-diary): Call `org-compile-prefix-format'.
21897 (org-table-formula-substitute-names): New function.
21898 (org-agenda-day-view, org-agenda-week-view): New commands.
21899 (org-agenda-toggle-week-view): Command removed.
21900 (org-tbl-menu): Split off from org-org-menu.
21901 (org-mode): Move removal of outline-mode menus to here.
21902 (org-table-formula-debug): New option.
21903 (org-table-insert-row): Keep first field if just "#" or "*".
21904 (org-mode): Paragraph regexps fixed.
21905 (org-table-recalculate-regexp): New constant.
21906 (org-table-justify-field-maybe): Avoid replace if not necessary.
21907 (org-copy-special, org-cut-special): Use `call-interactively'.
21908 (org-table-copy-region): Take region from `interactive' call.
21909 (org-trim): Return string even if no match.
21910 (org-formula): New face.
21911 (org-set-font-lock-defaults): No longer highlight "FIXME".
21912 But highlight formula-related fields in table.
21913 (org-table-p): Use regexp, not fontification.
21914 (org-table-align): Handle white space at end of line.
21915 (org-table-formula-evaluate-inline): New option.
21916 (org-mode): Auto-wrapping in comment lines turned off.
21917 (org-table-copy-down): Evaluate only in copied field, not in
21918 destination.
21919 (org-table-current-formula): Variable removed.
21920 (org-table-store-formulas, org-table-get-stored-formulas)
21921 (org-table-modify-formulas, org-table-replace-in-formulas)
21922 (org-table-maybe-eval-formula): New functions.
21923 (org-table-get-formula): Modify to use stored formulas.
21924 (org-table-insert-column, org-table-delete-column)
21925 (org-table-move-column): Call `org-table-modify-formulas'.
21926 (org-complete): Add completion for keyword formulas.
21927 (orgtbl-mode): Pull orgtbl-mode-map to start of
21928 minor-mode-map-alist.
21929
21930 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21931
21932 * progmodes/python.el (python-check): Require `compile' before
21933 modifying its variables.
21934
21935 * newcomment.el (comment-indent-default): Don't get fooled by an early
21936 end of buffer.
21937
21938 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21939
21940 * ps-print.el (ps-print-version): Fix version number.
21941
21942 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
21943
21944 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
21945
21946 2005-06-28 Richard M. Stallman <rms@gnu.org>
21947
21948 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
21949 (flyspell-local-mouse-map): Declaration deleted.
21950 (flyspell-mouse-map): Bind only mouse-2.
21951 (flyspell-mode-map): Don't test flyspell-use-local-map.
21952 (flyspell-overlay-keymap-property-name): Var deleted.
21953 (flyspell-mode-on): Don't make local bindings for
21954 flyspell-mouse-map and flyspell-mode-map.
21955 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
21956
21957 * textmodes/ispell.el (ispell-word): Do not ignore short words.
21958
21959 * progmodes/compile.el (compilation-next-error-function):
21960 Don't switch buffers; operate on the current buffer.
21961
21962 * progmodes/compile.el (compilation-error-file-name)
21963 (compilation-warning-file-name, compilation-info-file-name)
21964 (compilation-line-number, compilation-column-number): New faces.
21965 (compilation-error-face, compilation-warning-face)
21966 (compilation-info-face, compilation-line-face)
21967 (compilation-column-face): Use them.
21968
21969 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
21970
21971 * comint.el (comint-password-prompt-regexp): Accept ", try again".
21972
21973 * bindings.el (global-map): Bind insertchar and its variants.
21974
21975 2005-06-27 Richard M. Stallman <rms@gnu.org>
21976
21977 * textmodes/artist.el (artist-text-overwrite)
21978 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
21979
21980 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21981
21982 * ps-print.el: It was not working the page selection for printing.
21983 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
21984 (ps-print-version): New version 6.6.7.
21985 (ps-end-sheet): New fun.
21986 (ps-header-sheet, ps-end-job): Call it.
21987
21988 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
21989
21990 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
21991
21992 2005-06-27 Lute Kamstra <lute@gnu.org>
21993
21994 * facemenu.el (facemenu-unlisted-faces): Add foreground and
21995 background color faces.
21996 (facemenu-get-face): Delete function.
21997 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
21998 (facemenu-add-new-color): Make second argument mandatory.
21999 Create the appropriate face and return it. Simplify.
22000 (facemenu-set-foreground, facemenu-set-background): Don't check if
22001 color is defined. Use return value of facemenu-add-new-color.
22002
22003 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
22004
22005 * progmodes/gud.el (gud-filter): Add missing argument to
22006 with-selected-window.
22007
22008 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22009
22010 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
22011 a :require to the defcustom.
22012
22013 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
22014 defcustoms corresponding to minor modes.
22015
22016 2005-06-26 David Ponce <david@dponce.com>
22017
22018 * recentf.el: Require tree-widget instead of wid-edit.
22019 (recentf-filename-handler): Fix widget :type.
22020 (recentf-cancel-dialog, recentf-open-more-files)
22021 (recentf-open-files-action): Doc fix.
22022 (recentf-dialog-goto-first): New function.
22023 (recentf-dialog-mode-map): Set parent keymap first.
22024 (recentf-dialog-mode): Define with define-derived-mode.
22025 Don't display continuation lines in dialogs.
22026 (recentf-edit-list): Rename from recentf-edit-selected-items.
22027 (recentf-edit-list-select): Rename from recentf-edit-list-action.
22028 Simplify.
22029 (recentf-edit-list-validate): New function.
22030 (recentf-edit-list): Update accordingly.
22031 (recentf-open-files-item-shift): Remove.
22032 (recentf-open-files-item): Convert menu elements into tree and
22033 link widgets. Don't create the widgets.
22034 (recentf-open-files): Update accordingly.
22035 (recentf-save-list): Untabify.
22036
22037 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
22038
22039 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
22040 (keep-lines): Add INTERACTIVE arg. Never delete lines only
22041 partially contained in the active region. Do not take active
22042 region into account when called from Lisp, unless INTERACTIVE arg
22043 is non-nil. Use `forward-line' instead of `beginning-of-line' to
22044 avoid trouble with fields. Make marker point nowhere when no
22045 longer used. Always return nil. Doc fix.
22046 (flush-lines): Add INTERACTIVE arg. Do not take active region
22047 into account when called from Lisp, unless INTERACTIVE arg is
22048 non-nil. Use `forward-line' instead of `beginning-of-line' to
22049 avoid trouble with fields. Make marker point nowhere when no
22050 longer used. Always return nil. Doc fix.
22051 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
22052 interchangeable. Do not take active region into account when
22053 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
22054 message in echo area when called from Lisp, unless INTERACTIVE arg
22055 is non-nil. Avoid saying "1 occurrences". Do not use markers.
22056 Return the number of matches. Doc fix.
22057 (occur): Doc fix.
22058 (perform-replace): Make comment follow double space convention for
22059 the sake of `outline-minor-mode'.
22060
22061 * faces.el (facep): Doc fix.
22062
22063 2005-06-25 Richard M. Stallman <rms@gnu.org>
22064
22065 * facemenu.el (facemenu-enable-faces-p): New function.
22066 (facemenu-background-menu, facemenu-foreground-menu)
22067 (facemenu-face-menu): Add menu-enable property.
22068
22069 * jka-compr.el (jka-compr-insert-file-contents):
22070 Special handling if cannot find the uncompression program.
22071
22072 * cus-face.el (custom-face-attributes): Add autoload.
22073
22074 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22075 Bind comment-indent-function locally.
22076
22077 * window.el (save-selected-window): Use save-current-buffer.
22078
22079 * subr.el (with-selected-window): Use save-current-buffer.
22080
22081 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22082 and with-current-buffer.
22083
22084 2005-06-24 Richard M. Stallman <rms@gnu.org>
22085
22086 * simple.el (line-move-1): Fix previous change.
22087
22088 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
22089
22090 * replace.el (occur-1): Set `buffer-read-only' and the
22091 buffer-modified flag before running `occur-hook' to protect
22092 against unintentional buffer switches that can lead to data loss.
22093
22094 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
22095
22096 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22097 (gud-gdb-marker-filter): Use font-lock-warning-face for any
22098 initial error.
22099
22100 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22101 after fresh input.
22102 (gdb-var-create-handler): Put name of expression in quotes.
22103
22104 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
22105
22106 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22107 elements of RING in order, and without bogus nil elements.
22108
22109 2005-06-23 Richard M. Stallman <rms@gnu.org>
22110
22111 * simple.el (set-variable): Args renamed; doc fix.
22112 (line-move-1): When there are overlays around, use vertical-motion.
22113
22114 * faces.el (escape-glyph): Use brown against light background.
22115 (nobreak-space): Rename from no-break-space.
22116 Fix previous change.
22117
22118 * dired-aux.el (dired-do-copy): Fix arg prompt.
22119
22120 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22121
22122 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22123
22124 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22125 rather than "Distributor".
22126
22127 2005-06-23 Lute Kamstra <lute@gnu.org>
22128
22129 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22130 (debug-on-entry): Use it. New interactive declaration that uses
22131 function-called-at-point.
22132
22133 2005-06-23 Kim F. Storm <storm@cua.dk>
22134
22135 * subr.el (save-match-data): Add comment about using evaporate arg
22136 to set-match-data.
22137
22138 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
22139
22140 * cus-edit.el (customize-face)
22141 (customize-face-other-window): Handle face aliases.
22142
22143 * faces.el (face-documentation, set-face-attribute)
22144 (face-spec-set): Handle face aliases.
22145
22146 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
22147
22148 * help-mode.el (help-make-xrefs): If a symbol representing a face
22149 name is not followed by the word "face", it could still be a
22150 function or variable name, so don't bypass other checks.
22151
22152 2005-06-22 Juri Linkov <juri@jurta.org>
22153
22154 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22155 Replace aliased functions with calls where second arg `inherit' is t.
22156
22157 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
22158
22159 * progmodes/gdb-ui.el (gdb-error): New variable.
22160 (gdb-error): New function.
22161 (gdb-annotation-rules): Act on error-begin and error annotations.
22162 (gdb-concat-output): Use font-lock-warning-face for errors.
22163
22164 2005-06-22 Miles Bader <miles@gnu.org>
22165
22166 * bindings.el (propertized-buffer-identification): Use renamed
22167 `Buffer-menu-buffer' face.
22168
22169 * faces.el (vertical-border): Rename from `vertical-divider'.
22170 (escape-glyph): Change dark-background color back to `cyan'.
22171
22172 2005-06-21 Juri Linkov <juri@jurta.org>
22173
22174 * faces.el (face-user-default-spec): Try getting `customized-face'
22175 prior to `saved-face'.
22176 (frame-background-mode): Refill docstring.
22177
22178 * emacs-lisp/lisp-mode.el (eval-defun-1):
22179 * emacs-lisp/edebug.el (edebug-eval-defun):
22180 Set `saved-face' temporarily to nil before calling form.
22181 Set `customized-face' to the new spec after that.
22182
22183 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
22184
22185 * subr.el (1value, lambda, key-substitution-in-progress):
22186 Doc fixes.
22187
22188 * autoinsert.el (auto-insert-alist):
22189 * ses.el (ses-call-printer):
22190 * subr.el (noreturn):
22191 * emacs-lisp/lisp.el (check-parens):
22192 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22193 * net/browse-url.el (browse-url-mosaic):
22194 * progmodes/cc-defs.el (c-safe-scan-lists):
22195 * progmodes/ebnf-abn.el (ebnf-abn-lex):
22196 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22197 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22198 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22199 * progmodes/ebnf-iso.el (ebnf-iso-lex):
22200 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22201
22202 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
22203
22204 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22205
22206 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
22207
22208 * calendar/appt.el (appt-make-list): Activate the package, if
22209 not already active (for backwards compatibility).
22210
22211 2005-06-20 Kim F. Storm <storm@cua.dk>
22212
22213 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
22214
22215 2005-06-20 Miles Bader <miles@gnu.org>
22216
22217 * faces.el (vertical-divider): New face.
22218
22219 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
22220
22221 * simple.el (kill-whole-line): Doc fix.
22222 (next-error-buffer-p, next-error-find-buffer)
22223 (clone-indirect-buffer): Fix typos in docstrings.
22224 (comment-line-break-function): Doc fix: don't say variable
22225 is automatically buffer-local (it isn't).
22226
22227 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
22228
22229 * net/tramp-ftp.el (top):
22230 * net/tramp-smb.el (top):
22231 * net/tramp-util.el (top):
22232 * net/tramp-uu.el (top):
22233 * net/tramp-vc.el (top):
22234 * net/tramp.el (top): Revert copyright years back to original
22235 ones. Tramp has a life outside GNU Emacs.
22236
22237 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
22238
22239 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22240
22241 2005-06-18 Juri Linkov <juri@jurta.org>
22242
22243 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22244 end of first regexp to limit the match to the position between
22245 line number and source line with same separator character as used
22246 between file name and line number. In the second regexp limit
22247 mouse-face area to file name and line number by adding new group
22248 for them and referring it in HYPERLINK arg.
22249 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22250 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22251 previous line where grep markers may be already removed.
22252
22253 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
22254
22255 * progmodes/ps-mode.el: Update version and maintainer's email address.
22256
22257 2005-06-18 Steve Youngs <steve@xemacs.org>
22258
22259 * net/browse-url.el (browse-url-browser-function)
22260 (browse-url-default-browser): Add firefox.
22261 (browse-url-firefox-program, browse-url-firefox-arguments)
22262 (browse-url-firefox-startup-arguments)
22263 (browse-url-firefox-new-window-is-tab): New defcustoms.
22264 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22265
22266 2005-06-17 Richard M. Stallman <rms@gnu.org>
22267
22268 * startup.el (command-line): Warn if specified user name has
22269 no home directory.
22270
22271 * term.el (term-get-old-input, term-input-filter, term-input-sender)
22272 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22273
22274 * longlines.el (longlines-mode, longlines-show-hard-newlines):
22275 Doc fixes.
22276
22277 * faces.el (underline): Try bold if terminal doesn't support underline.
22278
22279 * mail/sendmail.el (mail-setup-with-from): New variable.
22280 (mail-insert-from-field): New function.
22281 (sendmail-send-it): Call it.
22282 (mail-setup): Optionally call it here.
22283
22284 * term/linux.el: Call tty-no-underline.
22285
22286 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
22287
22288 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22289
22290 2005-06-17 Miles Bader <miles@gnu.org>
22291
22292 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22293 (ediff-current-diff-C, ediff-current-diff-Ancestor)
22294 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22295 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22296 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22297 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22298 Remove "-face" suffix from face names.
22299 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22300 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22301 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22302 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22303 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22304 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22305 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22306 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22307 New backward-compatibility aliases for renamed faces.
22308 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22309 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22310 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22311 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22312 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22313 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22314 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22315 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22316 Use renamed ediff faces.
22317
22318 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22319 Remove "-face" suffix from face names.
22320 (eshell-test-ok-face, eshell-test-failed-face):
22321 New backward-compatibility aliases for renamed faces.
22322 (eshell-run-test): Use renamed eshell-test faces.
22323
22324 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22325 face name.
22326 (eshell-prompt-face): New backward-compatibility alias for renamed
22327 face.
22328 (eshell-emit-prompt): Use renamed eshell-prompt face.
22329
22330 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22331 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22332 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22333 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22334 Remove "-face" suffix from face names.
22335 (eshell-ls-directory-face, eshell-ls-symlink-face)
22336 (eshell-ls-executable-face, eshell-ls-readonly-face)
22337 (eshell-ls-unreadable-face, eshell-ls-special-face)
22338 (eshell-ls-missing-face, eshell-ls-archive-face)
22339 (eshell-ls-backup-face, eshell-ls-product-face)
22340 (eshell-ls-clutter-face):
22341 New backward-compatibility aliases for renamed faces.
22342 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22343
22344 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22345 Remove "-face" suffix from face name.
22346 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22347 instead of literal face.
22348
22349 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
22350
22351 * emacs-lisp/warnings.el (display-warning, lwarn)
22352 (warning-minimum-log-level): Doc fixes.
22353 (warning-minimum-level, warning-minimum-log-level):
22354 Add :debug to :type choices.
22355
22356 * progmodes/ada-mode.el (ada-format-paramlist)
22357 (ada-get-indent-case, ada-check-matching-start)
22358 (ada-check-defun-name, ada-goto-matching-decl-start)
22359 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22360 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22361 (ada-make-subprogram-body): Follow error conventions.
22362 (ada-case-exception-file, ada-indent-comment-as-code)
22363 (ada-indent-handle-comment-special, ada-indent-renames)
22364 (ada-indent-return, ada-search-directories-internal)
22365 (ada-tab-policy, ada-case-exception-substring)
22366 (ada-other-file-alist, ada-matching-start-re)
22367 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22368 (ada-imenu-generic-expression, ada-compile-goto-error)
22369 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22370 (ada-popup-menu, ada-add-extensions, ada-mode)
22371 (ada-region-selected, ada-create-case-exception)
22372 (ada-create-case-exception-substring, ada-after-keyword-p)
22373 (ada-activate-keys-for-case, ada-adjust-case-region)
22374 (ada-adjust-case-buffer, ada-format-paramlist)
22375 (ada-scan-paramlist, ada-insert-paramlist)
22376 (ada-indent-newline-indent)
22377 (ada-indent-newline-indent-conditional)
22378 (ada-justified-indent-current, ada-goto-previous-word)
22379 (ada-indent-current, ada-get-indent-open-paren)
22380 (ada-get-indent-paramlist, ada-get-indent-end)
22381 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22382 (ada-get-indent-block-start, ada-get-indent-subprog)
22383 (ada-get-indent-noindent, ada-get-indent-label)
22384 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22385 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22386 (ada-goto-stmt-end, ada-goto-next-word)
22387 (ada-check-matching-start, ada-check-defun-name)
22388 (ada-goto-matching-decl-start, ada-goto-matching-start)
22389 (ada-goto-matching-end, ada-search-ignore-string-comment)
22390 (ada-in-decl-p, ada-looking-at-semi-or)
22391 (ada-looking-at-semi-private, ada-in-paramlist-p)
22392 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22393 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22394 (ada-next-procedure, ada-previous-procedure, ada-next-package)
22395 (ada-previous-package, ada-create-menu)
22396 (ada-fill-comment-paragraph-justify)
22397 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22398 (ada-other-file-name, ada-last-which-function-line)
22399 (ada-last-which-function-subprog, ada-which-function)
22400 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22401 (ada-gen-treat-proc, ada-check-emacs-version)
22402 (ada-continuation-indent, ada-align-region-separate):
22403 Fix typos in docstrings.
22404 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22405
22406 2005-06-16 Lute Kamstra <lute@gnu.org>
22407
22408 * simple.el (fundamental-mode): Run after-change-major-mode-hook
22409 conditionally.
22410
22411 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
22412
22413 * comint.el (comint-replace-by-expanded-filename)
22414 (comint-prompt-regexp, comint-delimiter-argument-list)
22415 (comint-preinput-scroll-to-bottom):
22416 * info.el (Info-hide-cookies-node):
22417 * ls-lisp.el (ls-lisp-classify):
22418 * find-file.el (ff-search-directories, ff-special-constructs)
22419 (ff-find-other-file):
22420 * font-lock.el (font-lock-keywords):
22421 * shell.el (shell-prompt-pattern)
22422 (shell-dynamic-complete-functions, shell-mode)
22423 (shell-delimiter-argument-list):
22424 * term.el (term-replace-by-expanded-filename)
22425 (term-prompt-regexp, term-delimiter-argument-list):
22426 * woman.el (woman-ignore, woman0-if):
22427 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22428 * emacs-lisp/elint.el (elint-init-env):
22429 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22430 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22431 * language/ethio-util.el (ethio-tilde-escape)
22432 (ethio-use-three-dot-question):
22433 * net/zone-mode.el (zone-mode-load-time-setup):
22434 * progmodes/cc-align.el (c-lineup-argcont):
22435 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22436 * progmodes/cperl-mode.el (cperl-set-style-back):
22437 * progmodes/inf-lisp.el (inferior-lisp-prompt):
22438 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22439 Fix spellings in docstrings.
22440
22441 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22442 * progmodes/modula2.el (m2-for): Fix spellings.
22443
22444 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22445
22446 * simple.el (undo-more): Don't use `format' on `error' arguments.
22447 Improve argument/docstring consistency.
22448 (pending-undo-list): Doc fix.
22449
22450 * smerge-mode.el (smerge-ensure-match):
22451 * emulation/vip.el (vip-ex):
22452 * net/zone-mode.el (zone-mode-update-serial):
22453 * progmodes/idlwave.el (idlwave-complete):
22454 * progmodes/vhdl-mode.el (vhdl-visit-file)
22455 (vhdl-compose-wire-components):
22456 Don't use `format' on `error' arguments.
22457
22458 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22459 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22460 (tooltip-help-tips): Fix typos in docstrings.
22461
22462 2005-06-16 David Ponce <david@dponce.com>
22463
22464 * tree-widget.el (tree-widget-value-create): Simplify last change.
22465
22466 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
22467
22468 * ido.el (ido-incomplete-regexp): New variable.
22469 (ido-set-matches-1): Handle invalid-regexp error and set
22470 ido-incomplete-regexp.
22471 (ido-incomplete-regexp): New face.
22472 (ido-completions): Use it.
22473 (ido-complete, ido-exit-minibuffer, ido-completions):
22474 Handle incomplete regexps.
22475 (ido-completions): Add check for complete match when entering a regexp.
22476
22477 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22478
22479 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22480
22481 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22482
22483 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22484 by field delimiters.
22485
22486 2005-06-15 David Ponce <david@dponce.com>
22487
22488 * tree-widget.el: eval-and-compile inlined functions so they will
22489 be available at run-time too.
22490 (tree-widget-super-format-handler)
22491 (tree-widget-format-handler): Remove.
22492 (tree-widget-value-create): Handle the :indent property.
22493
22494 2005-06-15 Miles Bader <miles@gnu.org>
22495
22496 * progmodes/which-func.el (which-func): Only inherit
22497 `font-lock-function-name-face' when that makes sense against the
22498 default mode-line face, otherwise set the face color explicitly.
22499
22500 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
22501 faces instead of (non-existent) variables.
22502
22503 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22504
22505 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
22506 (iswitchb-get-matched-buffers): Likewise. Simplify.
22507
22508 2005-06-14 Miles Bader <miles@gnu.org>
22509
22510 * progmodes/ld-script.el (ld-script-location-counter):
22511 Remove "-face" suffix from face name.
22512 (ld-script-location-counter-face):
22513 New backward-compatibility alias for renamed face.
22514 (ld-script-location-counter-face): Use renamed face.
22515
22516 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
22517 (cperl-hash): Remove "-face" suffix from face names.
22518 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
22519 New backward-compatibility aliases for renamed faces.
22520 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
22521 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
22522
22523 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
22524 name.
22525 (which-func-face): New backward-compatibility alias for renamed face.
22526 (which-func-format): Use renamed which-func face.
22527
22528 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
22529 (vhdl-function, vhdl-directive, vhdl-reserved-word)
22530 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
22531 names.
22532 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
22533 (vhdl-speedbar-configuration, vhdl-speedbar-package)
22534 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
22535 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
22536 (vhdl-speedbar-architecture-selected)
22537 (vhdl-speedbar-configuration-selected)
22538 (vhdl-speedbar-package-selected)
22539 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
22540 names.
22541 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
22542 Use renamed faces.
22543 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
22544 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
22545 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
22546 Use renamed faces.
22547 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
22548 names.
22549 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
22550 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
22551 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
22552 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
22553 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
22554 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
22555
22556 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
22557 face name.
22558 (sh-heredoc-face): New backward-compatibility alias for renamed face.
22559 (sh-heredoc-face): Use renamed sh-heredoc face.
22560
22561 * progmodes/idlw-help.el (idlwave-help-link):
22562 Remove "-face" suffix from face name.
22563 (idlwave-help-link-face):
22564 New backward-compatibility alias for renamed face.
22565 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
22566
22567 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
22568 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
22569 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
22570 New backward-compatibility aliases for renamed faces.
22571 (idlwave-shell-disabled-breakpoint-face)
22572 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
22573
22574 * progmodes/flymake.el (flymake-errline, flymake-warnline):
22575 Remove "-face" suffix from face names.
22576 (flymake-errline-face, flymake-warnline-face):
22577 New backward-compatibility aliases for renamed faces.
22578 (flymake-highlight-line): Use renamed flymake faces.
22579
22580 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
22581 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
22582 (ebrowse-member-class, ebrowse-progress):
22583 Remove "-face" suffix from face names.
22584 (ebrowse-tree-mark-face, ebrowse-root-class-face)
22585 (ebrowse-file-name-face, ebrowse-default-face)
22586 (ebrowse-member-attribute-face, ebrowse-member-class-face)
22587 (ebrowse-progress-face):
22588 New backward-compatibility aliases for renamed faces.
22589 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
22590 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
22591 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
22592 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
22593
22594 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
22595 antlr-syntax)
22596 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
22597 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
22598 names.
22599 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22600 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
22601 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
22602 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
22603 backward-compatibility aliases for renamed faces.
22604 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
22605 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
22606 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
22607 remove "font-lock-". Use renamed antlr-mode faces.
22608 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
22609 literal face-names with face variable references.
22610
22611 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
22612 face name.
22613 (Buffer-menu-buffer-face): New backward-compatibility alias for
22614 renamed face.
22615 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
22616
22617 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
22618
22619 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
22620 Eliminate "-face" suffix.
22621 (makefile-targets): Inherit from font-lock-function-name-face and
22622 eliminate "-face" suffix.
22623 (makefile-shell): Remove attributes and eliminate "-face" suffix.
22624 (makefile-*-font-lock-keywords): Append makefile-targets in rule
22625 actions, instead of prepending, to make it less visible.
22626 (makefile-previous-dependency, makefile-match-dependency):
22627 Don't match a target on a continuation line.
22628
22629 * files.el (auto-mode-alist): Put Makefile in gmake mode.
22630
22631 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
22632
22633 * progmodes/gdb-ui.el (menu): Re-order menu items.
22634 (gdb-tooltip-print): Respect tooltip-use-echo-area.
22635
22636 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
22637 Define in tooltip.el.
22638 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
22639 (gud-tooltip-tips): Respect tooltip-use-echo-area and
22640 gud-tooltip-echo-area.
22641
22642 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
22643 backward compatibility and make obsolete.
22644 (tooltip-help-tips): Use tooltip-use-echo-area.
22645 (tooltip-show-help-function): Rename to...
22646 (tooltip-show-help): ...this, because it is a function.
22647 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
22648
22649 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
22650
22651 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
22652 (edebug-print-length, edebug-print-level, edebug-print-circle)
22653 (edebug-modify-breakpoint, edebug-eval-last-sexp)
22654 (edebug-eval-print-last-sexp): Doc fixes.
22655
22656 2005-06-14 Kim F. Storm <storm@cua.dk>
22657
22658 * ido.el (ido-mode): Make a new keymap every time we enable ido,
22659 as the coverage buffer/file/both may change.
22660
22661 2005-06-14 Lute Kamstra <lute@gnu.org>
22662
22663 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22664 and run-mode-hooks. Simplify.
22665
22666 * mail/rmailedit.el (rmail-edit-mode):
22667 * progmodes/octave-inf.el (inferior-octave-mode):
22668 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22669
22670 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22671 and run-mode-hooks.
22672 (recentf-edit-list, recentf-open-files): Don't call
22673 kill-all-local-variables directly.
22674
22675 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22676
22677 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
22678
22679 * emacs-lisp/byte-run.el (make-obsolete)
22680 (define-obsolete-function-alias): Rename arguments FUNCTION and
22681 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22682 (make-obsolete-variable, define-obsolete-variable-alias):
22683 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22684 respectively.
22685
22686 * isearchb.el (isearchb-activate):
22687 * pcvs.el (cvs-mode):
22688 * ses.el (ses-load):
22689 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22690 * net/tramp.el (tramp-find-file-exists-command)
22691 (tramp-find-shell):
22692 * progmodes/ada-mode.el (ada-create-case-exception)
22693 (ada-create-case-exception-substring, ada-make-subprogram-body):
22694 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22695 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22696 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22697 * textmodes/org.el (org-promote, org-evaluate-time-range)
22698 (org-agenda-next-date-line, org-agenda-previous-date-line)
22699 (org-agenda-error, org-open-at-point, org-table-move-row)
22700 (org-format-table-table-html-using-table-generate-source)
22701 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22702 * textmodes/reftex.el (reftex-access-scan-info):
22703 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22704 (reftex-toc-promote-prepare): Follow error conventions.
22705
22706 * diff-mode.el (diff-mode): Fix typo in docstring.
22707
22708 * forms.el (forms--intuit-from-file): Fix reference to
22709 `forms-number-of-fields' in error message.
22710 (forms-print): Fix quoting in error message.
22711
22712 * forms.el (forms-mode):
22713 * emulation/vi.el (vi-goto-insert-state):
22714 * progmodes/flymake.el (flymake-new-err-info)
22715 (flymake-start-syntax-check-for-current-buffer)
22716 (flymake-simple-cleanup):
22717 * eshell/esh-var.el (eshell/export):
22718 * progmodes/gud.el (xdb):
22719 * textmodes/flyspell.el (flyspell-incorrect-hook)
22720 (flyspell-maybe-correct-transposition)
22721 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22722
22723 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
22724
22725 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22726 minibuffer prompt.
22727
22728 2005-06-13 Kim F. Storm <storm@cua.dk>
22729
22730 * subr.el (add-to-ordered-list): New defun.
22731
22732 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22733 add cua--keymap-alist to emulation-mode-map-alists.
22734
22735 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22736
22737 * subr.el (complete-in-turn): New macro.
22738 (dynamic-completion-table, lazy-completion-table): Add debug info.
22739
22740 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22741 in preference to face aliases.
22742
22743 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22744 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22745 Remove unused vars `start' and `firstline'.
22746 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22747 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22748
22749 2005-06-13 Eli Zaretskii <eliz@gnu.org>
22750
22751 * cus-start.el (all): Don't complain about missing GTK-related
22752 variables, unless either `gtk' is boundp or this isn't a
22753 `windows-nt' build.
22754
22755 2005-06-13 Lute Kamstra <lute@gnu.org>
22756
22757 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22758 run-mode-hooks.
22759
22760 * ediff-mult.el (ediff-meta-mode):
22761 * ediff-util.el (ediff-mode): Use run-mode-hooks.
22762
22763 * ledit.el (ledit-mode): Use delay-mode-hooks.
22764
22765 * woman.el (woman-mode-line-format): Delete constant.
22766 (woman-mode-map): Initialize it properly.
22767 (woman-mode): Set mode-class property to special.
22768 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
22769 Set major-mode and mode-name. Don't set mode-line-format directly.
22770 (Man-getpage-in-background): Don't reference woman-mode-line-format.
22771
22772 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22773 string argument obsolete.
22774
22775 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
22776
22777 * textmodes/org.el (org-CUA-compatible): New option.
22778 (org-disputed-keys): New variable.
22779 (org-key): New function.
22780 (orgtbl-make-binding): Add docstring to the created function.
22781 (org-mode): Set paragraph start/separate regexps.
22782 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22783 (org-archive-location, org-archive-mark-done)
22784 (org-archive-stamp-time): New options.
22785 (org-archive-subtree): New command.
22786 (org-fill-paragraph): New function.
22787 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22788 (org-fake-empty-table-line): Function removed.
22789 (org-format-org-table-html): Do not create empty table lines at
22790 separator lines. Improved table header treatment.
22791 (org-link-format): New option.
22792 (org-make-link): New function.
22793 (org-insert-link, org-store-link): Use org-make-link.
22794 (org-open-file): Quote file name for shell command, to allow
22795 spaces in file names.
22796 (org-link-regexp): Fix bug with mailto link.
22797 (org-link-maybe-angles-regexp, org-protected-link-regexp):
22798 New constants.
22799 (org-export-as-html): Deal with the optional angles around a link.
22800 Better treatment of file: links.
22801 (org-open-at-point): Replace @{ and @} with < and >.
22802 (org-run-mode-hooks): Function removed.
22803 (org-agenda-mode): No longer use `org-run-mode-hooks'.
22804
22805 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
22806
22807 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22808 MI command -data-list-register-values.
22809 (gdb-post-prompt): Indent properly.
22810
22811 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
22812
22813 * hilit-chg.el (highlight-changes-colors): Rename from
22814 `highlight-changes-colours'.
22815 (highlight-changes-colours): Keep as obsolete alias.
22816 (highlight-changes-face-list): Doc fix.
22817 (hilit-chg-make-list): Use `highlight-changes-colors'.
22818
22819 2005-06-12 Mark A. Hershberger <mah@everybody.org>
22820
22821 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22822 defun-prompt-regexp.
22823
22824 2005-06-12 Eli Zaretskii <eliz@gnu.org>
22825
22826 * loadup.el: Don't say we are dumping under 2 names on windows-nt
22827 and cygwin.
22828
22829 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22830 Don't use an old loaddefs.el, as in Makefile.in.
22831
22832 2005-06-12 Lute Kamstra <lute@gnu.org>
22833
22834 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22835
22836 * man.el (Man-mode-map): Initialize it properly.
22837 (Man-mode): Set mode-class property to special.
22838
22839 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22840
22841 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
22842
22843 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22844 A newline is needed in the docstring there.
22845
22846 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22847 Doc fixes.
22848
22849 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22850
22851 * printing.el: Doc fix. The menubar is no more changed when printing
22852 is loaded, it only changes when pr-menu-bind or pr-update-menus is
22853 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
22854 (pr-version): New version number (6.8.4).
22855 (pr-menu-bind): New command.
22856 (pr-update-menus): Docstring and code fix.
22857 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
22858 Docstring fix.
22859 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
22860 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
22861
22862 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
22863
22864 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
22865 "Returns" to "return", document useful return values, etc.
22866
22867 2005-06-11 Alan Mackenzie <acm@muc.de>
22868
22869 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
22870 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
22871 (adaptive-file-function): Minor amendment to doc-string.
22872
22873 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22874
22875 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
22876 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
22877 Fix :type--it is `integer', not `string'.
22878
22879 * faces.el (modeline-highlight): Rename from (the erroneous)
22880 `modeline-higilight'.
22881
22882 2005-06-11 Lute Kamstra <lute@gnu.org>
22883
22884 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
22885 lisp-interaction-mode-map but make it the parent.
22886 (edebug-eval-mode): Use define-derived-mode.
22887
22888 2005-06-11 Andreas Schwab <schwab@suse.de>
22889
22890 * bindings.el: Add binding of `ESC functionkey' for every
22891 `M-functionkey'.
22892 * hexl.el (hexl-mode-map): Likewise.
22893
22894 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
22895
22896 * progmodes/compile.el (compilation-error-regexp-alist-alist)
22897 [msft]: update regexp for newer msft compilers.
22898
22899 2005-06-10 Mark A. Hershberger <mah@everybody.org>
22900
22901 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
22902 ATTLIST portions of included DTDs.
22903 (xml-parse-dtd): Eliminate use of inefficient match-data.
22904
22905 2005-06-10 Miles Bader <miles@gnu.org>
22906
22907 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
22908 (mpuz-text): Remove "-face" suffix from face names.
22909 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
22910 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
22911 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
22912
22913 * play/gomoku.el (gomoku-O, gomoku-X):
22914 Remove "-face" suffix from face names.
22915 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
22916 New backward-compatibility aliases for renamed faces.
22917 (gomoku-font-lock-keywords): Use renamed gomoku faces.
22918
22919 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22920
22921 * thumbs.el: Fixes for changes of 2005-06-09.
22922 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
22923 as a directory.
22924 (thumbs-thumbname): Remove directory separator from format string;
22925 `thumbs-thumbsdir' now returns a valid directory name.
22926 (thumbs-temp-dir): New defsubst.
22927 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
22928 Use it.
22929
22930 * cus-edit.el (minibuffer):
22931 * files.el (make-backup-file-name-function):
22932 * filesets.el (filesets-external-viewers):
22933 * hilit-chg.el (highlight-changes-colours)
22934 (highlight-changes-face-list, highlight-changes-rotate-faces):
22935 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
22936 * kmacro.el (kmacro-call-macro):
22937 * log-edit.el (log-edit-changelog-full-paragraphs):
22938 * mouse.el (mouse-1-click-follows-link):
22939 * skeleton.el (skeleton-autowrap):
22940 * subr.el (insert-for-yank-1):
22941 * tempo.el (tempo-insert-region):
22942 * terminal.el (terminal-emulator):
22943 * time.el (display-time-mail-face):
22944 * vc.el (vc-annotate):
22945 * vcursor.el (vcursor-copy-line):
22946 * woman.el (woman-bold-headings, woman-ignore)
22947 (woman-default-faces, woman-monochrome-faces):
22948 * calendar/todo-mode.el (todo-insert-threshold):
22949 * emulation/pc-select.el (pc-select-selection-keys-only)
22950 (pc-selection-mode):
22951 * emulation/vip.el (vip-find-char-forward):
22952 * emulation/viper-cmd.el (viper-find-char-forward):
22953 * international/mule-cmds.el
22954 (select-safe-coding-system-accept-default-p)
22955 (input-method-exit-on-invalid-key):
22956 * international/mule-diag.el (describe-coding-system):
22957 * international/ucs-tables.el (unify-8859-on-encoding-mode):
22958 * net/browse-url.el (browse-url-xterm-program):
22959 * obsolete/lazy-lock.el (lazy-lock-mode):
22960 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
22961 (cperl-mode):
22962 * progmodes/cpp.el (cpp-face-light-name-list)
22963 (cpp-face-dark-name-list):
22964 * progmodes/delphi.el (delphi-newline-always-indents):
22965 Fix spellings in docstrings.
22966
22967 * ido.el (ido-mode, ido-file-extensions-order)
22968 (ido-default-file-method, ido-default-buffer-method)
22969 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
22970 (ido-decorations, ido-read-file-name-as-directory-commands)
22971 (ido-read-file-name-non-ido, ido-work-directory-list)
22972 (ido-ignore-item-temp-list, ido-current-directory)
22973 (ido-magic-forward-char, ido-enter-find-file)
22974 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
22975 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
22976
22977 2005-06-10 Lute Kamstra <lute@gnu.org>
22978
22979 * play/dunnet.el (dun-mode): Use define-derived-mode.
22980 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
22981 obsolete alias.
22982
22983 * play/doctor.el (doctor-mode-map): Remove defvar.
22984 (doctor-mode): Use define-derived-mode.
22985
22986 * mail/mspools.el (mspools-mode):
22987 * net/eudc-hotlist.el (eudc-hotlist-mode):
22988 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
22989
22990 2005-06-10 Miles Bader <miles@gnu.org>
22991
22992 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
22993 Remove "-face" suffix from face names.
22994 (flyspell-incorrect-face, flyspell-duplicate-face):
22995 New backward-compatibility aliases for renamed faces.
22996 (flyspell-mode-on, make-flyspell-overlay)
22997 (flyspell-highlight-incorrect-region)
22998 (flyspell-highlight-duplicate-region)
22999 (flyspell-display-next-corrections)
23000 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
23001
23002 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
23003 from face name.
23004 (texinfo-heading-face): New backward-compatibility alias for
23005 renamed face.
23006 (texinfo-heading-face): Use renamed texinfo-heading face.
23007
23008 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
23009 suffix from face names.
23010 (tex-math-face, tex-verbatim-face):
23011 New backward-compatibility aliases for renamed faces.
23012 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
23013 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
23014 literal face name.
23015
23016 * textmodes/table.el (table-cell): Remove "-face" suffix from face
23017 name.
23018 (table-cell-face): New backward-compatibility alias for renamed face.
23019 (table--put-cell-face-property, table--update-cell-face):
23020 Use renamed table-cell face.
23021
23022 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
23023 from face name.
23024 (sgml-namespace-face): New backward-compatibility alias for
23025 renamed face.
23026 (sgml-namespace-face): Use renamed sgml-namespace face.
23027
23028 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
23029 (org-level-4, org-level-5, org-level-6, org-level-7)
23030 (org-level-8, org-warning, org-headline-done)
23031 (org-deadline-announce, org-scheduled-today)
23032 (org-scheduled-previously, org-link, org-done, org-table)
23033 (org-time-grid): Remove "-face" suffix from face names.
23034 (org-level-1-face, org-level-2-face, org-level-3-face)
23035 (org-level-4-face, org-level-5-face, org-level-6-face)
23036 (org-level-7-face, org-level-8-face, org-warning-face)
23037 (org-headline-done-face, org-deadline-announce-face)
23038 (org-scheduled-today-face, org-scheduled-previously-face)
23039 (org-link-face, org-done-face, org-table-face)
23040 (org-time-grid-face):
23041 New backward-compatibility aliases for renamed faces.
23042 (org-level-faces, org-set-font-lock-defaults, org-timeline)
23043 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
23044 (org-agenda-get-timestamps, org-agenda-get-scheduled)
23045 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
23046
23047 * emulation/viper-init.el (viper-search, viper-replace-overlay)
23048 (viper-minibuffer-emacs, viper-minibuffer-insert)
23049 (viper-minibuffer-vi): Remove "-face" suffix from face names.
23050 (viper-search-face, viper-replace-overlay-face)
23051 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23052 (viper-minibuffer-vi-face):
23053 New backward-compatibility aliases for renamed faces.
23054 (viper-search-face, viper-replace-overlay-face)
23055 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23056 (viper-minibuffer-vi-face): Use renamed viper faces.
23057
23058 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
23059 Remove "-face" suffix from face names.
23060 (testcover-nohits-face, testcover-1value-face):
23061 New backward-compatibility aliases for renamed faces.
23062 (testcover-mark): Use renamed testcover faces.
23063
23064 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23065 face name.
23066 (diary-button-face): New backward-compatibility alias for renamed face.
23067 (diary-entry): Use renamed diary-button face.
23068
23069 * calendar/calendar.el (diary, calendar-today, holiday)
23070 (mark-visible-calendar-date): Remove "-face" suffix from face names.
23071 (diary-face, calendar-today-face, holiday-face):
23072 New backward-compatibility aliases for renamed faces.
23073 (eval-after-load "facemenu", diary-entry-marker)
23074 (calendar-today-marker, calendar-holiday-marker, diary-face):
23075 Use renamed calendar faces.
23076
23077 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23078 (compare-windows-face): New backward-compatibility alias for
23079 renamed face.
23080 (compare-windows-highlight): Use renamed compare-windows face.
23081
23082 * strokes.el (strokes-char): Remove "-face" suffix from face name.
23083 (strokes-char-face): New backward-compatibility alias for renamed face.
23084 (strokes-encode-buffer): Use renamed strokes-char face.
23085
23086 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23087 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23088 Remove "-face" suffix from face names.
23089 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23090 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23091 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23092 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23093 Use renamed pcvs faces.
23094 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23095 * pcvs-defs.el (cvs-mode-map): Likewise.
23096 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23097
23098 * info.el (info-title-1, info-title-2, info-title-3)
23099 (info-title-4): Remove "-face" suffix from and downcase face names.
23100 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23101 (Info-title-4-face):
23102 New backward-compatibility aliases for renamed faces.
23103 (Info-fontify-node): Use renamed info faces.
23104
23105 * hilit-chg.el (highlight-changes, highlight-changes-delete):
23106 Remove "-face" suffix from face names.
23107 (highlight-changes-face, highlight-changes-delete-face):
23108 New backward-compatibility aliases for renamed faces.
23109 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23110 (hilit-chg-make-list): Use renamed highlight-changes faces.
23111
23112 * generic-x.el (show-tabs-tab, show-tabs-space):
23113 Remove "-face" suffix from face names.
23114 (show-tabs-tab-face, show-tabs-space-face):
23115 New backward-compatibility aliases for renamed faces.
23116 (show-tabs-generic-mode-font-lock-defaults-1)
23117 (show-tabs-generic-mode-font-lock-defaults-2):
23118 Use renamed show-tabs faces.
23119
23120 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23121 (smerge-markers): Remove "-face" suffix from face names.
23122 (smerge-mine-face, smerge-other-face, smerge-base-face)
23123 (smerge-markers-face):
23124 New backward-compatibility aliases for renamed faces.
23125 (smerge-mine-face, smerge-other-face, smerge-base-face)
23126 (smerge-markers-face): Use renamed smerge faces.
23127
23128 * log-view.el (log-view-file, log-view-message): Remove "-face"
23129 suffix from face names.
23130 (log-view-file-face, log-view-message-face):
23131 New backward-compatibility aliases for renamed faces.
23132 (log-view-file-face, log-view-message-face): Use renamed log-view
23133 faces.
23134
23135 * paren.el (show-paren-match, show-paren-mismatch):
23136 Remove "-face" suffix from face names.
23137 (show-paren-match-face, show-paren-mismatch-face):
23138 New backward-compatibility aliases for renamed faces.
23139 (show-paren-function): Use renamed show-paren faces.
23140
23141 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23142 (ruler-mode-margins, ruler-mode-fringes)
23143 (ruler-mode-column-number, ruler-mode-fill-column)
23144 (ruler-mode-comment-column, ruler-mode-goal-column)
23145 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23146 suffix from face names.
23147 (ruler-mode-default-face, ruler-mode-pad-face)
23148 (ruler-mode-margins-face, ruler-mode-fringes-face)
23149 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23150 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23151 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23152 New backward-compatibility aliases for renamed faces.
23153 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23154 (ruler-mode-column-number, ruler-mode-fill-column)
23155 (ruler-mode-comment-column, ruler-mode-goal-column)
23156 (ruler-mode-tab-stop, ruler-mode-current-column)
23157 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23158 faces.
23159
23160 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23161 face name.
23162 (whitespace-highlight-the-space): Use renamed face.
23163 (whitespace-highlight-face): New backward-compatibility alias for
23164 renamed face.
23165
23166 * woman.el (woman-italic, woman-bold, woman-unknown)
23167 (woman-addition, woman-symbol-face):
23168 Remove "-face" suffix from face names.
23169 (woman-italic-face, woman-bold-face, woman-unknown-face)
23170 (woman-addition-face):
23171 New backward-compatibility aliases for renamed faces.
23172 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23173 (woman-decode-region, woman-replace-match)
23174 (woman-display-extended-fonts, woman-special-characters)
23175 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23176 Use renamed woman faces.
23177
23178 * longlines.el (longlines-visible-face): Face removed.
23179
23180 * diff-mode.el (diff-header, diff-file-header, diff-index)
23181 (diff-hunk-header, diff-removed, diff-added, diff-changed)
23182 (diff-function, diff-context, diff-nonexistent): Remove "-face"
23183 suffix from face names.
23184 (diff-header-face, diff-file-header-face, diff-index-face)
23185 (diff-hunk-header-face, diff-removed-face, diff-added-face)
23186 (diff-changed-face, diff-function-face, diff-context-face)
23187 (diff-nonexistent-face): New backward-compatibility aliases for
23188 renamed faces.
23189 (diff-header-face, diff-file-header-face)
23190 (diff-index, diff-index-face, diff-hunk-header)
23191 (diff-hunk-header-face, diff-removed, diff-removed-face)
23192 (diff-added, diff-added-face, diff-changed-face, diff-function)
23193 (diff-function-face, diff-context-face, diff-nonexistent)
23194 (diff-nonexistent-face): Use renamed diff-mode faces.
23195
23196 * progmodes/compile.el (compilation-warning-face)
23197 (compilation-info-face): Remove "-face" suffix from face names.
23198 (compilation-warning-face, compilation-info-face):
23199 New backward-compatibility aliases for renamed faces.
23200 (compilation-warning-face, compilation-info-face):
23201 Use renamed compilation faces.
23202
23203 * add-log.el (change-log-date, change-log-name)
23204 (change-log-email, change-log-file, change-log-list)
23205 (change-log-conditionals, change-log-function)
23206 (change-log-acknowledgement): Remove "-face" suffix from face names.
23207 (change-log-date-face, change-log-name-face)
23208 (change-log-email-face, change-log-file-face)
23209 (change-log-list-face, change-log-conditionals-face)
23210 (change-log-function-face, change-log-acknowledgement-face):
23211 New backward-compatibility aliases for renamed faces.
23212 (change-log-font-lock-keywords): Use renamed change-log faces.
23213
23214 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23215 (custom-set, custom-changed, custom-saved, custom-button)
23216 (custom-button-pressed, custom-documentation, custom-state)
23217 (custom-comment, custom-comment-tag, custom-variable-tag)
23218 (custom-variable-button, custom-face-tag, custom-group-tag-1)
23219 (custom-group-tag): Remove "-face" suffix from face names.
23220 (custom-magic-alist, custom-magic-value-create)
23221 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23222 (custom-invalid-face, custom-rogue-face, custom-modified-face)
23223 (custom-set-face, custom-changed-face, custom-saved-face)
23224 (custom-button-face, custom-button-pressed-face)
23225 (custom-documentation-face, custom-state-face)
23226 (custom-comment-face, custom-comment-tag-face)
23227 (custom-variable-tag-face, custom-variable-button-face)
23228 (custom-face-tag-face, custom-group-tag-face-1)
23229 (custom-group-tag-face):
23230 New backward-compatibility aliases for renamed faces.
23231
23232 * wid-edit.el (widget-documentation, widget-button)
23233 (widget-field, widget-single-line-field, widget-inactive)
23234 (widget-button-pressed): "-face" suffix removed from face names.
23235 (widget-documentation-face, widget-button-face)
23236 (widget-field-face, widget-single-line-field-face)
23237 (widget-inactive-face, widget-button-pressed-face):
23238 New backward-compatibility aliases for renamed faces.
23239 (widget-documentation-face, widget-button-face)
23240 (widget-button-pressed-face, widget-specify-field)
23241 (widget-specify-inactive): Use renamed widget faces.
23242
23243 2005-06-10 Kenichi Handa <handa@m17n.org>
23244
23245 * term/x-win.el (x-clipboard-yank): Remove condition-case
23246 wrapping.
23247
23248 2005-06-11 Kenichi Handa <handa@m17n.org>
23249
23250 * add-log.el (change-log-font-lock-keywords): Make the regexp for
23251 date lines stricter.
23252
23253 2005-06-10 Zhang Wei <id.brep@gmail.com>
23254
23255 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23256 of x-get-selection.
23257
23258 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23259
23260 * comint.el (comint-mode, comint-snapshot-last-prompt):
23261 * frame.el (frame-current-scroll-bars):
23262 * term.el (term-mode, term-check-proc, term-input-sender)
23263 (term-simple-send, term-extract-string, term-word)
23264 (term-match-partial-filename):
23265 * window.el (window-current-scroll-bars):
23266 * emulation/cua-base.el (cua-normal-cursor-color)
23267 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23268 (cua-global-mark-cursor-color):
23269 * mail/undigest.el (rmail-forward-separator-regex):
23270 Fix typos in docstrings.
23271
23272 * comint.el (comint-check-proc, make-comint-in-buffer)
23273 (comint-source-default): Doc fixes.
23274
23275 * term.el (term-send-string): Improve argument/docstring consistency.
23276
23277 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
23278
23279 * comint.el (comint-send-input): Bind `inhibit-read-only' around
23280 call to `delete-region'.
23281 (comint-mode-hook): Do not enable Font Lock by default.
23282
23283 2005-06-09 Lute Kamstra <lute@gnu.org>
23284
23285 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23286 could be void.
23287
23288 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
23289
23290 * emacs-lisp/debug.el (debugger-will-be-back): New var.
23291 (debug): Use it.
23292 (debugger-step-through, debugger-continue, debugger-jump)
23293 (debugger-return-value): Set it when needed.
23294 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23295 Use inhibit-read-only.
23296
23297 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
23298
23299 * window.el (shrink-window-if-larger-than-buffer)
23300 (window-size-fixed): Fix typo in docstring.
23301
23302 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
23303 thumbnails directory on loading.
23304 (thumbs-conversion-program): Use `eq' to check the system type,
23305 not `equal'.
23306 (thumbs-temp-dir): Initialize to `temporary-file-directory',
23307 not "/tmp". Fix docstring.
23308 (thumbs-thumbsdir): New function to return the thumbnails
23309 directory, creating it if needed.
23310 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23311 (thumbs-temp-file): Delete variable and make it into a function.
23312 (thumbs-resize-image, thumbs-modify-image): Use it.
23313 (thumbs-kill-buffer): Simplify.
23314 (thumbs-gensym): Defalias or duplicate CL `gensym'.
23315 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23316 docstrings.
23317
23318 2005-06-09 Kim F. Storm <storm@cua.dk>
23319
23320 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23321 set-match-data to free markers in match-data.
23322
23323 * replace.el (replace-match-data): Pass RESEAT arg `t' to
23324 match-data to unchain markers in match-data.
23325
23326 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23327
23328 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23329 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
23330 unnecessary now.
23331
23332 2005-06-08 Richard M. Stallman <rms@gnu.org>
23333
23334 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23335 give the variable a doc string that doesn't say don't set it directly.
23336
23337 * textmodes/ispell.el (ispell-check-version):
23338 Use match-string-no-properties.
23339 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23340 (ispell-buffer-local-words): Likewise.
23341
23342 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23343 except on terminals with enough colors to really display it.
23344 (makefile-dependency-regex): Delete spurious `bb'.
23345
23346 * faces.el (escape-glyph): Use blue once again in last case.
23347 (no-break-space): Redefine so that it isn't invisible on a tty.
23348
23349 2005-06-08 Kim F. Storm <storm@cua.dk>
23350
23351 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23352 also when reading directory name.
23353
23354 2005-06-08 Lute Kamstra <lute@gnu.org>
23355
23356 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23357 (flyspell-mode-line-string): Remove autoload cookie.
23358 (flyspell-mode): Remove defvar.
23359
23360 2005-06-07 Lute Kamstra <lute@gnu.org>
23361
23362 * textmodes/org.el (org-run-mode-hooks): New function.
23363 (org-agenda-mode): Use it.
23364
23365 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
23366
23367 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23368
23369 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23370
23371 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23372
23373 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
23374
23375 * font-lock.el (font-lock-add-keywords): Doc fix.
23376
23377 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23378
23379 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23380 (tex-compile-default): In the absence of any history, use the order in
23381 tex-compile-alist to choose the preferred command.
23382 (tex-compile-commands): Reorder a bit.
23383
23384 * textmodes/flyspell.el (flyspell-auto-correct-binding)
23385 (flyspell-incorrect-face, flyspell-duplicate-face):
23386 Use (X)Emacs-agnostic code.
23387 (flyspell-mode-map): Don't overwrite at each load. Remove code
23388 redundant with the subsequent add-minor-mode. Merge Emacs and
23389 XEmacs code.
23390 (flyspell-word): Minor simplification.
23391 (flyspell-math-tex-command-p): Quieten the byte-compiler.
23392 (flyspell-external-point-words): Remove unused vars `size' and `start'.
23393 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23394 Merge the corresponding Emacs code.
23395 (flyspell-correct-word, flyspell-xemacs-popup):
23396 Use flyspell-do-correct.
23397
23398 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23399 a dedicated window.
23400
23401 * international/latexenc.el (latexenc-find-file-coding-system):
23402 Undo part of last patch, to turn off a compiler warning.
23403
23404 2005-06-06 Juri Linkov <juri@jurta.org>
23405
23406 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23407 Rename `tmm-inactive-face' to `tmm-inactive'.
23408
23409 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
23410
23411 * iswitchb.el: Rename faces.
23412
23413 2005-06-06 Kim F. Storm <storm@cua.dk>
23414
23415 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23416 (cua-global-mark): Remove -face suffix from face names.
23417
23418 * emulation/cua-gmrk.el (cua--init-global-mark):
23419 Remove cua-global-mark face setup.
23420
23421 2005-06-06 Richard M. Stallman <rms@gnu.org>
23422
23423 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23424 just like other allowed characters.
23425 (makefile-match-dependency): Exclude leading and training whitespace
23426 from the range of regexp subexp 1.
23427 (makefile-macroassign-regex): Don't try to match the body,
23428 just the name of the macro being defined.
23429
23430 * info.el (Info-read-node-name-2): New function.
23431 (Info-read-node-name-1): Use that.
23432 Add a completion-base-size-function property.
23433
23434 * simple.el (completion-setup-function): Look for
23435 completion-base-size-function property of minibuffer-completion-table.
23436
23437 * files.el (locate-file-completion): Doc fix.
23438
23439 * printing.el: Don't call pr-update-menus; user must do that.
23440
23441 * emacs-lisp/debug.el (debugger-window): New variable.
23442 (debug): Use debugger-window if it is set and still alive.
23443 Record debugger-window for next entry.
23444
23445 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23446
23447 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
23448
23449 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23450 (hack-one-local-variable, hack-local-variables)
23451 (hack-local-variables-prop-line): Pass that arg.
23452
23453 2005-06-06 Kim F. Storm <storm@cua.dk>
23454
23455 * ido.el (ido-first-match, ido-only-match, ido-subdir)
23456 (ido-indicator): Remove -face suffix from face names.
23457
23458 2005-06-06 Juri Linkov <juri@jurta.org>
23459
23460 * font-lock.el (font-lock-regexp-backslash)
23461 (font-lock-regexp-backslash-construct): New faces.
23462 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
23463 after `('. Add `while-no-input' to control structures.
23464
23465 * faces.el (no-break-space, shadow): New faces.
23466 (escape-glyph): Use less loud colors pink2 and red4.
23467
23468 * diff-mode.el (diff-context-face)
23469 * dired.el (dired-ignored)
23470 * rfn-eshadow.el (file-name-shadow)
23471 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23472
23473 * info.el (Info-title-1-face): Use green instead of yellow because
23474 bold yellow is not readable on light backgrounds.
23475
23476 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23477 before selecting the desired mode to not spend time fontifying
23478 old contents.
23479
23480 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
23481
23482 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23483 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23484
23485 * ps-print.el (ps-default-fg, ps-default-bg):
23486 Fix typos in docstrings.
23487
23488 * isearchb.el (isearchb): Don't pass a spurious second argument to
23489 `iswitchb-completions'.
23490
23491 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
23492
23493 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
23494 to preserve point.
23495 (gdb-find-file-hook): Add doc string.
23496
23497 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
23498 C dereferenced pointer expression.
23499 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
23500
23501 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
23502
23503 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
23504 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
23505 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
23506 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
23507 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
23508 Make background transparent.
23509
23510 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
23511
23512 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
23513 (font-lock-remove-keywords): Doc fix.
23514 (font-lock-mode-major-mode): Compiler defvar.
23515 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
23516
23517 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
23518 (font-lock-mode): Update `font-lock-mode-major-mode'.
23519 (font-lock-set-defaults): Compiler defvar.
23520 (font-lock-default-function): Take `font-lock-mode-major-mode'
23521 into account.
23522
23523 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
23524 keep track of which major mode it enabled the minor mode for.
23525 Use find-file-hook again. Update docstring.
23526
23527 * simple.el (eval-expression-print-level)
23528 (eval-expression-print-length, eval-expression-debug-on-error):
23529 Doc fixes.
23530
23531 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
23532
23533 * iswitchb.el (iswitchb-single-match-face)
23534 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
23535 (iswitchb-invalid-regexp-face): New faces.
23536 (iswitchb-completions): Use them.
23537 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
23538 now marked as an obsolete alias.
23539 (iswitchb-read-buffer): Remove check for bound font variables.
23540 (iswitchb-invalid-regexp): New free variable.
23541 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
23542 set iswitchb-invalid-regexp.
23543 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
23544 invalid regexps.
23545 (iswitchb-completions): Add check for complete match when entering
23546 a regexp.
23547 (iswitchb-completions): Remove require-match argument.
23548 (iswitchb-exhibit): Fix caller.
23549 (iswitchb-common-match-inserted): New variable.
23550 (iswitchb-complete, iswitchb-completion-help): Use it.
23551
23552 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
23553
23554 * url-http.el (url-http-chunked-encoding-after-change-function):
23555 Use `url-http-debug' instead of `message'.
23556
23557 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
23558
23559 * url-http.el (url-http-parse-headers): Pass redirected URL as a
23560 callback argument.
23561
23562 2005-06-04 Kim F. Storm <storm@cua.dk>
23563
23564 * simple.el (line-move): Only call sit-for when moving backwards.
23565
23566 * ido.el (ido-make-merged-file-list-1): New defun split from
23567 ido-make-merged-file-list.
23568 (ido-make-merged-file-list): Bind throw-on-input around call to
23569 ido-make-merged-file-list-1. Return input-pending-p if
23570 interrupted by more input available.
23571 (ido-read-internal): Handle input-pending-p return value from
23572 ido-make-merged-file-list.
23573
23574 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
23575
23576 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
23577 compatibility code.
23578
23579 * international/latexenc.el (latexenc-find-file-coding-system):
23580 Don't inherit the EOL part of the coding-system from the
23581 tex-main buffer. Fit within 80 columns.
23582
23583 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
23584
23585 * tmm.el (tmm-inactive-face): New face.
23586 (tmm-remove-inactive-mouse-face): New function.
23587 (tmm-prompt, tmm-add-one-shortcut)
23588 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
23589 but not selectable.
23590
23591 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
23592
23593 * faces.el (face-equal): Improve argument/docstring consistency.
23594
23595 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
23596
23597 * progmodes/make-mode.el (makefile-targets-face)
23598 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
23599 (makefile-bsdmake-dependency-regex)
23600 (makefile-makepp-rule-action-regex)
23601 (makefile-bsdmake-rule-action-regex): New constants.
23602 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
23603
23604 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23605 Allow (...) within `...' for makepp messages.
23606
23607 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
23608
23609 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
23610
23611 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
23612 "." files are deleted from all file lists before comparison.
23613
23614 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23615 (viper-ESC-key): Made them customizable.
23616
23617 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
23618
23619 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
23620
23621 * autorevert.el (auto-revert-buffers): Use save-match-data.
23622
23623 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23624
23625 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
23626 menu items with a nil command binding.
23627
23628 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
23629
23630 * emacs-lisp/cl-macs.el (defsetf):
23631 Improve argument/docstring consistency.
23632
23633 * faces.el (list-faces-display): Improve the formatting by
23634 computing the maximum length required for any face-name (reworked
23635 patch of 1999-01-11, accidentally deleted on 1999-07-21).
23636 (internal-find-face): Remove redundant info in docstring.
23637
23638 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
23639
23640 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23641 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
23642 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
23643 (gdb-assembler-custom): Improve regexps.
23644 (def-gdb-auto-update-handler): Use window point to preserve point.
23645
23646 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23647
23648 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
23649
23650 2005-05-31 Jay Belanger <belanger@truman.edu>
23651
23652 * calc/calc-embed.el (calc-embedded-word): Change argument passed
23653 to calc-embedded.
23654 (calc-embedded-make-info): Have plain prefix argument select
23655 entire line.
23656
23657 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
23658
23659 * faces.el (list-faces-display): Signal error if passed a regexp
23660 that matches no face name.
23661
23662 * simple.el (filter-buffer-substring): Fix typo in docstring.
23663
23664 2005-05-31 Richard M. Stallman <rms@gnu.org>
23665
23666 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23667 (vhdl-emacs-21): Doc fix.
23668 (vhdl-mode): Unconditionally set comment-padding.
23669 (vhdl-fixup-whitespace-region): Insert spaces only where
23670 there are none.
23671 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23672
23673 2005-05-30 John Wiegley <johnw@newartisans.com>
23674
23675 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23676 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23677 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23678 `directory-sep-char' to ?/, and all uses of `string-to-int' to
23679 `string-to-number'.
23680
23681 2005-05-30 Jay Belanger <belanger@truman.edu>
23682
23683 * calc/calc.el (calc-bug-address): Fix docstring.
23684 (calc-window-hook, calc-trail-window-hook): New variables.
23685 (calc-trail-display): Restore use of calc-trail-window-hook.
23686 (calc): Restore use of calc-window-hook.
23687
23688 2005-05-31 Masatake YAMATO <jet@gyve.org>
23689
23690 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23691
23692 * help-fns.el (help-C-file-name): Add autoload mark for
23693 `find-function-noselect'.
23694
23695 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23696
23697 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23698 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23699
23700 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23701
23702 * calendar/diary-lib.el (mark-included-diary-files): Only kill
23703 included diary buffer if it was not already being visited.
23704 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23705
23706 * calendar/icalendar.el (top-level): Do not require appt.
23707
23708 * mail/supercite.el (sc-select-attribution): Only use a list
23709 element from sc-attrib-selection-list if it returns a string.
23710 Reported by Davide G. M. Salvetti <salve@debian.org>.
23711
23712 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
23713
23714 * thumbs.el (thumbs-thumbname): The resulting thumbname now
23715 includes a hash value to improve its uniqueness, and has a ".jpg"
23716 extension. Also, it is now a valid filename on all systems.
23717 (thumbs-make-thumb): Use `let', not `let*'.
23718 (thumbs-show-thumbs-list): Check for JPEG availability.
23719
23720 2005-05-30 Richard M. Stallman <rms@gnu.org>
23721
23722 * filesets.el (filesets-menu-ensure-use-cached):
23723 Prevent warning when emacs-version>= is undefined.
23724
23725 * printing.el (pr-interactive-n-up): Use string-to-number.
23726
23727 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23728
23729 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23730 Warn only when name to be defined is quoted.
23731
23732 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
23733
23734 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23735 Make regexp more robust.
23736 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23737 Force regeneration of disassembly.
23738
23739 2005-05-29 Jay Belanger <belanger@truman.edu>
23740
23741 * calc/calc.el (calc-user-invocation): Check if
23742 calc-invocation-macro is non-nil.
23743
23744 2005-05-29 Juri Linkov <juri@jurta.org>
23745
23746 * add-log.el (change-log-font-lock-keywords):
23747 Add `+' to e-mail regexp to accept mail address with keywords.
23748
23749 * man.el (Man-name-regexp): Add `:' to accept qualified names.
23750
23751 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
23752
23753 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23754
23755 * ielm.el (inferior-emacs-lisp-mode): Ditto.
23756
23757 2005-05-29 Richard M. Stallman <rms@gnu.org>
23758
23759 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23760 Undo the change that moves to end of the current word.
23761
23762 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23763
23764 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23765 Throw error when count <= 0 to ensure input is a number.
23766 (gdb-read-memory-custom): Pick up address from buffer.
23767 (gdb-memory-mode): Allow user to increment and decrement
23768 memory address from header line.
23769
23770 2005-05-29 Richard M. Stallman <rms@gnu.org>
23771
23772 * flyspell.el (flyspell-version): Function deleted.
23773 (flyspell-auto-correct-previous-hook): Doc fix.
23774
23775 * jit-lock.el (jit-lock-function, jit-lock-after-change):
23776 Do nothing if memory is full.
23777
23778 * font-lock.el (font-lock-fontify-syntactically-region):
23779 Pass t for GREEDY to looking-back.
23780
23781 * saveplace.el (save-place-alist-to-file): Write the file
23782 using write-region.
23783
23784 * subr.el (looking-back): New argument GREEDY.
23785
23786 * progmodes/compile.el (compilation-start): Set the mode
23787 before inserting the initial text.
23788
23789 * progmodes/which-func.el (which-func-update-1): Turn the mode
23790 off in case of error by setting which-func-mode.
23791
23792 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
23793
23794 * flyspell.el (flyspell-auto-correct-previous-word):
23795 Narrow down to what's on the screen, and recenter overlays
23796 at the end of the next word.
23797
23798 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
23799
23800 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23801 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23802 (flyspell-abbrev-p): Default to nil.
23803 (flyspell-use-global-abbrev-table-p): Doc fix.
23804 (flyspell-large-region): Allow nil as value.
23805 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23806
23807 (mail-mode-flyspell-verify): More robust handling
23808 of `mail-header-separator'. More efficient signature detection.
23809 Allow for regexp metacharacters in message-header-separator.
23810 Adding `To' not to be checked in mail-mode-flyspell-verify.
23811
23812 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23813 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23814 Bind flyspell-auto-correct-binding.
23815 Bind C-. and C-, .
23816 (flyspell-mode-map): Likewise.
23817 (flyspell-mode): Doc fix.
23818 (flyspell-accept-buffer-local-defs): Preserve current buffer.
23819 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23820 (flyspell-word-cache-result): New var, always local.
23821 (flyspell-check-pre-word-p): Doc fix.
23822 (flyspell-check-changed-word-p): Handle spc like newline.
23823 (flyspell-post-command-hook): Set flyspell-word-cache-result.
23824 (flyspell-word-search-backward, flyspell-word-search-forward):
23825 New functions.
23826 (flyspell-word): Return t if nothing to check.
23827 When parsing TeX code, check for after } or \.
23828 Use flyspell-word-search-backward to find previous word.
23829 Return nil if duplicated word.
23830 For word already checked, return same value as last time.
23831 Set flyspell-word-cache-result after checking.
23832 Don't clobber the return value.
23833 (flyspell-get-word): Major rewrite.
23834 (flyspell-external-point-words): New locals pword, pcount.
23835 Fix size used in progress message.
23836 Find the proper corresponding word in flyspell-large-region-buffer.
23837 (flyspell-region): Check for flyspell-large-region = nil.
23838 (flyspell-highlight-incorrect-region): Clean up overlays in region.
23839 (flyspell-auto-correct-word): Check that WORD is a cons.
23840 (flyspell-correct-word): Likewise.
23841
23842 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
23843
23844 * progmodes/make-mode.el (makefile-rule-action-regex)
23845 (makefile-macroassign-regex, makefile-makepp-mode)
23846 (makefile-bsdmake-mode): Continuation lines may be empty.
23847 Reported by Joshua Varner.
23848 (makefile-makepp-font-lock-keywords): Add $(stem).
23849
23850 2005-05-28 Karl Berry <karl@gnu.org>
23851
23852 * textmodes/tex-mode.el: Now that tex-send-command calls
23853 shell-quote-argument (2005-03-31 change), remove all calls to
23854 shell-quote-argument; they all end up invoking tex-send-command.
23855 The double quoting loses on filenames with non-safe characters,
23856 such as "@". Reported by Frederik Fouvry.
23857
23858 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23859
23860 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
23861 about preserving point.
23862
23863 2005-05-27 Jay Belanger <belanger@truman.edu>
23864
23865 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
23866 Info-goto-node.
23867
23868 * calc/calc-embed.el (calc-embed-arg): New variable.
23869 (calc-do-embedded-activate, calc-embedded-activate-formula)
23870 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
23871 variable by new variable.
23872 (calc-embedded-make-info): Replace undeclared variable by new
23873 variable. When selecting region with positive prefix
23874 argument, use end of previous line instead of beginning of line.
23875
23876 * calc/calc-aent.el (calc-arg-values): Declare it.
23877
23878 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
23879 Declare them.
23880
23881 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
23882
23883 * calc/calc.el (calc-alg-map): Declare it.
23884
23885 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
23886
23887 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
23888
23889 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
23890 (gdb-registers-buffer, toggle-gdb-all-registers):
23891 Toggle display of floating point registers.
23892 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
23893
23894 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
23895 (toggle-gud-tooltip-dereference):
23896 Rename from gud-toggle-tooltip-dereference.
23897
23898 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23899
23900 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
23901
23902 2005-05-27 Jay Belanger <belanger@truman.edu>
23903
23904 * calc/calc-prog.el (calc-kbd-report): Remove.
23905 (calc-kbd-query): Rewrite.
23906
23907 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
23908
23909 * image.el (image-library-alist): Move to image.c.
23910 (image-type-available-p): Doc fix.
23911
23912 2005-05-27 Lute Kamstra <lute@gnu.org>
23913
23914 * calc/calc.el (calc):
23915 * outline.el (outline-1, outline-2, outline-3, outline-4)
23916 (outline-5, outline-6, outline-7, outline-8):
23917 * textmodes/dns-mode.el (dns-mode):
23918 * textmodes/sgml-mode.el (sgml-namespace-face):
23919 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
23920 (tex-verbatim-face, tex-use-reftex):
23921 * textmodes/texinfo.el (texinfo-heading-face):
23922 Specify customization group.
23923
23924 * longlines.el: Don't require easy-mmode.
23925 (longlines-visible-face): Specify customization group.
23926
23927 2005-05-27 Kenichi Handa <handa@m17n.org>
23928
23929 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
23930 encoding table of windows-1251.
23931
23932 * international/ucs-tables.el (ucs-set-table-for-input):
23933 If translation-table-for-input of a coding system is a symbol, get
23934 its translation-table property.
23935
23936 * international/code-pages.el: Don't register a coding system into
23937 non-iso-charset-alist more than once.
23938 (cp-make-coding-system): Likewise.
23939
23940 2005-05-26 John Wiegley <johnw@newartisans.com>
23941
23942 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
23943 `eshell-resume-eval' is wrapped in a list, it indicates that the
23944 command was run asynchronously. In that case, unwrap the value
23945 before checking the delimiter value.
23946
23947 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
23948 character before a space at the end of a line is \, assume the space
23949 is part of the last argument rather than a final argument separator.
23950
23951 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
23952 is in use, and the target is `t' or `nil' (which are the most common
23953 values), don't assume that the symbol target is a buffer.
23954
23955 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
23956
23957 * calendar/calendar.el (calendar-mode-line-format):
23958 Use mode-line-highlight as mouse-face.
23959
23960 * time.el (display-time-string-forms, display-time-update):
23961 Use mode-line-highlight as mouse-face.
23962
23963 2005-05-26 Jay Belanger <belanger@truman.edu>
23964
23965 * calc/calc.el (calc-language-alist): Remove extra defvar.
23966
23967 2005-05-26 Lute Kamstra <lute@gnu.org>
23968
23969 * arc-mode.el (archive-mode):
23970 * bookmark.el (bookmark-read-annotation-mode)
23971 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
23972 * bs.el (bs-mode):
23973 * calc/calc-yank.el (calc-edit-mode):
23974 * calc/calc.el (calc-mode, calc-trail-mode):
23975 * calculator.el (calculator-mode):
23976 * chistory.el (command-history-mode):
23977 * comint.el:
23978 * cus-edit.el (custom-mode):
23979 * descr-text.el (describe-text-mode):
23980 * ebuff-menu.el (Electric-buffer-menu-mode):
23981 * ediff-util.el (ediff-mode):
23982 * emacs-lisp/re-builder.el (reb-mode):
23983 * emulation/vi.el (vi-mode-setup):
23984 * emulation/ws-mode.el (wordstar-mode):
23985 * eshell/esh-mode.el (eshell-mode):
23986 * forms.el (forms-mode):
23987 * help-mode.el (help-mode):
23988 * hexl.el (hexl-mode):
23989 * ibuffer.el (ibuffer-mode):
23990 * ielm.el (inferior-emacs-lisp-mode):
23991 * info.el (Info-mode, Info-edit-mode):
23992 * international/swedish.el:
23993 * ledit.el (ledit-from-lisp-mode):
23994 * locate.el (locate-mode):
23995 * mail/rmail.el (rmail-mode):
23996 * mail/rmailedit.el (rmail-edit-mode):
23997 * mail/rmailsum.el (rmail-summary-mode):
23998 * mail/supercite.el (sc-electric-mode):
23999 * net/eudc.el (eudc-mode):
24000 * net/quickurl.el (quickurl-list-mode):
24001 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
24002 * obsolete/ooutline.el (outline-mode):
24003 * obsolete/options.el (Edit-options-mode):
24004 * obsolete/rnews.el (news-mode):
24005 * obsolete/rnewspost.el (news-reply-mode):
24006 * play/5x5.el (5x5-mode):
24007 * play/decipher.el (decipher-mode, decipher-stats-mode):
24008 * play/gomoku.el (gomoku-mode):
24009 * play/snake.el (snake-mode):
24010 * play/solitaire.el (solitaire-mode):
24011 * play/tetris.el (tetris-mode):
24012 * progmodes/ada-mode.el (ada-mode):
24013 * progmodes/antlr-mode.el (antlr-mode):
24014 * progmodes/autoconf.el (autoconf-mode):
24015 * progmodes/dcl-mode.el (dcl-mode):
24016 * progmodes/delphi.el (delphi-mode):
24017 * progmodes/ebrowse.el (ebrowse-tree-mode)
24018 (ebrowse-electric-list-mode, ebrowse-member-mode)
24019 (ebrowse-electric-position-mode):
24020 * progmodes/f90.el (f90-mode):
24021 * progmodes/fortran.el (fortran-mode):
24022 * progmodes/icon.el (icon-mode):
24023 * progmodes/idlw-help.el (idlwave-help-mode):
24024 * progmodes/idlw-shell.el (idlwave-shell-mode):
24025 * progmodes/idlwave.el (idlwave-mode):
24026 * progmodes/inf-lisp.el (inferior-lisp-mode):
24027 * progmodes/m4-mode.el (m4-mode):
24028 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
24029 * progmodes/modula2.el (modula-2-mode):
24030 * progmodes/octave-inf.el (inferior-octave-mode):
24031 * progmodes/octave-mod.el (octave-mode):
24032 * progmodes/pascal.el (pascal-mode):
24033 * progmodes/sh-script.el (sh-mode):
24034 * progmodes/sql.el (sql-mode, sql-interactive-mode):
24035 * progmodes/vhdl-mode.el (vhdl-mode):
24036 * progmodes/xscheme.el (scheme-interaction-mode):
24037 * replace.el (occur-mode):
24038 * ses.el (ses-mode):
24039 * simple.el (completion-list-mode):
24040 * skeleton.el:
24041 * speedbar.el (speedbar-mode):
24042 * term.el (term-mode):
24043 * terminal.el (terminal-edit-mode):
24044 * textmodes/reftex-index.el (reftex-index-mode)
24045 (reftex-index-phrases-mode):
24046 * textmodes/reftex-sel.el (reftex-select-label-mode)
24047 (reftex-select-bib-mode):
24048 * textmodes/reftex-toc.el (reftex-toc-mode):
24049 * wdired.el (wdired-change-to-wdired-mode):
24050 * wid-browse.el (widget-browse-mode):
24051 Use run-mode-hooks.
24052
24053 * array.el (array-mode):
24054 * calendar/todo-mode.el (todo-mode):
24055 * man.el (Man-mode):
24056 * play/landmark.el (lm-mode):
24057 * play/mpuz.el (mpuz-mode):
24058 Use kill-all-local-variables and run-mode-hooks.
24059
24060 * subr.el (delay-mode-hooks): Specify indentation.
24061
24062 2005-05-26 Mark A. Hershberger <mah@everybody.org>
24063
24064 * xml.el (xml-substitute-special): Don't die for undefined xml
24065 entities.
24066
24067 2005-05-26 Jay Belanger <belanger@truman.edu>
24068
24069 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24070 of nil.
24071
24072 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
24073
24074 * progmodes/gdb-ui.el (gdb-frame-address):
24075 Rename from gdb-current-address.
24076 (gdb-previous-frame-address): Rename from gdb-previous-address.
24077 (gdb-selected-frame): Rename from gdb-current-frame.
24078 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24079 (gdb-frame-number): Rename from gdb-current-stack-level.
24080 (gdb-ann3): Match new mode-name for disassembly buffer.
24081 Extend initialization of variables.
24082 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24083 (gdb-memory-mode): Use mouse-face in header line.
24084 (gdb-assembler-buffer-name): Call it disassembly and give frame
24085 in mode line.
24086 (gdb-source-spec-regexp, gdb-assembler-custom)
24087 (gdb-invalidate-assembler, gdb-frame-handler):
24088 Make robust to leading zeroes in address format.
24089
24090 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
24091
24092 * textmodes/org.el (org-mode): Use `define-derived-mode' to
24093 define `org-mode'.
24094 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24095
24096 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24097
24098 * log-edit.el (log-edit-changelog-entries): Distinguish between
24099 filenames like xfns.c and fns.c.
24100
24101 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
24102
24103 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24104 point after reverting.
24105 (Buffer-menu-make-sort-button): Handle the case where
24106 `Buffer-menu-use-header-line' is nil.
24107
24108 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
24109
24110 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24111 New funcs. In minibuffer-local-completion-map bind `]', `/'
24112 and `:' to them.
24113
24114 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
24115
24116 * startup.el (normal-top-level): Allow modification of load-path while
24117 we're iterating over it.
24118
24119 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
24120
24121 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24122 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24123 (thumbs-resize-interactive, thumbs-insert-image)
24124 (thumbs-insert-thumb, thumbs-dired-show-marked)
24125 (thumbs-find-image-at-point, thumbs-delete-images)
24126 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24127 (thumbs-increment-image-size, thumbs-decrement-image-size):
24128 Fix typos in docstrings.
24129
24130 2005-05-24 Andre Spiegel <spiegel@gnu.org>
24131
24132 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24133 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24134 (cperl-mode): Use them.
24135
24136 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
24137
24138 * window.el (quit-window, shrink-window-if-larger-than-buffer):
24139 Doc fixes.
24140
24141 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
24142
24143 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24144 Bind C-d to gdb-inferior-io-eof.
24145
24146 * dired.el (dired-dnd-popup-notice): Use message-box.
24147
24148 2005-05-23 Masatake YAMATO <jet@gyve.org>
24149
24150 * bindings.el (mode-line-major-mode-keymap):
24151 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24152
24153 * faces.el (mode-line-highlight): New face.
24154
24155 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24156 as mouse-face.
24157
24158 * bindings.el (top-level, help-echo, mode-line-modified)
24159 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24160 as mouse-face.
24161
24162 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
24163
24164 * progmodes/cc-engine.el (c-guess-basic-syntax):
24165 Remove spurious call to `zerop'.
24166
24167 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24168
24169 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
24170
24171 CC Mode update to 5.30.10:
24172
24173 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24174 could go past the limit in decoration level 2, thereby causing
24175 errors during interactive fontification.
24176
24177 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24178 the file is evaluated interactively.
24179
24180 * cc-engine.el (c-guess-basic-syntax): Handle operator
24181 declarations somewhat better in C++.
24182
24183 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24184 make use of `run-mode-hooks' which has been added in Emacs 21.1.
24185 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24186 (awk-mode): Use it.
24187 (make-local-hook): Suppress warning about obsoleteness.
24188
24189 * cc-engine.el, cc-align.el, cc-cmds.el
24190 (c-append-backslashes-forward, c-delete-backslashes-forward)
24191 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24192 Compensate for return value from `forward-line' when it has moved
24193 but not to a different line due to eob.
24194
24195 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24196 `objc-method-intro' and `objc-method-args-cont'.
24197
24198 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
24199
24200 CC Mode update to 5.30.10:
24201
24202 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24203 in the copyright statement. Incidentally, change "along with GNU
24204 Emacs" to "along with this program" where it occurs.
24205
24206 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24207 so that it is interactive, hence can be found by M-x awk-mode
24208 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
24209 <gmorris+emacs@ast.cam.ac.uk>.
24210
24211 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24212 Mode's regexps.
24213
24214 2005-05-23 Kevin Ryde <user42@zip.com.au>
24215
24216 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24217 c-parse-state, to avoid a lisp error (on bad code).
24218
24219 2005-05-23 Lute Kamstra <lute@gnu.org>
24220
24221 * subr.el (font-lock-defaults): Remove defvar as it's already
24222 defined in font-core.el.
24223
24224 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24225
24226 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
24227
24228 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24229 more general and work when GDB variable "print pretty" is on,
24230 as with Emacs, for example.
24231
24232 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
24233
24234 * font-core.el: Update comment.
24235
24236 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24237 Use `after-change-major-mode-hook' instead of `find-file-hook'.
24238
24239 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24240
24241 2005-05-22 Eli Zaretskii <eliz@gnu.org>
24242
24243 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24244 and `yank-handler' in the doc strings.
24245
24246 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24247
24248 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
24249
24250 2005-05-22 Richard M. Stallman <rms@gnu.org>
24251
24252 * help.el (describe-key): Move print-help-return-message call
24253 out of conditional.
24254
24255 * progmodes/etags.el (list-tags): Use with-no-warnings.
24256
24257 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24258 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24259 (starttls-extra-args, starttls-extra-arguments): Add defvars.
24260
24261 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24262
24263 * language/viet-util.el (viet-viscii-nonascii-translation-table):
24264 Add defvar.
24265
24266 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24267 Use defvar, not defconst.
24268
24269 * hexl.el (hexl-follow-line): Use with-no-warnings.
24270
24271 * emulation/tpu-extras.el: Use write-file-functions instead of
24272 write-file-hooks.
24273
24274 * dired.el (dired-font-lock-keywords): Fontify files with junk
24275 extensions even if marked by -F.
24276
24277 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
24278
24279 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24280 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24281 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24282 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24283 (concatenate, list-length, get*, getf, cl-remprop):
24284 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24285 (etypecase, progv, lexical-let, lexical-let*)
24286 (multiple-value-bind, multiple-value-setq, shiftf):
24287 Improve argument/docstring consistency.
24288
24289 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24290
24291 2005-05-22 Andre Spiegel <spiegel@gnu.org>
24292
24293 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24294 doesn't exist.
24295
24296 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
24297 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24298
24299 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
24300
24301 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24302 already deleted variables: auto-fill-hook, blink-paren-hook,
24303 lisp-indent-hook, inhibit-local-variables, unread-command-event,
24304 suspend-hooks, comment-indent-hook, meta-flag,
24305 before-change-function, after-change-function,
24306 font-lock-doc-string-face.
24307
24308 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
24309
24310 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24311
24312 2005-05-21 Eli Zaretskii <eliz@gnu.org>
24313
24314 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24315 rmail-dont-reply-to.
24316
24317 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24318
24319 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24320 literal blank when splitting new-header-values.
24321
24322 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
24323
24324 * calendar/cal-menu.el (cal-menu-update): Add separator as a
24325 string so that tmm doesn't create a completion entry for it.
24326
24327 * textmodes/table.el (table-disable-menu): Ditto.
24328
24329 2005-05-21 Richard M. Stallman <rms@gnu.org>
24330
24331 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24332
24333 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24334
24335 * net/rcompile.el (remote-compile): Use compilation-start.
24336
24337 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24338
24339 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
24340
24341 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24342 Default to makefile-bsdmake-mode on BSD systems.
24343
24344 * imenu.el (imenu-generic-expression, imenu--generic-function'):
24345 REGEXP may also be a search function now. The part of doc-string
24346 for describing the structure was 95% identical to that of
24347 `imenu--generic-function'. Unify it there.
24348
24349 * progmodes/make-mode.el (makefile-imenu-generic-expression):
24350 Use function to find dependencies, because regexp alone is so complex,
24351 it easily goes into an endless loop.
24352 (makefile-makepp-mode): Also add submenu for Perl functions
24353 defined in the makefile.
24354 (makefile-bsdmake-mode): Special imenu-generic-expression no
24355 longer needed, due to function call.
24356 (makefile-match-dependency): Take BOUND into account when checking
24357 if we're through.
24358
24359 2005-05-20 Jay Belanger <belanger@truman.edu>
24360
24361 * calc/calc-units.el (calc-invalidate-units-table):
24362 Use inhibit-read-only.
24363 (math-build-units-table-buffer): Use view-mode.
24364
24365 2005-05-20 David Kastrup <dak@gnu.org>
24366
24367 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24368 easy-menu-add is not a nop on Emacs; and clarify when to call it.
24369
24370 2005-05-20 Lute Kamstra <lute@gnu.org>
24371
24372 * diff-mode.el (diff-header-face, diff-file-header-face)
24373 (diff-index-face, diff-hunk-header-face, diff-removed-face)
24374 (diff-added-face, diff-changed-face, diff-function-face)
24375 (diff-context-face, diff-nonexistent-face): Put them in the
24376 diff-mode customization group.
24377
24378 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24379
24380 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24381
24382 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24383
24384 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24385 Minor regexp-optimization.
24386
24387 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
24388
24389 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24390 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24391 (org-agenda-add-time-grid-maybe): New function.
24392 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24393 (org-table-create): `dotimes' instead of `mapcar'.
24394 (org-xor): Simplify implementation.
24395 (org-agenda): `inhibit-redisplay' turned on.
24396 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24397 a consistent line after a state change.
24398 (org-agenda-remove-times-when-in-prefix): New option.
24399 (org-prefix-has-time): New variable.
24400 (org-parse-time-string): Optional argument NODEFAULT.
24401 (org-format-agenda-item): Parse items for time-of-day
24402 specifications and move these into the prefix if possible.
24403 (org-agenda-priority): Get current heading, not previous heading
24404 during agenda remote editing.
24405
24406 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
24407
24408 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24409 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24410 (remove-duplicates, delete-duplicates, substitute)
24411 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24412 (nsubstitute-if-not, find, find-if, find-if-not, position)
24413 (position-if, position-if-not, count, count-if, count-if-not)
24414 (mismatch, search, sort*, stable-sort, merge, member*)
24415 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24416 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24417 (intersection, nintersection, set-difference, nset-difference)
24418 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24419 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24420 (nsublis, tree-equal): Improve argument/docstring consistency.
24421
24422 * subr.el (send-string, send-region): Remove obsolescence declaration.
24423 (window-dot, set-window-dot, read-input, show-buffer)
24424 (eval-current-buffer, string-to-int):
24425 Add release number to obsolescence declarations.
24426
24427 2005-05-19 Kim F. Storm <storm@cua.dk>
24428
24429 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24430 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24431
24432 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
24433
24434 * faces.el (list-faces-display): Make back button respect optional
24435 regexp arg.
24436
24437 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
24438
24439 * calculator.el (calculator-radix-grouping-mode)
24440 (calculator-radix-grouping-digits, calculator-displayer)
24441 (calculator-radix-grouping-separator, calculator-copy-displayer):
24442 * dabbrev.el (dabbrev-search-these-buffers-only):
24443 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24444 (diff-advance-after-apply-hunk, diff-mode-hook)
24445 (diff-minor-mode-prefix):
24446 * imenu.el (imenu-use-popup-menu):
24447 * jit-lock.el (jit-lock-context-time):
24448 * newcomment.el (comment-fill-column, comment-column)
24449 (comment-style, comment-padding, comment-multi-line)
24450 (comment-empty-lines, comment-auto-fill-only-comments):
24451 * reveal.el (reveal-around-mark):
24452 * uniquify.el (uniquify-buffer-name-style)
24453 (uniquify-after-kill-buffer-p)
24454 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24455 (uniquify-min-dir-content, uniquify-separator)
24456 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24457 * w32-vars.el (w32-fixed-font-alist):
24458 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24459 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24460 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24461 * progmodes/perl-mode.el (perl-indent-level)
24462 (perl-continued-statement-offset, perl-continued-brace-offset)
24463 (perl-brace-offset, perl-brace-imaginary-offset)
24464 (perl-label-offset, perl-indent-continued-arguments)
24465 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24466 * progmodes/tcl.el (tcl-indent-level)
24467 (tcl-continued-indent-level, tcl-auto-newline)
24468 (tcl-tab-always-indent, tcl-electric-hash-style)
24469 (tcl-help-directory-list, tcl-use-smart-word-finder)
24470 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24471 (inferior-tcl-source-command):
24472 * textmodes/fill.el (enable-kinsoku):
24473 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24474 * textmodes/table.el (table-yank-handler):
24475 Specify missing group (and type, if simple) in defcustom.
24476
24477 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
24478
24479 * progmodes/compile.el (compilation-finish-function): Fix defvar.
24480
24481 2005-05-19 Richard M. Stallman <rms@gnu.org>
24482
24483 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24484
24485 * subr.el (event-basic-type): Don't get an error.
24486 (left-fringe-p): Function deleted.
24487
24488 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24489 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
24490
24491 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
24492 in recursive copy.
24493
24494 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
24495
24496 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
24497
24498 * emacs-lisp/bytecomp.el
24499 (byte-compile-file-form-custom-declare-variable):
24500 Call byte-compile-nogroup-warn if appropriate.
24501
24502 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
24503 (compilation-set-window): Don't call left-fringe-p; do it directly.
24504
24505 2005-05-19 Jay Belanger <belanger@truman.edu>
24506
24507 * calc/calc-graph.el (calc-graph-format-data): Make sure
24508 var-PlotRejects is bound before trying to check its value.
24509
24510 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
24511
24512 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
24513 definition of this variable from reftex-global.el to reftex.el,
24514 because it is needed in the menu.
24515
24516 2005-05-19 Lute Kamstra <lute@gnu.org>
24517
24518 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
24519 years are fixed. Don't insert a space after a dash.
24520
24521 2005-05-19 Kim F. Storm <storm@cua.dk>
24522
24523 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
24524
24525 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
24526
24527 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
24528 strings, because (eq ... ?\\) is fairly frequent.
24529
24530 * progmodes/make-mode.el (makefile-add-this-line-targets):
24531 Simplify and integrate into `makefile-pickup-targets'.
24532 (makefile-add-this-line-macro): Simplify and integrate into
24533 `makefile-pickup-macros.
24534 (makefile-pickup-filenames-as-targets): Simplify.
24535 (makefile-previous-dependency, makefile-match-dependency):
24536 Don't stumble over `::'.
24537
24538 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
24539
24540 * subr.el (post-command-idle-hook, post-command-idle-delay):
24541 Remove obsoletion of post-command-idle-hook and
24542 post-command-idle-delay.
24543
24544 * faces.el (list-faces-display): Provide button when describe-face
24545 is called to take user back to the list of faces.
24546
24547 * help-fns.el (describe-variable): Remove hyperlinks in a
24548 variable's value as these are quite frequently inappropriate.
24549
24550 * follow.el (follow-submit-feedback, follow-mode):
24551 Remove references to post-command-idle-hook.
24552
24553 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
24554
24555 * progmodes/make-mode.el (makefile-previous-dependency)
24556 (makefile-match-dependency): Check for := (and in bsd mode also
24557 !=) to give a better result, even when font-lock is not on.
24558
24559 2005-05-18 Jay Belanger <belanger@truman.edu>
24560
24561 * calc/calc-help.el (calc-s-prefix-help):
24562 Add `calc-copy-special-constant' to help string.
24563
24564 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
24565
24566 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24567
24568 2005-05-18 Jay Belanger <belanger@truman.edu>
24569
24570 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
24571 in linear factors are in proper order.
24572
24573 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
24574
24575 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24576 Support for jurabib.
24577
24578 * textmodes/reftex.el (featurep): Define aliases for overlay
24579 commands, for XEmacs compatibility, and use these aliases in
24580 overlay initializations.
24581 (reftex-highlight): Use `reftex-move-overlay'.
24582 (reftex-unhighlight): Use `reftex-delete-overlay'.
24583 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
24584 (reftex-access-search-path): Use `reftex-uniquify' instead of
24585 `reftex-uniq'
24586
24587 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
24588 `before-string' property modification enables for Emacs as well.
24589 (reftex-select-item): Use `reftex-delete-overlay'.
24590 (reftex-select-mark): Use `reftex-make-overlay' and
24591 `reftex-overlay-put'.
24592 (reftex-select-unmark): Use `reftex-delete-overlay' and
24593 `reftex-overlay-put'.
24594
24595 2005-05-18 Lute Kamstra <lute@gnu.org>
24596
24597 * emacs-lisp/lisp.el (check-parens): Fix docstring.
24598
24599 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
24600
24601 * add-log.el (add-change-log-entry):
24602 * array.el (array-make-template, array-reconfigure-rows)
24603 (array-init-max-row, array-init-max-column)
24604 (array-init-columns-per-line, array-init-field-width):
24605 * replace.el (replace-match-maybe-edit, perform-replace):
24606 * textmodes/spell.el (spell-region):
24607 Replace `read-input' by `read-string'.
24608
24609 * forms.el (forms-mode):
24610 * finder.el (finder-compile-keywords):
24611 * shadowfile.el (shadow-read-files):
24612 Replace `eval-current-buffer' by `eval-buffer'.
24613
24614 * terminal.el (te-pass-through):
24615 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
24616 (ange-ftp-raw-send-cmd):
24617 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
24618 (send-process-next-char, telnet-initial-filter, telnet):
24619 Replace `send-string' by `process-send-string'.
24620
24621 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
24622 (prolog-consult-region): Replace `send-string' by
24623 `process-send-string'; replace `send-region' by `process-send-region'.
24624
24625 * progmodes/delphi.el (delphi-log-msg):
24626 Replace `set-window-dot' by `set-window-point'.
24627
24628 * subr.el (window-dot, set-window-dot, read-input, send-string)
24629 (send-region, show-buffer, eval-current-buffer):
24630 Make really obsolete, as the comment says.
24631
24632 2005-05-17 Kim F. Storm <storm@cua.dk>
24633
24634 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
24635 (cua--init-keymaps): Bind C-return instead of S-return to set
24636 rectangle mark.
24637
24638 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
24639 instead of S-return to toggle/clear rectangle mark.
24640
24641 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
24642
24643 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
24644 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
24645 Also fontify plain strings assigned to variables, mostly so that a
24646 colon has a face and is thus not taken as a dependency separator.
24647 (makefile-previous-dependency): Inline the new matcher, because it
24648 is too complex to work in both directions.
24649 (makefile-match-dependency): Eliminate `backward' arg (see above).
24650 Completely reimplemented so as to not sometimes go into an endless
24651 loop. It should also be more efficient, because first it only
24652 searches for `:', instead of applying the very complex regexp.
24653 (makefile-mode): Cancel `font-lock-support-mode', because blocks
24654 to be fontified in one piece can be too long for JIT.
24655 Makefiles are never *that* big.
24656
24657 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
24658
24659 * dired.el (dired-mode): Simplify.
24660
24661 2005-05-17 Lute Kamstra <lute@gnu.org>
24662
24663 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24664 defcustom for the mode hook variable.
24665
24666 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24667 Emacs Lisp Reference Manual.
24668
24669 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
24670
24671 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24672 (evenp, list*):
24673 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24674 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24675
24676 * net/tramp-smb.el (tramp-smb-open-connection):
24677 Pass `tramp-chunksize' as fifth (required) argument.
24678
24679 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
24680
24681 * font-lock.el (lisp-font-lock-keywords-1):
24682 Set `font-lock-negation-char-face' for [^...] char group.
24683 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24684
24685 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24686 a var, and refine it to mask one more level of nested vars.
24687 (makefile-rule-action-regex): Turn it into a var, and refine it so
24688 it recognizes backslashed continuation lines as belonging to the
24689 same command.
24690 (makefile-macroassign-regex): Refine it so it recognizes
24691 backslashed continuation lines as belonging to the same command.
24692 (makefile-var-use-regex): Don't look at the next char, because it
24693 might be the same one to be skipped by the initial [^$], leading
24694 to an overlooked variable use.
24695 (makefile-make-font-lock-keywords): Remove two parameters, which
24696 are now variables that some of the modes set locally.
24697 Handle dependency and rule action matching through functions, because
24698 regexps alone match too often. Dependency matching now comes
24699 last, so it can check, whether a colon already matched something else.
24700 (makefile-mode): Inform that font-lock improves makefile parsing
24701 capabilities.
24702 (makefile-match-dependency, makefile-match-action): New functions.
24703
24704 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
24705
24706 * emacs-lisp/cl-extra.el (equalp): Doc fix.
24707
24708 * align.el (align-regexp):
24709 * ansi-color.el (ansi-color-get-face):
24710 * array.el (array-reconfigure-rows, array-init-max-row)
24711 (array-init-max-column, array-init-columns-per-line)
24712 (array-init-field-width):
24713 * dired-aux.el (dired-trample-file-versions):
24714 * dired-x.el (dired-mark-sexp):
24715 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24716 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24717 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24718 * faces.el (face-read-integer):
24719 * files.el (backup-extract-version, insert-directory):
24720 * hexl.el (hexl-insert-decimal-char):
24721 * server.el (server-process-filter):
24722 * shell.el (shell-extract-num):
24723 * startup.el (command-line-1):
24724 * term.el (term-command-hook):
24725 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24726 (time-stamp-do-number):
24727 * time.el (display-time-update):
24728 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24729 (timezone-fix-time):
24730 * vms-patch.el (vms-suspend-resume-hook):
24731 * calendar/appt.el (appt-convert-time):
24732 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24733 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24734 * calendar/cal-islam.el (mark-islamic-diary-entries):
24735 * calendar/calendar.el (calendar-cursor-to-date)
24736 (calendar-star-date):
24737 * calendar/diary-lib.el (diary-attrtype-convert)
24738 (mark-diary-entries, diary-entry-time):
24739 * calendar/solar.el (solar-get-number):
24740 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24741 * emacs-lisp/re-builder.el (reb-display-subexp):
24742 * emulation/edt.el (edt-set-scroll-margins):
24743 * emulation/tpu-extras.el (tpu-set-scroll-margins):
24744 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24745 (vip-get-ex-count):
24746 * emulation/viper-ex.el (viper-get-ex-token)
24747 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24748 * international/fontset.el (fontset-plain-name):
24749 * mail/feedmail.el (feedmail-look-at-queue-directory):
24750 * mail/mailalias.el (mail-get-names):
24751 * mail/rmail.el (rmail-convert-to-babyl-format):
24752 * mail/rmailsum.el (rmail-make-basic-summary-line)
24753 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24754 (rmail-summary-goto-msg):
24755 * mail/smtpmail.el (smtpmail-read-response):
24756 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24757 (ange-ftp-vms-add-file-entry):
24758 * play/gametree.el (gametree-looking-at-ply)
24759 (gametree-current-branch-score):
24760 * progmodes/ada-xref.el (ada-prj-find-prj-file)
24761 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24762 * progmodes/cperl-mode.el (condition-case):
24763 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24764 (ebrowse-set-member-buffer-column-width)
24765 (ebrowse-select-1st-to-9nth):
24766 * progmodes/etags.el (etags-snarf-tag):
24767 * progmodes/flymake.el (flymake-parse-line):
24768 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24769 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24770 (idlwave-shell-menu-def):
24771 * progmodes/ps-mode.el (ps-run-goto-error):
24772 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24773 (vhdl-speedbar-contract-level):
24774 * term/mac-win.el (x-handle-numeric-switch):
24775 * term/sun-mouse.el (sun-get-frame-data):
24776 * term/w32-win.el (x-handle-numeric-switch):
24777 * term/x-win.el (x-handle-numeric-switch):
24778 * textmodes/ispell.el (ispell-parse-output):
24779 * textmodes/nroff-mode.el (nroff-outline-level):
24780 * textmodes/reftex-cite.el (reftex-bib-sort-year)
24781 (reftex-bib-sort-year-reverse, reftex-format-citation):
24782 * textmodes/reftex-parse.el (reftex-init-section-numbers)
24783 (reftex-section-number):
24784 * textmodes/texinfmt.el (texinfo-paragraphindent):
24785 Replace `string-to-int' by `string-to-number'.
24786
24787 * international/latexenc.el: Add page marker to force the "Local
24788 Variables:" string out of the last page.
24789
24790 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24791
24792 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24793 tooltip-change-major-mode.
24794 (gud-tooltip-print-command): Remove case where gud-minor-mode
24795 is gdb ("--fullname").
24796 (gud-tooltip-tips): Turn GUD tooltips off for this case and
24797 explain to user.
24798
24799 2005-05-16 Jay Belanger <belanger@truman.edu>
24800
24801 * calc/calc-store.el (calc-copy-special-constant): New function.
24802
24803 * calc/calc-ext.el (calc-init-extensions): Add binding for
24804 `calc-copy-special-constant'.
24805
24806 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24807 for the `calc-copy-special-constant' command.
24808
24809 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24810
24811 * subr.el (left-fringe-p): New function.
24812
24813 * progmodes/compile.el (compilation-setup): Set local value of
24814 overlay-arrow-string to "" always.
24815 (compilation-set-window): Left fringe then don't scroll.
24816 No left fringe then no arrow and scroll message to top.
24817 (compilation-context-lines): Adjust doc string accordingly.
24818
24819 2005-05-16 Kim F. Storm <storm@cua.dk>
24820
24821 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24822 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24823 (ido-wide-find-dir-or-delete-dir): New command for M-d.
24824 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
24825 (ido-read-file-name): Handle commands with ido property value
24826 equal to find-file as reading a file name, to allow C-d to enter dired.
24827 (ibuffer-find-file): Add ido property with value find-file.
24828
24829 2005-05-15 Kim F. Storm <storm@cua.dk>
24830
24831 * subr.el (open-network-stream-nowait): Remove.
24832 (open-network-stream-server): Remove.
24833
24834 2005-05-15 Richard M. Stallman <rms@gnu.org>
24835
24836 * faces.el (describe-face): Output a definition link button.
24837
24838 * help-mode.el (help-face-def): New button type.
24839
24840 * emacs-lisp/copyright.el (copyright-fix-years):
24841 Match properly if the first year is 2-digit.
24842 Don't mess up the whitespace after the years by filling.
24843
24844 * dired-aux.el (dired-mark-confirm):
24845 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24846
24847 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24848 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24849 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24850
24851 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24852 Set font-lock-comment-start-skip.
24853
24854 * font-lock.el (font-lock-comment-start-skip): New variable.
24855 (font-lock-comment-end-skip): New variable.
24856 (font-lock-fontify-syntactically-region): Use them if non-nil.
24857
24858 2005-05-15 Jay Belanger <belanger@truman.edu>
24859
24860 * calc/calc-store.el (calc-store-value): Return a string rather
24861 than display it as a message.
24862 Use calc-var-name for variable name.
24863 (calc-store-into): Add the result of calc-store-value to message.
24864 (calc-copy-variable): Add a message.
24865 (calc-store-exchange): Improve error messages.
24866 (calc-store-binary, calc-store-map): Don't reset the values of
24867 special constants.
24868
24869 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
24870
24871 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
24872 manual to docstring.
24873
24874 * files.el (hack-local-variables-confirm): Add STRING argument.
24875 Make the function handle non file visiting buffers correctly.
24876 (hack-local-variables-prop-line, hack-local-variables)
24877 (hack-one-local-variable): Use STRING arg of
24878 `hack-local-variables-confirm'.
24879
24880 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
24881
24882 Sync with Tramp 2.0.49.
24883
24884 * net/tramp.el (tramp-handle-dired-call-process)
24885 (tramp-handle-insert-directory):`insert-buffer' cannot be used
24886 because the contents of the Tramp buffer is changed before
24887 insertion (`expand-file' and alike).
24888 (tramp-handle-insert-directory): If `localname' has an empty
24889 nondirectory name, it must not be quoted.
24890 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
24891 variable `tramp-chunksize'. Change callees.
24892 (tramp-open-connection-setup-interactive-shell): Check remote host
24893 for buggy `send-process-string' implementation.
24894 Set `tramp-chunksize' if found. Reported by Michael Kifer
24895 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
24896 (tramp-handle-shell-command): `insert-buffer' cannot be used
24897 because the contents of the Tramp buffer is changed before
24898 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
24899 <frederic.bothamy@free.fr>.
24900 (tramp-set-auto-save): Actions should be done for Tramp file name
24901 handler only. Ange-FTP has its own auto-save mechanism.
24902 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24903 (tramp-set-auto-save-file-modes): Set file modes of
24904 `buffer-auto-save-file-name' to ?\600 as fallback solution.
24905 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
24906 (tramp-bug): Remove obsolete variable.
24907 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
24908 for presence of `mml-mode'. Make it running for older Emacsen as well.
24909
24910 2005-05-14 John Paul Wallington <jpw@pobox.com>
24911
24912 * ibuf-ext.el (define-ibuffer-filter filename):
24913 If `dired-directory' is a list, use its car.
24914
24915 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
24916
24917 * ibuffer.el (define-ibuffer-column filename):
24918 If `dired-directory' is a list, use its car.
24919
24920 2005-05-14 Richard M. Stallman <rms@gnu.org>
24921
24922 * subr.el (symbol-file): Doc fix.
24923
24924 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
24925 (byte-compile-form): Call byte-compile-nogroup-warn.
24926 (byte-compile-warning-types): Doc fix.
24927
24928 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
24929
24930 * progmodes/cc-engine.el (c-literal-faces):
24931 Add font-lock-comment-delimiter-face.
24932
24933 * net/net-utils.el (dig): Use with-no-warnings.
24934
24935 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
24936 (sc-recite-frame-alist, sc-default-cite-frame)
24937 (sc-default-uncite-frame, sc-default-recite-frame)
24938 (sc-attrib-selection-list, sc-rewrite-header-list):
24939 Mark as risky-local-variable.
24940
24941 * international/ogonek.el (ogonek-jak, ogonek-how):
24942 Don't use beginning-of-buffer.
24943
24944 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
24945
24946 * calendar/solar.el (solar-data-list): Move definition up.
24947
24948 * dnd.el (dnd-protocol-alist): Add autoload.
24949
24950 * progmodes/sh-script.el: Many doc usage fixes.
24951 (sh-indent-after-do): Change default to match common styles.
24952
24953 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
24954
24955 * files.el (interpreter-mode-alist)
24956 (auto-mode-interpreter-regexp): Doc fixes.
24957
24958 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
24959
24960 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
24961
24962 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
24963
24964 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24965
24966 * dired.el (dired-mode): make-variable-buffer-local =>
24967 make-local-variable.
24968
24969 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24970
24971 * term/mac-win.el (mac-select-convert-to-string): Try coding
24972 systems in mac-script-code-coding-systems if specified one cannot
24973 encode string for `com.apple.traditional-mac-plain-text'.
24974
24975 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
24976
24977 * progmodes/make-mode.el (makefile-targets-face)
24978 (makefile-shell-face, makefile-makepp-perl-face): New faces.
24979 (makefile-dependency-regex): Fix it to not make the colon in
24980 $(var:a=b) special.
24981 (makefile-rule-action-regex): New regexp for highlighting embedded
24982 Shell strings.
24983 (makefile-macroassign-regex): Handle != for highlighting as
24984 embedded Shell strings.
24985 (makefile-var-use-regex): New const.
24986 (makefile-statements, makefile-automake-statements)
24987 (makefile-gmake-statements, makefile-makepp-statements)
24988 (makefile-bsdmake-statements): New consts.
24989 (makefile-make-font-lock-keywords): New function.
24990 (makefile-automake-font-lock-keywords)
24991 (makefile-gmake-font-lock-keywords)
24992 (makefile-makepp-font-lock-keywords)
24993 (makefile-bsdmake-font-lock-keywords): New consts.
24994 (makefile-mode-map): Add switchers between the various submodes.
24995 (makefile-mode): Document the availability of the variants.
24996 (makefile-automake-mode, makefile-gmake-mode)
24997 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
24998
24999 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
25000 new variants of makefile-mode.
25001
25002 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25003
25004 * font-lock.el (font-lock-comment-delimiter-face): Fix up
25005 the inheritance.
25006
25007 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
25008
25009 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
25010 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
25011
25012 * files.el (normal-mode): Extend the scope of the
25013 `enable-local-variables' binding to include the `set-auto-mode' call.
25014 (magic-mode-alist): Doc fix.
25015
25016 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25017
25018 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
25019 font-lock-comment-face rather than copying its setting.
25020
25021 2005-05-12 Andreas Schwab <schwab@suse.de>
25022
25023 * eshell/esh-mode.el (eshell-send-input): Doc fix.
25024
25025 2005-05-12 Lute Kamstra <lute@gnu.org>
25026
25027 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
25028 defcustom for the mode hook variable. Delete the last argument.
25029 * generic-x.el: Fix callers of define-generic-mode.
25030 (generic-x-modes): Delete group.
25031 (show-tabs-tab-face, show-tabs-space-face): Put them in the
25032 generic-x customization group.
25033
25034 2005-05-12 Kim F. Storm <storm@cua.dk>
25035
25036 * font-lock.el (font-lock-negation-char-face): Default to "off".
25037
25038 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
25039 font-lock-negation-char-face to ! in !=.
25040
25041 2005-05-12 Masatake YAMATO <jet@gyve.org>
25042
25043 * add-log.el (find-change-log): Fix typos in the docstring
25044 of function.
25045
25046 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25047
25048 * international/latexenc.el (latexenc-find-file-coding-system):
25049 Avoid `re-search-forward' when looking for input encoding because
25050 of speed and safety. Better regular expressions for recognizing
25051 input encoding. Limit a search for TeX-master/tex-main-file to
25052 the local variable section.
25053
25054 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
25055
25056 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
25057 syntax of $ to "'" (quote).
25058
25059 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
25060
25061 * dnd.el (dnd-protocol-alist): Improve custom type.
25062
25063 * dired.el (dired-dnd-protocol-alist): New variable.
25064 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
25065 `dired-mode-hook' to the end.
25066
25067 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25068
25069 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25070 comment-end if comment-start-skip is not set.
25071 Obey the font-lock-comment-delimiter-face variables.
25072
25073 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25074
25075 * files.el (executable-find): Move from executable.el. Use
25076 locate-file.
25077 * progmodes/executable.el (executable-find): Move to files.el.
25078
25079 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25080 when trying to ensure forward progress.
25081
25082 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
25083
25084 * mouse-sel.el (mouse-sel-follow-link-p): New function.
25085 (mouse-select, mouse-select-internal, mouse-extend-internal):
25086 Use it to implement mouse-1-click-follows-link functionality.
25087
25088 2005-05-11 Richard M. Stallman <rms@gnu.org>
25089
25090 * font-lock.el (font-lock-fontify-syntactically-region):
25091 Use font-lock-comment-delimiter-face for comment delimiters.
25092
25093 2005-05-10 Jay Belanger <belanger@truman.edu>
25094
25095 * calc/calc-help.el (calc-m-prefix-help): Add mention of
25096 preserving embedded modes.
25097
25098 2005-05-10 Richard M. Stallman <rms@gnu.org>
25099
25100 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25101
25102 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25103 Move from ada-stmt.el.
25104 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25105
25106 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25107 Move to ada-mode.el.
25108 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25109
25110 * cus-edit.el (custom-file): Call file-chase-links.
25111
25112 * files.el (read-directory-name): Fix previous change.
25113 (hack-local-variables-confirm): New function.
25114 (hack-local-variables-prop-line, hack-local-variables)
25115 (hack-one-local-variable): Use it.
25116
25117 2005-05-10 Lute Kamstra <lute@gnu.org>
25118
25119 * font-lock.el (font-lock-keywords-alist)
25120 (font-lock-removed-keywords-alist): Clarify docstrings.
25121
25122 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
25123
25124 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25125 (gdb-source-info): Check for preprocessor info.
25126 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
25127 a macro for a function.
25128 (gdb-info-breakpoints-custom): Try to find file again if not already
25129 found (user might have used GDB dir command).
25130 (gdb-get-location): Update gdb-location-alist correctly for change
25131 to gdb-info-breakpoints-custom.
25132
25133 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25134 (gud-tooltip-print-command): Add gdbmi case.
25135 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25136 preprocessor info.
25137
25138 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
25139
25140 * startup.el (fancy-splash-insert): Fix typo in doc string.
25141
25142 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
25143
25144 * obsolete/float.el (string-to-float):
25145 * obsolete/hilit19.el (hilit-add-pattern):
25146 * obsolete/rnews.el (news-parse-range, news-select-message)
25147 (news-get-pruned-list-of-files): Replace `string-to-int' by
25148 `string-to-number'.
25149
25150 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25151 `find-file-not-found-hooks'; use `add-hook'.
25152 (uncompress-while-visiting): Set `write-file-functions', not
25153 `write-file-hooks'; use `add-hook'.
25154
25155 2005-05-09 Kim F. Storm <storm@cua.dk>
25156
25157 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25158 (cua-paste): Handle clipboard action.
25159 (cua--init-keymaps): Remap clipboard-kill-region and
25160 clipboard-kill-ring-save.
25161
25162 2005-05-08 Eli Zaretskii <eliz@gnu.org>
25163
25164 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25165 Improve commentary.
25166
25167 * simple.el (next-error-overlay-arrow-position): Revert the change
25168 made on 2005-04-30.
25169
25170 2005-05-07 Jay Belanger <belanger@truman.edu>
25171
25172 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25173 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25174 `calc-sel-reselect'.
25175
25176 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25177 Calc is in embedded mode.
25178
25179 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25180
25181 * progmodes/compile.el (compilation-setup):
25182 Set overlay-arrow-string to an empty string on text terminals.
25183
25184 * textmodes/ispell.el (ispell-program-name): Try looking for
25185 "aspell" along exec-path, and if found, use it as the default
25186 speller program.
25187
25188 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
25189
25190 * international/mule.el (sgml-xml-auto-coding-function):
25191 Recognize encoding='FOO' in single quotes as well as in double quotes.
25192
25193 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25194
25195 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25196 as well as `interactive', so that defmacro* would recognize
25197 `declare' forms.
25198
25199 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25200
25201 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25202 Explain more about the LIGHTER arg's usage in the doc string.
25203 Add commentary to clarify what the code does. Fix the regexp that
25204 strips whitespace from LIGHTER. Quote LIGHTER before using it,
25205 since it could have characters special to regular expressions.
25206
25207 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25208
25209 * replace.el (occur-1): Bind inhibit-read-only so that
25210 erase-buffer doesn't barf on read-only text properties (likewise
25211 for add-text-properties in occur-engine). Mark buffer as unmodified.
25212 (occur-engine): Don't set buffer-read-only here.
25213
25214 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25215
25216 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25217 list-buffers-directory. This caused the *cvs-commit* buffer to be
25218 sometimes mistakenly reused as a *cvs* buffer.
25219
25220 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
25221
25222 * tooltip.el: Move code for GUD tooltips into gud.el.
25223 (require): CL no longer needed to compile case.
25224 (tooltip-mode): Do not toggle functions for GUD tooltips.
25225 (tooltip-gud-tips-p): Remove. Replace with minor mode
25226 gud-tooltip-mode in gud.el.
25227 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25228 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25229 tooltip-gud prefix with gud-tooltip and obsolete.
25230 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25231 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25232 (tooltip-mouse-motion): Mouse movement functions/variable.
25233 Rename in gud.el by adding gud prefix.
25234 (tooltip-gud-original-filter, tooltip-gud-dereference)
25235 (tooltip-gud-event, tooltip-toggle-gud-tips)
25236 (tooltip-gud-process-output, tooltip-gud-print-command)
25237 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
25238 gud.el by replacing tooltip-gud prefix with gud-tooltip.
25239 (gdb-tooltip-print): Move to gdb-ui.el.
25240
25241 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25242 (require): CL needed to compile case.
25243 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25244 tooltip-gud-tips-p. Make it a minor-mode.
25245 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25246 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25247 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25248 (gud-tooltip-change-major-mode)
25249 (gud-tooltip-activate-mouse-motions-if-enabled)
25250 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25251 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25252 (gud-tooltip-original-filter, gud-tooltip-dereference)
25253 (gud-tooltip-event, tooltip-toggle-gud-tips)
25254 (gud-tooltip-process-output, gud-tooltip-print-command)
25255 (gud-tooltip-tips): Move from tooltip.el.
25256
25257 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25258 (gdb-cpp-define-alist-flags): Doc fix.
25259 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25260 gud-tooltip-mode is t.
25261
25262 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25263
25264 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25265 evaporate if their text is deleted.
25266 (goto-address-at-point): Make it work as a mouse binding as well.
25267 (goto-address-at-mouse): Obsolete it. Update users.
25268
25269 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25270
25271 * calendar/appt.el (top-level): No longer activate on load.
25272
25273 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
25274
25275 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25276 * net/webjump.el (webjump):
25277 * progmodes/idlw-help.el (idlwave-do-context-help1)
25278 (idlwave-highlight-linked-completions):
25279 * textmodes/po.el (po-find-file-coding-system-guts):
25280 Replace `assoc-ignore-case' by `assoc-string'.
25281
25282 2005-05-06 Eli Zaretskii <eliz@gnu.org>
25283
25284 * files.el (locate-file): Doc fix.
25285
25286 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25287 Remove the redundant test for ms-dos.
25288
25289 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25290 look for the preprocessor with exec-suffixes. If not found in
25291 standard places, look in exec-path. Remove most of the tests that
25292 used system-type.
25293
25294 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25295
25296 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25297
25298 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25299 file-name clash with jka-compr.el on 8+3 filesystems.
25300
25301 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25302
25303 * term/mac-win.el: Don't define or bind scroll bar functions if
25304 x-toolkit-scroll-bars is t.
25305 (x-select-text, x-get-selection-value): Clear
25306 x-last-selected-text-clipboard if x-select-enable-clipboard is
25307 nil.
25308 (PRIMARY): Put mac-scrap-name property.
25309 (mac-select-convert-to-file-url): New function.
25310 (public.file-url): New selection target type. Add to
25311 selection-converter-alist.
25312 (x-get-selection, x-selection-value): Handle it.
25313 (x-cut-buffer-or-selection-value): New alias.
25314
25315 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25316
25317 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25318 entry to avoid calling bibtex-find-entry with arg global
25319 being t. Remove arg key.
25320 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25321 (bibtex-copy-summary-as-kill): Change accordingly.
25322
25323 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25324
25325 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25326 (org-agenda-date-later): Use with-current-buffer.
25327
25328 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
25329
25330 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25331 (define-obsolete-variable-alias): Doc Fixes.
25332
25333 2005-05-06 Kim F. Storm <storm@cua.dk>
25334
25335 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
25336 vertical-motion when selective-display is active.
25337
25338 * ido.el (ido-setup-hook): New hook.
25339 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25340 (ido-input-stack): New var.
25341 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
25342 ido-next-work-file binding to M-O.
25343 Bind M-f to ido-wide-find-file-or-pop-dir.
25344 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25345 (ido-read-internal): Run ido-setup-hook.
25346 Catch quit in read-file-name and read-string to cancel edit.
25347 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25348 Automatically pop-all when completing a directory name (RET).
25349 (ido-file-internal): Add with-no-warnings around ffap and dired code.
25350 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25351 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25352 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25353 New functions for M-b/M-f to move among the directory components.
25354 (ido-make-merged-file-list): Catch quit to cancel merge.
25355 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25356 (ido-completion-help): No warnings for ido-completion-buffer-full.
25357
25358 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
25359
25360 * font-lock.el (font-lock-negation-char-face): New face and variable.
25361 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25362 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25363 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25364 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25365
25366 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
25367
25368 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25369 Fix typo in docstring.
25370
25371 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25372 (ebrowse-print-statistics-line)
25373 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25374
25375 * term/w32-win.el (image-library-alist): Add additional name for
25376 Xpm library.
25377
25378 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
25379
25380 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25381 use gcc instead of cpp.
25382
25383 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25384 (gdb-create-define-alist): Use it.
25385 (gdb-cpp-define-alist-program): Update for MS-DOS.
25386
25387 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
25388
25389 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25390
25391 2005-05-04 Richard M. Stallman <rms@gnu.org>
25392
25393 * help.el (describe-key): No error when UNTRANSLATED is nil.
25394
25395 * simple.el (line-move-1): Fix previous change to signal errors
25396 appropriately.
25397
25398 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
25399
25400 * calendar/icalendar.el (icalendar-version): Now at 0.12.
25401 (icalendar-duration-correction): Remove.
25402 (icalendar--get-event-properties): Split result at commas.
25403 (icalendar--decode-isoduration): New optional argument
25404 DURATION-CORRECTION.
25405 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25406 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25407 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25408 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25409 (icalendar--convert-anniversary-to-ical): New functions, extracted
25410 from icalendar-export-region, with bug fixes.
25411 (icalendar-export-region): Use the above functions.
25412 (icalendar-import-buffer): Check before saving diary file.
25413 (icalendar--convert-recurring-to-diary)
25414 (icalendar--convert-non-recurring-all-day-to-diary)
25415 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25416 extracted from icalendar--convert-ical-to-diary, with bug fixes.
25417 (icalendar--convert-ical-to-diary): Use the above functions.
25418
25419 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
25420
25421 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25422 Remove these recent additions.
25423 (c-mode): Restore to before 2005-04-28.
25424
25425 * progmodes/cc-vars.el (cc-define-list-program): Remove this
25426 recent addition.
25427
25428 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25429 (gdb-define-alist): New variables.
25430 (gdb-create-define-alist): New function.
25431 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25432 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25433 with string-to-number.
25434 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
25435
25436 * progmodes/gud.el: Replace string-to-int with string-to-number.
25437 (gud-find-file): Handle gdb-define-alist.
25438
25439 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25440
25441 2005-05-02 Jay Belanger <belanger@truman.edu>
25442
25443 * calc/calc-aent.el (math-read-token):
25444 * calc/calc-bin.el (calc-word-size):
25445 * calc/calc-ext.el (calc-read-number-fancy):
25446 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25447 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25448 * calc/calc-frac.el (calc-over-notation):
25449 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25450 (calc-graph-num-points, calc-graph-init):
25451 * calc/calc-prog.el (calc-read-parse-table-part)
25452 (calc-edit-macro-repeats):
25453 * calc/calc-yank.el (calc-do-grab-rectangle):
25454 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25455 Replace `string-to-int' by `string-to-number'.
25456
25457 2005-05-02 Kim F. Storm <storm@cua.dk>
25458
25459 * kmacro.el: Use executing-kbd-macro-index variable.
25460
25461 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
25462
25463 * net/rlogin.el (rlogin-parse-words): Delete func.
25464 (rlogin): Use split-string, not rlogin-parse-words.
25465 Also, if there are option-like elements in the parsed args,
25466 take the host to be the first arg immediately following them.
25467 Suggested by Michael Mauger.
25468
25469 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25470
25471 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25472
25473 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25474
25475 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25476 (cc-mode-cpp-program): Rename to cc-define-list-program and
25477 move to cc-vars.el.
25478
25479 * progmodes/cc-vars.el (cc-define-list-program):
25480 Change to "gcc -E -dM -". Make customizable.
25481
25482 2005-05-02 Kim F. Storm <storm@cua.dk>
25483
25484 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25485
25486 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25487
25488 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
25489
25490 * international/mule-util.el (truncate-string): Remove alias and
25491 obsolete declaration.
25492
25493 * international/mule-cmds.el (update-iso-coding-systems):
25494 Remove alias and obsolete declaration.
25495
25496 * international/mule.el (coding-system-parent): Remove alias and
25497 obsolete declaration.
25498
25499 * subr.el (define-function, sref): Remove aliases and obsolete
25500 declarations.
25501 (chars-in-region): Remove obsolete declaration.
25502
25503 2005-05-01 Richard M. Stallman <rms@gnu.org>
25504
25505 * info.el (Info-mode): Set widen-automatically to nil, locally.
25506
25507 * simple.el (widen-automatically): New variable.
25508 (pop-global-mark): Obey widen-automatically.
25509
25510 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
25511
25512 * term/xterm.el (function-key-map): Call substitute-key-definition
25513 before the keymap size is increased by a lot of define-key calls.
25514
25515 2005-05-01 Richard M. Stallman <rms@gnu.org>
25516
25517 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
25518 Rename ARG to ELEMENT. Doc fix.
25519
25520 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25521
25522 * allout.el (allout-exposure): Remove macro and obsolete declaration.
25523 Remove references to allout-exposure/change to allout-new-exposure.
25524
25525 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
25526 bytecode symbols.
25527
25528 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
25529 (compiled-function-p, focus-frame, unfocus-frame):
25530 Remove aliases and obsolete declarations.
25531 Back out inadvertent changes from previous commit.
25532
25533 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25534
25535 * files.el (require-final-newline): Make Custom tags consistent
25536 with mode-require-final-newline.
25537 (mode-require-final-newline): Doc fix.
25538
25539 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
25540
25541 * international/latexenc.el (latexenc-find-file-coding-system):
25542 Fix regular expressions.
25543
25544 2005-05-01 David Kastrup <dak@gnu.org>
25545
25546 * international/latexenc.el (latexenc-find-file-coding-system):
25547 Fix regular expressions.
25548
25549 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25550
25551 * subr.el (string-to-int): Make obsolete.
25552
25553 2005-04-30 Richard M. Stallman <rms@gnu.org>
25554
25555 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
25556
25557 * loadup.el: load jka-comp-hook.
25558
25559 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
25560 (jka-compr-handler): Add autoload. `put' calls moved
25561 to jka-comp-hook.el.
25562 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
25563 (jka-compr-inhibit): Autoload.
25564
25565 * jka-comp-hook.el: New file.
25566 Enable the mode by default.
25567
25568 * files.el (backup-buffer-copy): Use copy-file instead
25569 of write-region, and put back the 'excl.
25570
25571 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
25572
25573 * progmodes/flymake.el (flymake-split-string)
25574 (flymake-split-string, flymake-log, flymake-pid-to-names)
25575 (flymake-reg-names, flymake-get-source-buffer-name)
25576 (flymake-unreg-names, flymake-add-line-err-info)
25577 (flymake-add-err-info): Clarify docstrings.
25578 (flymake-popup-menu, flymake-make-emacs-menu)
25579 (flymake-make-xemacs-menu): Add docstrings.
25580 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
25581 Set variables directly throughout.
25582
25583 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
25584
25585 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
25586 exists. Initialize cc-define-alist.
25587 (c-mode): Add cc-create-define-alist locally to after-save-hook.
25588 If there is no file (Macroexpansion) don't create an alist.
25589
25590 2005-04-29 Sam Steingold <sds@gnu.org>
25591
25592 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
25593 (cc-create-define-alist): Use it instead of the hard-coded string.
25594
25595 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25596
25597 * international/mule-conf.el (file-coding-system-alist): Fix regexp
25598 for latexenc.
25599
25600 2005-04-29 Lute Kamstra <lute@gnu.org>
25601
25602 * emacs-lisp/generic.el: Improve commentary section.
25603 (define-generic-mode): Improve docstring.
25604
25605 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
25606
25607 * textmodes/org.el (many places): Change to quiet the byte compiler.
25608 (org-prefix-format-compiled): New variable.
25609 (org-compile-prefix-format): New function.
25610 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
25611 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
25612 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
25613 (org-get-entries-from-diary): Use `org-get-time-of-day' for
25614 consistency with entries from `org-mode' files.
25615 (org-get-time-of-day): Fix bug with partial matches early in a line.
25616 (org-non-link-chars): New constant.
25617 (org-link-regexp): Respect `org-non-link-chars'.
25618 (org-agenda-day-view): Remove command.
25619 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
25620 (org-follow-bbdb-link, org-store-link): Search also company field.
25621 (org-highlight-overlay): New variable.
25622 (org-highlight, org-unhighlight): New functions.
25623 (org-agenda-mode): Add pre-command-hook to remove highlight.
25624 (org-evaluate-time-range): Behavior depends upon whether time stamp
25625 contains a time or not.
25626 (org-show-subtree, org-show-entry): New functions.
25627 (org-agenda-cleanup-fancy-diary): Remove empty lines.
25628
25629 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
25630
25631 * comint.el (comint-output-filter-functions): Add autoload cookie.
25632
25633 2005-04-28 Kim F. Storm <storm@cua.dk>
25634
25635 * ido.el (ido-everywhere): Fix last change.
25636
25637 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25638
25639 * international/latexenc.el: New file.
25640 * international/mule-conf.el (file-coding-system-alist): For .tex,
25641 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
25642
25643 2005-04-28 Lute Kamstra <lute@gnu.org>
25644
25645 * font-lock.el (font-lock-add-keywords)
25646 (font-lock-remove-keywords): Clarify docstring.
25647 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
25648 Don't start docstrings with a `*'.
25649 (font-lock-update-removed-keyword-alist): Give it a docstring.
25650
25651 * generic-x.el: Update commentary section.
25652 Only require font-lock when compiling.
25653 Define all modes conditionally.
25654 Place all generic modes in the generic-x-modes customization group.
25655 (generic-x-modes): New customization group.
25656 (generic-default-modes, generic-mswindows-modes)
25657 (generic-unix-modes, generic-other-modes): New constants.
25658 (generic-define-mswindows-modes, generic-define-unix-modes):
25659 Update docstrings. Make them obsolete.
25660 (generic-extras-enable-list): New default value. Update docstring.
25661 Improve :type. Change :set function.
25662 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25663 Fix docstring.
25664
25665 * emacs-lisp/generic.el (generic-mode-internal):
25666 Simplify font-lock-defaults.
25667 (define-generic-mode): Fix docstring.
25668
25669 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25670
25671 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25672 font-lock-face property to highlight matches.
25673
25674 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
25675
25676 * progmodes/cc-mode.el (cc-create-define-alist): New function.
25677 (cc-define-alist): New variable.
25678 (c-mode): Make it local and initialize it.
25679
25680 * progmodes/gdb-ui.el (gdb-active-process): New variable.
25681 (gdb-exited): New function.
25682 (gdb-annotation-rules): Use it.
25683 (gdb-starting): Set gdb-active-process to t.
25684 (gdb-stopping): Amend doc string.
25685 (gdb-reset): Set gdb-active-process to nil.
25686
25687 * tooltip.el (tooltip-gud-tips): Show the associated #define
25688 directives when a C program under GDB is not executing.
25689
25690 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
25691
25692 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25693 font-lock-fontify-syntactic-keywords.
25694
25695 * font-lock.el (font-lock-default-fontify-region): Don't force
25696 parse-sexp-lookup-properties to nil.
25697
25698 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25699
25700 * man.el (man-mode-syntax-table): Set up `:' to have
25701 word-constituent syntax.
25702
25703 2005-04-27 Lute Kamstra <lute@gnu.org>
25704
25705 * novice.el (disable-command): Don't add spurious newlines to the
25706 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
25707
25708 2005-04-26 Jay Belanger <belanger@truman.edu>
25709
25710 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25711 than one window before deleting window.
25712
25713 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
25714
25715 * shell.el (shell-prompt-pattern): Doc fix.
25716 (shell-mode): Set paragraph-separate buffer locally to "\\'".
25717
25718 * comint.el (comint-prompt-regexp, comint-get-old-input)
25719 (comint-use-prompt-regexp)
25720 (comint-use-prompt-regexp-instead-of-fields)
25721 (comint-replace-by-expanded-history, comint-send-input)
25722 (comint-output-filter, comint-get-old-input-default)
25723 (comint-line-beginning-position, comint-bol, comint-show-output)
25724 (comint-backward-matching-input, comint-forward-matching-input)
25725 (comint-next-prompt, comint-previous-prompt):
25726 Rename `comint-use-prompt-regexp-instead-of-fields' to
25727 `comint-use-prompt-regexp'. Keep old name as alias and declare
25728 obsolete.
25729 (comint-use-prompt-regexp): Shorten first line of doc string.
25730
25731 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25732 Set paragraph-separate buffer locally to "\\'".
25733
25734 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25735 Adapt to above name change.
25736
25737 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25738 (smbclient-prompt-regexp): Ditto.
25739
25740 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25741
25742 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
25743
25744 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25745 gdb-location-list.
25746 Break lines that are over 80 characters wide.
25747
25748 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
25749
25750 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25751 New fun and var, to preserve compatibility.
25752
25753 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25754
25755 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
25756
25757 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25758 name to file-newer-than-file-p.
25759
25760 2005-04-26 Richard M. Stallman <rms@gnu.org>
25761
25762 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25763
25764 * progmodes/python.el (python-mode):
25765 Use new name eldoc-documentation-function.
25766
25767 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25768
25769 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25770 (eldoc-documentation-function):
25771 Rename from eldoc-print-current-symbol-info-function. Calls changed.
25772
25773 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
25774
25775 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25776
25777 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25778
25779 * term/xterm.el (function-key-map): Fix strings for
25780 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
25781 {C,S,A,C-S}-{f1-f12}.
25782
25783 2005-04-26 Kenichi Handa <handa@m17n.org>
25784
25785 * international/mule-cmds.el (select-safe-coding-system):
25786 Fix previous change.
25787
25788 2005-04-26 Lute Kamstra <lute@gnu.org>
25789
25790 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25791
25792 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25793 (font-lock-comment-delimiter-face): Ditto.
25794
25795 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25796
25797 2005-04-25 Jay Belanger <belanger@truman.edu>
25798
25799 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25800 to t while inserting information; use help-mode.
25801
25802 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25803
25804 * term.el (ansi-term-color-vector): Use the xterm colors.
25805 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
25806
25807 2005-04-25 Lute Kamstra <lute@gnu.org>
25808
25809 * font-core.el (font-lock-defaults): Fix docstring.
25810
25811 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25812
25813 2005-04-25 Kenichi Handa <handa@m17n.org>
25814
25815 * international/mule-cmds.el (select-safe-coding-system):
25816 Don't check consistency with coding: spec, etc if raw-text or
25817 no-conversion was found to be safe.
25818
25819 2005-04-24 Richard M. Stallman <rms@gnu.org>
25820
25821 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25822 citation markers at start of each line.
25823
25824 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25825 citation markers at start of each line.
25826
25827 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25828
25829 * files.el (mode-require-final-newline): Fix previous change.
25830 (require-final-newline): Fix type label.
25831
25832 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
25833
25834 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25835 statement in buffer (broken by 2004-11-24 change).
25836
25837 2005-04-24 Kim F. Storm <storm@cua.dk>
25838
25839 * ido.el (ido-everywhere): Save and restore old read-buffer-function
25840 and read-file-name-function values. Don't overwrite existing
25841 non-nil values if ido-mode is enabled without ido-everywhere.
25842
25843 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
25844
25845 * files.el (mode-require-final-newline): Minor doc fix.
25846
25847 2005-04-24 Eli Zaretskii <eliz@gnu.org>
25848
25849 * subr.el (syntax-after): Doc fix.
25850 (syntax-class): If argument is nil, return nil. Mask off upper 16
25851 bits, not 8 bits.
25852
25853 * files.el (mode-require-final-newline): Doc fix.
25854 (backup-buffer-copy): Fix last change.
25855
25856 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25857
25858 * term/mac-win.el: Require select. Set selection-coding-system to
25859 mac-system-coding-system. Call menu-bar-enable-clipboard.
25860 (x-last-selected-text-clipboard, x-last-selected-text-primary)
25861 (x-select-enable-clipboard): New variables.
25862 (x-select-text, x-get-selection, x-selection-value)
25863 (x-get-selection-value, mac-select-convert-to-string)
25864 (mac-services-open-file, mac-services-open-selection)
25865 (mac-services-insert-text): New functions.
25866 (CLIPBOARD, FIND): Put mac-scrap-name property.
25867 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
25868 (public.tiff): Put mac-ostype property.
25869 (selection-converter-alist): Add entries for them.
25870 (mac-application-menu-map): New keymap.
25871 (interprogram-cut-function, interprogram-paste-function): Set to
25872 x-select-text and x-get-selection-value, respectively.
25873 (split-window-keep-point): Set to t.
25874
25875 2005-04-23 Richard M. Stallman <rms@gnu.org>
25876
25877 * files.el (read-directory-name): Always pass non-nil
25878 DEFAULT-FILENAME arg to read-file-name.
25879 (backup-buffer-copy, basic-save-buffer-2): Take care against
25880 writing thru an unexpected existing symlink.
25881 (revert-buffer): In indirect buffer, revert the base buffer.
25882 (magic-mode-alist): Doc fix.
25883 (buffer-stale-function): Doc fix.
25884 (minibuffer-with-setup-hook): Avoid warning.
25885 (mode-require-final-newline): Doc and custom fix.
25886
25887 * follow.el (follow-end-of-buffer): Use with-no-warnings.
25888
25889 * font-lock.el (font-lock-comment-face): On terminals with few colors,
25890 use the default appearance.
25891 (font-lock-comment-delimiter-face): New face, new variable.
25892
25893 * imenu.el (imenu--generic-function): The official position of a
25894 definition is the start of the line that BEG is in.
25895
25896 * midnight.el (midnight-timer): Move defvar up.
25897
25898 * mouse.el (mouse-drag-region-1): Delete some debugging code.
25899
25900 * saveplace.el (save-place-to-alist): Use with-no-warnings.
25901
25902 * startup.el (command-line): Use with-no-warnings.
25903
25904 * window.el (window-size-fixed): New defvar.
25905
25906 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
25907
25908 * mail/rmail.el (rmail-font-lock-keywords):
25909 Use font-lock-comment-delimiter-face.
25910
25911 * mail/sendmail.el (mail-font-lock-keywords):
25912 Use font-lock-comment-delimiter-face.
25913
25914 * progmodes/compile.el (next-error-highlight-timer): New defvar.
25915
25916 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
25917
25918 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25919 Specify t for LAXMATCH when matching directories.
25920 Save match data around compilation-compat-error-properties form.
25921
25922 2005-04-23 David Kastrup <dak@gnu.org>
25923
25924 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
25925 Mention that the autoloaded aliases should be kept for AUCTeX.
25926
25927 2005-04-23 Andreas Schwab <schwab@suse.de>
25928
25929 * isearch.el (isearch-forward): Doc fix.
25930
25931 2005-04-23 Eli Zaretskii <eliz@gnu.org>
25932
25933 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
25934 (jit-lock-stealth-nice): Change default value to 0.5.
25935
25936 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
25937
25938 * abbrev.el (write-abbrev-file): Write table entries in
25939 alphabetical order by table name.
25940
25941 2005-04-22 Kim F. Storm <storm@cua.dk>
25942
25943 * ido.el (ido-read-internal): Fix `list' completion.
25944
25945 2005-04-22 Kenichi Handa <handa@m17n.org>
25946
25947 * recentf.el (recentf-save-file-coding-system): New variable.
25948 (recentf-save-list): Encode the file by
25949 recentf-save-file-coding-system and add coding: tag.
25950
25951 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
25952
25953 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
25954
25955 2005-04-21 Lute Kamstra <lute@gnu.org>
25956
25957 * loadhist.el (unload-feature): Don't remove a function from hooks
25958 if it is about to be restored to an autoload . Remove functions
25959 that will become unbound from auto-mode-alist. Simplify the code.
25960
25961 * subr.el (assq-delete-all): New implementation that is linear,
25962 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
25963 (rassq-delete-all): New function.
25964
25965 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25966 Add size-indication-mode.
25967
25968 2005-04-21 Kenichi Handa <handa@m17n.org>
25969
25970 * international/mule-cmds.el: Add autoload for widget-value in
25971 eval-when-compile.
25972
25973 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
25974
25975 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25976 Add tooltip-mode.
25977
25978 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
25979
25980 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
25981
25982 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
25983 (inferior-lisp-filter-regexp, inferior-lisp-program)
25984 (inferior-lisp-load-command, inferior-lisp-prompt)
25985 (inferior-lisp-mode-hook, lisp-source-modes)
25986 (inferior-lisp-load-hook): defvar->defcustom.
25987 (inferior-lisp-program, inferior-lisp-prompt)
25988 (inferior-lisp-load-hook): Doc fixes.
25989 (inferior-lisp-install-letter-bindings): Small change in
25990 introductory comment.
25991
25992 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
25993
25994 * vc.el (vc-annotate-color-map): Change some colors so that text
25995 using them as foreground is readable on both white and black
25996 backgrounds.
25997
25998 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25999
26000 * international/mule-conf.el (translation-table-for-input):
26001 Remove redundant declaration.
26002
26003 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26004
26005 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
26006
26007 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
26008 (tooltip-toggle-gud-tips): New function.
26009
26010 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26011
26012 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
26013 right angle brackets.
26014
26015 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26016
26017 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
26018
26019 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26020
26021 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
26022 Remove. Update callers to use expand-file-name instead.
26023
26024 * subr.el (syntax-class): New function.
26025
26026 * simple.el (blink-matching-open): Use it.
26027
26028 * paren.el (show-paren-function): Use it to recognize parens that are
26029 also used in 2-char comment markers.
26030
26031 2005-04-19 Lute Kamstra <lute@gnu.org>
26032
26033 * loadhist.el (unload-feature): Update for new format of
26034 load-history. Simplify the code.
26035
26036 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26037
26038 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
26039 (mac-add-charset-info): New function. Initialize variable
26040 mac-charset-info-alist using it.
26041 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
26042 for translation.
26043 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
26044 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
26045 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
26046 New CCL programs.
26047
26048 2005-04-19 Kim F. Storm <storm@cua.dk>
26049
26050 * simple.el (next-buffer, prev-buffer, next-error)
26051 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26052 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
26053
26054 * bindings.el (next-buffer, prev-buffer, next-error)
26055 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26056 (clone-indirect-buffer-other-window): Move bindings from simple.el.
26057 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
26058 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
26059
26060 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
26061
26062 * isearch.el (isearch-edit-string): Make the search-ring available for
26063 minibuffer history commands.
26064 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26065 the default history commands now work just as well.
26066 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26067
26068 2005-04-18 Kim F. Storm <storm@cua.dk>
26069
26070 * emulation/cua-base.el (cua--pre-command-handler): Add more
26071 elaborate check for shift modifier on non-window systems.
26072
26073 2005-04-18 Lars Hansen <larsh@math.ku.dk>
26074
26075 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26076
26077 2005-04-18 Kim F. Storm <storm@cua.dk>
26078
26079 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26080 and make it optional. Don't test tooltip-gud-echo-area here.
26081 (tooltip-gud-process-output, gdb-tooltip-print):
26082 Pass tooltip-gud-echo-area to tooltip-show.
26083 (tooltip-help-tips): Remove second optional arg to tooltip-show.
26084
26085 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26086
26087 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26088 `display-graphic-p' may not be bound yet.
26089
26090 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
26091
26092 * startup.el (command-line): No longer enable Xterm Mouse mode by
26093 default in terminals compatible with xterm.
26094
26095 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26096
26097 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
26098
26099 * tooltip.el (tooltip-gud-echo-area): Rename from
26100 tooltip-use-echo-area.
26101 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26102 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26103 area independently of where help tooltips are displayed.
26104
26105 2005-04-17 David Kastrup <dak@gnu.org>
26106
26107 * cus-theme.el (custom-theme-write-variables): Quote variables
26108 where necessary.
26109
26110 2005-04-17 Richard M. Stallman <rms@gnu.org>
26111
26112 * simple.el (yank-excluded-properties): Add follow-link to value.
26113
26114 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26115
26116 * startup.el (fancy-splash-max-time): Just 30 seconds.
26117 (fancy-splash-delay): Just 7.
26118 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26119
26120 * loadhist.el (unload-feature): Update for new format of load-history.
26121 Simplify the code.
26122
26123 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26124 (rmail-font-lock-keywords): Don't fontify the text of a citation.
26125
26126 * mail/sendmail.el (mail-font-lock-keywords):
26127 Don't fontify subject text.
26128 Don't fontify the text of a citation.
26129
26130 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
26131
26132 * comint.el (comint-output-filter): Run comint-output-filter-functions
26133 with point where the user had it.
26134
26135 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
26136
26137 * international/ucs-tables.el (ucs-set-table-for-input):
26138 Disable when using unify-on-decoding.
26139
26140 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
26141
26142 * emulation/cua-base.el (cua-global-mark-face): Add special case
26143 for displays supporting a high number of colors.
26144
26145 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26146
26147 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26148
26149 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
26150
26151 * filesets.el (filesets-add-buffer): If user supplies a name of a
26152 non-existing fileset, create a new fileset.
26153
26154 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
26155
26156 * textmodes/org.el (org-up-heading-all): Fix bug with
26157 `outline-up-heading-all'.
26158
26159 2005-04-16 Andreas Schwab <schwab@suse.de>
26160
26161 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26162 /etc/permissions.d/* and /etc/aliases.d/*.
26163
26164 2005-04-16 Kenichi Handa <handa@m17n.org>
26165
26166 * international/code-pages.el (cp-make-coding-system):
26167 Set `translation-table-for-input' property value to the symbol
26168 ucs-mule-to-mule-unicode, not to that value.
26169 (pt154): Escape guillemet by `\'.
26170
26171 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
26172
26173 * loadup.el: Load tooltip if x-show-tip is fboundp.
26174
26175 * startup.el (command-line): Add comment.
26176
26177 * tooltip.el (tooltip-mode): Specify correct standard value for
26178 Custom in init-value.
26179
26180 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
26181
26182 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26183 possible.
26184
26185 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
26186
26187 * textmodes/org.el (org-agenda-date-prompt): Rename from
26188 `org-agenda-date-today'.
26189 (org-evaluate-time-range): Insert at point instead of directly
26190 after time range.
26191 (org-first-headline-recenter, org-subtree-end-visible-p)
26192 (org-optimize-window-after-visibility-change): New functions
26193 (org-agenda-post-command-hook): Don't allow point at end of line,
26194 to make sure it always hits the text properties.
26195 (org-agenda-next-date-line, org-agenda-previous-date-line):
26196 New commands.
26197 (org-set-regexps-and-options): Category may contain white space.
26198 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26199 Improve marker positions.
26200 (org-agenda-new-marker): Argument POS made optional.
26201 (org-agenda-get-timestamps): Deadlines which are done are listed
26202 in org-done-face now.
26203 (org-agenda-get-todos, org-agenda-get-timestamps)
26204 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26205 Set `undone-face' and `done-face' properties.
26206 (org-last-todo-state-is-todo): New variable.
26207 (org-todo): Set `org-last-todo-state-is-todo'.
26208 (org-agenda-todo): Change face according to
26209 `org-last-todo-state-is-todo'. And change other lines referring to
26210 the same entry.
26211 (org-calendar-goto-agenda): New command.
26212 (org-calendar-to-agenda-key): New option.
26213 (org-startup-folded): New allowed value `content'.
26214 (org-set-regexps-and-options): Accept new value `content' for
26215 `org-startup-folded'.
26216 (org-get-current-options): Handle new value `content' for
26217 `org-startup-folded'.
26218 (org-insert-todo-heading): New command.
26219 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26220 interactively in empty file and option
26221 `org-insert-mode-line-in-empty-file' has been set.
26222 (org-agenda-todo, org-agenda-priority): Modify to use
26223 `org-agenda-change-all-lines'.
26224 (org-warning-face): Change color on dark background
26225
26226 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26227
26228 * international/mule-cmds.el (set-locale-environment): On Mac OS,
26229 use preferences AppleLocale and AppleLanguages, and variable
26230 mac-system-locale for default locale. On Mac OS Classic, use
26231 mac-system-coding-system for default coding systems.
26232
26233 * term/mac-win.el: Don't set file-name-coding-system.
26234 Decode variables system-name, emacs-build-system, user-login-name, and
26235 user-full-name by mac-system-coding-system on Mac OS Classic.
26236 (mac-system-coding-system): New variable.
26237
26238 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
26239
26240 * startup.el (command-line): Handle `xterm-mouse-mode' before
26241 reading init file.
26242
26243 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26244
26245 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
26246
26247 * progmodes/sh-script.el (sh-here-document-word): Make it a
26248 defcustom. Doc fix.
26249 (sh-add): Bash uses $(( )) for arithmetic.
26250 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26251 (sh-maybe-here-document): Remove quotes and leading whitespace
26252 from heredoc word when closing. Indent heredoc with tabs if word
26253 starts with "-".
26254
26255 2005-04-13 Richard M. Stallman <rms@gnu.org>
26256
26257 * simple.el (undo): Fix previous change.
26258
26259 * custom.el (defface): Doc fix.
26260
26261 2005-04-13 Lute Kamstra <lute@gnu.org>
26262
26263 * Makefile.in (DONTCOMPILE): Remove list.
26264 (compile, compile-always): Don't use DONTCOMPILE.
26265 (update-authors): Load the library in which batch-update-authors
26266 is defined.
26267 * makefile.w32-in (DONTCOMPILE): Remove list.
26268 (compile, compile-always): Fix comments.
26269 (update-authors): Load the library in which batch-update-authors
26270 is defined.
26271
26272 * generic-x.el (generic-mode-ini-file-find-file-hook):
26273 Rename to ini-generic-mode-find-file-hook.
26274 Keep generic-mode-ini-file-find-file-hook as an alias.
26275 (ini-generic-mode-find-file-hook): Rename from
26276 generic-mode-ini-file-find-file-hook. Fix docstring.
26277 (ini-generic-mode): Docstring change.
26278 (bat-generic-mode-run-as-comint): Silence the byte compiler.
26279
26280 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26281 called from lisp.
26282
26283 * generic.el: Move to the emacs-lisp subdir.
26284
26285 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
26286
26287 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26288 and C-S- function and cursor motion keys.
26289
26290 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
26291
26292 * startup.el (command-line): Enable Xterm Mouse mode by default.
26293 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26294 for Custom. No longer show "Mouse" in mode line when enabled.
26295 Doc fix.
26296
26297 2005-04-12 Kim F. Storm <storm@cua.dk>
26298
26299 * emulation/cua-base.el (cua-rectangle-face)
26300 (cua-rectangle-noselect-face): Define face attributes here.
26301
26302 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26303
26304 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26305
26306 * startup.el (command-line): Turn off blinking cursor if
26307 cursorBlink in resources is off or false.
26308
26309 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26310
26311 * term/mac-win.el (dnd): Require dnd.
26312 (mac-drag-n-drop): Call dnd-handle-one-url.
26313 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26314 (kTextEncodingISOLatin2): Remove constants.
26315 (mac-script-code-coding-systems): New constant.
26316 (mac-handle-language-change): New function.
26317 (special-event-map): Bind it to `language-change' event.
26318 (mac-centraleurroman, mac-cyrillic): New coding systems.
26319 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26320 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26321 and mac-cyrillic-encoder to encode-mac-centraleurroman and
26322 encode-mac-cyrillic, respectively.
26323
26324 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26325
26326 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26327 Don't set overlay-arrow-string to "=>" as this is done
26328 globally in C now.
26329
26330 2005-04-12 Lute Kamstra <lute@gnu.org>
26331
26332 * generic-x.el (rc-generic-mode, rul-generic-mode):
26333 Fix auto-mode-alist entries.
26334 (etc-fstab-generic-mode): Tweak fontification.
26335
26336 * generic.el (generic-make-keywords-list): Fix docstring.
26337 (generic-mode-internal): Simplify generic-font-lock-keywords.
26338
26339 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26340
26341 * whitespace.el (whitespace-buffer-leading)
26342 (whitespace-buffer-trailing): Revert the incorrect test inversion.
26343 However, fix the highlight area for the leading and
26344 trailing whitespaces to show space.
26345
26346 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26347
26348 * whitespace.el (whitespace-version): Bump to 3.5
26349
26350 (whitespace-buffer-leading, whitespace-buffer-trailing):
26351 Invert sense of the test to highlight the whitespace.
26352
26353 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26354
26355 * progmodes/gud.el (gud-display-line): GUD uses its own
26356 overlay arrow now so don't set overlay-arrow-string.
26357 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26358
26359 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
26360
26361 * term.el (term-ansi-current-bold, term-ansi-current-underline)
26362 (term-ansi-current-reverse, term-ansi-current-invisible)
26363 (term-ansi-face-already-done): Change to boolean.
26364 (term-reset-terminal, term-handle-colors-array): Handle the above
26365 vars accordingly.
26366 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26367 (term-emulate-terminal): Use the new name.
26368
26369 * faces.el (secondary-selection): Use yellow1, not yellow.
26370 (trailing-whitespace): Use red1, not red.
26371
26372 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26373
26374 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26375 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26376 (dired-dnd-handle-file): Call dnd-get-local-file-uri
26377
26378 * cus-edit.el (dnd): New group.
26379
26380 * term/w32-win.el (dnd): Require dnd
26381 (w32-drag-n-drop): Call dnd-handle-one-url.
26382
26383 * x-dnd.el: Require dnd.
26384 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26385 Call dnd-handle-one-url.
26386 (x-dnd-types-alist, x-dnd-insert-utf8-text)
26387 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26388 to dnd-insert-text.
26389 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26390 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26391 (x-dnd-get-local-file-name, x-dnd-open-local-file)
26392 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26393
26394 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26395
26396 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26397
26398 * wdired.el: Doc fixes.
26399 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26400 (wdired-use-dired-vertical-movement): Rename from
26401 wdired-always-move-to-filename-beginning.
26402 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26403 (wdired-change-to-wdired-mode): Change mode name.
26404 (wdired-newline): Delete.
26405
26406 2005-04-11 Richard M. Stallman <rms@gnu.org>
26407
26408 * whitespace.el (whitespace-highlight-the-space):
26409 Don't call whitespace-unhighlight-the-space here.
26410
26411 * simple.el (undo): Record t in undo-equiv-table
26412 for the redo record made by an undo-in-region.
26413
26414 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26415
26416 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26417 (gdb-frame-inferior-io-buffer): New Functions to control
26418 display of separate IO buffer.
26419 (menu): Add them to menu-bar.
26420 (gdb-display-buffer): Check for buffer another frame.
26421 Protect GUD buffer.
26422 (gdb-setup-windows): Create IO buffer if not already there.
26423 (gdb-memory-mode): Remove purecopy noops.
26424
26425 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26426
26427 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26428 and pass to self-insert-command.
26429
26430 2005-04-11 Lute Kamstra <lute@gnu.org>
26431
26432 * generic.el: Commentary section cleanup.
26433 (generic): Delete.
26434 (generic-use-find-file-hook, generic-lines-to-scan)
26435 (generic-find-file-regexp, generic-ignore-files-regexp)
26436 (default-generic-mode, generic-mode-find-file-hook)
26437 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26438 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
26439 (generic-use-find-file-hook, generic-lines-to-scan)
26440 (generic-find-file-regexp, generic-ignore-files-regexp)
26441 (default-generic-mode, generic-mode-find-file-hook)
26442 (generic-mode-ini-file-find-file-hook): Move from generic.el.
26443
26444 2005-04-10 Karl Fogel <kfogel@red-bean.com>
26445
26446 * bookmark.el (bookmark-write-file): Catch errors writing file.
26447 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26448
26449 2005-04-10 Richard M. Stallman <rms@gnu.org>
26450
26451 * startup.el (fancy-splash-tail): Update copyright year.
26452 (command-line): Split part of -Q into -D.
26453 (emacs-basic-display): New defvar.
26454 (fancy-splash-text): Correct name of menu item.
26455
26456 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26457
26458 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26459 lines in one node.
26460
26461 * comint.el (comint-send-input): New arg ARTIFICIAL.
26462 Callers in this file changed.
26463
26464 * abbrev.el (define-abbrevs): Read system abbrevs properly.
26465
26466 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26467
26468 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
26469
26470 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
26471 `ldap-search-internal'.
26472
26473 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26474
26475 * files.el (set-auto-mode-1): Use line-end-position.
26476
26477 * international/latin-1.el:
26478 * international/latin-2.el:
26479 * international/latin-3.el:
26480 * international/latin-4.el:
26481 * international/latin-5.el:
26482 * international/latin-8.el:
26483 * international/latin-9.el: Give punctuation syntax to NBSP.
26484
26485 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26486 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26487 Use char-classes to accept non-ascii letters, accepted in some recent
26488 bibtex implementations.
26489
26490 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
26491
26492 * custom.el (custom-set-minor-mode): Any non-nil value for the
26493 variable should enable the mode when set through Custom.
26494
26495 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26496
26497 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
26498 TAB binding so tab-always-indent is obeyed.
26499 (vhdl-minibuffer-local-map): Move initialization into declaration.
26500 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
26501 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
26502 (vhdl-hooked-abbrev): Avoid test for XEmacs.
26503 (vhdl-current-line): Use line-beginning-position.
26504 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
26505 with-output-to-temp-buffer, so the current position can be recorded.
26506
26507 2005-04-10 Masatake YAMATO <jet@gyve.org>
26508
26509 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26510 Add regexp for gcov.
26511
26512 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
26513
26514 * calendar/time-date.el (time-to-seconds, seconds-to-time)
26515 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
26516 syntax which Emacs 20 doesn't support.
26517
26518 2005-04-09 Richard M. Stallman <rms@gnu.org>
26519
26520 * help.el (describe-key-briefly, describe-key):
26521 Replace strings as event types with "(any string)".
26522
26523 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
26524
26525 * arc-mode.el (archive-mode-map): Move initialization into
26526 the declaration. Override *all* bindings of `undo'.
26527 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
26528
26529 2005-04-09 Jay Belanger <belanger@truman.edu>
26530
26531 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
26532
26533 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
26534
26535 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
26536 (xterm-register-default-colors): Update color values computation
26537 to match xterm-200.
26538
26539 2005-04-09 Kenichi Handa <handa@m17n.org>
26540
26541 * international/code-pages.el (iso-latin-7): Fix the map.
26542
26543 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
26544
26545 * emacs-lisp/lisp.el (defun-prompt-regexp)
26546 (parens-require-spaces, buffer-end, end-of-defun)
26547 (insert-parentheses): Doc fixes.
26548
26549 2005-04-08 Kim F. Storm <storm@cua.dk>
26550
26551 * comint.el (comint-highlight-prompt): Fix face spec.
26552 * hi-lock.el (hi-green): Likewise.
26553
26554 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26555
26556 * cus-edit.el (custom-modified-face):
26557 * comint.el (comint-highlight-input): Fix previous changes.
26558 * term.el (term-handle-ansi-escape): Add a comment.
26559
26560 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
26561
26562 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
26563 in the buffer and in whitespace-highlighted-space.
26564 (whitespace-unhighlight-the-space): Simplify.
26565 (whitespace-buffer): Simplify.
26566
26567 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26568
26569 * textmodes/table.el (table-cell-face): Add special case for
26570 displays supporting a high number of colors.
26571 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26572 (vhdl-font-lock-reserved-words-face)
26573 (vhdl-speedbar-architecture-face)
26574 (vhdl-speedbar-instantiation-face)
26575 (vhdl-speedbar-architecture-selected-face)
26576 (vhdl-speedbar-instantiation-selected-face): Likewise.
26577 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
26578 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
26579 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
26580 (ebrowse-root-class-face, ebrowse-member-attribute-face)
26581 (ebrowse-progress-face): Likewise.
26582 * progmodes/compile.el (compilation-info-face): Likewise.
26583 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
26584 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
26585 * calendar/calendar.el (diary-face): Likewise.
26586 * woman.el (woman-italic-face, woman-bold-face)
26587 (woman-unknown-face): Likewise.
26588 * wid-edit.el (widget-button-pressed-face): Likewise.
26589 * whitespace.el (whitespace-highlight-face): Likewise.
26590 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
26591 * pcvs-info.el (cvs-marked-face): Likewise.
26592 * info.el (info-xref): Likewise.
26593 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
26594 * hilit-chg.el (highlight-changes-face)
26595 (highlight-changes-delete-face): Likewise.
26596 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
26597 (hi-red-b): Likewise.
26598 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
26599 * font-lock.el (font-lock-keyword-face)
26600 (font-lock-function-name-face, font-lock-warning-face): Likewise.
26601 * cus-edit.el (custom-invalid-face, custom-modified-face)
26602 (custom-set-face, custom-changed-face, custom-variable-tag-face)
26603 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
26604 * comint.el (comint-highlight-prompt): Likewise.
26605
26606 2005-04-08 Lute Kamstra <lute@gnu.org>
26607
26608 * font-lock.el (font-lock-keywords): Docstring fixes.
26609
26610 2005-04-08 Kenichi Handa <handa@m17n.org>
26611
26612 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
26613 chars are more than a limit, print " and more..." at the tail.
26614
26615 2005-04-08 Kim F. Storm <storm@cua.dk>
26616
26617 * emacs-lisp/authors.el (authors-aliases): Update list.
26618 (authors-ignored-files): New list.
26619 (authors-fixed-entries): Fix typo.
26620 (authors-renamed-files-alist): Update list.
26621 (authors-add): Check authors-ignored-files.
26622
26623 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
26624
26625 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
26626 optional, to ensure backward compatibility.
26627
26628 2005-04-08 Stephen Eglen <stephen@gnu.org>
26629
26630 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
26631
26632 2005-04-08 Kim F. Storm <storm@cua.dk>
26633
26634 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
26635
26636 * mouse.el (mouse-on-link-p): Doc fix.
26637
26638 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
26639
26640 * ielm.el (ielm-prompt-read-only): Doc fix.
26641
26642 * comint.el (comint-prompt-read-only): Doc fix.
26643
26644 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
26645
26646 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
26647 ensure dired always handles wildcards passed to ffap.
26648 (find-file-at-point): Use it.
26649 (ffap-dired-wildcards): Doc fix.
26650
26651 2005-04-07 Juri Linkov <juri@jurta.org>
26652
26653 * simple.el (next-error-overlay-arrow-position): New defvar.
26654 Put "=>" on its property `overlay-arrow-string'. Add it to
26655 `overlay-arrow-variable-list'.
26656
26657 * progmodes/compile.el (compilation-setup):
26658 Set `next-error-overlay-arrow-position' to nil. Also set it to
26659 nil in the local hook `kill-buffer-hook'. Make local variable
26660 `overlay-arrow-string' and set it to "=>".
26661 (compilation-goto-locus): Set BOL position to
26662 `next-error-overlay-arrow-position' instead of
26663 `overlay-arrow-position'.
26664
26665 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26666 locally instead of adding it to the global hook.
26667 (Info-kill-buffer): Move up.
26668
26669 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
26670
26671 * term/xterm.el (xterm-standard-colors): Update color values from
26672 xterm-200.
26673
26674 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
26675
26676 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26677
26678 * fast-lock.el:
26679 * lazy-lock.el: Move them to the obsolete subdir.
26680
26681 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26682
26683 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26684 (wdired-add-replace-advice): Remove.
26685 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26686
26687 2005-04-06 Kim F. Storm <storm@cua.dk>
26688
26689 * startup.el (command-line): Add --bare-bones alias for -Q.
26690
26691 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26692
26693 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26694 create the startup fontset if a font specification ends with
26695 `mac-roman'.
26696
26697 2005-04-06 Lute Kamstra <lute@gnu.org>
26698
26699 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26700 change.
26701
26702 * emacs-lisp/copyright.el (copyright-update-year): Replace the
26703 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
26704
26705 2005-04-05 Lute Kamstra <lute@gnu.org>
26706
26707 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26708 (define-generic-mode): Ditto. Fix debug declaration.
26709
26710 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26711 Put them in the generic-x group.
26712
26713 * calendar/timeclock.el (timeclock): Doc fix.
26714
26715 * generic.el (define-generic-mode): Don't use custom-current-group.
26716 Document default :group value.
26717 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26718 (define-global-minor-mode): Don't use custom-current-group.
26719
26720 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
26721
26722 * startup.el (command-line-1): Display startup-echo-area-message
26723 when fancy splash screen is in use.
26724
26725 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26726 (sh-escaped-newline): New face.
26727 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26728 newline, and use sh-escaped-newline face.
26729
26730 * progmodes/tcl.el (tcl-escaped-newline): New face.
26731 (tcl-builtin-list): New variable.
26732 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26733 newlines. Fix keywords subexpression number.
26734
26735 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
26736
26737 * textmodes/org.el (org-diary-default-entry): Fix call to
26738 `add-to-diary-entry'.
26739
26740 2005-04-05 Kim F. Storm <storm@cua.dk>
26741
26742 * ediff-init.el: Use (featurep 'xemacs).
26743
26744 2005-04-05 David Ponce <david@dponce.com>
26745
26746 * cus-edit.el (face): Derive from symbol widget. Display sample
26747 of the current face on the fly.
26748 (widget-face-sample-face-get, widget-face-notify): New functions.
26749 (widget-face-value-create): Remove.
26750
26751 * wid-edit.el (widget-field-end): Temporarily remove field
26752 narrowing before to call `get-char-property'.
26753
26754 2005-04-04 Jay Belanger <belanger@truman.edu>
26755
26756 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26757 (math-read-subscripts): New variable.
26758 (math-read-preprocess-string): Process subscripts.
26759
26760 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
26761
26762 * comint.el (comint-prompt-read-only): Doc fix.
26763
26764 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26765 `-1'. Doc fix.
26766
26767 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
26768
26769 * textmodes/org.el (org-insert-mode-line-in-empty-file):
26770 Change default value to nil.
26771
26772 2005-04-04 Lute Kamstra <lute@gnu.org>
26773
26774 * autorevert.el (auto-revert-mode): Specify :group.
26775 * battery.el (display-battery-mode): Specify :group.
26776 * diff-mode.el (diff-minor-mode): Specify :group.
26777 * font-core.el (font-lock-mode): Specify :group.
26778 * hl-line.el (hl-line-mode): Specify :group.
26779 * iimage.el (iimage): New customization group.
26780 (iimage-mode): Specify :group.
26781 * longlines.el (longlines-mode): Specify :group.
26782 * master.el: Don't require easy-mmode.
26783 (master): New customization group.
26784 (master-mode): Specify :group.
26785 * msb.el (msb-mode): Specify :group.
26786 * reveal.el (reveal-mode): Specify :group.
26787 * simple.el (next-error-follow-minor-mode): Specify :group.
26788 * smerge-mode.el (smerge-mode): Specify :group.
26789 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26790 * emulation/cua-base.el (cua-mode): Specify :group.
26791 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26792 * language/thai-util.el (thai-auto-composition-mode)
26793 (thai-word-mode): Specify :group.
26794 * mail/supercite.el (sc-minor-mode): Specify :group.
26795 * progmodes/cwarn.el (cwarn-mode): Specify :group.
26796 * progmodes/flymake.el (flymake-mode): Specify :group.
26797 * progmodes/glasses.el (glasses-mode): Specify :group.
26798 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26799 * textmodes/enriched.el (enriched-mode): Specify :group.
26800 * textmodes/refill.el (refill-mode): Specify :group.
26801
26802 * add-log.el (change-log-font-lock-keywords): Names in
26803 parenthesized lists can contain spaces.
26804
26805 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
26806
26807 * startup.el (fancy-splash-text): Shorten default text of
26808 "Emacs Tutorial" line. Also, if the current language env
26809 indicates an available tutorial file other than TUTORIAL,
26810 extract its title and append it to the line in parentheses.
26811 (fancy-splash-insert): If arg is a thunk, funcall it.
26812
26813 2005-04-04 Jay Belanger <belanger@truman.edu>
26814
26815 * calc.el (calc-language-alist): Add tags to customization type.
26816
26817 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
26818
26819 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26820 Doc fix.
26821
26822 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
26823
26824 * add-log.el (change-log-font-lock-keywords): The manual
26825 describing a Change Log entry, says: (...) "Aside from these
26826 header lines, every line in the change log starts with a space or
26827 a tab.". The font-lock was not highlighting lines started with
26828 spaces, added support for it.
26829
26830 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26831
26832 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26833 (bibtex-generate-url-list): Update docstring accordingly. Put the
26834 complex example in the docstring.
26835 (bibtex-font-lock-url): Use pop.
26836
26837 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
26838
26839 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26840
26841 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26842
26843 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
26844
26845 * filesets.el (filesets-set-default): Doc fix.
26846
26847 2005-04-03 Lute Kamstra <lute@gnu.org>
26848
26849 * generic.el (define-generic-mode): Add argument to specify
26850 keywords for defcustom.
26851 (default-generic-mode): Specify :group.
26852
26853 * generic-x.el: Specify :group for all generic modes.
26854
26855 * desktop.el (desktop-no-desktop-file-hook)
26856 (desktop-after-read-hook): Doc fix.
26857
26858 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
26859
26860 * simple.el (visible-mode): Use explicit :group keyword.
26861 This changes the group of `visible-mode-hook' from paren-blinking
26862 to editing-basics.
26863
26864 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
26865
26866 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
26867 mailbox specifications as well as URLs.
26868 (rmail-insert-inbox-text): Remove unused conditional branches.
26869
26870 2005-04-01 Jay Belanger <belanger@truman.edu>
26871
26872 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
26873 (calc-gnuplot-print-command): Move definitions to calc.el.
26874
26875 * calc/calc-embed.el (calc-embedded-announce-formula)
26876 (calc-embedded-open-formula, calc-embedded-close-formula)
26877 (calc-embedded-open-word, calc-embedded-close-word)
26878 (calc-embedded-open-plain, calc-embedded-close-plain)
26879 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
26880 (calc-embedded-open-mode, calc-embedded-close-mode):
26881 Move definitions to calc.el.
26882
26883 * calc/calc.el (calc-settings-file, calc-language-alist):
26884 Make customizable.
26885 (calc-embedded-announce-formula, calc-embedded-open-formula)
26886 (calc-embedded-close-formula, calc-embedded-open-word)
26887 (calc-embedded-close-word, calc-embedded-open-plain)
26888 (calc-embedded-close-plain, calc-embedded-open-new-formula)
26889 (calc-embedded-close-new-formula, calc-embedded-open-mode)
26890 (calc-embedded-close-mode, calc-gnuplot-name)
26891 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
26892 from other files and make customizable.
26893
26894 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26895
26896 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
26897 Use buffer-live-p.
26898 (cvs-mode-run): Don't call cvs-update-header here.
26899 (cvs-run-process): Call cvs-update-header.
26900 Use process properties for cvs-postprocess and cvs-buffer so that
26901 the sentinel can behave better if the temp buffer is killed.
26902 Use a pipe rather than a tty, to better handle unexpected prompts.
26903 (cvs-sentinel): Rewrite. Call cvs-update-header.
26904
26905 2005-04-01 Andre Spiegel <spiegel@gnu.org>
26906
26907 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
26908 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
26909
26910 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26911
26912 * generic.el (define-generic-mode): Add indentation rule.
26913
26914 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
26915
26916 * files.el (mode-require-final-newline): Make Custom correctly
26917 report a nil value and allow to set it to nil via Custom.
26918 Doc fix.
26919
26920 2005-04-01 Kenichi Handa <handa@m17n.org>
26921
26922 * international/characters.el: Enable the correct case setting for
26923 dotless-i and dotted-I.
26924
26925 2005-04-01 Kim F. Storm <storm@cua.dk>
26926
26927 * ido.el (ido-file-internal): Fall back to non-ido command if
26928 initial directory is on slow ftp (or tramp) host.
26929
26930 2005-03-31 Richard M. Stallman <rms@gnu.org>
26931
26932 * emacs-lisp/autoload.el (make-autoload):
26933 Handle define-global-minor-mode.
26934
26935 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26936 Rename from easy-mmode-define-global-mode.
26937 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
26938
26939 * progmodes/scheme.el (scheme-mode-syntax-table):
26940 Update syntax of | and # for two-character comment syntax.
26941
26942 2005-03-31 Lute Kamstra <lute@gnu.org>
26943
26944 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
26945 (define-minor-mode): Call custom-current-group at load-time.
26946
26947 * generic.el (define-generic-mode): Add debug declaration.
26948 Add defcustom for the mode hook.
26949 (generic-mode-internal): Use run-mode-hooks.
26950
26951 2005-03-31 Kim F. Storm <storm@cua.dk>
26952
26953 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
26954 (mouse-fixup-help-message): New defun called by show_help_echo
26955 to fixup mouse-2 prefix in help messages when applicable.
26956
26957 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
26958
26959 2005-03-31 Kenichi Handa <handa@m17n.org>
26960
26961 * language/thai-word.el (thai-find-word-ends): Pay attention to
26962 the case that we reach the end of buffer.
26963
26964 * textmodes/fill.el (fill-text-properties-at): New function.
26965 (fill-newline): Use fill-text-properties-at instead of
26966 text-properties-at.
26967
26968 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26969
26970 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
26971 not comint-quote-filename.
26972
26973 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
26974
26975 * help-fns.el (help-with-tutorial): Revert last change.
26976
26977 2005-03-31 Kim F. Storm <storm@cua.dk>
26978
26979 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
26980
26981 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
26982
26983 * calendar/cal-china.el: Update reference to "Calendrical
26984 Calculations" book; there's a new edition.
26985 * calendar/cal-coptic.el: Likewise.
26986 * calendar/cal-french.el: Likewise.
26987 * calendar/cal-hebrew.el: Likewise.
26988 * calendar/cal-islam.el: Likewise.
26989 * calendar/cal-iso.el: Likewise.
26990 * calendar/cal-julian.el: Likewise.
26991 * calendar/cal-mayan.el: Likewise.
26992 * calendar/cal-persia.el: Likewise.
26993 * calendar/calendar.el: Likewise.
26994 * calendar/holidays.el: Likewise.
26995 * calendar/lunar.el: Likewise.
26996 * calendar/solar.el: Likewise.
26997
26998 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
26999 white space from doc string.
27000
27001 2005-03-30 Jay Belanger <belanger@truman.edu>
27002
27003 * calc/calc-help.el (calc-full-help): Remove email address.
27004
27005 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
27006
27007 * help-fns.el (help-with-tutorial): Delete title line.
27008
27009 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27010
27011 * calendar/cal-x.el (calendar-one-frame-setup)
27012 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
27013 rather than `symbol' for set-window-dedicated-p.
27014
27015 * calendar/appt.el (appt-buffer-name): Make it a constant.
27016 (appt-add): Doc fix.
27017
27018 * filesets.el (filesets-menu-path, filesets-menu-before)
27019 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
27020 (filesets-menu-cache-file): Use directory ~/.emacs.d.
27021 (filesets-add-submenu): Delete and use add-submenu instead.
27022
27023 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
27024
27025 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
27026 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
27027 (org-diary-default-entry): New function.
27028 (org-get-entries-from-diary): Better parsing of diary entries.
27029 (org-agenda-check-no-diary): New function.
27030 ("diary-lib"): Advice to function `add-to-diary-list', to allow
27031 linking to diary entries.
27032 (org-agenda-execute-calendar-command): New function.
27033 (org-agenda): Improve visible section in window.
27034 Use `org-fit-agenda-window'.
27035 (org-fit-agenda-window): New option.
27036 (org-move-subtree-down): Better handling of empty lines
27037 at end of subtree.
27038 (org-cycle): Numeric prefix is interpreted now as show-subtree N
27039 levels up.
27040 (org-fontify-done-headline): New option.
27041 (org-headline-done-face): New face.
27042 (org-set-font-lock-defaults): Use `org-headline-done-face'.
27043 (org-table-copy-down): Rename from `org-table-copy-from-above'.
27044 When current field is non-empty, it is copied to next row.
27045 (org-table-copy-from-above): Fix bug which made it
27046 impossible to copy fields containing only a single non-white character.
27047
27048 2005-03-30 Kim F. Storm <storm@cua.dk>
27049
27050 * kmacro.el (kmacro-end-macro): Isearch may store this command
27051 into the macro -- so ignore it when executing keyboard macro.
27052
27053 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27054
27055 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
27056
27057 2005-03-29 Kenichi Handa <handa@m17n.org>
27058
27059 * language/thai.el ("Thai"): Set setup-function and exit-function
27060 for Thai language environment.
27061
27062 * language/thai-util.el: Require thai-word.
27063 (thai-word-mode-map): New variable.
27064 (thai-word-mode): New minor mode.
27065 (setup-thai-language-environment-internal): New function.
27066 (exit-thai-language-environment-internal): New function.
27067
27068 * language/thai-word.el (thai-word-table): Declare it by defvar,
27069 use dolist to initialize it.
27070 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27071 (thai-fill-find-break-point): New functions.
27072
27073 2005-03-29 Richard M. Stallman <rms@gnu.org>
27074
27075 * simple.el (idle-update-delay): Move definition up.
27076 (set-mark): Doc fix.
27077
27078 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
27079
27080 * longlines.el: New file.
27081
27082 * simple.el (buffer-substring-filters): New variable.
27083 (filter-buffer-substring): New function.
27084 (kill-region, copy-region-as-kill): Use it.
27085
27086 * register.el (copy-to-register, append-to-register)
27087 (prepend-to-register): Use filter-buffer-substring.
27088
27089 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27090
27091 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27092 (gud-filter-pending-text): Move in front of gdb.
27093 (gud-overlay-arrow-position): New variable.
27094 (gud-sentinel, gud-display-line): Use it in place of
27095 overlay-arrow-position.
27096
27097 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
27098
27099 * progmodes/fortran.el (fortran-if-indent): Doc fix.
27100 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27101 (fortran-font-lock-keywords-4): New variable.
27102 (fortran-blocks-re, fortran-end-block-re)
27103 (fortran-start-block-re): New constants, for hideshow.
27104 (hs-special-modes-alist): Add a Fortran entry.
27105 (fortran-mode-map): Bind fortran-end-of-block,
27106 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27107 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
27108 (fortran-looking-at-if-then, fortran-end-of-block)
27109 (fortran-beginning-of-block): New functions, for hideshow.
27110
27111 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27112 Doc fix. Tweak regexp.
27113 (f90-beginning-of-block): Push mark first.
27114
27115 2005-03-29 Jay Belanger <belanger@truman.edu>
27116
27117 * calc/calc.el: Update copyright date.
27118 (calc-version): Increase to 2.1.
27119 (calc-version-date): Remove.
27120
27121 * calc/calc-help.el: Update copyright date.
27122 (calc-full-help): Remove reference to calc-version-date.
27123 Update copyright date.
27124
27125 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27126
27127 * vc.el (vc-do-command): Use a pipe for async processes, so password
27128 prompts don't show up at places where the user can't reply.
27129
27130 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27131
27132 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27133 on the file name we pass to the inferior shell.
27134
27135 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27136
27137 * progmodes/which-func.el (which-function): Be robust in the face of an
27138 imenu--make-index-alist failure.
27139
27140 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27141
27142 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27143
27144 * progmodes/python.el (python-preoutput-filter): Fix last change.
27145
27146 2005-03-29 Lute Kamstra <lute@gnu.org>
27147
27148 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27149 functions and compiled macros.
27150 (debug-convert-byte-code): Handle macros too.
27151 (debug-on-entry-1): Don't signal an error when trying to clear a
27152 function that is not set to debug on entry.
27153
27154 2005-03-29 Jay Belanger <belanger@truman.edu>
27155
27156 * calc/calc-lang.el: Add functions to math-function-table
27157 properties of tex and math.
27158
27159 2005-03-29 Kenichi Handa <handa@m17n.org>
27160
27161 * ps-mule.el (ps-mule-plot-string): Translate characters by
27162 ps-print-translation-table.
27163 (ps-mule-begin-job): Call find-charset-region/string with
27164 ps-print-translation-table.
27165 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27166
27167 * ps-print.el (ps-print-translation-table): New variable.
27168 (ps-plot-region): Translate characters by ps-print-translation-table.
27169
27170 2005-03-29 Juri Linkov <juri@jurta.org>
27171
27172 * simple.el (next-error-highlight-timer): New variable.
27173
27174 * progmodes/compile.el (compilation-goto-locus):
27175 Use `next-error-highlight-timer' instead of `sit-for'.
27176
27177 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27178
27179 * mail/supercite.el (sc-mail-field): Use assoc-string.
27180 (sc-get-address): Simplify regexps.
27181
27182 * files.el (minibuffer-with-setup-hook): New macro.
27183 (find-file-read-args): Use it to avoid let-binding
27184 minibuffer-with-setup-hook (which breaks turning on/off
27185 file-name-shadow-mode while in the prompt).
27186
27187 * complete.el (PC-read-include-file-name-internal):
27188 Use test-completion.
27189
27190 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
27191
27192 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27193
27194 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27195
27196 * window.el (window-buffer-height): Use count-screen-lines.
27197
27198 * progmodes/python.el (python-preoutput-leftover): New var.
27199 (python-preoutput-filter): Use it.
27200 (python-send-receive): Loop until all the result has been received.
27201
27202 2005-03-28 Juri Linkov <juri@jurta.org>
27203
27204 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27205
27206 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27207 "Recover Crashed Session".
27208 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27209 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27210 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27211 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27212 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27213 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27214 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27215 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27216
27217 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27218 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27219 Ediff Sessions", "Toggle use of separate control buffer frame",
27220 "Use separate frame for Ediff control buffer".
27221
27222 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27223 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27224 "Rename Bookmark", "Delete Bookmark".
27225
27226 * info.el (Info-mode-menu): Remove ellipsis from "Index".
27227 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27228 Add `:active Info-index-alternatives' to "Next Matching Item".
27229
27230 * wdired.el (wdired-change-to-wdired-mode):
27231 Mention `wdired-abort-changes' key in the initial message.
27232
27233 * international/mule.el (auto-coding-alist): Associate non-ascii
27234 image filename extensions with `no-conversion'.
27235
27236 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
27237
27238 * international/iso-acc.el:
27239 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27240
27241 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
27242
27243 * textmodes/sgml-mode.el (html-mode): Doc update.
27244
27245 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27246
27247 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
27248
27249 * term.el (term-move-columns): Fix face after extending a line.
27250 (term-insert-spaces): Likewise.
27251 (term-reset-terminal): Fix off by one error.
27252
27253 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27254
27255 * international/mule.el (auto-coding-alist): Add .xpi files.
27256
27257 * files.el (auto-mode-alist): Add .xpi files.
27258
27259 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
27260
27261 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27262
27263 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27264
27265 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27266
27267 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
27268
27269 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27270 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
27271
27272 * calendar/cal-move.el (calendar-beginning-of-year): Move the
27273 cursor to Jan 1 when needed.
27274 (calendar-end-of-year): Fix -/+ typo.
27275 Reported by Chong Yidong <cyd@stupidchicken.com>.
27276
27277 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
27278
27279 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27280
27281 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27282 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
27283
27284 2005-03-25 Richard M. Stallman <rms@gnu.org>
27285
27286 * filesets.el (filesets-init): Add autoload.
27287
27288 * mail/mailalias.el (mail-directory): Doc fix.
27289
27290 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27291
27292 * mail/mailalias.el (mail-directory-process): Do nothing if
27293 mail-directory-process is an atom.
27294 (mail-get-names): Ignore mail-directory-names if it is an atom.
27295 (mail-directory-process defvar): Doc fix.
27296 (mail-names): Doc fix.
27297
27298 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
27299
27300 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27301
27302 2005-03-26 Kenichi Handa <handa@m17n.org>
27303
27304 * international/mule-util.el (detect-coding-with-priority):
27305 Call update-coding-systems-internal before detect-coding-region.
27306
27307 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
27308
27309 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27310 (gdb-frames-mode-map): Add follow-link property.
27311
27312 2005-03-25 Jay Belanger <belanger@truman.edu>
27313
27314 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27315 for variables.
27316
27317 2005-03-25 Juri Linkov <juri@jurta.org>
27318
27319 * image-mode.el: Optimize image filename extension regexps in
27320 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
27321 in `auto-mode-alist'.
27322 (image-mode): Add `image-toggle-display-text' to local hook
27323 `change-major-mode-hook'. Display the image as an image by
27324 default. Set `cursor-type' and `truncate-lines' if the image
27325 is already displayed. Take into account the current mode (image
27326 or text) in message.
27327 (image-minor-mode): New minor mode.
27328 (image-mode-maybe, image-toggle-display-text): New functions.
27329 (image-toggle-display): Use called-interactively-p.
27330 Let-bind `inhibit-read-only' to t.
27331
27332 * image-mode.el (image-minor-mode): Set `cursor-type' and
27333 `truncate-lines' if the image is already displayed. Add turning
27334 image-minor-mode off to `change-major-mode-hook'. Add message.
27335 Call `image-toggle-display-text' after turning image-minor-mode off.
27336
27337 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
27338
27339 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27340 Terminal.app, use utf-8.
27341 (set-display-table-and-terminal-coding-system): Add coding-system arg.
27342 (set-locale-environment): Use it.
27343
27344 * term/xterm.el: Undo last change, better done in mule-cmds.el.
27345
27346 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27347
27348 * progmodes/python.el (python-close-block-statement-p)
27349 (python-outdent-p, python-current-defun): Use symbol-end.
27350
27351 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27352
27353 * files.el (save-some-buffers): Doc fix.
27354
27355 2005-03-25 Werner Lemberg <wl@gnu.org>
27356
27357 * complete.el, thumbs.el: Replace `legal' with `valid'.
27358 * calendar/calendar.el: Replace `legal' with `valid'.
27359 * emacs-lisp/advice.el: Replace `legal' with `valid'.
27360 * mail/supercite.el: Replace `legal' with `valid'.
27361 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27362 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27363 Replace `legal' with `valid'.
27364 * textmodes/reftex-vars.el, textmodes/reftex.el:
27365 Replace `legal' with `valid'.
27366
27367 2005-03-25 Werner Lemberg <wl@gnu.org>
27368
27369 * calc/calc-forms.el, calc/calc-sel.el
27370 * midnight.el, vc-cvs.el
27371 * emacs-lisp/cl-macs.el
27372 * emulation/vip.el
27373 * eshell/esh-io.el, eshell/esh-var.el
27374 * mail/supercite.el
27375 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27376 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27377 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27378 * progmodes/sh-script.el, progmodes/xscheme.el
27379 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27380 * textmodes/reftex-index.el, textmodes/reftex-parse.el
27381 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27382 * textmodes/reftex.el, textmodes/org.el:
27383 Replace `illegal' with `invalid'.
27384
27385 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27386
27387 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27388 (flymake-find-buildfile, flymake-find-possible-master-files)
27389 (flymake-check-include, flymake-parse-line): Replace loops over the
27390 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27391
27392 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27393 Substitute file-name-as-directory in the rest of the file.
27394 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27395 (flymake-replace-region): Remove unused arg `buffer'.
27396 (flymake-check-patch-master-file-buffer): Update calls to it.
27397 (flymake-add-err-info): Remove unused var `count'.
27398 (flymake-mode): Use define-minor-mode.
27399
27400 * progmodes/flymake.el: Use with-current-buffer.
27401 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27402 flymake-replace-regexp-in-string, flymake-line-beginning-position)
27403 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27404 Avoid testing for `xemacs'.
27405 (flymake-nop): Move.
27406 (flymake-region-has-flymake-overlays): Return the computed value.
27407 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27408 Remove unused var `endline'.
27409 (flymake-get-line-count): Remove unused function.
27410 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27411
27412 * emulation/vi.el:
27413 * generic.el:
27414 * hilit-chg.el (global-highlight-changes):
27415 * hi-lock.el (hi-lock-mode):
27416 * follow.el: find-file-hooks -> find-file-hook.
27417
27418 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27419
27420 2005-03-24 Juri Linkov <juri@jurta.org>
27421
27422 * dired.el (dired-mode-map): Add menu item "Compare directories"
27423 for dired-compare-directories.
27424
27425 * dired-aux.el (dired-compare-directories): Add autoload cookie.
27426 Doc fix. Replace `read-file-name' with `read-directory-name'.
27427
27428 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27429
27430 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27431
27432 2005-03-24 Jay Belanger <belanger@truman.edu>
27433
27434 * calc/calc-embed.el (calc-embedded-mode-change): Save all
27435 relevant mode settings in calc-embedded-original-modes when modes
27436 are permanently changed.
27437
27438 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27439
27440 * autoinsert.el: find-file-hooks -> find-file-hook.
27441
27442 2005-03-24 Lute Kamstra <lute@gnu.org>
27443
27444 * generic.el (generic-font-lock-defaults): Make it obsolete.
27445 (generic-font-lock-keywords): New variable to replace
27446 generic-font-lock-defaults.
27447 (generic-mode-set-font-lock): Delete it.
27448 (generic-mode-internal): Don't call generic-mode-set-font-lock.
27449 (generic-bracket-support): Add docstring.
27450
27451 * generic-x.el: Rename generic-font-lock-defaults to
27452 generic-font-lock-keywords throughout.
27453 (mailagent-rules-setup-function): Delete it.
27454 (mailagent-rules-generic-mode): Use anonymous function instead.
27455 (show-tabs-generic-mode-font-lock-defaults-1)
27456 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27457 Quote faces.
27458 (show-tabs-tab-face, show-tabs-space-face): Specify background,
27459 not foreground.
27460
27461 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27462 Recognize define-generic-mode.
27463
27464 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
27465
27466 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27467 if there's no completion table.
27468
27469 2005-03-23 Miles Bader <miles@gnu.org>
27470
27471 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27472 Remove tty-specific variants, as they're no longer needed.
27473
27474 2005-03-23 Lute Kamstra <lute@gnu.org>
27475
27476 * generic-x.el: Code cleanup: make args constant whenever possible.
27477 (installshield-statement-keyword-list)
27478 (installshield-system-functions-list)
27479 (installshield-system-variables-list, installshield-types-list)
27480 (installshield-funarg-constants-list): Make them constants.
27481
27482 * generic.el (generic-make-keywords-list): Add autoload cookie.
27483
27484 * calendar/time-date.el: Add comment on time value formats.
27485 Don't require parse-time.
27486 (with-decoded-time-value): New macro.
27487 (encode-time-value): New function.
27488 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27489 (days-to-time): Return a valid time value when arg is huge.
27490 (time-since): Use time-subtract.
27491 (time-to-number-of-days): Use time-to-seconds.
27492
27493 2005-03-23 David Ponce <david@dponce.com>
27494
27495 * recentf.el (recentf-keep): New option.
27496 (recentf-menu-action): Default to `find-file'.
27497 (recentf-keep-non-readable-files-flag)
27498 (recentf-keep-non-readable-files-p)
27499 (recentf-file-readable-p, recentf-find-file)
27500 (recentf-cleanup-remote): Remove.
27501 (recentf-include-p): More robust.
27502 (recentf-keep-p): New function.
27503 (recentf-remove-if-non-kept): Rename from
27504 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
27505 All callers updated.
27506 (recentf-menu-items-for-commands): Fix help string.
27507 (recentf-track-closed-file): Update. Doc fix.
27508 (recentf-cleanup): Update. Count removed files. Doc fix.
27509
27510 2005-03-23 Kim F. Storm <storm@cua.dk>
27511
27512 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27513 Don't inherit from fringe face (now happens automatically).
27514
27515 2005-03-22 Kim F. Storm <storm@cua.dk>
27516
27517 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
27518 position values.
27519
27520 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
27521
27522 * menu-bar.el (showhide-date-time): Remove.
27523 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
27524 (menu-bar-make-mm-toggle): Simplify.
27525
27526 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27527
27528 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
27529 Accept qualified variable and function names.
27530
27531 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
27532
27533 * bindings.el (completion-ignored-extensions):
27534 Remove ".lis" for `vax-vms'.
27535
27536 2005-03-22 Andreas Schwab <schwab@suse.de>
27537
27538 * generic-x.el: Revert last change.
27539 * ldefs-boot.el: Update.
27540
27541 2005-03-22 Jay Belanger <belanger@truman.edu>
27542
27543 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
27544 (calc-embedded-save-original-modes)
27545 (calc-embedded-restore-original-modes): New functions.
27546 (calc-do-embedded): Save original modes when entering embedded mode
27547 and restore when leaving embedded mode.
27548 (calc-embedded-modes-change): Change the value of
27549 calc-embedded-original-modes to reflect permanent changes.
27550
27551 2005-03-22 Lute Kamstra <lute@gnu.org>
27552
27553 * generic-x.el: Require generic again.
27554
27555 2005-03-22 Miles Bader <miles@gnu.org>
27556
27557 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27558 Tweak details to look good on both ttys and bitmap displays, light
27559 or dark background, etc.
27560
27561 2005-03-21 Kim F. Storm <storm@cua.dk>
27562
27563 * tooltip.el (tooltip-show-help-function): Check car and cdr of
27564 mouse position.
27565
27566 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27567
27568 * icomplete.el: Don't forcibly turn on the mode upon load.
27569 (icomplete-mode): Use define-minor-mode.
27570 (icomplete-eoinput): Default to nil.
27571 (icomplete-minibuffer-setup): Remove autoload.
27572 (icomplete-tidy): Simplify.
27573 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
27574 in the initial state or if the user has modified the field.
27575 Fix handling of icomplete-max-delay-chars.
27576 Remove code that handles the oddball case where
27577 minibuffer-completion-table is an integer.
27578 Wrap icomplete-completions in while-no-input in case building
27579 completions takes more time than expected.
27580 (icomplete-completions): Simplify.
27581
27582 2005-03-21 Richard M. Stallman <rms@gnu.org>
27583
27584 * jka-compr.el (jka-compr-really-do-compress):
27585 Make variable buffer-local.
27586
27587 * image-mode.el: Handle .xpm files too.
27588 (image-toggle-display): Preserve modification flag.
27589
27590 * help.el (where-is): Don't mention aliases with no key bindings.
27591
27592 2005-03-21 Lute Kamstra <lute@gnu.org>
27593
27594 * generic.el: Fix commentary section. Don't require cl for
27595 compilation.
27596 (generic-mode-list): Add autoload cookie.
27597 (generic-use-find-file-hook, generic-lines-to-scan)
27598 (generic-find-file-regexp, generic-ignore-files-regexp)
27599 (generic-mode, generic-mode-find-file-hook)
27600 (generic-mode-ini-file-find-file-hook): Fix docstrings.
27601 (define-generic-mode): Make it a defmacro. Fix docstring.
27602 (generic-mode-internal): Code cleanup. Add autoload cookie.
27603 (generic-mode-set-comments): Code cleanup.
27604 * generic-x.el: Don't prevent compilation. Don't require generic.
27605 Follow coding conventions. Minor code cleanup.
27606 (etc-fstab-generic-mode): Add some keywords.
27607 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
27608 define-generic-mode like a function declaration.
27609
27610 2005-03-21 Jay Belanger <belanger@truman.edu>
27611
27612 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
27613 changing modes.
27614
27615 2005-03-21 Sam Steingold <sds@gnu.org>
27616
27617 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
27618
27619 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
27620
27621 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
27622 Add underscore to "f$ lexicals" regexp.
27623
27624 2005-03-20 Juri Linkov <juri@jurta.org>
27625
27626 * subr.el (progress-reporter-do-update): When `min-value' is equal
27627 to `max-value', set `percentage' to 0 and prevent division by zero.
27628
27629 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
27630
27631 Sync with Tramp 2.0.48.
27632
27633 * net/tramp.el (all): Change all addresses to .gnu.org.
27634 (tramp-append-tramp-buffers): New defun.
27635 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
27636 Catch `dont-send' signal.
27637 (tramp-set-auto-save-file-modes): Set always permissions, because
27638 there might be an old auto-saved file belonging to another
27639 original file. This could be a security threat. Reported by
27640 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
27641 Check for Emacs 21.3.50 removed.
27642
27643 * net/tramp-smb.el (all): Remove debug construct for
27644 `with-parsed-tramp-file-name'.
27645 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
27646 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
27647 No error message if DIRECTORY or FILENAME doesn't exist.
27648 (tramp-smb-open-connection): Check existence of
27649 `tramp-smb-program'.
27650
27651 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
27652
27653 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
27654 Properly handle the case where the `m' or `s' command's argument is not
27655 yet terminated.
27656 (perl-indent-new-calculate): New function.
27657 (perl-indent-line): Use it.
27658
27659 2005-03-20 Miles Bader <miles@gnu.org>
27660
27661 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
27662 in text-mode too. Change to new face names.
27663 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27664 Add `:weight bold' attribute.
27665 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27666
27667 2005-03-19 Juri Linkov <juri@jurta.org>
27668
27669 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
27670
27671 * international/mule.el (auto-coding-alist): Sync with
27672 `auto-mode-alist' by adding upper case archive file extensions
27673 and adding ear/war to jar extension.
27674
27675 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
27676
27677 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27678 running, restart it.
27679
27680 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
27681
27682 * finder.el (finder-current-item): Throw an error on an empty line.
27683
27684 * man.el (Man-follow-manual-reference): If current-word returns
27685 nil, use "".
27686
27687 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
27688
27689 * simple.el (goto-line): Doc fix.
27690
27691 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
27692
27693 * files.el (save-buffer): Doc fix.
27694
27695 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
27696
27697 * recentf.el (recentf-cleanup-remote): New variable.
27698 (recentf-cleanup): Use it to conditionally check availability of
27699 remote files.
27700
27701 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
27702
27703 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27704 function names.
27705
27706 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27707
27708 * language/thai-word.el: New file.
27709
27710 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27711
27712 * files.el (backup-buffer): If the file's directory is not
27713 writable, use copy instead of move to backup the file.
27714
27715 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27716
27717 * obsolete/keyswap.el: Moved to obsolete/ from term/.
27718
27719 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27720
27721 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27722 Use functionp instead of symbolp and fboundp. Reported by Drkm
27723 <darkman_spam@yahoo.fr>.
27724 (ps-print-version): New version 6.6.6.
27725
27726 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
27727
27728 * textmodes/table.el (table--line-column-position): New idiom.
27729 (table--row-column-insertion-point-p): New function to test
27730 validity of row and column insertion operation at a location.
27731 (table-global-menu, table-cell-menu): Use above functions for
27732 deterministic test operation.
27733 (table--editable-cell-p): Behave in deterministic fashion.
27734
27735 2005-03-18 Juri Linkov <juri@jurta.org>
27736
27737 * isearch.el (isearch-lazy-highlight-new-loop):
27738 Make arguments beg and end optional.
27739 (isearch-update): Remove optional arguments nil from
27740 isearch-lazy-highlight-new-loop.
27741 (isearch-lazy-highlight-search): Let-bind case-fold-search to
27742 isearch-lazy-highlight-case-fold-search instead of
27743 isearch-case-fold-search, and let-bind isearch-regexp to
27744 isearch-lazy-highlight-regexp.
27745 Use isearch-lazy-highlight-last-string instead of isearch-string.
27746
27747 * replace.el (perform-replace): Remove bindings of global
27748 variables isearch-string, isearch-regexp, isearch-case-fold-search.
27749 Add three new arguments to `replace-highlight'.
27750 (replace-highlight): Add arguments string, regexp, case-fold.
27751 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27752 to allow isearch-lazy-highlight-new-loop to use these values
27753 to set corresponding isearch-lazy-highlight-* internal
27754 variables whose values lazy highlighting will use regardless of
27755 changes to global variables isearch-string, isearch-regexp,
27756 isearch-case-fold-search during lazy highlighting loop.
27757 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27758 to `lazy-highlight-cleanup'.
27759
27760 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27761 (ispell-highlight-face): Set default face to `isearch' when
27762 lazy highlighting is enabled.
27763 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27764 priority to 1. Add lazy highlighting.
27765 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27766 from `isearch-dehighlight'.
27767
27768 2005-03-18 David Ponce <david@dponce.com>
27769
27770 * files.el (hack-local-variables): Do a case-insensitive search
27771 for End.
27772
27773 2005-03-18 Juri Linkov <juri@jurta.org>
27774
27775 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27776 `isearch-lazy-highlight-cleanup', add alias to old name and
27777 declare obsolete. Add release numbers to other obsolete vars.
27778 (isearch-done, isearch-lazy-highlight-new-loop):
27779 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27780 (lazy-highlight-cleanup) <variable>: Doc fix.
27781 (isearch-lazy-highlight-update): Rename obsolete
27782 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27783
27784 2005-03-18 Kenichi Handa <handa@m17n.org>
27785
27786 * language/thai-util.el: Fix categorization of Thai characters in
27787 thai-category-table.
27788 (thai-composition-pattern): Adjust it for the above change.
27789 (thai-self-insert-command, thai-compose-syllable): New functions.
27790 (thai-compose-region): Use thai-compose-syllable.
27791 (thai-compose-string): Likewise.
27792 (thai-composition-function): Likewise.
27793 (thai-auto-composition): New function.
27794 (thai-auto-composition-mode): New minor mode.
27795
27796 * language/thai.el: Fix patterns to be registered in
27797 composition-function-table.
27798
27799 * international/quail.el (quail-input-method): Locally bind
27800 inhibit-modification-hooks to t.
27801
27802 2005-03-17 Richard M. Stallman <rms@gnu.org>
27803
27804 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27805 (perl-mode): Use run-mode-hooks.
27806
27807 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27808 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27809 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27810
27811 * mail/sendmail.el (sendmail-send-it): Reenable the code
27812 to compute resend-to-address and use it.
27813
27814 * tar-mode.el (tar-mode): Turn off undo unconditionally.
27815
27816 * image-mode.el: New file.
27817
27818 * image.el (insert-sliced-image): Add autoload cookie.
27819
27820 * font-lock.el (font-lock-lines-before): New user option.
27821 (font-lock-after-change-function): Obey it.
27822
27823 * bindings.el (esc-map): Make M-g a prefix.
27824 Bind M-g g and M-g M-g to goto-line.
27825
27826 * faces.el (face-id): Doc fix.
27827
27828 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27829
27830 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27831 (rmail-show-message): Use rmail-unknown-mail-followup-to.
27832 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27833
27834 * mail/sendmail.el (mail-yank-ignored-headers)
27835 (mail-font-lock-keywords, mail-mode-fill-paragraph):
27836 Add Mail-Followup-To and Mail-Reply-To headers.
27837 (mail-citation-hook): Add autoload cookie.
27838 (mail-mode): Doc fix.
27839 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27840 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27841 (mail-mode-fill-paragraph): Handle those headers.
27842 (mail-mailing-lists): New variable.
27843 (mail-mail-reply-to, mail-mail-followup-to): New functions.
27844
27845 2005-03-17 Juri Linkov <juri@jurta.org>
27846
27847 * isearch.el (isearch-fallback): Check for `(car previous)'
27848 before calling `isearch-other-end-state'.
27849
27850 2005-03-17 Kim F. Storm <storm@cua.dk>
27851
27852 * simple.el (move-beginning-of-line): Move to beginning of buffer
27853 line, as well as beginning of screen line.
27854
27855 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
27856
27857 * calendar/diary-lib.el (mark-diary-entries): Use new optional
27858 argument REDRAW rather than calendar-redrawing variable.
27859 * calendar/calendar.el (calendar-redrawing): Delete.
27860 (redraw-calendar): Do not bind calendar-redrawing.
27861
27862 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
27863
27864 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
27865 diary-file buffer.
27866
27867 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
27868
27869 * help.el (describe-mode): Allow a :minor-mode-function property to
27870 specify a different minor mode toggle function than the variable.
27871 * simple.el (auto-fill-function):
27872 * subr.el (add-minor-mode): Use it.
27873
27874 2005-03-16 Kenichi Handa <handa@m17n.org>
27875
27876 * language/ethio-util.el (sera-being-called-by-w3): New variable.
27877 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
27878 (ethio-fidel-to-sera-buffer): Likewise.
27879
27880 2005-03-16 Juri Linkov <juri@jurta.org>
27881
27882 * emacs-lisp/find-func.el (find-function-regexp):
27883 Add defun-emitting macro `menu-bar-make-toggle'.
27884
27885 * isearch.el: Put `isearch-scroll' property to
27886 `split-window-horizontally'.
27887
27888 * info.el: Update error messages for `debug-ignored-errors'.
27889 (Info-isearch-search): Doc fix.
27890 (Info-find-node): Move up code to go into info buffer before
27891 recording the node to the history.
27892 (Info-fontify-node): Fontify titles only if the next line
27893 has two or more `*', `=', `-', `.'.
27894 Display "go to this node" for empty (match-string 3).
27895
27896 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27897
27898 * term/mac-win.el: Add mouse pointer shape constants.
27899
27900 2005-03-15 Kim F. Storm <storm@cua.dk>
27901
27902 * simple.el (move-beginning-of-line): Use vertical-motion.
27903
27904 2005-03-15 Juri Linkov <juri@jurta.org>
27905
27906 * isearch.el (isearch-error): New variable.
27907 (isearch-invalid-regexp, isearch-within-brackets): Remove.
27908 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
27909 (isearch-within-brackets-state): Remove.
27910 (isearch-case-fold-search-state, isearch-pop-fun-state):
27911 Decrease frame index.
27912 (isearch-mode, isearch-top-state, isearch-push-state)
27913 (isearch-edit-string, isearch-abort, isearch-search-and-update)
27914 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
27915 (isearch-search, isearch-lazy-highlight-new-loop):
27916 Replace `isearch-invalid-regexp' with `isearch-error'.
27917 Remove `isearch-within-brackets'.
27918 (isearch-search): Add `search-failed' handler to `condition-case'.
27919 (isearch-lazy-highlight-search): Add `condition-case' to catch
27920 errors and allow `isearch-lazy-highlight-update' to try
27921 highlighting from the beginning of the window.
27922 (isearch-repeat): Move up code to set isearch-wrapped to t
27923 before calling isearch-wrap-function.
27924
27925 * info.el (Info-isearch-initial-node): New internal variable.
27926 (Info-search): Signal an error in isearch mode when search leaves
27927 the initial node. Signal an error when `bound' is non-nil and
27928 nothing was found in the current subfile.
27929 (Info-isearch-search): Remove `condition-case'.
27930 (Info-isearch-wrap): Don't wrap when search failed during leaving
27931 the initial node. If `Info-isearch-search' is nil, wrap around
27932 the current node.
27933 (Info-isearch-start): New fun.
27934 (Info-mode): Add buffer-local hook `Info-isearch-start' to
27935 `isearch-mode-hook'.
27936
27937 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27938
27939 * simple.el (normal-erase-is-backspace): Set default to t if
27940 running on Mac.
27941
27942 * term/mac-win.el (function-key-map): Sync with x-win.el.
27943
27944 2005-03-15 Kenichi Handa <handa@m17n.org>
27945
27946 * international/mule-cmds.el (locale-language-names): Modify the
27947 format of elements and add more entries.
27948 (locale-preferred-coding-systems): Add more entries.
27949 (set-locale-environment): Adjust for the change of
27950 locale-language-names.
27951
27952 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
27953
27954 * pcvs.el (smerge-ediff): Remove bogus autoload.
27955
27956 2005-03-14 Lute Kamstra <lute@gnu.org>
27957
27958 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
27959 Ignore a `*' at the beginning of a line.
27960
27961 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
27962 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
27963 subr.el.
27964 (dont-compile, eval-when-compile, eval-and-compile): Use declare
27965 to specify indentation.
27966
27967 * generic.el (define-generic-mode): Let generic-mode-list be a
27968 list of strings; test membership with equal.
27969
27970 2005-03-14 Kim F. Storm <storm@cua.dk>
27971
27972 * simple.el (next-line, previous-line): Add optional try-vscroll
27973 arg to recognize interactive use. Pass it on to line-move.
27974 (line-move): Don't perform auto-window-vscroll when defining or
27975 executing keyboard macro to ensure consistent behavior.
27976
27977 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
27978
27979 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
27980
27981 2005-03-13 Lute Kamstra <lute@gnu.org>
27982
27983 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
27984 debugger-setup-buffer so that backtrace marks the frames set to
27985 debug-on-exit and we don't have to do it manually. Set an extra
27986 debug-on-exit for macro's.
27987 (debugger-setup-buffer): Don't mark the top frame manually.
27988
27989 2005-03-12 Lute Kamstra <lute@gnu.org>
27990
27991 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
27992 lisp-indent-function throughout.
27993 (with-no-warnings): Set lisp-indent-function property.
27994
27995 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
27996
27997 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
27998 Add entry for backslash.
27999
28000 2005-03-12 Juri Linkov <juri@jurta.org>
28001
28002 * info.el (Info-search): Four fixes for backward search.
28003
28004 2005-03-11 Jay Belanger <belanger@truman.edu>
28005
28006 * calc/calc.el (calc-language-alist): New variable.
28007 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
28008 (calc-embedded-find-modes): Use calc-language-alist instead of
28009 calc-embedded-language-alist.
28010
28011 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
28012
28013 * calendar/calendar.el (calendar-redrawing): New internal
28014 variable.
28015 (redraw-calendar): Remove bogus save-excursion from previous
28016 change. Bind calendar-redrawing to t for mark-diary-entries.
28017 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
28018 calendar if that is why we were called.
28019
28020 2005-03-11 Kenichi Handa <handa@m17n.org>
28021
28022 * international/mule.el (make-coding-system): Set property
28023 coding-system-define-form to nil.
28024 (define-coding-system-alias): Likewise.
28025
28026 2005-03-11 Kenichi Handa <handa@m17n.org>
28027
28028 These changes are suggested by Dave Love <fx@gnu.org>.
28029
28030 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
28031 coding: tag.
28032 (adaptive-fill-regexp): Add more bullets.
28033 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
28034 regexps.
28035
28036 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
28037
28038 * help.el (describe-mode): Properly handle non-trivial lighters.
28039 Don't ignore minor modes that are not listed in minor-mode-list.
28040
28041 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
28042 feature ON when the user requests to turn it OFF.
28043
28044 2005-03-10 Lute Kamstra <lute@gnu.org>
28045
28046 * emacs-lisp/debug.el (debug-entry-code): Delete it.
28047 (implement-debug-on-entry): New function to replace debug-entry-code.
28048 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
28049 second argument as the 2005-03-07 change makes it obsolete.
28050 (debug-on-entry, cancel-debug-on-entry): Update call to
28051 debug-on-entry-1.
28052 (debug, debugger-setup-buffer): Comment update.
28053 (debugger-frame-number): Update to work with implement-debug-on-entry.
28054
28055 2005-03-10 Jay Belanger <belanger@truman.edu>
28056
28057 * calc/calc-embed.el (math-ms-args): Declare it.
28058 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
28059 math-ms-args.
28060 (calc-embedded-subst): Use math-multi-subst-rec to substitute
28061 variables.
28062
28063 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
28064
28065 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28066 Use message-box.
28067
28068 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28069 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28070 (tooltip-gud-tips): Simplify.
28071 (tooltip-gud-tips-p): Remove superfluous :set.
28072 (tooltip-gud-modes): Add fortran-mode.
28073 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28074
28075 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28076
28077 2005-03-09 Kim F. Storm <storm@cua.dk>
28078
28079 * play/animate.el (animate-place-char): Use forward-line instead
28080 of next-line to improve performance.
28081
28082 2005-03-09 Simon Josefsson <jas@extundo.com>
28083
28084 * net/browse-url.el (browse-url-default-browser): Doc fix.
28085
28086 2005-03-09 Miles Bader <miles@gnu.org>
28087
28088 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28089 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28090
28091 2005-03-09 Kenichi Handa <handa@m17n.org>
28092
28093 * international/latin-1.el: Set case and syntax for 255 only if
28094 set-case-syntax-set-multibyte is nil.
28095
28096 * textmodes/ispell.el (ispell-insert-word): New function.
28097 (ispell-word): Use ispell-insert-word to insert a new word.
28098 (ispell-process-line): Likewise.
28099 (ispell-complete-word): Likewise.
28100
28101 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
28102
28103 * calendar/calendar.el (redraw-calendar): Preserve point.
28104 Reported by Matt Hodges <MPHodges@member.fsf.org>.
28105 (calendar-week-start-day): Move after definition of
28106 redraw-calendar. Delete buffer test, since redraw-calendar has
28107 that now.
28108
28109 * calendar/diary-lib.el (mark-diary-entries): Only call
28110 redraw-calendar in the first of any recursive calls.
28111 Reported by Alan Shutko <ats@acm.org>.
28112
28113 2005-03-08 Juri Linkov <juri@jurta.org>
28114
28115 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28116 (html-horizontal-rule, html-line, html-image, html-checkboxes)
28117 (html-radio-buttons): Add a space before the trailing `/>' where
28118 sgml-xml-mode is non-nil.
28119 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28120 the subsequent tag of the empty XML tag.
28121 (html-href-anchor): Don't set initial input to "http:".
28122 (html-image): Ask for the image URL and set point inside alt="".
28123 (html-name-anchor): Duplicate the name in the `id' attribute when
28124 sgml-xml-mode is non-nil.
28125 (html-paragraph): Remove \n before <p>.
28126 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28127 instead of `checked' when sgml-xml-mode is non-nil.
28128
28129 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28130 Remove 1 space before #RRGGBB to not truncate it on terminal
28131 windows w/o fringes. Remove 1 space between bg and fg examples
28132 to get more space.
28133 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28134 avoid byte-compile warnings.
28135
28136 * image-file.el (image-file-handler): Put `safe-magic' property to
28137 `image-file-handler'.
28138
28139 * info.el (Info-isearch-search): Emulate word search in
28140 isearching through multiple Info nodes with Info-search.
28141 (Info-isearch-wrap): Allow isearch-word.
28142
28143 2005-03-08 Lute Kamstra <lute@gnu.org>
28144
28145 * emacs-lisp/debug.el (debugger-step-through): Make sure that
28146 stepping into the debugger's code is not possible.
28147 (debugger-jumping-flag): Docstring update.
28148
28149 2005-03-08 Jay Belanger <belanger@truman.edu>
28150
28151 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28152 embedded mode begins.
28153 (calc-embedded-language-alist): New variable.
28154 (calc-embedded-find-modes): Use calc-embedded-language-alist to
28155 set default language mode.
28156
28157 2005-03-08 Kenichi Handa <handa@m17n.org>
28158
28159 * international/ccl.el (define-ccl-program): Fix docstring about
28160 extra 256 bytes assured for the output buffer.
28161
28162 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28163 Fix BUFFER_MAGNIFICATION to 2.
28164 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28165
28166 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
28167
28168 * align.el (align-rules-list): Added an alignment rule for CSS
28169 declarations (applies to css-mode and html-mode buffers).
28170
28171 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
28172
28173 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28174
28175 2005-03-07 Kim F. Storm <storm@cua.dk>
28176
28177 * simple.el (move-beginning-of-line): New command.
28178
28179 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28180
28181 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28182
28183 * emulation/cua-base.el: Put CUA move property on move-end-of-line
28184 and move-beginning-of-line.
28185
28186 * apropos.el (apropos-print): Omit command from M-x ... RET.
28187
28188 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
28189
28190 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28191 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28192
28193 2005-03-06 Richard M. Stallman <rms@gnu.org>
28194
28195 * bindings.el (esc-map): Bind M-g to goto-line.
28196
28197 * facemenu.el (global-map): Bind M-o, not M-g.
28198
28199 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28200
28201 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28202 "Open Directory" as for "Open File".
28203
28204 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
28205
28206 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28207 (push-mark-command): Run activate-mark-hook.
28208
28209 2005-03-06 Richard M. Stallman <rms@gnu.org>
28210
28211 * help-mode.el (help-mode-finish): Don't alter the element
28212 in view-return-to-alist if there already is one.
28213
28214 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28215 make sure the current buffer is the expected one.
28216
28217 * novice.el (disabled-command-function): Output in *Disabled Command*.
28218 Explicitly ignore non-keyboard events, and explicitly handle C-g.
28219
28220 * textmodes/flyspell.el (flyspell-large-region):
28221 Pass args differently for aspell.
28222
28223 * files.el (mode-require-final-newline): Doc fix.
28224
28225 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28226
28227 * progmodes/which-func.el (which-function):
28228 Specify NOERROR when calling imenu--make-index-alist.
28229
28230 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
28231
28232 * simple.el (normal-erase-is-backspace): Define default value.
28233
28234 * custom.el (custom-theme-set-variables): Remove unused var
28235 `immediate'.
28236 (custom-reevaluate-setting): Simple function to handle variables
28237 that are defined before their default value can really be
28238 computed.
28239
28240 * startup.el (command-line): Use it for temporary-file-directory,
28241 small-emporary-file-directory, auto-save-file-name-transforms,
28242 blink-cursor-mode, and normal-erase-is-backspace.
28243
28244 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28245 progress, even with buggy anchored keywords.
28246
28247 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
28248
28249 * simple.el (goto-line): Remove unbalanced final parenthesis.
28250
28251 2005-03-05 Richard M. Stallman <rms@gnu.org>
28252
28253 * simple.el (goto-line): Use a number at point as the default.
28254 With C-u as arg, switch buffers.
28255
28256 2005-03-05 Juri Linkov <juri@jurta.org>
28257
28258 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28259 with `no-blinking-cursor'.
28260
28261 * startup.el (no-blinking-cursor): New defvar.
28262 (command-line): Add `--no-blinking-cursor' to longopts.
28263 Set `no-blinking-cursor' to t for command line arguments
28264 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
28265 with `no-blinking-cursor' in the condition for calling
28266 `blink-cursor-mode'.
28267
28268 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
28269
28270 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28271 (menu-bar-options-save): Add blink-cursor-mode.
28272 (menu-bar-options-menu): Add blink-cursor-mode.
28273
28274 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
28275
28276 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28277 (icalendar-export-file, icalendar-export-region)
28278 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28279 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28280
28281 2005-03-04 Lute Kamstra <lute@gnu.org>
28282
28283 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28284 (debug-function-list): Ditto.
28285
28286 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
28287
28288 * textmodes/texinfmt.el (texinfo-append-refill):
28289 Redefine the types of line to which @refill
28290 is not appended by replacing a search for `@refill\\|@bye' with
28291 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
28292 itemize@refill' bug and the unfilled long lines bug.
28293 (texinfmt-version): Update number and date.
28294
28295 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
28296
28297 * international/code-pages.el (windows-1250, windows-125[2-8])
28298 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28299
28300 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
28301
28302 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28303 bound yet.
28304
28305 2005-03-02 Romain Francoise <romain@orebokech.com>
28306
28307 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28308 buffer after removing limits.
28309 (ibuffer-pop-filter): Ditto.
28310 Update copyright.
28311
28312 2005-03-02 Miles Bader <miles@gnu.org>
28313
28314 * button.el (make-text-button): If the user doesn't specify a
28315 type, use the default. Rewrite to use `add-text-properties' and
28316 plist functions.
28317
28318 2005-03-01 Lute Kamstra <lute@gnu.org>
28319
28320 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28321 (debugger-jumping-flag): New var.
28322 (debug-entry-code): Use it.
28323 (debugger-jump): Use debugger-jumping-flag and add
28324 debugger-reenable to post-command-hook.
28325 (debugger-reenable): Use debugger-jumping-flag and remove itself
28326 from post-command-hook.
28327 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28328 debugger-reenable.
28329
28330 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
28331
28332 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28333 inclusion of "itemize\\|", which may be unnecessary, is certainly
28334 inelegant, and stops refilling in itemize lists when formatting
28335 Japanese Texinfo files to Info.
28336 Update copyright to 2005.
28337
28338 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
28339
28340 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28341 of an error if GDB can't find the source file.
28342
28343 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
28344
28345 * calendar/calendar.el (redraw-calendar): Work from any buffer,
28346 not just the calendar.
28347
28348 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28349 first.
28350 (diary-redraw-calendar): New function.
28351 (make-diary-entry): Add diary-redraw-calendar to local
28352 write-contents-functions. Turn off selective display before
28353 inserting in diary.
28354
28355 2005-03-01 Kim F. Storm <storm@cua.dk>
28356
28357 * emacs-lisp/copyright.el (copyright-fix-years): New command.
28358
28359 2005-03-01 Lute Kamstra <lute@gnu.org>
28360
28361 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28362 that debug-entry-code can be safely removed from a function while
28363 this code is being evaluated. Revert the 2005-02-27 change as the
28364 new implementation no longer requires it. Make sure that a
28365 function body containing just a string is not mistaken for a docstring.
28366 (debug): Skip one more frame in case of debug on entry.
28367 (debugger-setup-buffer): Delete one more frame line in case of
28368 debug on entry.
28369 (debugger-frame-number): Update to use the new text introduced by
28370 the 1999-11-03 change. Skip one more frame in case of debug on entry.
28371
28372 2005-02-28 Kim F. Storm <storm@cua.dk>
28373
28374 * double.el (double-translate-key): Call force-window-update after
28375 read-event to avoid crash in redisplay.
28376
28377 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
28378
28379 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28380 (debug): Use it. Move the inhibit-trace earlier.
28381 (debug-entry-code): New const.
28382 (debug-on-entry-1): Use it.
28383
28384 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
28385
28386 * international/utf-16.el (ccl-encode-mule-utf-16le):
28387 Fix BUFFER_MAGNIFICATION to 2.
28388 (ccl-encode-mule-utf-16be): Likewise.
28389
28390 2005-02-28 Kenichi Handa <handa@m17n.org>
28391
28392 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28393 Fix BUFFER_MAGNIFICATION to 4.
28394 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28395
28396 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
28397
28398 * speedbar.el (speedbar-update-flag): Doc fix.
28399 (speedbar-show-info-under-mouse): Give set-mouse-position the right
28400 argument.
28401
28402 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
28403
28404 * reveal.el (reveal-post-command): Don't try to reveal overlays which
28405 have a non-nil `invisible' property but are actually visible.
28406
28407 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28408 for perldoc sections.
28409 (perl-outline-regexp, perl-outline-level): New var and function.
28410 (perl-mode): Use them.
28411
28412 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
28413
28414 * calendar/diary-lib.el (diary-remind): Discard any mark portion
28415 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28416
28417 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
28418
28419 * cus-edit.el: Comment change.
28420 (custom-buffer-create-internal): Slightly reword text at top of
28421 Custom buffers. Mention there that saving an option edits the
28422 init file. Add link to Emacs manual node on `custom-file'.
28423 (custom-magic-alist): Rewrite individual State messages to use
28424 capitalized keywords. Doc fix.
28425
28426 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
28427
28428 * calendar/calendar.el (calendar-buffer): Move above
28429 calendar-week-start-day.
28430 (calendar-week-start-day): Doc fix. Add :set function.
28431 (calendar-minimum-window-height): New variable.
28432 (generate-calendar-window): Only resize window if selected-window
28433 is displaying the calendar buffer. Use new variable
28434 calendar-minimum-window-height.
28435 (generate-calendar): Reword error message.
28436 (calendar-mode-map): Bind DEL to scroll-other-window-down.
28437
28438 2005-02-27 Andreas Schwab <schwab@suse.de>
28439
28440 * vc.el (vc-do-command): Don't run command asynchronously when
28441 operating in a remote directory.
28442
28443 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28444 change from sync with Tramp 2.0.47.
28445
28446 2005-02-27 Richard M. Stallman <rms@gnu.org>
28447
28448 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28449
28450 * textmodes/flyspell.el (flyspell-mode-on):
28451 Call ispell-change-dictionary only if necessary.
28452
28453 * emacs-lisp/re-builder.el (regexp-builder): New function.
28454
28455 * register.el (describe-register-1): Explicitly handle
28456 yank-excluded-properties = t.
28457
28458 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28459 (custom-magic-alist): Change the status descriptions again.
28460 (face widget-type): Total rewrite based on `restricted-sexp'
28461 to eliminate the confusing double hiding levels.
28462
28463 * emacs-lisp/debug.el (debug-on-entry-1):
28464 If function body is empty, add nil as body form.
28465
28466 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
28467
28468 * emacs-lisp/trace.el (inhibit-trace): New var.
28469 (trace-make-advice): Use it.
28470
28471 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28472
28473 2005-02-26 Kim F. Storm <storm@cua.dk>
28474
28475 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28476 (mouse-on-link-p, mouse-drag-region-1): Use it.
28477
28478 2005-02-25 Lute Kamstra <lute@gnu.org>
28479
28480 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28481
28482 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
28483
28484 * frame.el (blink-cursor-mode): Add :group keyword.
28485
28486 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
28487
28488 * calendar/icalendar.el (icalendar--decode-isodatetime):
28489 New optional argument DAY-SHIFT.
28490 (icalendar-export-region): Fix coding-system-for-write.
28491 (icalendar--convert-ical-to-diary): Shift end-day of all-day
28492 events by one.
28493
28494 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
28495
28496 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
28497
28498 2005-02-24 Kim F. Storm <storm@cua.dk>
28499
28500 * international/iso-acc.el (iso-accents-compose): Fix crash
28501 during redisplay. Call force-window-update after read-event
28502 and delete-region to signal that window is not accurate.
28503
28504 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
28505
28506 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
28507 Remove unused and inexistent var `inhibit-trace'.
28508 (debugger-mode): Use run-mode-hooks.
28509 (debugger-list-functions): Add buttons; setup xref stack.
28510
28511 2005-02-23 Richard M. Stallman <rms@gnu.org>
28512
28513 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
28514 appointment says it was explicitly made.
28515 (appt-add): Set the 3rd element.
28516 (appt-make-list): Preserve explicit appointments.
28517
28518 * subr.el (find-tag-default): Catch errors in forward-sexp.
28519
28520 2005-02-23 Juri Linkov <juri@jurta.org>
28521
28522 * info.el (Info-isearch-search): New defcustom.
28523 (Info-isearch-search): Call the default isearch function
28524 when Info-isearch-search is nil.
28525 (Info-isearch-wrap): Use variable Info-isearch-search.
28526
28527 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
28528
28529 * cus-edit.el: Comment change.
28530
28531 2005-02-22 Kim F. Storm <storm@cua.dk>
28532
28533 * progmodes/hideif.el (hide-ifdef-use-define-alist):
28534 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
28535
28536 2005-02-22 Simon Josefsson <jas@extundo.com>
28537
28538 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
28539 New variable.
28540 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
28541 Oskarsson" <myrkraverk@users.sourceforget.net>.
28542
28543 2005-02-22 Kim F. Storm <storm@cua.dk>
28544
28545 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
28546 check that window of that event is the selected window.
28547 (mouse-drag-region-1): Compare mouse event window to selected
28548 window before setting point.
28549
28550 * tooltip.el (tooltip-show-help-function): Pass event to
28551 mouse-on-link-p so it can check selected window.
28552
28553 2005-02-22 Kenichi Handa <handa@m17n.org>
28554
28555 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
28556 (ps-mule-show-warning): New function.
28557 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
28558 characters are found.
28559
28560 * ps-print.el (ps-header-footer-string): Return a list of header
28561 and footer strings.
28562
28563 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
28564
28565 * pcvs.el (cvs-retrieve-revision): Fix thinko.
28566
28567 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
28568
28569 * frame.el (blink-cursor-mode): Use define-minor-mode.
28570
28571 * term/mac-win.el (function-key-map): Use char-names more consistently.
28572 (file-name-coding-system): Only set it for MacOS-9. The other case is
28573 already handled in mule-cmds.el (where it also works when mac-win.el
28574 is not used).
28575
28576 2005-02-21 Kenichi Handa <handa@m17n.org>
28577
28578 * international/mule.el (ctext-pre-write-conversion): Always use
28579 " *code-converting-work*" buffer for work.
28580
28581 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
28582
28583 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
28584
28585 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
28586
28587 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
28588
28589 * ses.el (undo-more): Restore defadvice, but only the part that
28590 allows changes outside the restricted area of the buffer.
28591
28592 2005-02-20 Kim F. Storm <storm@cua.dk>
28593
28594 * simple.el (line-move): Add fourth optional arg try-vscroll which
28595 must be set to perform auto-window-vscroll.
28596 When moving backwards and doing auto-window-vscroll, automatically
28597 vscroll to the last part of lines which are taller than the window.
28598 (next-line, previous-line): Set try-vscroll arg on line-move.
28599
28600 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
28601
28602 * replace.el (query-replace, query-replace-regexp)
28603 (replace-string, replace-regexp): When operating on region, make
28604 the minibuffer prompt say so.
28605
28606 * isearch.el (isearch-forward): Document isearch-query-replace and
28607 isearch-query-replace-regexp keybindings.
28608
28609 2005-02-19 Jay Belanger <belanger@truman.edu>
28610
28611 * calc/calc-aent.el (math-read-token): Add local variable.
28612
28613 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
28614 (calc-edit-top): Move declaration to earlier in file.
28615 (calc-edit-macro-repeats): Add local variables.
28616
28617 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
28618 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
28619 calcFunc-tanh.
28620 Adjust integration rule for calcFunc-tan.
28621
28622 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28623
28624 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
28625 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
28626 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
28627 (viper-skip-separators): Bug fix.
28628 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
28629 particular major mode.
28630 (viper-del-backward-char-in-replace): Don't put deleted char on the
28631 kill ring.
28632
28633 * viper-ex.el (viper-color-display-p): New function.
28634 (viper-has-face-support-p): Use viper-color-display-p.
28635
28636 * viper-keym.el (viper-gnus-modifier-map): New keymap.
28637
28638 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
28639
28640 * viper-util.el (viper-glob-unix-files): Fix shell status check.
28641 (viper-file-remote-p): Make equivalent to file-remote-p.
28642
28643 * viper.el (viper-major-mode-modifier-list):
28644 Use viper-gnus-modifier-map.
28645
28646 2005-02-19 David Kastrup <dak@gnu.org>
28647
28648 * subr.el (subregexp-context-p): Fix garbled doc string by adding
28649 quoting.
28650
28651 2005-02-19 Jay Belanger <belanger@truman.edu>
28652
28653 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
28654 Remove extra definitions.
28655 (calc-coth): New function.
28656 (calcFunc-cot): Fix `let'.
28657
28658 2005-02-19 Eli Zaretskii <eliz@gnu.org>
28659
28660 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
28661 the reasons we use "type pc" in these faces.
28662
28663 * button.el (button): Ditto.
28664
28665 2005-02-19 Michael Mauger <mmaug@yahoo.com>
28666
28667 * replace.el (query-replace-read-from): Set the value of
28668 query-replace-from-history-variable to handle the case of an empty
28669 string entered to accept the suggested default.
28670
28671 * net/tramp.el (tramp-file-name-for-operation):
28672 Use dired-call-process instead of dired-call-process-command.
28673
28674 2005-02-19 Jay Belanger <belanger@truman.edu>
28675
28676 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28677 (math-div-non-trig): New variables.
28678 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28679 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28680 (math-combine-prod, math-div-symb-fancy): Add simplifications for
28681 trig expressions.
28682
28683 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
28684
28685 * progmodes/gdb-ui.el (gdb-var-update-handler)
28686 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28687 for watch expressions,
28688 (gdb-var-create-handler): Don't set speedbar-update-flag.
28689 (gdb-post-prompt): Simplify test for speedbar.
28690
28691 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28692
28693 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28694 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28695 we use the syntax table of the correct buffer.
28696 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28697 Felix Gatzemeier.
28698
28699 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28700 (ediff-file-remote-p): Make synonymous with file-remote-p.
28701 In all deffaces ediff-*-face-*, use min-colors.
28702
28703 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28704 ediff-recurse-to-subdirectories.
28705 (ediff-mark-if-equal): Check that the arguments are strings, use
28706 ediff-same-contents (after to Felix Gatzemeier).
28707
28708 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28709 nil.
28710
28711 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
28712
28713 * log-view.el (log-view-message-re): Fix up Subversion regexp.
28714
28715 2005-02-18 David Kastrup <dak@gnu.org>
28716
28717 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28718 use `mark-active' when defined.
28719
28720 2005-02-18 Kenichi Handa <handa@m17n.org>
28721
28722 * ps-print.el (ps-font-info-database): New entry
28723 ZapfChancery-MediumItalic with correct font name. Fix font name
28724 of the entry Zapf-Chancery-MediumItalic.
28725
28726 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
28727
28728 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28729
28730 2005-02-16 Kim F. Storm <storm@cua.dk>
28731
28732 * ido.el (ido-fallback-command): Pass user input to fallback command.
28733
28734 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
28735
28736 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28737 (gdb-find-file-hook): Add server prefix.
28738
28739 2005-02-16 Richard M. Stallman <rms@gnu.org>
28740
28741 * replace.el (perform-replace): Pass new args to replace-highlight.
28742 (replace-highlight): Take region args,
28743 and pass them to isearch-lazy-highlight-new-loop.
28744
28745 * novice.el (disabled-command-hook): Autoload the defalias
28746 and the make-obsolete-variable call.
28747
28748 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28749
28750 * isearch.el (isearch-lazy-highlight-start-limit)
28751 (isearch-lazy-highlight-end-limit): New variables limit
28752 the region for highlighting.
28753 (isearch-lazy-highlight-new-loop): New args BEG and END.
28754 (isearch-lazy-highlight-search): Use the new vars.
28755 (isearch-lazy-highlight-update): Likewise.
28756
28757 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28758
28759 * cus-start.el (all): Use default-boundp.
28760
28761 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
28762
28763 * menu-bar.el (menu-bar-select-frame): Handle current frame.
28764
28765 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
28766
28767 * autorevert.el (auto-revert-stop-on-user-input)
28768 (auto-revert-verbose): Doc fixes.
28769
28770 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
28771
28772 * international/mule-cmds.el (set-locale-environment): Remove call
28773 to set-selection-coding-system on Windows.
28774
28775 2005-02-15 Jay Belanger <belanger@truman.edu>
28776
28777 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28778 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28779 calcFunc-coth.
28780 (math-simplify-sqrt): Add simplifications.
28781
28782 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28783 to list.
28784
28785 * calc/calc-ext.el: Add functions to autoloads.
28786
28787 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28788 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28789 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28790 (math-csc-raw, math-cot-raw): New functions.
28791
28792 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28793
28794 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28795 the variable name in a message.
28796
28797 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28798 calcFunc-csc, calcFunc-cot.
28799
28800 * calc/calcalg2.el: Add derivative and integration rules for
28801 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28802 calcFunc-csch, calcFunc-coth.
28803 (math-do-integral-methods): Add to checks for when to use
28804 substitutions.
28805
28806 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28807
28808 2005-02-15 Lute Kamstra <lute@gnu.org>
28809
28810 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28811 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
28812 <monnier@iro.umontreal.ca>.
28813 (lisp-outline-level): Improve efficiency. Suggested by David
28814 Kastrup <dak@gnu.org>.
28815
28816 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
28817
28818 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28819 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28820 (gdb-set-gud-minor-mode-existing-buffers): New functions.
28821 (gdb-find-file-hook): New hook. Add it to find-file-hook.
28822 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28823
28824 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
28825
28826 * cus-start.el (all): Comment change.
28827
28828 2005-02-14 Lute Kamstra <lute@gnu.org>
28829
28830 * cus-start.el (all): Check if symbol is void.
28831
28832 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
28833
28834 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28835 optional argument to \cite.
28836
28837 2005-02-14 Richard M. Stallman <rms@gnu.org>
28838
28839 * cus-edit.el (custom-buffer-create-internal): Update help message.
28840 (custom-magic-alist): Update help messages.
28841
28842 * cus-start.el (all): Allow a var to specify a standard value.
28843
28844 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
28845
28846 * custom.el (custom-theme-set-variables): Handle variable aliases.
28847
28848 * frame.el (blink-cursor-timer): Doc fix.
28849 (blink-cursor): Make it an alias for `blink-cursor-mode' and
28850 declare obsolete.
28851 (blink-cursor-mode): Define with defcustom and use correct
28852 standard expression in that defcustom.
28853 * startup.el (command-line): Adapt to above changes in frame.el.
28854
28855 2005-02-11 Lute Kamstra <lute@gnu.org>
28856
28857 * apropos.el (apropos-score-doc): Prevent division by zero.
28858
28859 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
28860
28861 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
28862 (icalendar--get-event-property-attributes)
28863 (icalendar--get-event-properties)
28864 (icalendar--datetime-to-diary-date): New functions.
28865 (icalendar--split-value): Doc fix.
28866 (icalendar--datetime-to-noneuropean-date)
28867 (icalendar--datetime-to-european-date): New optional argument
28868 SEPARATOR. Return result as a string instead of a list.
28869 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
28870 (icalendar--convert-string-for-export): Rename arg S to STRING.
28871 (icalendar-export-region): Doc fix. Change name of error buffer.
28872 Save output buffer.
28873 (icalendar-import-file): Add blank at end of prompt.
28874 (icalendar-import-buffer): Doc fix. Do not switch to error
28875 buffer. Indicate status in return value.
28876 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
28877 buffer. Save output buffer. Handle exception from recurrence
28878 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
28879 events. Fix problems with weekly all-day events.
28880
28881 2005-02-10 Richard M. Stallman <rms@gnu.org>
28882
28883 * simple.el (eval-expression-print-format):
28884 Avoid warning about edebug-active.
28885
28886 * help.el (help-for-help-internal): Rename from help-for-help.
28887 (help-for-help): Define with defalias.
28888
28889 * font-core.el (font-lock-default-function): Use with-no-warnings.
28890
28891 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
28892
28893 * custom.el (defface): Doc fix.
28894
28895 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
28896
28897 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
28898 width 0" to prevent word wrapping problems.
28899
28900 2005-02-09 Kim F. Storm <storm@cua.dk>
28901
28902 * ido.el (ido-file-extensions-order): New defcustom.
28903 (ido-file-extension-lessp, ido-file-extension-aux)
28904 (ido-file-extension-order): New advanced file ordering.
28905 (ido-file-lessp): New simple file ordering.
28906 (ido-sort-list): Remove.
28907 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
28908 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
28909
28910 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
28911
28912 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
28913 that some versions of grep produce.
28914 (grep-mode-font-lock-keywords): Likewise.
28915
28916 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
28917
28918 * progmodes/gdb-ui.el (gdb-location-list): New variable.
28919 (gdb-cdir): Delete.
28920 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
28921 (gdb-source-info): Treat case when source file is in another
28922 directory properly.
28923 (gdb-get-location): New function.
28924
28925 2005-02-07 Jay Belanger <belanger@truman.edu>
28926
28927 * calc/calc-prog.el (calc-write-parse-table-part)
28928 (calc-fix-token-name): Fix a check for language type.
28929
28930 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
28931
28932 2005-02-07 Andre Spiegel <spiegel@gnu.org>
28933
28934 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
28935 as directory not writable.
28936
28937 2005-02-07 Kim F. Storm <storm@cua.dk>
28938
28939 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
28940 (cua--standard-movement-commands): Remove list.
28941 Instead, set CUA property value to move for movement commands.
28942 (cua-movement-commands): Remove. Users must set CUA prop instead.
28943 (cua--pre-command-handler): Check CUA property.
28944 (cua--init-keymaps): Don't remap undo commands.
28945 (cua-mode): Don't call cua--rectangle-on-off.
28946
28947 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
28948 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
28949 (cua--rect-undo-set-point): New var.
28950 (cua--rectangle-undo-boundary): Setup undo apply entry.
28951 (cua--rect-undo-handler): New function for rectangle undo.
28952 (cua--rect-start-position, cua--rect-end-position): Add.
28953 (cua--rectangle-post-command): Call cua--rectangle-set-corners
28954 for restored rectangle. Set point if cua--rect-undo-set-point.
28955
28956 2005-02-06 Jay Belanger <belanger@truman.edu>
28957
28958 * calc/calc-lang.el (calc-tex-language): Display more information
28959 in messages.
28960
28961 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
28962 in TeX mode.
28963
28964 2005-02-06 Richard M. Stallman <rms@gnu.org>
28965
28966 * emacs-lisp/lisp.el (buffer-end): Doc fix.
28967
28968 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
28969
28970 * net/ldap.el (ldap-search-internal): Support attributes with
28971 optional descriptions separated by a semi-colon, as in
28972 "userCertificate;binary".
28973
28974 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28975
28976 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
28977 isn't a cons (i.e. the version is 0).
28978
28979 2005-02-05 Eli Zaretskii <eliz@gnu.org>
28980
28981 * help.el (help-for-help): Doc fix.
28982
28983 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
28984
28985 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
28986 GDB-Windows on the menu-bar as this works better.
28987
28988 2005-02-04 Jay Belanger <belanger@truman.edu>
28989
28990 * calc/calc-embed.el (calc-embedded-update): Don't put in
28991 unnecessary newlines. Adjust the end of formula marker.
28992
28993 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
28994 (math-latex-parse-two-args): New function.
28995
28996 2005-02-03 Lute Kamstra <lute@gnu.org>
28997
28998 * help-fns.el (help-with-tutorial): Make sure that users cannot
28999 remove the entire text of the tutorial by means of `undo'.
29000
29001 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
29002
29003 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
29004 in recent changes, where the ispell process was repeatedly
29005 killed & restarted.
29006
29007 * international/mule-cmds.el (set-locale-environment): Set file-name
29008 coding system to utf-8 on Darwin systems.
29009 (set-default-coding-systems): Don't set default-file-name-coding-system
29010 on Darwin systems.
29011
29012 2005-02-03 Richard M. Stallman <rms@gnu.org>
29013
29014 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
29015
29016 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
29017
29018 * faces.el (list-faces-display): Add optional argument.
29019
29020 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
29021
29022 * font-core.el (font-lock-default-function): Handle the rare case where
29023 only font-lock-keywords is set.
29024
29025 2005-02-02 Kenichi Handa <handa@m17n.org>
29026
29027 * international/characters.el: Cancel previous change for
29028 I-WITH-DOT-ABOVE and DOTLESS-i.
29029
29030 * international/latin-5.el: Cancel previous change.
29031
29032 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29033
29034 * progmodes/gud.el: Correction to syntax in gud-menu-map.
29035
29036 2005-02-02 Kenichi Handa <handa@m17n.org>
29037
29038 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
29039 DOTLESS-i.
29040
29041 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
29042 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
29043
29044 * case-table.el (get-upcase-table): New function.
29045 (copy-case-table): Copy upcaes table too if non-nil.
29046 (set-case-syntax-delims): Maintain upcase table too.
29047 (set-case-syntax-pair): Likewise.
29048 (set-upcase-syntax, set-downcase-syntax): New functions.
29049 (set-case-syntax): Maintain upcase table too.
29050
29051 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29052
29053 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
29054
29055 * progmodes/gud.el (gud-goto-info): New function.
29056 (gud-tool-bar-map): Use correct icon.
29057
29058 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29059
29060 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
29061 When delegating, order args in the funcall correctly.
29062
29063 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29064
29065 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29066
29067 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
29068
29069 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29070 buffer not visiting a file.
29071
29072 2005-01-31 Jay Belanger <belanger@truman.edu>
29073
29074 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29075 bound on the line with the formula.
29076
29077 2005-01-31 Kim F. Storm <storm@cua.dk>
29078
29079 * ses.el (ses-create-cell-variable-range)
29080 (ses-destroy-cell-variable-range, ses-reset-header-string)
29081 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29082 (ses-insert-row): Fix format of apply undo entries.
29083
29084 2005-01-31 Jay Belanger <belanger@truman.edu>
29085
29086 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29087 parts.
29088
29089 * calc/calc-embed.el (calc-embedded-open-formula)
29090 (calc-embedded-close-formula): Ignore matrix environments.
29091
29092 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29093 TeX mode.
29094
29095 * calc/calc-lang.el (math-function-table, math-oper-table)
29096 (math-variable-table): Adjust the LaTeX portions.
29097
29098 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29099 (math-latex-ignore-words): New constant.
29100
29101 2005-01-31 Richard M. Stallman <rms@gnu.org>
29102
29103 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29104 (ispell-local-dictionary): Doc fix.
29105 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29106 Don't reinitialize at run time. Don't defcustom.
29107 All uses changed to append ispell-local-dictionary-alist,
29108 or check it first.
29109 (ispell-current-dictionary): New variable for dictionary in use.
29110 (ispell-dictionary): Now used only for global default.
29111 (ispell-start-process): Set ispell-current-dictionary,
29112 not ispell-dictionary.
29113 (ispell-change-dictionary): Use this only for setting
29114 user preferences.
29115 (ispell-internal-change-dictionary): New function
29116 to change the current dictionary in use.
29117 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29118 Use ispell-current-dictionary.
29119 Handle ispell-local-dictionary-overridden.
29120 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29121
29122 2005-01-31 Jay Belanger <belanger@truman.edu>
29123
29124 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29125
29126 * calc/calc-ext.el: Add calc-latex-language to autoloads.
29127 (calc-mode-map): Add calc-latex-language.
29128
29129 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29130 (math-latex-print-frac): New functions.
29131 (math-oper-table, math-function-table, math-variable-table)
29132 (math-complex-format, math-input-filter): Add latex properties.
29133 (calc-set-language): Set math-expr-special-function-mapping.
29134
29135 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29136 (calc-write-parse-table-part): Add LaTeX support.
29137
29138 * calc/calc.el (calc-language): Adjust docstring.
29139 (calc-set-mode-line): Add LaTeX support.
29140 (math-expr-special-function-mapping): New variable.
29141 (math-tex-ignore-words): Add to list.
29142
29143 * calc/calccomp.el (math-compose-expr, math-compose-rows):
29144 Add LaTeX support.
29145 (math-compose-expr): Add support for special functions.
29146
29147 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29148
29149 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
29150
29151 * progmodes/gdb-ui.el (gdb-memory-address)
29152 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29153 (gdb-memory-mode-map, gdb-memory-format-keymap)
29154 (gdb-memory-format-menu, gdb-memory-unit-keymap)
29155 (gdb-memory-unit-menu): New variables for a buffer
29156 that lets the user examine program memory.
29157 (gdb-memory-set-address, gdb-memory-set-repeat-count)
29158 (gdb-memory-format-binary, gdb-memory-format-octal)
29159 (gdb-memory-format-unsigned, gdb-memory-format-signed)
29160 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29161 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29162 (gdb-memory-unit-word, gdb-memory-unit-halfword)
29163 (gdb-memory-unit-byte, gdb-memory-unit-menu)
29164 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29165 (gdb-memory-mode, gdb-memory-buffer-name)
29166 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29167 New functions for above buffer.
29168
29169 2005-01-30 Richard M. Stallman <rms@gnu.org>
29170
29171 * cus-edit.el (custom-bury-buffer): Function deleted.
29172 (custom-buffer-done-function): Option deleted.
29173 (custom-buffer-done-kill): New replacement option.
29174 (Custom-buffer-done): Call quit-window.
29175 (custom-buffer-create-internal): Update for above changes.
29176
29177 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
29178
29179 * simple.el (undo-ask-before-discard): New var.
29180 (undo-outer-limit-truncate): Implement it.
29181 (undo-extra-outer-limit): Doc update.
29182
29183 2005-01-29 Richard M. Stallman <rms@gnu.org>
29184
29185 * ses.el (undo-more): Delete defadvice.
29186 (ses-begin-change): Doc fix.
29187
29188 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29189 instead of rebinding C-x u and C-_.
29190
29191 * files.el (normal-backup-enable-predicate): Return nil for files
29192 in /tmp, regardless of temporary-file-directory.
29193
29194 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29195
29196 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29197 (open-rectangle, delete-whitespace-rectangle-line)
29198 (clear-rectangle-line): If FILL, pass t instead of FILL
29199 for move-to-column's 2nd arg.
29200
29201 * simple.el (undo): Fix the test for continuing a series of undos.
29202 (undo-more): Set pending-undo-list to t when we reach end.
29203 (pending-undo-list): Move up defvar.
29204
29205 * wid-edit.el (widget-button-click):
29206 Shorten the range of the track-mouse binding.
29207
29208 * comint.el (comint-insert-input): Undo previous changes;
29209 use last-input-event in interactive spec.
29210
29211 2005-01-29 Eli Zaretskii <eliz@gnu.org>
29212
29213 * progmodes/compile.el (compilation-start): Bind buffer-read-only
29214 to nil before invoking call-process. Reset buffer's modified flag
29215 after fontifying it in the no-async branch.
29216
29217 * wid-edit.el (widget-specify-button): If mouse pointer shape
29218 cannot be changed, use mouse face instead.
29219
29220 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
29221
29222 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29223 (gdb-goto-breakpoint): Make breakpoint handling work on template
29224 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
29225 (gdb-assembler-custom): Update to recognize breakpoint information
29226 added on 2005-01-19.
29227
29228 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
29229
29230 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29231 (dsssl-mode): Use define-derived-mode.
29232 (scheme-mode-initialize): Remove.
29233 (scheme-mode): Use run-mode-hooks.
29234
29235 * cus-edit.el (customize-group-other-window)
29236 (custom-buffer-create-other-window): Don't override special-display-*.
29237 (custom-mode-map): Make it dense.
29238
29239 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29240 sets the default value.
29241
29242 2005-01-28 Eli Zaretskii <eliz@gnu.org>
29243
29244 * descr-text.el: Add more keywords.
29245
29246 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
29247
29248 * speedbar.el: Avoid unnecessary use of locate-library.
29249
29250 * international/mule-cmds.el (standard-display-european-internal):
29251 Don't fiddle with latin-1 non-break space any more since it's now
29252 special cased in the C code.
29253 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29254
29255 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
29256
29257 * cus-start.el (all): Add `undo-outer-limit'.
29258
29259 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29260
29261 * textmodes/bibtex.el (bibtex-format-entry):
29262 Use `bibtex-empty-field-re' only on the text of fields, not on entire
29263 field lines.
29264 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29265 not on part of a buffer.
29266
29267 2005-01-25 Lute Kamstra <lute@gnu.org>
29268
29269 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29270 nonempty field text strings like "{letters\\macro{}more letters}".
29271 Clarify docstring.
29272 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29273 (bibtex-entry-offset, bibtex-parse-association)
29274 (bibtex-parse-field-name): Fix typos in docstrings.
29275 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29276
29277 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
29278
29279 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29280 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29281 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29282 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29283
29284 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29285 isearch minor mode.
29286
29287 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
29288
29289 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29290
29291 2005-01-24 Lute Kamstra <lute@gnu.org>
29292
29293 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29294 CASECHARS and NOT-CASECHARS regular expressions of the
29295 "nederlands" and "nederlands8" dictionaries to prevent a "Range
29296 striding over charsets" error.
29297
29298 2005-01-24 Jay Belanger <belanger@truman.edu>
29299
29300 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29301 display variable name.
29302
29303 2005-01-24 Kenichi Handa <handa@m17n.org>
29304
29305 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29306 Fix setting of the element of encoded-kbd-iso2022-invocations.
29307
29308 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
29309
29310 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29311 (gdb-threads-select): Change to also accept mouse events.
29312 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29313 (gdb-threads-mouse-select): Delete.
29314
29315 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
29316
29317 * files.el (insert-directory): Take care of empty directory,
29318 listed without -a switch.
29319
29320 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
29321
29322 * textmodes/refill.el (refill-post-command-function):
29323 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29324 to the list of functions that we should be careful not to undo.
29325 (refill-late-fill-paragraph-function): Remove.
29326 (refill-saved-state): New var.
29327 (refill-mode): Use it to save fill-paragraph-function.
29328 Save also the value of auto-fill-function.
29329
29330 * term/w32-win.el: Simplify code.
29331
29332 2005-01-23 Kim F. Storm <storm@cua.dk>
29333
29334 * simple.el (line-move): Adapt to new return value from
29335 pos-visible-in-window-p.
29336
29337 * simple.el (line-move): Fix last change. Check partial
29338 visibility at point rather than at window-start.
29339
29340 2005-01-22 Jason Rumney <jasonr@gnu.org>
29341
29342 * term/w32-win.el (xw-defined-colors): Remove debug-message.
29343
29344 2005-01-22 David Kastrup <dak@gnu.org>
29345
29346 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29347
29348 2005-01-22 Eli Zaretskii <eliz@gnu.org>
29349
29350 * type-break.el (type-break-mode): Add a test for
29351 type-break-file-name being non-nil.
29352
29353 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
29354
29355 * net/eudc.el (top level): Call (message "") via progn, so that
29356 eudc-options-file is loaded.
29357
29358 2005-01-22 Kim F. Storm <storm@cua.dk>
29359
29360 * simple.el (line-move-1): Rename from line-move.
29361 (line-move): New function that adjusts vscroll for partially
29362 visible rows, and calls line-move-1 otherwise.
29363
29364 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
29365
29366 * pcomplete.el: Define pcomplete-read-event instead of read-event,
29367 since it's not a complete read-event implementation
29368
29369 2005-01-20 Jay Belanger <belanger@truman.edu>
29370
29371 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29372 for called function.
29373
29374 2005-01-20 Steven Tamm <steventamm@mac.com>
29375
29376 * term/mac-win.el (process-connection-type): Remove.
29377 Controlled now by s/darwin.h:PTY_ITERATION.
29378
29379 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
29380
29381 * window.el (handle-select-window): Don't switch window when we're
29382 in the minibuffer.
29383
29384 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
29385
29386 * subr.el (dotimes-with-progress-reporter): New macro.
29387
29388 * ses.el (ses-dotimes-msg): Remove macro.
29389 Use `dotimes-with-progress-reporter' instead.
29390
29391 2005-01-19 Steven Tamm <steventamm@mac.com>
29392
29393 * term/mac-win.el (process-connection-type): Use new
29394 operating-system-release variable to use ptys on Darwin 7 (OS X
29395 10.3) when using carbon build.
29396
29397 2005-01-19 Jay Belanger <belanger@truman.edu>
29398
29399 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29400 flags if the last command was a tab or M-tab.
29401
29402 * calc/calc-prog.el (calc-user-define-edit): Put original formula
29403 in formula editing buffer.
29404
29405 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29406
29407 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29408 breakpoint image symbol in margin.
29409
29410 2005-01-19 Jay Belanger <belanger@truman.edu>
29411
29412 * calc/calc-prog.el (calc-execute-kbd-macro):
29413 Ignore calc-keep-arg-flag.
29414
29415 2005-01-19 Kenichi Handa <handa@m17n.org>
29416
29417 * textmodes/ispell.el (ispell-looking-at): New function.
29418 (ispell-process-line): Use ispell-looking-at to compare the ispell
29419 output and the buffer contents.
29420
29421 2005-01-18 Jay Belanger <belanger@truman.edu>
29422
29423 * calc/calc.el (calc-display-raw): Fix docstring.
29424
29425 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
29426
29427 * simple.el (blink-matching-open): Strip extra info from syntax.
29428
29429 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29430 funny chars in the end-of-here-doc marker.
29431
29432 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29433
29434 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29435 that enable/disabled state of breakpoints is shown correctly in
29436 fringe and on ttys.
29437 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29438 Add breakpoint information as text properties.
29439 (gdb-mouse-toggle-breakpoint):
29440 Rename to gdb-mouse-set-clear-breakpoint.
29441 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
29442 breakpoints in the margin.
29443 (gdb-remove-strings): Simplify.
29444
29445 2005-01-17 Jay Belanger <belanger@truman.edu>
29446
29447 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29448 erasing buffer.
29449
29450 2005-01-17 Richard M. Stallman <rms@gnu.org>
29451
29452 * progmodes/grep.el (grep-find): Copy from `grep' the condition
29453 for calling grep-compute-defaults.
29454
29455 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29456 if buffer is empty.
29457
29458 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29459
29460 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
29461
29462 * hilit-chg.el (highlight-changes-mode): Don't autoload.
29463
29464 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29465 non-preloaded variables.
29466
29467 2005-01-17 Steven Tamm <steventamm@mac.com>
29468
29469 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29470 tex-shell cause to force interactivity when using pipes.
29471
29472 2005-01-17 Kim F. Storm <storm@cua.dk>
29473
29474 * simple.el (just-one-space): Make arg optional.
29475
29476 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
29477
29478 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29479 posn-at-x-y to t to access left-margin.
29480
29481 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
29482
29483 Sync with Tramp 2.0.47.
29484
29485 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29486 catching keep-date problems in cp/scp operations.
29487 (tramp-handle-copy-file): Don't call `set-file-modes'
29488 unconditionally. Specialized functions should know better what is
29489 necessary. This improves performance a little bit, and the
29490 functions could catch errors with `cp -p' and `scp -p'.
29491 (tramp-do-copy-or-rename-file-via-buffer)
29492 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
29493 when appropriate.
29494 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
29495 Call `set-file-modes' when appropriate.
29496 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
29497 Johnsson <isak@hypergene.com>.
29498 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
29499 of both Tramp buffer and debug buffer. Reported by Joakim Verona
29500 <joakim@verona.se>.
29501 (tramp-file-name-for-operation): Mark `shell-command' as magic for
29502 Emacs only.
29503
29504 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
29505 `find-file-hooks' and `dired-mode-hook'.
29506 (tramp-minor-mode-map): Respective map. Add remapping for
29507 `compile' and `recompile'.
29508 (tramp-remap-command, tramp-recompile): New defuns.
29509 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
29510 in buffer "*Compilation*". Call the commands asynchronously.
29511
29512 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
29513 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
29514 `shell-command', because it isn't magic in XEmacs. Reported by
29515 Adrian Aichner <adrian@xemacs.org>.
29516
29517 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
29518 `substitute-in-file-name.
29519 (tramp-smb-handle-substitute-in-file-name): New defun.
29520 (tramp-smb-advice-PC-do-completion): Delete advice.
29521
29522 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
29523
29524 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
29525 Fix error in deleting region.
29526
29527 2005-01-15 Richard M. Stallman <rms@gnu.org>
29528
29529 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
29530 In non-temp buffer, switch syntax table temporarily.
29531
29532 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
29533
29534 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
29535
29536 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
29537
29538 * imenu.el (imenu--split-menu): Copy menulist before sorting.
29539 (imenu--generic-function): Use START, not BEG, as pos of definition.
29540
29541 * simple.el (just-one-space): Argument specifies number of spaces.
29542
29543 * simple.el (eval-expression-print-format): Avoid warning
29544 about edebug-active.
29545
29546 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
29547
29548 * progmodes/sh-script.el: Code copied from make-mode.el
29549 with small changes,
29550 (sh-mode-map): Bind C-c C-\.
29551 (sh-backslash-column, sh-backslash-align): New variables.
29552 (sh-backslash-region, sh-append-backslash): New functions.
29553
29554 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
29555
29556 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
29557 (rmail-pop-password, rmail-pop-password-required): Move to
29558 rmail-obsolete group.
29559 (rmail-set-pop-password): Rename to rmail-set-remote-password.
29560 All callers updated.
29561 (rmail-get-pop-password): Rename to rmail-get-remote-password.
29562 Take an argument specifying whether it is POP or IMAP mailbox we
29563 are using. All callers updated.
29564 (rmail-pop-password-error): Rename to
29565 rmail-remote-password-error. Added mailutils-specific error message.
29566 (rmail-movemail-search-path)
29567 (rmail-movemail-variant-in-use): New variables.
29568 (rmail-remote-password, rmail-remote-password-required):
29569 New customization variables.
29570 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
29571 (rmail-parse-url): New function.
29572 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
29573 with GNU mailutils movemail.
29574
29575 2005-01-15 Kevin Ryde <user42@zip.com.au>
29576
29577 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
29578 suffix to space, $ or '$, to correctly position point when going
29579 to @table style constants like DBL_MAX.
29580
29581 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
29582
29583 * type-break.el (type-break-mode, type-break-file-time)
29584 (type-break-file-keystroke-count, type-break-choose-file):
29585 Don't store data in or load data from the file if type-break-file-name
29586 is nil.
29587 (type-break-file-name): Doc update as per the above.
29588
29589 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
29590
29591 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
29592 lookup-key might return nil; handle that.
29593
29594 2005-01-15 Alan Mackenzie <acm@muc.de>
29595
29596 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
29597 rather than the element found, thus enabling the tree to be setcar'd.
29598
29599 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29600
29601 * textmodes/org.el (org-show-following-heading): New option.
29602 (org-show-hierarchy-above): Use `org-show-following-heading'.
29603 (org-cycle): Documentation fix.
29604
29605 * textmodes/org.el (orgtbl-optimized): New option
29606 (orgtbl-mode): New command, a minor mode.
29607 (orgtbl-mode-map): New variable.
29608 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
29609 (orgtbl-error, orgtbl-self-insert-command)
29610 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
29611
29612 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
29613 a local variable in each org-mode buffer.
29614
29615 * textmodes/org.el (org-set-regexps-and-options): Rename from
29616 `org-set-regexps'. Added checking for STARTUP keyword.
29617 (org-get-current-options): Add STARTUP options.
29618 (org-table-insert-row): Make mode intelligent about when
29619 realignment is needed.
29620 (org-self-insert-command, org-delete-backward-char, org-delete-char):
29621 New commands.
29622 (org-enable-table-editor): New default value `optimized'.
29623 (org-table-blank-field): Support blanking regions if active.
29624
29625 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29626
29627 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
29628 if the year is not given.
29629
29630 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
29631 Add new escapes %m and %M, fixed bug with %F by adding
29632 save-match-data.
29633 (reftex-reference): Remove ?. from list of spaces.
29634 (reftex-label-info): Add automatic label prefix recognition.
29635
29636 * textmodes/reftex-index.el (reftex-index-next-phrase):
29637 Add slave parameter to call of `reftex-index-this-phrase'.
29638 (reftex-index-this-phrase): New optional argument.
29639 (reftex-index-region-phrases): Add slave parameter to call of
29640 `reftex-index-this-phrase'.
29641 (reftex-display-index): New argument redo.
29642 (reftex-index-rescan): Add `redo' to arguments of
29643 `reftex-display-index'.
29644 (reftex-index-Rescan, reftex-index-revert)
29645 (reftex-index-switch-index-tag): Add `redo' to arguments of
29646 `reftex-display-index'.
29647 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
29648 indexing. Fix bug with matching is there is a quote before or
29649 after the word.
29650
29651 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
29652 Fix bug when collecting citation keys in lines with comments.
29653 (reftex-citation): Prefix argument no longer rescans the document,
29654 but forces prompting for optional arguments of cite macros.
29655 (reftex-do-citation): Prompting for optional arguments implemented.
29656
29657 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29658 Add optional arguments to most cite commands.
29659 (reftex-cite-cleanup-optional-args): New option
29660 (reftex-cite-prompt-optional-args): New option.
29661 (reftex-trust-label-prefix): New option.
29662
29663 * textmodes/reftex-toc.el (reftex-toc-find-section):
29664 Add push-mark before changing the position in the buffer.
29665
29666 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29667 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29668
29669 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
29670
29671 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29672 more carefully.
29673
29674 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
29675
29676 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29677 (sgml-mode): Use it.
29678 (sgml-get-context): Better keep track of implicitly closed tags.
29679
29680 2005-01-13 Kenichi Handa <handa@m17n.org>
29681
29682 * textmodes/ispell.el: These changes are to fix misalignment error
29683 caused by equivalent characters of different Emacs charsets.
29684 (ispell-unified-chars-table): New variable.
29685 (ispell-get-decoded-string): New function.
29686 (ispell-get-casechars, ispell-get-not-casechars)
29687 (ispell-get-otherchars): Call ispell-get-decoded-string.
29688
29689 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
29690
29691 * custom.el (custom-declare-variable): Just put symbol instead
29692 of (defvar . symbol) in `current-load-list'.
29693
29694 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
29695
29696 * emacs-lisp/elint.el: Fixed typo in Commentary section.
29697
29698 2005-01-12 Jay Belanger <belanger@truman.edu>
29699
29700 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29701 to create a Calc summary.
29702
29703 2005-01-12 Kim F. Storm <storm@cua.dk>
29704
29705 * mouse.el (mouse-on-link-p): Change functionality and doc
29706 string to comply with latest description in lisp ref.
29707
29708 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
29709
29710 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29711 Enable mouse clicks on mode-line, header-line and margin.
29712 (event-type): Give mouse event symbols an `event-kind' property
29713 with value `mouse-click'.
29714
29715 2005-01-12 Juri Linkov <juri@jurta.org>
29716
29717 * facemenu.el (list-colors-display): Add new arg buffer-name.
29718 Use it. Fix docstring. Replace code for identifying duplicate
29719 colors by the name with call to `list-colors-duplicates' which
29720 identifies duplicate colors by the value unless the color
29721 is one of special Windows colors. Set truncate-lines to t.
29722 Print sorted duplicate color names on each line. Indent to 22
29723 \(the longest color name in rgb.txt) instead of 20. Optimize.
29724 (list-colors-duplicates): New function.
29725 (facemenu-color-name-equal): Delete function.
29726
29727 * facemenu.el (list-colors-print): New function created from code
29728 in list-colors-display. Print #RRGGBB at the window right edge.
29729 (list-colors-display): When temp-buffer-show-function is not
29730 defined, call list-colors-print from temp-buffer-show-hook
29731 to get the right value of window-width in list-colors-print
29732 after the buffer is displayed.
29733
29734 * simple.el (pop-mark): Move deactivate-mark out of conditional
29735 part to deactivate the active mark regardless of the state of the
29736 mark ring.
29737
29738 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29739 variables line in desktop files.
29740
29741 2005-01-12 Juri Linkov <juri@jurta.org>
29742
29743 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29744 Bring together isearch highlight related options.
29745 (lazy-highlight): Replace group `replace' by `matching'.
29746 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29747 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29748 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29749 and declare them obsolete.
29750 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29751 (isearch-faces): Remove defgroup.
29752 (isearch-overlay, isearch-highlight, isearch-dehighlight):
29753 Move isearch highlighting code closer to lazy highlighting code.
29754
29755 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29756 (query-replace-highlight, query-replace-lazy-highlight)
29757 (query-replace): Move definitions to the beginning of the file.
29758
29759 2005-01-11 Juri Linkov <juri@jurta.org>
29760
29761 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29762 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29763 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29764
29765 * info.el (Info-history-forward): New variable.
29766 (Info-select-node): Reset Info-history-forward to nil.
29767 (Info-last): Turn into defalias.
29768 (Info-history-back): Rename from Info-last.
29769 Add current node to Info-history-forward.
29770 (Info-history-forward): New fun.
29771 (Info-mode-map): Replace Info-last by Info-history-back.
29772 Bind Info-history-forward to "r".
29773 (Info-mode-menu): Replace Info-last by Info-history-back.
29774 Fix menu item text. Add menu item for Info-history-forward.
29775 (info-tool-bar-map): Replace Info-last by Info-history-back.
29776 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
29777 for Info-history-forward.
29778 (Info-mode): Replace Info-last by Info-history-back in docstring.
29779 Add local variable Info-history-forward.
29780 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29781
29782 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
29783
29784 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29785 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29786 Ignore select-window events rather than fiddle with
29787 mouse-autoselect-window.
29788
29789 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
29790
29791 * type-break.el (type-break-mode): Fix previous change.
29792
29793 2005-01-10 Jay Belanger <belanger@truman.edu>
29794
29795 * calc/calc-ext.el (calc-reset): Reset when inside embedded
29796 calculator; only reset when point is inside a calculator.
29797 Don't adjust the window height if the window takes up the whole height
29798 of the frame.
29799
29800 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
29801
29802 * ebuff-menu.el (Electric-buffer-menu-mode):
29803 Preserve value of buffer-local var header-line-format.
29804
29805 2005-01-09 Jay Belanger <belanger@truman.edu>
29806
29807 * calc/calc.el (calc-mode-var-list-restore-saved-values):
29808 Make sure settings file exists before accessing it.
29809
29810 * calc/calc-embed.el (calc-embedded-subst):
29811 Replace math-multi-subst-rec, which is only supposed to be called
29812 by math-multi-subst, by math-multi-subst.
29813
29814 2005-01-09 Andre Spiegel <spiegel@gnu.org>
29815
29816 * vc.el (vc-allow-async-revert): New user option.
29817 (vc-disable-async-diff): New internal variable.
29818 (vc-revert-buffer): Use them to disable asynchronous diff.
29819
29820 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29821 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29822 asynchronously if vc-disable-async-diff is t.
29823
29824 2005-01-09 Jay Belanger <belanger@truman.edu>
29825
29826 * calc/calc.el (defcalcmodevar): New macro.
29827 (calc-mode-var-list-restore-default-values)
29828 (calc-mode-var-list-restore-saved-values): New functions.
29829 (calc-mode-var-list): Use defcalcmodevar to define it.
29830 (calc-always-load-extensions, calc-line-numbering)
29831 (calc-line-breaking, calc-display-just, calc-display-origin)
29832 (calc-number-radix, calc-leading-zeros, calc-group-digits)
29833 (calc-group-char, calc-point-char, calc-frac-format)
29834 (calc-prefer-frac, calc-hms-format, calc-date-format)
29835 (calc-float-format, calc-full-float-format, calc-complex-format)
29836 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29837 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29838 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29839 (calc-matrix-brackets, calc-language, calc-language-option)
29840 (calc-left-label, calc-right-label, calc-word-size)
29841 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29842 (calc-display-raw, calc-internal-prec, calc-angle-mode)
29843 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29844 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29845 (calc-window-height, calc-display-trail, calc-show-selections)
29846 (calc-use-selections, calc-assoc-selections)
29847 (calc-display-working-message, calc-auto-why, calc-timing)
29848 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29849 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29850 (calc-gnuplot-default-device, calc-gnuplot-default-output)
29851 (calc-gnuplot-print-device, calc-gnuplot-print-output)
29852 (calc-gnuplot-geometry, calc-graph-default-resolution)
29853 (calc-graph-default-resolution-3d, calc-invocation-macro)
29854 (calc-show-banner): Use defcalcmodevar to declare them and set
29855 their default values.
29856
29857 * calc/calc-ext.el (calc-reset): Restore saved values of variables
29858 instead of default values (but restore default values if there is
29859 an argument of 0).
29860
29861 2005-01-09 David Kastrup <dak@gnu.org>
29862
29863 * desktop.el (desktop-restore-eager): Fix typo in type.
29864
29865 2005-01-08 Richard M. Stallman <rms@gnu.org>
29866
29867 * cus-edit.el (customize): Delete :link.
29868
29869 2005-01-08 Jay Belanger <belanger@truman.edu>
29870
29871 * calc/calc.el (calc-mode): Remove the extension from the
29872 `calc-settings-file' file name when loading it.
29873
29874 2005-01-08 Kim F. Storm <storm@cua.dk>
29875
29876 * info.el (Info-mode-map, Info-next-link-keymap)
29877 (Info-prev-link-keymap, Info-up-link-keymap):
29878 Map follow-link to mouse-face.
29879 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
29880
29881 2005-01-08 Jay Belanger <belanger@truman.edu>
29882
29883 * calc/calc.el (calc-settings-file): Change default value.
29884 Suggested by cgw in a comment in calc-mode.el.
29885
29886 * calc/calc-mode.el (calc-settings-file-name):
29887 Compare calc-settings-file to user-init-file instead of ~/.emacs.
29888 Replace ~/.emacs in a prompt by calc-settings-file.
29889
29890 2005-01-07 Lars Hansen <larsh@math.ku.dk>
29891
29892 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
29893 (desktop-lazy-idle-delay): New customizable variables.
29894 (desktop-buffer-args-list): New variable.
29895 (desktop-append-buffer-args): New function.
29896 (desktop-save): Call desktop-append-buffer-args for some buffers.
29897 (desktop-lazy-create-buffer): New function.
29898 (desktop-idle-create-buffers): New function.
29899 (desktop-read): Add message about buffers to restore lazily.
29900 (desktop-lazy-abort): New command.
29901 (desktop-clear): Call desktop-lazy-abort.
29902 (desktop-lazy-complete): New command.
29903
29904 2005-01-06 Richard M. Stallman <rms@gnu.org>
29905
29906 * emacs-lisp/find-func.el (find-face-definition):
29907 Rename from find-face.
29908
29909 2005-01-06 Kim F. Storm <storm@cua.dk>
29910
29911 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
29912
29913 * man.el (Man-xref-man-page, Man-xref-header-file)
29914 (Man-xref-normal-file): Add follow-link property.
29915
29916 2005-01-06 Jay Belanger <belanger@truman.edu>
29917
29918 * calc/calc-units.el: Make sure the proper macro definitions are
29919 available when compiling.
29920
29921 2005-01-06 Juri Linkov <juri@jurta.org>
29922
29923 * isearch.el (isearch-lazy-highlight-update):
29924 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
29925
29926 2005-01-06 Miles Bader <miles@gnu.org>
29927
29928 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
29929 (isearch-lazy-highlight-face): Use new name.
29930
29931 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
29932
29933 * uniquify.el (uniquify-rationalize-file-buffer-names):
29934 Re-add an interactive spec.
29935 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
29936 to the same name.
29937
29938 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
29939 (isearch-update, isearch-done): Adjust calls accordingly.
29940
29941 2005-01-05 Richard M. Stallman <rms@gnu.org>
29942
29943 * custom.el (custom-set-variables, custom-theme-set-variables):
29944 Clarify documentation.
29945
29946 * emacs-lisp/find-func.el (find-variable)
29947 (find-variable-other-window, find-variable-other-frame):
29948 Fix the TYPE args to find-function-read and find-function-do-it.
29949 (find-function): Doc fix.
29950 (find-function-at-point): Replace function-at-point alias.
29951
29952 2005-01-04 Richard M. Stallman <rms@gnu.org>
29953
29954 * cus-face.el (custom-declare-face):
29955 Record defface in current-load-list.
29956
29957 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
29958
29959 * emacs-lisp/find-func.el: Doc fixes.
29960 (find-face-regexp): New variable.
29961 (find-function-regexp-alist): New variable.
29962 (find-function-C-source): Third arg is now TYPE.
29963 (find-function-search-for-symbol): Handle general TYPE.
29964 (find-function-read, find-function-do-it): Handle general TYPE.
29965 (find-definition-noselect, find-face): New functions.
29966 (function-at-point): Alias deleted.
29967
29968 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
29969
29970 * battery.el (display-battery-mode): Rename from display-battery.
29971 Handle the case where it gets turned off.
29972
29973 2005-01-04 Richard M. Stallman <rms@gnu.org>
29974
29975 * cus-edit.el (customize): Make :link point to user doc.
29976
29977 * man.el (Man-fontify-manpage): Turn off undo generation.
29978
29979 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
29980
29981 2005-01-04 Andreas Schwab <schwab@suse.de>
29982
29983 * files.el (insert-directory): Only look for error lines in
29984 inserted text. Don't move too far after processing --dired markers.
29985
29986 2005-01-04 Richard M. Stallman <rms@gnu.org>
29987
29988 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
29989 Don't expand if the character is @, period, dash, etc.
29990 (define-mail-abbrev): Quote names that contain problem characters.
29991
29992 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
29993
29994 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
29995
29996 2005-01-03 Richard M. Stallman <rms@gnu.org>
29997
29998 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
29999 (query-replace-highlight, query-replace-lazy-highlight)
30000 (query-replace): Definitions moved up. Doc fix.
30001
30002 2005-01-03 Richard M. Stallman <rms@gnu.org>
30003
30004 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
30005 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30006 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30007 (lazy-highlight-face): Rename from isearch-lazy-...
30008 Change all references to them.
30009
30010 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
30011
30012 * cus-edit.el (custom-file): Doc fix for defcustom.
30013 (custom-file): The function no longer sets the variable
30014 `custom-file' to its return value.
30015
30016 * startup.el (command-line): No longer load `custom-file'.
30017
30018 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
30019
30020 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
30021
30022 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
30023 Don't confuse module-prefixed identifiers for labels.
30024 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
30025
30026 2005-01-02 Richard M. Stallman <rms@gnu.org>
30027
30028 * files.el (basic-save-buffer-1): Fix previous change.
30029
30030 * loadhist.el (file-loadhist-lookup): New function.
30031 (file-provides, file-requires): Use it.
30032
30033 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
30034 instead of calculating the right size.
30035
30036 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
30037
30038 * vc-svn.el (vc-svn-diff): Stay local if possible.
30039
30040 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
30041
30042 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
30043
30044 * files.el (hack-local-variables): Fix last change.
30045
30046 2005-01-02 Jay Belanger <belanger@truman.edu>
30047
30048 * calc/calc-yank.el (calc-edit-top): New variable.
30049 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
30050 object. Change header properties.
30051 (calc-edit-finish, calc-edit-finish-stack-object)
30052 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
30053 edited object.
30054 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
30055 for the beginning of the edited object.
30056 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
30057 for the beginning of the edited object.
30058 * calc/calc-prog.el (calc-edit-macro-finish-edit)
30059 (calc-finish-formula-edit, calc-macro-repeats)
30060 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
30061 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
30062 beginning of the edited object.
30063 (calc-user-define-edit): Change the header for editing macros.
30064 Remove unnecessary variable.
30065
30066 2005-01-01 Jay Belanger <belanger@truman.edu>
30067
30068 * calc/calc-yank.el (calc-edit-mode): Change default header.
30069 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30070 * calc/calc-store.el (calc-edit-variable): Change title to match new
30071 header.
30072 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30073 mode to match new header.
30074 (calc-user-define-edit): Change titles to include names of commands.
30075 (calc-finish-formula-edit): Adjust to handle new header.
30076 (calc-finish-macro-edit): Remove.
30077 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30078 (calc-edit-macro-command, calc-edit-macro-command-type)
30079 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30080 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30081 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30082 (calc-edit-macro-finish-edit): New functions.
30083 (calc-user-define-edit): Use new functions to edit named calc macros.
30084
30085 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
30086
30087 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30088
30089 * ses.el (copy-region-as-kill): Deactivate mark.
30090
30091 2005-01-01 Richard M. Stallman <rms@gnu.org>
30092
30093 * replace.el (occur-1): If the output buffer is also an input,
30094 don't kill it, rename it.
30095
30096 * faces.el (set-face-background, set-face-foreground): Doc fix.
30097
30098 * cus-face.el (custom-face-attributes): Fix :help-echo strings
30099 for :foreground and :background.
30100
30101 * dired.el (dired-view-command-alist): Variable deleted.
30102 (dired-view-file, dired-mouse-find-file-other-window):
30103 Delete the code to use it.
30104
30105 2005-01-01 Kim F. Storm <storm@cua.dk>
30106
30107 * image.el (insert-sliced-image): Use t for line-height property.
30108
30109 See ChangeLog.11 for earlier changes.
30110
30111 ;; Local Variables:
30112 ;; coding: iso-2022-7bit
30113 ;; add-log-time-zone-rule: t
30114 ;; End:
30115
30116 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
30117 Copying and distribution of this file, with or without modification,
30118 are permitted provided the copyright notice and this notice are preserved.
30119
30120 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1