]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog
1 2006-12-15 Richard Stallman <rms@gnu.org>
2
3 * shell.el (shell): Doc fix.
4
5 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6
7 * emulation/edt.el (edt-xserver):
8 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
9 to fix a problem on Cygwin.
10
11 * emulation/edt.el
12 * emulation/edt-mapper.el
13 * emulation/edt-lk201.el
14 * emulation/edt-pc.el
15 * emulation/edt-vt100.el: Update maintainer's email address.
16
17 2006-12-15 Simon Marshall <simon@gnu.org>
18
19 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
20 change.
21
22 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23
24 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
25 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
26 instead of mac-atsu-font-table.
27 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
28
29 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
30
31 * align.el (align-match-tex-pattern): Fix a rare bug which
32 hanged Emacs.
33
34 2006-12-14 Richard Stallman <rms@gnu.org>
35
36 * startup.el (use-fancy-splash-screens-p): Use frame-height
37 instead of window-height. Pass frame to image-size.
38
39 2006-12-13 Kenichi Handa <handa@m17n.org>
40
41 * international/mule-cmds.el (set-locale-environment):
42 Set default-sendmail-coding-system too.
43
44 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
45
46 * progmodes/idlw-help.el: Fix copyright notice.
47
48 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
51
52 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
53
54 * subr.el (unread-command-char): Reformat obsolescence info.
55
56 2006-12-11 Richard Stallman <rms@gnu.org>
57
58 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
59 about calls to cl-struct-setf-expander.
60
61 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
62
63 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
64 (ediff-combination-pattern): Fix typo in docstring.
65
66 * textmodes/refer.el (refer-find-entry): Doc fix.
67 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
68 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
69 Fix tipos in docstrings.
70
71 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
72
73 2006-12-10 Kim F. Storm <storm@cua.dk>
74
75 * ido.el (ido-init-completion-maps): Remap backward-kill-word
76 instead of binding M-backspace.
77
78 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
79
80 * replace.el (replace-match-data, replace-match-maybe-edit):
81 * calc/calc-aent.el (calc-eval-error):
82 * emulation/vi.el (vi-char-argument):
83 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
84 (c-vsemi-status-unknown-p-fn): Doc fixes.
85
86 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
87
88 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
89 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
90
91 2006-12-10 Masatake YAMATO <jet@gyve.org>
92
93 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
94
95 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
96
97 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
98
99 * man.el (Man-xref-button-action): New function. If the
100 `Man-target-string' button property is a function, assume it
101 accepts a position argument.
102 (Man-abstract-xref-man-page): Use it.
103 (Man-default-man-entry): New optional arg POS.
104
105 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
106 symlink arrows read-only and non-rear-sticky.
107
108 2006-12-09 Martin Rudalics <rudalics@gmx.at>
109
110 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
111 (wdired-search-and-rename): Simplify code.
112 (wdired-preprocess-files, wdired-preprocess-perms): Make
113 read-only property of preceding character rear-nonsticky to
114 avoid that it can be modified. Put old-name and old-link
115 properties on character preceding name and replace
116 put-text-property by add-text-properties.
117 (wdired-get-filename, wdired-get-previous-link): Get old-name
118 and old-link properties from character preceding name and
119 simplify code.
120 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
121 (wdired-perms-to-number): Make local-map property
122 rear-nonsticky to avoid that text following permissions may be
123 modified. Use add-text-properties instead of put-text-property
124 when changing a permission bit.
125 (wdired-change-to-dired-mode): Remove stickiness properties.
126
127 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
128
129 * international/mule-cmds.el (register-input-method): Doc fix.
130
131 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
132
133 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
134
135 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
136
137 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
138 Force buffer local defs evaluation on local variables loading.
139 (flyspell-mode-on, flyspell-mode-off): Use it in
140 `hack-local-variables-hook'.
141
142 2006-12-09 Eli Zaretskii <eliz@gnu.org>
143
144 * emacs-lisp/find-func.el (find-variable): Doc fix.
145
146 * help-fns.el (variable-at-point): Doc fix.
147
148 * w32-fns.el (w32-append-code-lines): New function.
149
150 2006-12-09 Romain Francoise <romain@orebokech.com>
151
152 * comint.el (comint-insert-input): Delete obsolete comment.
153
154 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
155
156 * files.el (insert-file-1): Compare file size to
157 large-file-warning-threshold and request confirmation when
158 warranted.
159
160 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
163 current frame, in case we're connected to several displays.
164
165 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
166
167 * frame.el (other-frame): Doc fix.
168 (set-frame-parameter): Fix typo in docstring.
169
170 2006-12-07 Kim F. Storm <storm@cua.dk>
171
172 * info.el (Info-index): Strip leading colon from topic.
173
174 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
175
176 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
177 to pointers.
178
179 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
180
181 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
182 Trim out spurious class inheritance "None" entries.
183
184 2006-12-05 Kim F. Storm <storm@cua.dk>
185
186 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
187 (cua-paste-pop): Rework last change for
188 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
189 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
190 text inserted by the last M-y command.
191
192 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
193
194 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
195 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
196
197 * shell.el (shell): Search the start file in ~/.emacs.d as
198 `init_SHELLNAME.sh' instead.
199
200 2006-12-05 Glenn Morris <rgm@gnu.org>
201
202 * progmodes/cperl-mode.el (cperl-mode)
203 * progmodes/f90.el (f90-mode-abbrev-table)
204 * progmodes/fortran.el (fortran-mode-abbrev-table)
205 * progmodes/octave-mod.el (octave-abbrev-table)
206 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
207 if abbrev-table is non-nil (saved user abbrevs may have been restored).
208
209 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
210 clear abbrev table, else saved abbrevs will not be restored.
211
212 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
213
214 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
215 the call to `make-obsolete-variable', not in the docstring.
216
217 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
218
219 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
220
221 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
222
223 * progmodes/ebnf-abn.el:
224 * progmodes/ebnf-bnf.el:
225 * progmodes/ebnf-dtd.el:
226 * progmodes/ebnf-ebx.el:
227 * progmodes/ebnf-iso.el:
228 * progmodes/ebnf-otz.el:
229 * progmodes/ebnf-yac.el:
230 * progmodes/ebnf2ps.el:
231 * delim-col.el:
232 * printing.el:
233 * ps-bdf.el:
234 * ps-mule.el:
235 * ps-print.el: Remove 'Time-stamp' comment mark.
236
237 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
238 'easy-menu-add-item' when called in Emacs 21 or higher.
239
240 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
241
242 * progmodes/ada-xref.el (ada-check-current): Doc fix.
243 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
244
245 2006-12-04 Kim F. Storm <storm@cua.dk>
246
247 * bindings.el (global-map): Bind [signal t] to ignore, to have
248 user signals ignored by default.
249
250 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
251
252 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
253 Unicode data file pointed to by `describe-char-unicodedata-file'.
254
255 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
258 O(n^2) regexp-search by anchoring the search.
259
260 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
261
262 * whitespace.el (whitespace-cleanup-internal): Use current
263 argument for recursive call.
264
265 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
266
267 * net/tramp.el (tramp-methods): Add "ControlPath" and
268 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
269 Andreas Schwab <schwab@suse.de>.
270 (tramp-do-copy-or-rename-file-out-of-band)
271 (tramp-open-connection-rsh): Compute format spec for ?t.
272 (tramp-process-actions): Trace command parameters.
273
274 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
275
276 * simple.el (toggle-truncate-lines): Clarify doc string.
277
278 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
279 (gdb-speedbar-expand-node): Use it.
280
281 2006-12-04 Richard Stallman <rms@gnu.org>
282
283 * progmodes/python.el (python-indent): Add safe-local-variable prop.
284
285 * dired.el (dired-revert): Turn off dired-after-readin-hook
286 around call to dired-readin.
287
288 * menu-bar.el (menu-bar-make-toggle): Add "globally"
289 to echo area messages.
290 <indicate-empty-lines, case-fold-search>:
291 Add "globally" to Help string.
292 <case-fold-search>: MESSAGE arg need not say "globally".
293 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
294
295 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
296
297 * outline.el (outline-end-of-subtree): Don't leave an empty
298 line hidden as we would a real next heading.
299
300 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
301
302 * allout.el (allout-ascend): Add an optional argument to preserve
303 original position of point when unsuccessful. Also, fix a
304 docstring error.
305 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
306 work again, using allout-ascend's new option.
307 (allout-setup-mode-map): Extract from allout-mode to initialize
308 allout-mode-map. Call it on file load, so the mode docstring
309 substitutions work even if allout mode has not yet been invoked.
310 (allout-mode): Use new allout-setup-mode-map to track any keybinding
311 customizations since the map was last processed. Also, refine the
312 docstring so it's ship-shape for release.
313 (allout-default-layout, allout-beginning-of-line-cycles)
314 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
315 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
316 (allout-version, allout-layout, allout-infer-body-reindent)
317 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
318 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
319 (allout-previous-heading, allout-goto-prefix-doublechecked)
320 (allout-current-bullet-pos, allout-next-sibling-leap)
321 (allout-pre-command-business, allout-encrypted-type-prefix)
322 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
323 (allout-rebullet-topic, allout-rebullet-topic-grunt)
324 (allout-flag-region, allout-expose-topic, allout-expose-topic)
325 (allout-old-expose-topic, allout-listify-exposed)
326 (allout-process-exposed, allout-latex-verb-quote)
327 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
328 (allout-toggle-current-subtree-encryption)
329 (allout-toggle-subtree-encryption, allout-bullet-isearch):
330 Remove extraneous open-paren and close paren string escapes.
331
332 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
333
334 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
335 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
336 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
337 Fix typos in docstrings.
338
339 2006-12-03 Glenn Morris <rgm@gnu.org>
340
341 * progmodes/cc-align.el
342 * progmodes/cc-awk.el
343 * progmodes/cc-cmds.el
344 * progmodes/cc-compat.el
345 * progmodes/cc-defs.el
346 * progmodes/cc-engine.el
347 * progmodes/cc-langs.el
348 * progmodes/cc-menus.el
349 * progmodes/cc-mode.el
350 * progmodes/cc-styles.el
351 * progmodes/cc-vars.el
352 * progmodes/vhdl-mode.el: Fix Copyright format.
353
354 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
355
356 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
357 initial down event.
358
359 2006-12-02 Kim F. Storm <storm@cua.dk>
360
361 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
362 (cua-repeat-replace-region): Make M-v more robust.
363 (cua-paste-pop-rotate-temporarily): New defcustom.
364 (cua-paste-pop): Use it.
365 (cua-auto-mark-last-change): New defcustom.
366 (cua-pop-to-last-change): New helper function.
367 (cua-set-mark): Use them.
368
369 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
370
371 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
372 mini-buffer message.
373
374 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
375
376 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
377
378 2006-12-01 Ben North <ben@redfrontdoor.org>
379
380 * paren.el: Fix the highlight overlay extension when the user types a
381 sequence of char very fast just before the open parenthesis.
382
383 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
384
385 * ps-mule.el: Eliminate Emacs 20 compatibility.
386
387 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
388 (ps-print-version): New Version 6.7.
389 (ps-print-quote): Replace '?\ ' by '?\s'.
390
391 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
392
393 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
394 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
395 (hexl-end-of-1k-page): Doc fixes.
396 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
397 Fix typos in docstrings.
398
399 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
400
401 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
402 locally, i.e. without using file name handlers.
403 (ido-read-internal): Allow mono letter host names, avoiding the
404 `c:' problem by testing if the file exists locally.
405 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
406
407 2006-11-30 Masatake YAMATO <jet@gyve.org>
408
409 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
410 to avoid bytecomp warnings.
411 (hexl-mode-old-ruler-function): New variable.
412 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
413 and `hl-line-range-function' after `require' hl-line.
414 Then bind `hl-line-range-function' and `hl-line-face'.
415 Don't require frame. Don't use `with-no-warnings'.
416 (hexl-activate-ruler): Store the original value of
417 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
418 (hexl-mode-exit): Restore the original value of
419 `ruler-mode-ruler-function'.
420
421 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
422
423 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
424 (hexl-mode-old-hl-line-face): New variable.
425 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
426 line when exit from the hexl-mode.
427
428 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
429
430 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
431 Doc fixes.
432
433 * international/fontset.el (create-fontset-from-ascii-font)
434 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
435 (fontset-name-p): Fix typo in docstring.
436
437 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
438
439 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
440
441 * ps-bdf.el: Fix maintainer email.
442
443 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
444 compatibility.
445
446 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
447 21 compatibility.
448 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
449 Emacs 20 & 21.
450
451 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
452
453 * progmodes/idlwave.el (idlwave-auto-fill):
454 Remove paragraph-start let to prevent auto-fill giving up.
455
456 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
457
458 * vt100-led.el (led-state): Fix typo in previous change.
459
460 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
461
462 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
463 Fix interactive spec of the functions getting defined to make them
464 work as documented.
465
466 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
467
468 * startup.el (fancy-splash-screens): Hide initial splash buffer.
469
470 2006-11-28 Kim F. Storm <storm@cua.dk>
471
472 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
473 icomplete-mode is enabled.
474
475 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
476
477 * textmodes/org.el (require): Require gnus-sum during compilation
478 to avoid problem with a macro call.
479
480 2006-11-28 Glenn Morris <rgm@gnu.org>
481
482 * emacs-lisp/authors.el (authors-aliases): Add new alias.
483
484 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
485 (fortran-window-create-momentarily): Do not need string-to-char.
486
487 2006-11-28 Richard Stallman <rms@gnu.org>
488
489 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
490 Replace incorrect use of assoc-default with a loop.
491
492 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
493
494 * simple.el (next-error-find-buffer): Improve messages.
495
496 * files.el (revert-buffer): Special error message if file
497 is now not readable.
498
499 * facemenu.el (facemenu-add-new-face): Improve doc strings of
500 constructed commands.
501
502 * comint.el (comint-exec-1): Provide Emacs version and `comint'
503 in INSIDE_EMACS.
504
505 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
508
509 * server.el: Remove spurious * in docstrings.
510 (server-process-filter): Exit from recursive editing before processing
511 a new request.
512
513 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
514
515 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
516 line so hidden blocks will be correctly identified.
517
518 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
519
520 * ledit.el (ledit-save-defun, ledit-mode):
521 * resume.el (resume-emacs-args-buffer):
522 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
523 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
524 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
525 (command-send-input, command-kill-line):
526 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
527
528 * autoarg.el (autoarg-kp-mode): Doc fix.
529
530 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
531 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
532 (check-emacs-lock): Doc fix. Simplify.
533
534 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
535 (iimage-mode-buffer): Fix typos in docstring.
536
537 * misc.el (zap-up-to-char): Doc fix.
538
539 * time-stamp.el: Fix comment and obsolescence string for old
540 functions. Use `dolist' instead of `while'.
541
542 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
543
544 * disp-table.el (standard-display-8bit, standard-display-default):
545 * ebuff-menu.el (electric-buffer-list):
546 * ehelp.el (electric-help-command-loop):
547 * font-core.el (font-lock-mode):
548 * help-macro.el (make-help-screen):
549 * help.el (describe-minor-mode-completion-table-for-indicator)
550 (lookup-minor-mode-from-indicator):
551 * indent.el (tab-to-tab-stop, move-to-tab-stop):
552 * info-look.el (info-lookup-guess-custom-symbol):
553 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
554 * longlines.el (longlines-wrap-line):
555 * macros.el (insert-kbd-macro):
556 * menu-bar.el (menu-bar-update-buffers):
557 * misc.el (copy-from-above-command):
558 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
559 * newcomment.el (comment-indent):
560 * novice.el (disabled-command-function):
561 * sort.el (sort-fields-syntax-table):
562 * subr.el (momentary-string-display):
563 * tar-mode.el (tar-header-block-summarize)
564 (tar-clear-modification-flags):
565 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
566 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
567 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
568 (te-delete-char, te-down-vertically-or-scroll):
569 * time-stamp.el (time-stamp-string-preprocess):
570 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
571
572 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
573
574 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
575 in GUD mode.
576
577 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
578 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
579
580 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
581
582 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
583
584 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
585
586 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
587 (ada-compile-goto-error): Adapt to new argument profile of
588 compilation-goto-locus in Emacs 22. Don't check if the various
589 compile functions are defined; we already do "(require 'compile)".
590
591 2006-11-26 Kim F. Storm <storm@cua.dk>
592
593 * kmacro.el: Fix commentary.
594
595 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
596
597 * progmodes/gud.el (gdb): Explain how to run in text command mode
598 more clearly. Say in error message that multiple debugging
599 requires restarting GDB.
600
601 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
602
603 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
604
605 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
606
607 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
608 (flymake-popup-menu): Use it instead of posn-at-point.
609
610 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
611
612 * progmodes/cc-vars.el (c-backslash-column):
613 Mention c-backslash-max-column in documentation for c-backslash-column.
614
615 2006-11-24 Lars Hansen <larsh@soem.dk>
616
617 * net/tramp.el (tramp-default-method): Under Windows, change from
618 plink to pscp.
619 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
620 (tramp-actions-copy-out-of-band):
621 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
622 (tramp-action-out-of-band): Move "Permission denied" handling to
623 tramp-action-copy-failed.
624 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
625 process buffer.
626
627 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
630 strings to a single string. Quote `errors-file-name'.
631 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
632 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
633 Adjust calls. Use `shell-quote-argument'.
634
635 * international/mule.el (load-with-code-conversion)
636 (with-category-table): Use with-current-buffer.
637 (after-insert-file-set-coding): Use restore-buffer-modified-p.
638
639 2006-11-24 Eli Zaretskii <eliz@gnu.org>
640
641 * mail/smtpmail.el (smtpmail-send-it):
642 Copy buffer-file-coding-system from the mail buffer. Possibly add a
643 MIME header for the message encoding.
644 Bind coding-system-for-write around the call to mail-do-fcc.
645 Use smtpmail-code-conv-from to encode queued mail messages.
646
647 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
648
649 * tabify.el (tabify-regexp): Doc fix.
650
651 * net/rcirc.el (rcirc-buffer-maximum-lines):
652 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
653
654 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
655 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
656 Fix typos in output messages.
657 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
658
659 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
662 the horse's mouth.
663 (hexlify-buffer): Don't re-encode an arg that's already encoded.
664
665 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
666
667 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
668 Remove condition-case.
669
670 2006-11-23 Glenn Morris <rgm@gnu.org>
671
672 * progmodes/f90.el (f90-comment-indent): Do not move point in
673 default case.
674
675 2006-11-21 Romain Francoise <romain@orebokech.com>
676
677 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
678 from library name (reverts change of 2005-10-25).
679
680 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
681
682 * tutorial.el (tutorial--default-keys): Add newline and
683 delete-backward-char bindings.
684 (tutorial--detailed-help): Save excursion when finding keys.
685 Correct warning string for M-x FOO case.
686 (tutorial--display-changes): Print special keys in tutorial style.
687 Tweak search regexp for changed keys.
688
689 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
690
691 * thingatpt.el (thing-at-point-url-at-point): Don't add a
692 redundant scheme.
693
694 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
695
696 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
697 are new to the list at IANA. Also added irc, mms, mmsh.
698
699 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
700
701 * progmodes/idlw-help.el (idlwave-html-help-location):
702 Fail gracefully for missing help packages.
703 (idlwave-help-assistant-open-link): Open full links.
704 (idlwave-help-assistant-help-with-topic): Direct help link.
705
706 * progmodes/idlwave.el (idlwave-mode):
707 Set add-log-current-defun-function.
708 (idlwave-current-routine-fullname): Add, to support add-log.
709 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
710 to reflect improvements to xml-parse-file.
711 (idlwave-mode-menu-def): New binding for help-with-topic.
712
713 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
714 Handle extra newlines and spaces.
715 (idlwave-shell-mode-map): Add help-with-topic.
716
717 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
718
719 * tutorial.el (tutorial-warning-face): New face.
720 (tutorial--detailed-help, tutorial--display-changes): Use it.
721 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
722 Improve search pattern for occurrences of changed keys.
723
724 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
725
726 * term/x-win.el (x-last-cut-buffer-coding): New variable.
727 (x-select-text): Set it.
728 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
729 when checking for newness.
730
731 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
732
733 * subr.el (posn-image):
734 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
735
736 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
737
738 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
739
740 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
741 Exceptions to the rule "add a space between an identifier and an
742 opening parenthesis". Defaulted to the `#define' problem of cpp.
743 (glasses-parenthesis-exception-p): New. Check if the region is an
744 exception regarding to that.
745 (glasses-make-readable): Use it.
746 (glasses-convert-to-unreadable): Ditto. Modify the file also if
747 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
748
749 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
750
751 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
752
753 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
754
755 * progmodes/ada-mode.el (ada-make-body): Fix typo.
756
757 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
758 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
759
760 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
761
762 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
763 conditions for function or variable bindings.
764
765 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
766
767 * progmodes/compile.el (compilation-start): Ditto.
768
769 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
770
771 * net/tramp.el (top): cl and custom are always required.
772
773 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
774
775 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
776 cut-buffers with next-selection-coding-system if not nil.
777
778 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
779
780 * textmodes/org.el (org-fix-decoded-time): New function.
781 (org-display-custom-time): Use `org-fix-decoded-time'.
782
783 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
784
785 * menu-bar.el (menu-bar-games-menu): Remove yow.
786
787 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
788
789 * textmodes/org.el (org-scan-tags): Re-align code fixed.
790 (org-detach-overlay): Rename from `org-detatch-overlay'.
791 (org-table-convert-region): Insert space after column separator.
792 (org-agenda-kill): New command.
793 (org-metaleft): Call `org-outdent-item' on bullets.
794 (org-metaright): Call `org-indent-item' on bullets.
795 (org-timestamp-change): Set `org-last-changed-timestamp'.
796 (org-current-line): Make sure (bolp) returns correct result.
797 (org-agenda-change-all-lines): Make sure TODO are highlighted.
798
799 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
802
803 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
804
805 * mouse.el (global-map): Change 2006-08-16 fix to call
806 mouse-yank-at-click explicitly, since mouse events are not carried
807 over into keyboard macros.
808
809 2006-11-16 Kim F. Storm <storm@cua.dk>
810
811 * ido.el (ido-file-internal): Use current buffer's file name as default
812 choice for ido-find-alternate-file. Suggested by Matt Hodges.
813
814 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
815
816 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
817 (allout-inhibit-aberrance-doublecheck): Rename from
818 allout-during-yank-processing. All callers changed.
819 (allout-ascend): Provide for unusual case where some topic after
820 the first in file is at lower depth than the first.
821 (allout-shift-in): Ensure the offspring of the new containing
822 topic are exposed.
823 (allout-encrypt-string): Preserve the coding-system of the text,
824 according to that of the containing buffer.
825 (allout-toggle-subtree-encryption): When the text being encrypted
826 requires a different coding system, offer to preserve the coding
827 system using a file local var.
828
829 2006-11-15 Simon Marshall <simon@gnu.org>
830
831 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
832 to recognise "T t()" as a function declaration, rather than a
833 variable instantiation, iff at the top-level or inside a class
834 declaration. Suggested by Feng Li <fengli@gmail.com>.
835
836 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
837
838 * progmodes/ada-xref.el (ada-parse-prj-file):
839 Don't delete project buffer; user may want to edit it.
840 (ada-xref-set-project-field, ada-xref-current-project-file)
841 (ada-xref-current-project, ada-show-current-project)
842 (ada-set-main-compile-application): New functions.
843 (ada-xref-get-project-field, ada-require-project-file):
844 Normalize use of ada-prj-default-project-file.
845 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
846 Normalize use of ada-require-project-file.
847 (ada-prj-find-prj-file): Improve doc string, comments.
848
849 * progmodes/ada-mode.el (ada-mode-version): Bump version.
850 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
851 (ada-create-menu): Add ada-set-main-compile-application,
852 ada-show-current-main, ada-show-current-project.
853
854 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
857 (inferior-python-mode): Use it.
858
859 2006-11-14 Andreas Schwab <schwab@suse.de>
860
861 * term/xterm.el (terminal-init-xterm): Add more key bindings.
862
863 2006-11-13 Kim F. Storm <storm@cua.dk>
864
865 * ido.el (ido-copy-current-word): C-o copies region if active.
866
867 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
868
869 * textmodes/org.el (org-emph-face): Fix typo in variable name.
870
871 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
872
873 * ediff.el (ediff-revision):
874 * files.el (set-visited-file-name):
875 * mail/rmailout.el (rmail-output-body-to-file):
876 Use `format', not `message', in `y-or-n-p' call.
877
878 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
879
880 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
881 (org-metaright): Call `org-indent-item' on bullets.
882 (org-timestamp-change): Set `org-last-changed-timestamp'.
883 (org-current-line): Make sure (bolp) returns correct result.
884 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
885
886 2006-11-12 Richard Stallman <rms@gnu.org>
887
888 * language/european.el (turkish-case-conversion-enable)
889 (turkish-case-conversion-disable): New functions.
890 ("Turkish" lang env): Use them.
891
892 * international/characters.el (case table):
893 Do nothing special for i and I.
894
895 * subr.el (remove-overlays): Fix last change.
896
897 * cus-edit.el (custom-save-all): Use find-file-visit-truename
898 for visiting the custom file.
899
900 2006-11-12 Markus Triska <triska@gmx.at>
901
902 * play/handwrite.el (handwrite): Also process lines not ending
903 with newline. Replace some position-fiddling with different
904 logic. Improve performance.
905
906 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
907
908 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
909 replacing deleted variable `ada-check-switch'.
910 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
911 (ada-xref-project-files): Improve doc string.
912 (ada-find-executable): New function.
913 (ada-initialize-runtime-library): Use `ada-find-executable'.
914 (ada-xref-set-default-prj-values): In compile commands, don't need
915 `ada-cd-command'; `compile' does that more portably.
916 Use ada-prj-default-check-cmd.
917 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
918 properties if not specified in project file.
919 (ada-goto-declaration): Display useful message for new error
920 'error-file-not-found.
921 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
922 'error-file-not-found.
923 (ada-get-all-references): Match latest ali syntax. Signal new
924 error 'error-file-not-found.
925 (ada-find-in-ali): Match latest ali syntax.
926 (ada-make-filename-from-adaname): Handle different semantics of
927 gnatkr in GNAT 3.15p vs later.
928
929 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
930 ada-procedure-start-regexp.
931 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
932
933 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
934 with defvar.
935 (ada-language-version): Rename ada05 -> ada2005.
936 (ada-align-region-separate): Add `eval-when-compile'.
937 (ada-name-regexp): Remove unneeded escapes in regexp character
938 alternative.
939 (ada-compile-goto-error-file-linenr-re): New constant.
940 (ada-matching-start-re): Handle additional cases `declare',
941 `procedure', `function'.
942 (ada-compile-goto-error): Handle "... at line nn".
943 (ada-mode): Clearer syntax, comments for ff-special-constructs.
944 Delete support for old versions of `align'.
945 (ada-search-prev-end-stmt): Handle additional keyword `private'.
946 (ada-check-defun-name): Simplify handling of `declare'.
947 (ada-goto-matching-start): Handle nested `begin ... end'.
948 Handle `declare', `protected', `procedure', `function'.
949 (ada-create-menu): Presence of arm95 is not conditional on using
950 GNAT compiler.
951
952 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
953
954 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
955 nil in the *RE-Builder* buffer (it causes spurious error messages).
956
957 * server.el (server-visit-files): If `minibuffer-auto-raise' has
958 been set to t, respect it.
959
960 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
961
962 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
963 Delete commented out code for old Emacs versions. Autoloading of
964 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
965 (ada-mode-version): Bump version number.
966 (ada-95-string-keywords, ada-2005-string-keywords)
967 (ada-2005-keywords, ada-name-regexp): New constant.
968 (ada-language-version, ada-procedure-start-regexp, ada-mode)
969 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
970 (ada-package-start-regexp): Support private packages, include package
971 name (for ada-set-point-accordingly).
972 (ada-next-procedure, ada-previous-procedure)
973 (ada-which-function-are-we-in): Match changes to
974 ada-procedure-start-regexp.
975 (ada-make-body): Make non-interactive; not a user function.
976 (ada-make-subprogram-body): Improve doc string.
977
978 2006-11-11 Romain Francoise <romain@orebokech.com>
979
980 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
981 `compilation-error-regexp-alist' buffer-local, since we changed
982 `compilation-error-regexp-alist-alist' locally.
983
984 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
985
986 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
987 to the value of `server-raise-frame'.
988
989 2006-11-11 Glenn Morris <rgm@gnu.org>
990
991 * ido.el (ido-enable-prefix)
992 * ses.el (ses-call-printer-return)
993 * net/tramp.el (tramp-unified-filenames)
994 * progmodes/cc-align.el (c-lineup-string-cont)
995 * progmodes/compile.el (compilation-directory-matcher)
996 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
997 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
998 (vhdl-clock-rising-edge)
999 * textmodes/org.el (org-export-with-timestamps)
1000 (org-export-remove-timestamps-from-toc)
1001 (org-export-with-tags): Improve previous doc fixes.
1002
1003 2006-11-11 Richard Stallman <rms@gnu.org>
1004
1005 * textmodes/flyspell.el (flyspell-mode-map):
1006 Bind C-c $ instead of M-RET.
1007
1008 2006-11-10 Simon Marshall <simon@gnu.org>
1009
1010 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1011 fontification for "case" and "default" keywords.
1012
1013 2006-11-10 Andreas Schwab <schwab@suse.de>
1014
1015 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1016 Avoid starting sentence with "nil".
1017
1018 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1019
1020 * server.el (server-raise-frame): New option.
1021 (server-switch-buffer): Use it.
1022
1023 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
1024
1025 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1026 with a capital.
1027
1028 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1029
1030 * textmodes/org.el (org-show-hierarchy-above)
1031 (org-show-following-heading): Fix typo in default value.
1032 (org-scan-tags): Make the search case-sensitive.
1033 (org-tags-sparse-tree): Don't overrule
1034 `org-show-following-heading' and `org-show-hierarchy-above'.
1035 (org-reveal): New command.
1036 (org-show-context): Rename from `org-show-hierarchy-above'.
1037 (org-fast-tag-selection-single-key): New option.
1038 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1039 (org-tags-overlay): New variable.
1040 (org-agenda-todo-ignore-deadlines): New option.
1041 ("session"): Add circular data structure `org-mark-ring' to
1042 exceptions list in session.el.
1043 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1044 New options.
1045 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1046 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1047 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1048 (org-finalize-agenda): Activate bracket links in agenda.
1049 (org-at-timestamp-p, org-at-date-range-p): Additional argument
1050 INACTIVE-OK.
1051 (org-show-hierarchy-above, org-show-following-heading):
1052 List values allowed for fine-tuned configuration.
1053 (org-show-hierarchy-above): New argument CONTEXT, use the
1054 fine-tuned settings in `org-show-hierarchy-above' and
1055 `org-show-following-heading'.
1056 (org-display-custom-time): New function.
1057 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1058 (org-display-custom-times, org-time-stamp-custom-formats):
1059 (org-maybe-intangible): New macro.
1060 (org-activate-bracket-links, org-hide-wide-columns):
1061 Use `org-maybe-intangible'.
1062 (org-open-file): Use `shell-quote-argument'.
1063 (org-display-internal-link-with-indirect-buffer): New option.
1064 (org-file-remote-p): Get regexp from list.
1065 (org-link-expand-abbrev): New function.
1066 (org-link-abbrev-alist): New option.
1067 (org-open-at-point, org-cleaned-string-for-export):
1068 Call `org-link-expand-abbrev'.
1069 (org-timeline, org-agenda-list, org-todo-list)
1070 (org-tags-view): Remove the KEEP-MODES argument.
1071 (org-finalize-agenda-hook): New hook.
1072 (org-get-alist-option): New function.
1073 (org-follow-timestamp-link): New function.
1074 (org-open-at-point): Call `org-follow-timestamp-link'.
1075 (org-log-note-marker, org-log-note-purpose)
1076 (org-log-note-window-configuration): New variables.
1077 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1078 (org-log-note-headings): New option.
1079 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1080 (org-store-link): Support for dired-mode.
1081 (org-open-file): Substitute environment variables into filename.
1082 (org-last): New defsubst.
1083 (org-agenda-re-align-tags): New function.
1084 (org-agenda-align-tags-to-column): New option.
1085 (org-agenda-timeline): Group removed.
1086 (org-prepare-agenda, org-prepare-agenda-buffers)
1087 (org-run-agenda-series, org-timeline, org-agenda-list)
1088 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1089 the text property inticating the agenda type.
1090 (org-agenda-post-command-hook): Get agenda type from text property
1091 at point.
1092 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
1093 and obey `org-agenda-overriding-arguments'.
1094 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1095 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1096 (org-agenda-week-view, org-agenda-day-view):
1097 Use `org-agenda-overriding-arguments' to make updating work with
1098 multi-block agendas.
1099 (org-agenda-prefix-format): Allow different formats for the
1100 different agenda entry types.
1101 (org-timeline-prefix-format): Option removed, use
1102 `org-agenda-prefix-format' instead.
1103 (org-prepare-agenda): New function.
1104 (org-select-timeline-window): Option removed, use
1105 `org-select-agenda-window' instead.
1106 (org-respect-restriction): Variable removed.
1107 (org-cmp-tag): New function.
1108 (org-agenda-sorting-strategy, org-entries-lessp):
1109 Implement sorting by last tag.
1110 (org-complete): Better completion in in-buffer option lines.
1111 (org-in-item-p): New function.
1112 (org-org-menu): Add entries for checkboxes.
1113 (org-cycle): Extra brouping in outline-regexp, because it is used
1114 in a search with "^" prepended.
1115 (org-provide-checkbox-statistics): New option.
1116 (org-set-font-lock-defaults): Highlight checkbox statistics.
1117 (org-update-checkbox-count-maybe)
1118 (org-get-checkbox-statistics-face): New functions.
1119 (org-update-checkbox-count): New command.
1120 (org-insert-item, org-toggle-checkbox):
1121 Call `org-update-checkbox-count-maybe'.
1122 (org-export-as-html): XEmacs compatibility for coding system.
1123 (org-force-cycle-archived): New command.
1124 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1125 overrules cycling.
1126 (org-fix-position-after-promote): If the line contains only a todo
1127 keyword, add a final space.
1128 (org-promote-subtree, org-demote-subtree):
1129 Call `org-fix-position-after-promote'.
1130
1131 2006-11-10 Glenn Morris <rgm@gnu.org>
1132
1133 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1134 date in every year.
1135 (calendar-dst-check-each-year-flag): New customizable variable.
1136 (calendar-dst-find-data): New function, extracted from
1137 calendar-current-time-zone.
1138 (calendar-current-time-zone): Use calendar-dst-find-data.
1139 (calendar-dst-transition-cache): New variable.
1140 (calendar-dst-find-startend, calendar-dst-starts)
1141 (calendar-dst-ends): New functions.
1142 (calendar-daylight-savings-starts)
1143 (calendar-daylight-savings-ends): Change value to use
1144 calendar-dst-starts, calendar-dst-ends; respectively.
1145
1146 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1147
1148 * ido.el (ido-enable-prefix)
1149 * ses.el (ses-call-printer-return)
1150 * net/tramp.el (tramp-unified-filenames)
1151 * progmodes/cc-align.el (c-lineup-string-cont)
1152 * progmodes/compile.el (compilation-directory-matcher)
1153 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1154 * progmodes/gdb-ui.el (gdb-many-windows)
1155 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1156 (vhdl-clock-rising-edge)
1157 * textmodes/org.el (org-export-with-timestamps)
1158 (org-export-remove-timestamps-from-toc, org-export-with-tags)
1159 (org-read-date): Doc fix (Nil -> nil).
1160
1161 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1162
1163 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1164 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1165
1166 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1167
1168 * bs.el (bs--window-for-buffer): Remove.
1169 (bs--show-with-configuration): Use `get-window-with-predicate'
1170 instead of `bs--window-for-buffer'.
1171
1172 2006-11-10 Kenichi Handa <handa@m17n.org>
1173
1174 * files.el (revert-buffer): Fix previous change.
1175
1176 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * bs.el (bs--redisplay): Fix typo in docstring.
1179 (bs--window-config-coming-from): Make frame-local.
1180 (bs--restore-window-config): New function.
1181 (bs-kill, bs-select, bs-select-other-window)
1182 (bs-select-other-frame): Use it.
1183 (bs--window-for-buffer): Return as soon as a matching buffer is found.
1184 (bs--show-with-configuration): Save the window configuration as a
1185 frame local var, and only if *buffer-selection* is not already
1186 visible on this frame.
1187
1188 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * vc-svn.el (vc-svn-admin-directory): New var.
1191 (vc-svn-registered, vc-svn-responsible-p)
1192 (vc-svn-repository-hostname): Use it.
1193 Suggested by arit93@yahoo.com.
1194
1195 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * ldefs-boot.el: Regenerate.
1198
1199 2006-11-08 Alan Mackenzie <acm@muc.de>
1200
1201 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1202 case (eq open-paren-in-column-0-is-defun-start nil) by searching
1203 for least nested open-paren.
1204
1205 2006-11-08 Romain Francoise <romain@orebokech.com>
1206
1207 * subr.el (remove-overlays): Fix typo in last change.
1208
1209 2006-11-08 Richard Stallman <rms@gnu.org>
1210
1211 * subr.el (remove-overlays): Call overlay-recenter.
1212
1213 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1214
1215 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1216 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1217 behaviour.
1218 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1219 directly.
1220
1221 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1222
1223 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1224 (ido-max-dir-file-cache, ido-decorations)
1225 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1226 (ido-magic-backward-char, ido-enter-dired)
1227 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1228 (ido-list-directory, ido-first-match, ido-only-match)
1229 (ido-subdir, ido-indicator): Fix typos in docstrings.
1230 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1231 (ido-read-internal): Fix typo in error message.
1232
1233 2006-11-08 Kenichi Handa <handa@m17n.org>
1234
1235 * international/mule-cmds.el (set-default-coding-systems):
1236 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1237
1238 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * makefile.w32-in (setwins): Remove.
1241 (WINS_ALMOST): New macro.
1242 (WINS): Use it.
1243 (autoloads): Don't extract autoloads from files in obsolete/.
1244
1245 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * whitespace.el (whitespace-buffer): Call remove-overlays after
1248 overlay-recenter for performance. Suggested by Martin Rudalics.
1249
1250 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
1251
1252 * net/tramp.el (tramp-default-method): scp is the default method.
1253
1254 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
1255
1256 * server.el (server-start): Save also the Emacs pid in the server file.
1257
1258 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
1259
1260 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1261 point when displaying a bibtex cross reference in the echo area.
1262
1263 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * international/mule.el (make-char): Fix typo in docstring.
1266 (load-with-code-conversion, charsetp): Doc fixes.
1267
1268 * international/ja-dic-cnv.el (skkdic-convert):
1269 * cus-edit.el (hook): Fix typo in docstring.
1270
1271 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * cus-edit.el (custom-mode-map): Move defvar above code using it.
1274 (custom-mode-link-map): New variable.
1275 (custom-group-link, custom-manual): Use follow-link.
1276
1277 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1278
1279 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1280 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
1281
1282 2006-11-06 Richard Stallman <rms@gnu.org>
1283
1284 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1285 New function broken out of flyspell-correct-word.
1286 (flyspell-mode-map): Bind it to M-RET.
1287 (flyspell-correct-word): Call it.
1288
1289 * textmodes/fill.el (fill-minibuffer-function): New function.
1290 (fill-paragraph): Bind fill-paragraph-function to
1291 fill-minibuffer-function.
1292
1293 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1294 so that they aren't undefined.
1295
1296 * dired.el (dired-readin): Locally bind file-name-coding-system.
1297
1298 * bindings.el: Shorten and clarify usual mode line mouse help string.
1299
1300 * Makefile.in (autoloads): Don't include `obsolete'.
1301
1302 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1305 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1306 Printing menu if it's not initialized.
1307 (pr-menu-bind): Act on menu-bar-file-menu directly.
1308
1309 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * help.el (view-emacs-news): Fix typo in error message.
1312
1313 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1314
1315 * shadowfile.el (shadow-define-regexp-group)
1316 (shadow-literal-groups, shadow-insert-var): Doc fixes.
1317 (shadow-read-files): Fix typo in message.
1318 (shadow-inhibit-overload, shadow-find, shadow-suffix)
1319 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1320 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1321 (shadow-file-match): Fix typos in docstrings.
1322
1323 * terminal.el (terminal-emulator): Fix typo in message.
1324
1325 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1326
1327 * emacs-lisp/lselect.el (x-kill-primary-selection)
1328 (x-delete-primary-selection, x-copy-primary-selection):
1329 Fix typos in error messages.
1330
1331 * emulation/edt-mapper.el: Fix typo in interactive message.
1332
1333 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1334
1335 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1336 (ispell-help): Fix typos in docstrings.
1337 (ispell-help): Fix typo in output message.
1338
1339 * allout.el (allout-adjust-file-variable)
1340 (allout-passphrase-verifier-string)
1341 (allout-passphrase-hint-string)
1342 (allout-toggle-current-subtree-encryption):
1343 * apropos.el (apropos-synonyms):
1344 * cus-edit.el (hook):
1345 * emacs-lock.el (emacs-lock-from-exiting):
1346 * follow.el (follow-avoid-tail-recenter-p):
1347 * hexl.el (hexl-mode):
1348 * mouse-copy.el (mouse-copy-work-around-drag-bug):
1349 * mouse.el (mouse-set-font):
1350 * resume.el (resume-emacs-args-file):
1351 * rfn-eshadow.el (file-name-shadow-tty-properties):
1352 * t-mouse.el (t-mouse-process, t-mouse-mode):
1353 * emacs-lisp/cust-print.el (custom-print-install)
1354 (custom-print-uninstall, custom-format):
1355 * emacs-lisp/shadow.el (list-load-path-shadows):
1356 * emulation/tpu-edt.el (tpu-help-text)
1357 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1358 (tpu-reset-control-keys):
1359 * emulation/vip.el (vip-emacs-local-map)
1360 (vip-change-mode-to-emacs):
1361 * emulation/viper.el (viper-mode, viper-set-hooks)
1362 (viper-major-mode-modifier-list):
1363 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1364 * emulation/viper-keym.el (viper-emacs-kbd-map)
1365 (viper-toggle-key):
1366 * mail/feedmail.el (feedmail-queue-reminder)
1367 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1368 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1369 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1370 (feedmail-sender-line, feedmail-force-binary-write)
1371 (feedmail-from-line, feedmail-deduce-envelope-from)
1372 (feedmail-x-mailer-line, feedmail-message-id-generator)
1373 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1374 (feedmail-enable-spray, feedmail-spray-this-address)
1375 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1376 (feedmail-queue-runner-confirm-global)
1377 (feedmail-ask-before-queue-prompt)
1378 (feedmail-ask-before-queue-reprompt)
1379 (feedmail-prompt-before-queue-standard-alist)
1380 (feedmail-prompt-before-queue-user-alist)
1381 (feedmail-prompt-before-queue-help-supplement)
1382 (feedmail-queue-use-send-time-for-message-id)
1383 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1384 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1385 (feedmail-mail-send-hook-queued)
1386 (feedmail-confirm-addresses-hook-example)
1387 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1388 (feedmail-queue-runner-mode-setter)
1389 (feedmail-queue-alternative-mail-header-separator)
1390 (feedmail-queue-runner-message-sender)
1391 (feedmail-buffer-eating-function, feedmail-binmail-template)
1392 (feedmail-run-the-queue-no-prompts)
1393 (feedmail-run-the-queue-global-prompt)
1394 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1395 (feedmail-envelope-deducer, feedmail-fiddle-date)
1396 (feedmail-default-message-id-generator)
1397 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1398 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1399 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1400 (vms-pmail-setup):
1401 * play/dunnet.el (dun-help):
1402 * play/handwrite.el (handwrite):
1403 * play/hanoi.el (hanoi-unix-64):
1404 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1405 * textmodes/enriched.el (fixed):
1406 * textmodes/org.el (org-file-apps)
1407 (org-emphasis-regexp-components, org-emphasis-alist):
1408 * textmodes/texinfmt.el (batch-texinfo-format):
1409 Fix typos in docstrings.
1410
1411 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
1412
1413 * loadhist.el (read-feature): Don't complete features not loaded
1414 from a file (which make `unload-feature' to fail).
1415
1416 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1417
1418 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1419
1420 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
1421
1422 * startup.el (command-line-1): Kill emacs if the last frame is
1423 deleted while evaluating the command-line arguments.
1424
1425 2006-11-05 Richard Stallman <rms@gnu.org>
1426
1427 * startup.el (init-file-had-error): Add doc string.
1428 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
1429 Use fixed-width font for keyboard key descriptions.
1430
1431 * cus-edit.el (custom-save-all): Error if saving in .emacs
1432 and it had an error when loaded.
1433
1434 * dired-aux.el (dired-copy-file-recursive): Catch errors
1435 from recursive copies in the loop, around the recursive call.
1436
1437 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1438
1439 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1440 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
1441 `/proc/acpi/thermal_zone/*'.
1442 (battery-search-for-one-match-in-files): New. Search a regexp in
1443 the content of some files.
1444
1445 2006-11-05 Martin Rudalics <rudalics@gmx.at>
1446
1447 * window.el (mouse-autoselect-window-now): Remove variable.
1448 (mouse-autoselect-window-state): New variable.
1449 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
1450 (mouse-autoselect-window-select, handle-select-window):
1451 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
1452 Suspend delayed autoselection during menu or popup dialog.
1453
1454 * info-look.el (info-lookup-guess-custom-symbol): New function
1455 for retrieving symbol at point in custom buffers.
1456 (top level) <info-lookup-maybe-add-help>: Add backquote and
1457 comma to ignored characters in regexps of help specifications
1458 for emacs-lisp-mode and lisp-interaction-mode. This permits
1459 looking up symbols in `...' and after a comma. Add help
1460 specifications for custom-mode and help-mode.
1461
1462 2006-11-04 Eli Zaretskii <eliz@gnu.org>
1463
1464 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
1465 Don't encode body if RAW is non-nil, or if the old encoding is
1466 identical to the new encoding, or if the body contains only
1467 eight-bit-* characters.
1468
1469 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1470
1471 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1472 (faces-sample-overlay): Remove variable.
1473 (describe-face): Insert sample text in the face being described.
1474
1475 2006-11-04 Martin Rudalics <rudalics@gmx.at>
1476
1477 * whitespace.el (whitespace-indent-regexp): Make this match any
1478 multiples of eight spaces near the beginning of a line.
1479 (whitespace-buffer): Use `remove-overlays' instead of
1480 `whitespace-unhighlight-the-space' and `overlay-recenter' to
1481 speed up overlay handling.
1482 (whitespace-buffer-leading, whitespace-buffer-trailing):
1483 Make these functions highlight the text removed by
1484 `whitespace-buffer-leading-cleanup' and
1485 `whitespace-buffer-trailing-cleanup' respectively.
1486 (whitespace-buffer-search): Use `with-local-quit'.
1487 Move `format' out of loop to speed up scanning larger buffers.
1488 (whitespace-unhighlight-the-space): Remove `remove-hook' since
1489 that function is never added to a hook.
1490 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
1491 (whitespace-buffer-leading-cleanup)
1492 (whitespace-refresh-rescan-list): Fix docstrings.
1493
1494 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
1495
1496 * allout.el (allout-during-yank-processing): Cue for inhibiting
1497 aberrance processing during yanks.
1498 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
1499 the amount of yanked topics that can be aberrant.
1500 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
1501 a function, and supplement with inihibition of doublechecking
1502 during yanks.
1503 (allout-beginning-of-line, allout-next-heading)
1504 (allout-previous-heading, allout-goto-prefix-doublechecked)
1505 (allout-back-to-current-heading, allout-next-visible-heading)
1506 (allout-next-sibling): Use new allout-do-doublecheck function.
1507 (allout-next-sibling): Ensure we made progress when returning
1508 other than nil.
1509 (allout-rebullet-heading): Preserve text property annotations
1510 indicating the text was hidden, if it was.
1511 (allout-kill-line): Remove any added was-hidden annotations.
1512 (allout-kill-topic): Remove any added was-hidden annotations.
1513 (allout-annotate-hidden): Inhibit adding was-hidden text
1514 properties to the undo list.
1515 (allout-deannotate-hidden): New function to remove was-hidden
1516 annotation.
1517 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
1518 (allout-remove-exposure-annotation): Replace by
1519 allout-deannotate-hidden.
1520 (allout-yank-processing): Signal that yank processing is happening
1521 with allout-during-yank-processing. Also, wrap
1522 allout-unprotected's closer to the text changes, for easier
1523 debugging. We need to inhibit-field-text-motion explicitly, in
1524 lieu of the encompassing allout-unprotected.
1525 (outlineify-sticky): Adjust criteria for triggering new outline
1526 decorations to presence or absence of any topics, not just a topic
1527 at the beginning of the buffer.
1528
1529 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
1530
1531 * bs.el (bs--show-all, bs--redisplay):
1532 * cus-edit.el (custom-unlispify-menu-entries)
1533 (custom-unlispify-tag-names, custom-prompt-variable):
1534 * expand.el (expand-pos):
1535 * speedbar.el (speedbar-generic-list-tag-p):
1536 * wid-edit.el (widget-image-enable):
1537 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
1538 * emacs-lisp/find-func.el (find-function-noselect)
1539 (find-function, find-variable-noselect, find-variable)
1540 (find-definition-noselect, find-face-definition):
1541 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
1542 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1543 * progmodes/ada-xref.el (ada-find-in-ali):
1544 * textmodes/flyspell.el (flyspell-check-tex-math-command):
1545 * textmodes/org.el (org-copy-subtree):
1546 * textmodes/table.el (table--row-column-insertion-point-p):
1547 Use "non-nil" in docstrings.
1548
1549 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
1550
1551 * sort.el (sort-columns): Set the field separator to tab; on
1552 NetBSD, sort complains if "\n" is used as field separator.
1553
1554 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
1555
1556 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
1557
1558 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * server.el (server-auth-key): Remove. Replace by a process-property.
1561 (server-start): Don't remove the file of the previous process, but
1562 instead clear out the place for the new file.
1563 (server-start): Set the :auth-key property.
1564 (server-process-filter): Use the :auth-key property.
1565
1566 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
1567
1568 * textmodes/org.el (org-mode-map): No longer copy
1569 `outline-mode-map' explicitly - this is already done by
1570 `define-derived-mode'.
1571
1572 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * server.el (server-visit-files): Use `when'.
1575 (server-process-filter): When authentication fails, send error
1576 message to client. Wrap `process-send-region' in `ignore-errors'
1577 instead of `condition-case', and remove misleading comment.
1578
1579 2006-11-01 Juri Linkov <juri@jurta.org>
1580
1581 * simple.el (yank): Doc fix.
1582
1583 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * server.el: Try and fit within 80 columns.
1586 (server-start): Make the auth file unreadable by other users.
1587
1588 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1589
1590 * battery.el (battery-linux-proc-acpi): Prevent range error when
1591 `full-capacity' is 0.
1592
1593 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1594
1595 * faces.el (faces-sample-overlay): New defvar.
1596 (faces-sample-overlay): New function to show face sample text.
1597 (describe-face): Use it.
1598
1599 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
1600
1601 * progmodes/ada-stmt.el: Change maintainer, apply
1602 whitespace-cleanup, checkdoc.
1603 (ada-func-or-proc-name): Add doc string.
1604
1605 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
1606 whitespace-cleanup, checkdoc. Minor improvements to many doc
1607 strings and comments.
1608 (ada-prj-display-page): Change buffer name to more accurately
1609 reflect function.
1610
1611 * progmodes/ada-xref.el: Change maintainer, apply
1612 whitespace-cleanup, checkdoc. Minor improvements to many doc
1613 strings and comments. Don't look for `gvd' or `ddd' debuggers.
1614 (ada-compile-current): Don't add newlines to commands.
1615
1616 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
1617
1618 * server.el: Add support for TCP sockets.
1619 (server-use-tcp, server-host, server-auth-dir): New options.
1620 (server-auth-key): New variable.
1621 (server-ensure-safe-dir): Create nonexistent parent dirs.
1622 Ignore Unix-style file modes on Windows.
1623 (server-start): Crete a TCP or Unix socket according to the value
1624 of `server-use-tcp'. For TCP sockets, create the id/auth file in
1625 `server-auth-dir' directory.
1626 (server-process-filter): Delete process if authentication
1627 fails (which never happens for Unix sockets).
1628
1629 2006-10-30 David Kastrup <dak@gnu.org>
1630
1631 * subr.el (add-to-list): Don't continue checking if a match has
1632 been found.
1633
1634 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * tutorial.el: Move defvars to avoid bytecomp warnings.
1637 (tutorial--find-changed-keys): Check if viper-current-state is
1638 bound before using it.
1639 (help-with-tutorial): Check if viper-tutorial is defined before
1640 using it.
1641
1642 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
1643
1644 * help-fns.el (help-with-tutorial): Move to tutorial.el.
1645
1646 * tutorial.el: New file.
1647 (help-with-tutorial): Move here from help-fns.el. Added help for
1648 rebound keys. Fixed resume of tutorial.
1649 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1650 (tutorial--find-changed-keys, tutorial--display-changes)
1651 (tutorial--saved-dir, tutorial--saved-file)
1652 (tutorial--save-tutorial): New functions to support the changes in
1653 help-with-tutorial.
1654
1655 2006-10-30 Kenichi Handa <handa@m17n.org>
1656
1657 * files.el (revert-buffer): If a unibyte buffer is being reverted
1658 with a coding system for multibyte, set buffer multibyte before
1659 calling insert-file-contents.
1660
1661 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1662
1663 * server.el (server-select-display): Use a dummy buffer to detect when
1664 the frame is later used.
1665 (server-select-display): New function.
1666 (server-process-filter): Use it to detect unused temp frames.
1667
1668 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
1669
1670 * progmodes/ada-mode.el: Change maintainer, apply
1671 whitespace-clean, checkdoc. Minor improvements to many doc strings.
1672 (ada-mode-version): New function.
1673 (ada-create-menu): Menu operations are available for all supported
1674 compilers.
1675
1676 2006-10-29 Lars Hansen <larsh@soem.dk>
1677
1678 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1679 Highlight as keyword.
1680 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1681 Don't call tramp-method-out-of-band-p for local files.
1682 (tramp-touch): Quote file name.
1683
1684 2006-10-28 Glenn Morris <rgm@gnu.org>
1685
1686 * calendar/calendar.el (cal-html-cursor-month)
1687 (cal-html-cursor-year): Add autoloads for this new package.
1688 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
1689
1690 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
1691
1692 * calendar/cal-html.el: New file.
1693
1694 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1695
1696 * emacs-lisp/authors.el (authors-aliases): Update.
1697
1698 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * version.el (emacs-version): Bump version number to 22.0.90.
1701
1702 2006-10-26 John W. Eaton <jwe@octave.org>
1703
1704 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1705 New defvar.
1706 (inferior-octave-resync-dirs): Check to see whether Octave has
1707 built-in variables and set inferior-octave-has-built-in-variables.
1708 Check inferior-octave-has-built-in-variables to decide whether to
1709 send commands that set built-in variables or call functions to
1710 change Octave's behavior.
1711 Send "disp (pwd ())" to Octave instead of just "pwd".
1712 (inferior-octave-startup): Send "more off" to Octave instead of
1713 "page_screen_output = 0".
1714
1715 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1718 pattern normally.
1719
1720 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
1721
1722 * bindings.el (mode-line-mode-menu): Remove bindings for global
1723 minor modes (line/column number) as they are on the menubar.
1724
1725 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * term/w32-win.el (x-handle-name-switch): Doc fix.
1728 (w32-standard-fontset-spec): Fix typo in docstring.
1729
1730 * midnight.el (midnight-buffer-display-time): Doc fix.
1731 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1732
1733 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
1734
1735 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1736
1737 * viper-ex.el (ex-read): Quote file argument.
1738
1739 * ediff-diff.el (ediff-same-file-contents): Expand file names.
1740
1741 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1742
1743 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1744
1745 * textmodes/flyspell.el (flyspell-check-region-doublons):
1746 Fix last fix.
1747
1748 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
1749
1750 * bindings.el (mode-line-mode-menu): List global minor modes
1751 before local ones.
1752
1753 2006-10-23 Kim F. Storm <storm@cua.dk>
1754
1755 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1756 (sit-for): If last command was a prefix arg, add the read-ahead
1757 event to unread-command-events as (t . EVENT) so it will be added
1758 to this-command-keys by read-key-sequence.
1759
1760 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1761
1762 * textmodes/flyspell.el (flyspell-word): Skip past all previous
1763 whitespace when checking doublons.
1764 (flyspell-check-region-doublons): Fix doublon regexp.
1765 (flyspell-highlight-incorrect-region): Highlight doublons using
1766 flyspell-duplicate face.
1767
1768 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1769
1770 2006-10-22 John Wiegley <johnw@newartisans.com>
1771
1772 * progmodes/python.el (python-use-skeletons): python-mode was
1773 auto-inserting templates (for those with abbrev-mode on), not only
1774 by default -- *but without a configuration variable to disable
1775 it*. This rendered python-mode completely useless for me, so I
1776 have added `python-use-skeletons', which is now off by default.
1777
1778 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
1779
1780 * progmodes/cperl-mode.el (cperl-mode): Don't assume
1781 font-lock-multiline is auto-local (it's not).
1782 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1783 initialized before calling cperl-init-faces.
1784
1785 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
1786
1787 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1788 gdb-stack-position a value when there is no fringe.
1789
1790 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1791 indicator if not visiting a file.
1792
1793 2006-10-20 David Kastrup <dak@gnu.org>
1794
1795 * window.el (kill-buffer-and-window): Fix a bug where an aborted
1796 operation would still cause some window to collapse later.
1797
1798 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * vc.el (vc-switch-backend): Try to be more careful with unwanted
1801 side-effect due to mixing various backends's file properties.
1802
1803 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
1804 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
1805 Return `filename's status if applicable. Update callers.
1806
1807 2006-10-19 Kenichi Handa <handa@m17n.org>
1808
1809 * international/kkc.el (kkc-region): When a key sequence is not
1810 defined, append (this-single-command-raw-keys) to
1811 unread-input-method-events.
1812
1813 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
1814
1815 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
1816
1817 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1818
1819 * version.el (emacs-version): Use mac-carbon-version-string.
1820
1821 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
1822
1823 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1824
1825 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
1826 (by Kenichi Handa).
1827 (xselect-convert-to-string): Decline requests for UTF8_STRING if
1828 the selection is not UTF-8.
1829
1830 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
1831
1832 * progmodes/ada-mode.el (ada-83-string-keywords)
1833 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
1834 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
1835 (ada-looking-at-semi-private, ada-get-body-name):
1836 Fix typos in docstrings.
1837 (ada-create-case-exception, ada-create-case-exception-substring):
1838 Fix typos in error messages.
1839 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
1840
1841 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1842
1843 * term/x-win.el (res-geometry): Don't set geometry from Xresources
1844 to default-frame-alist if default-frame-alist already contains
1845 width/height.
1846
1847 2006-10-18 Richard Stallman <rms@gnu.org>
1848
1849 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
1850 Non-interactive arg is the value, not the expression.
1851
1852 * simple.el (read-expression-map): Just set it, no defvar.
1853
1854 * subr.el (insert-for-yank-1): If last inserted char has
1855 properties, mark them as rear-nonsticky.
1856
1857 * recentf.el (recentf-mode): Doc fix.
1858
1859 * facemenu.el (facemenu-add-new-face): Defend against symbol
1860 that isn't a face name.
1861
1862 * dired-aux.el (dired-do-copy): Doc fix.
1863
1864 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * simple.el (line-move-1): Ignore fields when moving to the
1867 beginning of line to avoid getting point stuck.
1868
1869 2006-10-18 Martin Rudalics <rudalics@gmx.at>
1870
1871 * textmodes/flyspell.el (flyspell-word-search-backward):
1872 Set inhibit-point-motion-hooks to avoid looping due to intangibile
1873 text.
1874
1875 2006-10-16 Richard Stallman <rms@gnu.org>
1876
1877 * help-fns.el (describe-function-1): Special case optimization
1878 for self-insert-command.
1879
1880 2006-10-16 Kim F. Storm <storm@cua.dk>
1881
1882 * ido.el (ido-reread-directory): Work in `dir' mode too.
1883
1884 2006-10-15 Martin Rudalics <rudalics@gmx.at>
1885
1886 * textmodes/table.el: Require 'regexp-opt.
1887
1888 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
1889
1890 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
1891 Use shell-quote-argument.
1892
1893 * shell.el (explicit-bash-args): Likewise.
1894
1895 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
1896 Use grep -E rather than egrep.
1897
1898 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1899
1900 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
1901
1902 2006-10-15 Kim F. Storm <storm@cua.dk>
1903
1904 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
1905
1906 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
1907
1908 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
1909 to protect whitespace and metacharacters from the shell.
1910
1911 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1912
1913 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
1914
1915 2006-10-13 Eli Zaretskii <eliz@gnu.org>
1916
1917 * subr.el (start-process-shell-command): Doc fix.
1918
1919 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
1920
1921 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
1922 the regexp for Maxima symbols.
1923
1924 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
1927 (vc-find-root): Don't walk higher up than ~.
1928
1929 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * international/utf-8.el (utf-translate-cjk-load-tables):
1932 Avoid clobbering last-coding-system-used during load.
1933
1934 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
1935
1936 * textmodes/reftex-global.el (reftex-create-tags-file):
1937 Quote file arguments.
1938
1939 2006-10-12 Richard Stallman <rms@gnu.org>
1940
1941 * files.el (file-name-history): Add defvar.
1942 (save-some-buffers-action-alist): Improve description strings.
1943
1944 2006-10-12 Andreas Schwab <schwab@suse.de>
1945
1946 * files.el (auto-mode-alist): Match change log file name also with
1947 a dash before a numeric extension.
1948
1949 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
1950
1951 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
1952 After 5.0:
1953 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
1954
1955 After 5.1: Major edit. Summary of most visible changes:
1956
1957 - Multiple <<HERE per line allowed.
1958 - Handles multiline subroutine declaration headers (with comments).
1959 (The exception is `cperl-etags' - but it is not used in the rest
1960 of the mode.)
1961 - Fontifies multiline my/our declarations (even with comments,
1962 and with legacy `font-lock').
1963 - Major speedup of syntaxification, both immediate and postponed
1964 (3.5x to 15x [for different CPUs and versions of Emacs] on the
1965 huge real-life document I tested).
1966 - New bindings, edits to imenu.
1967 - "_" is made into word-char during fontification/syntaxification;
1968 some attempts to recognize non-word "_" during other operations too.
1969 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
1970 - autoload some more perldoc-related stuff
1971 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
1972 - Attempt to incorporate XEmacs edits which reached me.
1973
1974 Fine-grained changelog:
1975 (cperl-hook-after-change): New configuration variable.
1976 (cperl-vc-sccs-header): Likewise.
1977 (cperl-vc-sccs-header): Likewise.
1978 (cperl-vc-header-alist): Default via two preceding variables.
1979 (cperl-invalid-face): Remove double quoting under XEmacs
1980 (still needed under 21.2).
1981 (cperl-tips): Update URLs for resources.
1982 (cperl-problems): Likewise.
1983 (cperl-praise): Mention new features.
1984 New C-c key bindings: for `cperl-find-bad-style',
1985 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
1986 `cperl-perdoc', and `cperl-perldoc-at-point'.
1987 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
1988 moved, new submenu of Tools with Ispell entries and narrowing.
1989 (cperl-after-sub-regexp): New defsubst.
1990 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
1991 Allows heads up to head4.
1992 Allow "package;".
1993 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
1994 (paren-backwards-message): ??? Something for XEmacs???
1995 (cperl-mode): Never auto-switch abbrev-mode off.
1996 Try to allow '_' be non-word char.
1997 Do not use `font-lock-unfontify-region-function' on XEmacs.
1998 Reset syntax cache on mode start.
1999 Support multiline facification (even on legacy `font-lock').
2000 (cperl-facemenu-add-face-function): ??? Some contributed code ???
2001 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2002 refuse to inform us whether the fontification is due to lazy
2003 calling or due to edit to a buffer, install our own hook
2004 (controlled by `cperl-hook-after-change').
2005 (cperl-electric-pod): =cut may have been recognized as start.
2006 (cperl-block-p): Move, updatedfor attributes.
2007 (cperl-calculate-indent): Try to allow '_' be non-word char
2008 Support subs with attributes.
2009 (cperl-where-am-i): Queit (?) a warning.
2010 (cperl-cached-syntax-table) New function.
2011 (cperl-forward-re): Use `cperl-cached-syntax-table'.
2012 (cperl-unwind-to-safe): Recognize `syntax-type' property
2013 changing in a middle of line.
2014 (cperl-find-sub-attrs): New function.
2015 (cperl-find-pods-heres): Allow many <<EOP per line.
2016 Allow subs with attributes.
2017 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2018 Recognize "extproc " (OS/2) case-folded and only at start.
2019 /x on s///x with empty replacement was not recognized.
2020 Better comments.
2021 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2022 Allow subs with attributes, labels.
2023 Do not confuse "else::foo" with "else".
2024 Minor optimizations...
2025 (cperl-after-expr-p): Try to allow '_' be non-word char.
2026 (cperl-fill-paragraph): Try to detect a major bug in Emacs
2027 with `looking-at' inside `narrow' and bulk out if found.
2028 (cperl-imenu--create-perl-index): Updates for new
2029 `cperl-imenu--function-name-regexp-perl'.
2030 (cperl-outline-level): Likewise.
2031 (cperl-init-faces): Allow multiline subroutine headers
2032 and my/our declarations, and ones with comments.
2033 Allow subroutine attributes.
2034 (cperl-imenu-on-info): Better docstring.
2035 (cperl-etags): Rudimentary support for attributes.
2036 Support for packages and "package;".
2037 (cperl-add-tags-recurse-noxs): Better (?) docstring.
2038 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2039 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2040 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2041 (cperl-perldoc): Add autoload.
2042 (cperl-perldoc-at-point): Likewise.
2043 (cperl-here-doc-spell): New function.
2044 (cperl-pod-spell): Likewise.
2045 (cperl-map-pods-heres): Likewise.
2046 (cperl-get-here-doc-region): Likewise.
2047 (cperl-font-lock-fontify-region-function): Likewise (backward
2048 compatibility for legacy `font-lock').
2049 (cperl-font-lock-unfontify-region-function): Fix style.
2050 (cperl-fontify-syntaxically): Recognize and optimize away deferred
2051 calls with no-change. Governed by `cperl-hook-after-change'.
2052 (cperl-fontify-update): Recognize that syntaxification region
2053 can be larger than fontification one.
2054 XXXX we leave `cperl-postpone' property, so this is quadratic...
2055 (cperl-fontify-update-bad): Temporary placeholder until
2056 it is clear how to implement `cperl-fontify-update'.
2057 (cperl-time-fontification): New function.
2058 (attrib-group): New text attribute.
2059 (multiline): New value: `syntax-type' text attribute.
2060
2061 After 5.2:
2062 (cperl-emulate-lazy-lock): New function.
2063 (cperl-fontify-syntaxically): Would skip large regions.
2064 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2065 Some globals were declared, but uninitialized.
2066
2067 After 5.3, 5.4:
2068 (cperl-facemenu-add-face-function): Add docs, fix U<>.
2069 Copyright message updated.
2070 (cperl-init-faces): Work around a bug in `font-lock'. May slow
2071 facification down a bit.
2072 Misprint for my|our|local for old `font-lock'
2073 "our" was not fontified same as "my|local".
2074 Highlight variables after "my" etc even in
2075 a middle of an expression.
2076 Do not facify multiple variables after my etc
2077 unless parentheses are present.
2078
2079 After 5.5, 5.6
2080 (cperl-fontify-syntaxically): after-change hook could reset.
2081 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2082
2083 After 5.7:
2084 (cperl-init-faces): Allow highlighting of local ($/).
2085 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2086 (cperl-problems): Remove fixed problems.
2087 (cperl-find-pods-heres): Recognize #-comments in m##x too.
2088 Recognize charclasses (unless delimiter is \).
2089 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2090 (cperl-regexp-scan): Update docs.
2091 (cperl-beautify-regexp-piece): Use information got from regexp scan.
2092
2093 After 5.8:
2094 Major user visible changes:
2095 Recognition and fontification of character classes in RExen.
2096 Variable indentation of RExen according to groups.
2097
2098 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2099 Fontify REx charclasses in variable-name face.
2100 Fontify POSIX charclasses in "type" face.
2101 Fontify unmatched "]" in function-name face.
2102 Mark first-char of HERE-doc as `front-sticky'.
2103 Reset `front-sticky' property when needed.
2104 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2105 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2106 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2107 constructs. Support `narrow'ed buffers.
2108 (cperl-praise): Remove a reservation.
2109 (cperl-make-indent): New function.
2110 (cperl-indent-for-comment): Use `cperl-make-indent'.
2111 (cperl-indent-line): Likewise.
2112 (cperl-lineup): Likewise.
2113 (cperl-beautify-regexp-piece): Likewise.
2114 (cperl-contract-level): Likewise.
2115 (cperl-toggle-set-debug-unwind): New function.
2116 New menu entry for this.
2117 (fill-paragraph-function): Use when `boundp'.
2118 (cperl-calculate-indent): Take into account groups when indenting RExen.
2119 (cperl-to-comment-or-eol): Recognize # which end a string.
2120 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2121 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2122 (cperl-fontify-syntaxically): More clear debugging message.
2123 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2124 (cperl-init-faces): More complicated highlight even on XEmacs (new).
2125 Merge cosmetic changes from XEmacs.
2126
2127 After 5.9:
2128 (cperl-1+): Move to before the first use.
2129 (cperl-1-): Likewise.
2130
2131 After 5.10:
2132
2133 This code may lock Emacs hard!!! Use at your own risk!
2134
2135 (cperl-font-locking): New internal variable.
2136 (cperl-beginning-of-property): New function.
2137 (cperl-calculate-indent): Use `cperl-beginning-of-property'
2138 instead of `previous-single-property-change'.
2139 (cperl-unwind-to-safe): Likewise.
2140 (cperl-after-expr-p): Likewise.
2141 (cperl-get-here-doc-region): Likewise.
2142 (cperl-font-lock-fontify-region-function): Likewise.
2143 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2144 recursively.
2145 Bound `next-single-property-change' via `point-max'.
2146 (cperl-unwind-to-safe): Bound likewise
2147 (cperl-font-lock-fontify-region-function): Likewise.
2148 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2149 Initialization of `cperl-font-lock-multiline-start' could be
2150 missed if the "main" fontification did not run due to the
2151 keyword being already fontified.
2152 (cperl-pod-spell): Return t from do-one-chunk function.
2153 (cperl-map-pods-heres): Stop when the worker returns nil.
2154 Call `cperl-update-syntaxification'.
2155 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2156 (cperl-get-here-doc-delim): Remove unused function.
2157
2158 After 5.11:
2159
2160 The possible lockup of Emacs (introduced in 5.10) fixed.
2161
2162 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2163 (cperl-syntaxify-for-menu): New customization variable.
2164 (cperl-select-this-pod-or-here-doc): New function.
2165 (cperl-get-here-doc-region): Extra argument.
2166 Do not adjust pos by 1.
2167
2168 New menu entries
2169 (Perl/Tools): Selection of current POD or HERE-DOC section.
2170 (Debugging CPerl:) backtrace on fontification.
2171
2172 After 5.12:
2173 (cperl-cached-syntax-table): Use `car-safe'.
2174 (cperl-forward-re): Remove spurious argument SET-ST.
2175 Add documentation.
2176 (cperl-forward-group-in-re): New function.
2177 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2178 (XXXX Temporary (?) hack is to syntax-mark them as comment).
2179
2180 After 5.13:
2181 (cperl-string-syntax-table): Make { and } not-grouping
2182 (Sometimes they ARE grouping in RExen, but matching them would only
2183 confuse in many situations when they are not)
2184 (beginning-of-buffer): Replace two occurences with goto-char...
2185 (cperl-calculate-indent): `char-after' could be nil...
2186 (cperl-find-pods-heres): REx can start after "[" too.
2187 Hightlight (??{}) in RExen too.
2188 (cperl-maybe-white-and-comment-rex): New constant
2189 (cperl-white-and-comment-rex): Likewise.
2190 XXXX Not very efficient, but hard to make
2191 better while keeping 1 group.
2192
2193 After 5.13:
2194 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2195 Likewise for 1 << identifier.
2196
2197 After 5.14:
2198 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2199 Error-less condition-case could fail.
2200 (cperl-font-lock-fontify-region-function): Likewise.
2201 (cperl-init-faces): Likewise.
2202
2203 After 5.15:
2204 (cperl-find-pods-heres): Support property REx-part2.
2205 (cperl-calculate-indent): Likewise.
2206 Don't special-case REx with non-empty 1st line.
2207 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2208 Invert highlighting of charclasses:
2209 now the envelop is highlighted.
2210 Highlight many others 0-length builtins.
2211 (cperl-praise): Mention indenting and highlight in RExen.
2212
2213 After 5.15:
2214 (cperl-find-pods-heres): Highlight capturing parens in REx.
2215
2216 After 5.16:
2217 (cperl-find-pods-heres): Highlight '|' for alternation
2218 Initialize `font-lock-warning-face' if not present.
2219 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2220 `font-lock-function-name-face'.
2221 (cperl-look-at-leading-count): Likewise.
2222 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2223 `font-lock-keyword-face' (needed for
2224 batch processing), etc...
2225 Use `font-lock-builtin-face' for builtin in REx
2226 Now `font-lock-variable-name-face'
2227 is used for interpolated variables
2228 Use "talking aliases" for faces inside REx
2229 Highlight parts of REx (except in charclasses)
2230 according to the syntax and/or semantic
2231 Syntax-mark a {}-part of (?{}) as "comment"
2232 (it was the ()-part)
2233 Better logic to distinguish what is what in REx
2234 (cperl-tips-faces): Document REx highlighting
2235 (cperl-praise): Mention REx syntax highlight etc.
2236
2237 After 5.17:
2238 (cperl-find-sub-attrs): Would not always manage to print error message.
2239 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2240
2241 After 5.18:
2242 (cperl-find-pods-heres): Misprint in REx for parsing REx.
2243 Very minor optimization.
2244 `my-cperl-REx-modifiers-face' got quoted.
2245 Recognize "print $foo <<END" as HERE-doc.
2246 Put `REx-interpolated' text attribute if needed.
2247 (cperl-invert-if-unless-modifiers): New function.
2248 (cperl-backward-to-start-of-expr): Likewise.
2249 (cperl-forward-to-end-of-expr): Likewise.
2250 (cperl-invert-if-unless): Works in "the opposite way" too.
2251 Cursor position on return is on the switch-word.
2252 Indents comments better.
2253 (REx-interpolated): New text attribute.
2254 (cperl-next-interpolated-REx): New function.
2255 (cperl-next-interpolated-REx-0): Likewise.
2256 (cperl-next-interpolated-REx-1): Likewise.
2257 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
2258 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2259 (cperl-praise): Mention finded interpolated RExen.
2260
2261 After 5.19:
2262 (cperl-init-faces): Highlight %$foo, @$foo too.
2263 (cperl-short-docs): Better docs for system, exec.
2264 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2265 Would not find HERE-doc ended by EOF without NL.
2266 (cperl-short-docs): Correct not-doubled \-escapes.
2267 start block: Put some `defvar' for stuff gone from XEmacs.
2268
2269 After 5.20:
2270 initial comment: Extend copyright, fix email address.
2271 (cperl-indent-comment-at-column-0): New customization variable.
2272 (cperl-comment-indent): Indentation after $#a would increasy by 1.
2273 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2274 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2275 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2276 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2277 highlight $ in $foo too (UNTESTED).
2278 (cperl-set-style): Docstring missed some available styles.
2279 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2280 Change "Current" to "Memorize Current".
2281 (cperl-indent-wrt-brace): New customization variable; the default is
2282 as for pre-5.2 version.
2283 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2284 (cperl-style-alist): Likewise.
2285 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2286 and `cperl-extra-newline-before-brace' etc
2287 being t
2288 (cperl-indent-exp): Plans B and C to find continuation blocks even
2289 if `cperl-extra-newline-before-brace' is t.
2290
2291 After 5.21:
2292 Improve some docstrings concerning indentation.
2293 (cperl-indent-rules-alist): New variable.
2294 (cperl-sniff-for-indent): New function name
2295 (separated from `cperl-calculate-indent').
2296 (cperl-calculate-indent): Separate the sniffer and the indenter;
2297 uses `cperl-sniff-for-indent' now.
2298 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2299 was inverted;
2300 Support `comment-column' = 0.
2301
2302 2006-10-11 Martin Rudalics <rudalics@gmx.at>
2303
2304 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2305 * help-at-pt.el (scan-buf-move-to-region): Likewise.
2306 * longlines.el (longlines-window-change-function): Likewise.
2307 * simple.el (undo-ask-before-discard): Likewise.
2308 * wid-edit.el (widget-field-prompt-internal)
2309 (widget-documentation-link-p): Likewise.
2310
2311 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2314 for a keyword.
2315
2316 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * newcomment.el (comment-valid-prefix-p): Make the check
2319 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
2320 (comment-indent-new-line): Adjust call.
2321
2322 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
2323
2324 * allout.el (allout-back-to-current-heading): Base on lower-level
2325 routines to get proper disqualification of aberrant topics.
2326
2327 2006-10-09 Richard Stallman <rms@gnu.org>
2328
2329 * textmodes/two-column.el (2C-two-columns): Doc fix.
2330
2331 2006-10-09 Kim F. Storm <storm@cua.dk>
2332
2333 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2334 about implicit use.
2335
2336 2006-10-08 Richard Stallman <rms@gnu.org>
2337
2338 * textmodes/two-column.el (2C-two-columns): Doc fix.
2339
2340 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2341
2342 * files.el: Mark `buffer-read-only' as safe-local-variable.
2343
2344 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
2345
2346 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2347 Burp if GUD buffer has been killed.
2348
2349 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * completion.el (add-completions-from-c-buffer):
2352 Don't presume an error's second element is a string.
2353 Use looking-at rather than buffer-substring + member.
2354
2355 2006-10-07 Eli Zaretskii <eliz@gnu.org>
2356
2357 * mail/rmail.el (rmail-redecode-body): If the old encoding is
2358 `undecided', call find-coding-systems-region to find a proper
2359 non-trivial encoding.
2360 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2361 and "text/plain".
2362
2363 2006-10-07 Kevin Ryde <user42@zip.com.au>
2364
2365 * textmodes/reftex-vars.el (defgroup reftex): Update home page
2366 url-link.
2367
2368 * strokes.el (defgroup strokes): Remove invalid url-link.
2369
2370 2006-10-07 Magnus Henoch <mange@freemail.hu>
2371
2372 * autoinsert.el (auto-insert-alist): Doc fix.
2373
2374 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2375
2376 * mouse-sel.el (mouse-insert-selection-internal):
2377 Use insert-for-yank, so that yank handlers are run.
2378
2379 2006-10-07 Kim F. Storm <storm@cua.dk>
2380
2381 * ido.el (ido-file-extension-aux): Fix comparison.
2382
2383 2006-10-06 Kim F. Storm <storm@cua.dk>
2384
2385 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2386
2387 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
2388
2389 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2390 (ad-make-mapped-call): Use `let', not `let*'.
2391
2392 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * international/mule-cmds.el (coding-system-change-eol-conversion):
2395 Ensure the coding system is initialized before calling
2396 coding-system-eol-type.
2397
2398 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
2399
2400 * textmodes/org.el (org-rm-props, org-activate-plain-links)
2401 (org-activate-angle-links, org-activate-dates)
2402 (org-activate-target-links, org-activate-camels)
2403 (org-activate-tags): Add `rear-nonsticky' text property to avoid
2404 textproperty keymaps from being active beyond the end of a line.
2405 (org-unfontify-region): Also remove `rear-nonsticky' property.
2406
2407 2006-10-04 Kenichi Handa <handa@m17n.org>
2408
2409 * international/code-pages.el (next): Table fixed.
2410
2411 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2414 that it's been made unnecessary by removing narrowing.
2415
2416 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2419 control flow a bit, simplify another bit, and add comments.
2420
2421 2006-10-03 David Kastrup <dak@gnu.org>
2422
2423 * help.el (describe-mode): For clicks on mode-line, use "@"
2424 interactive argument to get the major mode of the click instead of
2425 the current buffer.
2426
2427 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2428 in order to better redirect mouse-2 clicks. Also allow default
2429 bindings to apply.
2430
2431 2006-10-03 Kim F. Storm <storm@cua.dk>
2432
2433 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2434 (pushnew): Fix last change.
2435
2436 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
2437
2438 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2439 Use the interactive spec of `eval-expression'.
2440
2441 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
2442
2443 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
2444
2445 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2446
2447 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2448 2006-09-28 commit.
2449
2450 2006-10-02 Kenichi Handa <handa@m17n.org>
2451
2452 * international/code-pages.el (iso-8859-6): Table fixed.
2453
2454 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2455
2456 * dired.el (dired-build-subdir-alist): Fix previous change.
2457
2458 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
2459
2460 * simple.el (undo-elt-crosses-region): Fix the inequalities.
2461
2462 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * emacs-lisp/find-func.el (find-function-regexp): Don't match
2465 "define-button-type".
2466
2467 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
2468 they don't keep accumulating.
2469
2470 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2471
2472 * ffap.el (ffap-rfc-path): Change the address of the RFC
2473 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
2474
2475 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
2476
2477 * allout.el (allout-expose-topic): Rectify implementation of "+"
2478 spec, so that bodies are not exposed with headlines.
2479
2480 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
2481
2482 * allout.el (allout-current-depth): Do aberrent check only at or
2483 below doublecheck depth.
2484 (allout-chart-subtree): Make it explicit that LEVELS being nil
2485 means unlimited depth. Drop undocumented support for LEVELS value
2486 t meaning unlimited depth. (This is consistent with
2487 allout-chart-to-reveal, but contrary to allout-show-children,
2488 which needs to use nil to default to depth of 1.)
2489 (allout-goto-prefix-doublechecked): Wrap long docstring line.
2490 (allout-chart-to-reveal): Be explicit in docstring about meaning
2491 of nil LEVELS, and drop support for LEVELS value t.
2492 (allout-show-children): Translate the level spec used by this
2493 routine to that used by allout-chart-subtree and
2494 allout-chart-to-reveal.
2495 (allout-show-to-offshoot): Retry once when stuck, after opening
2496 subtree - improvements in discontinuity handling likely will
2497 enable progress.
2498
2499 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * wid-edit.el (widget-button-click-moves-point): New variable.
2502 (widget-button-click): If widget-button-click-moves-point is
2503 non-nil, set point after performing the button action
2504
2505 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2506
2507 2006-09-30 Martin Rudalics <rudalics@gmx.at>
2508
2509 * files.el (find-file-existing): Modify to not allow wildcards.
2510
2511 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2512
2513 * simple.el (undo-more): When undo information for the region is
2514 exhausted, say "No further undo information FOR REGION".
2515
2516 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
2517
2518 * progmodes/sh-script.el (sh-prev-thing):
2519 Take `sh-leading-keywords' into account.
2520
2521 2006-09-29 Glenn Morris <rgm@gnu.org>
2522
2523 * custom.el (defcustom): Doc fix.
2524
2525 * calendar/calendar.el (european-calendar-style):
2526 Call european-calendar or american-calendar as needed when set.
2527 (diary-view-entries, list-calendar-holidays): Move autoloads
2528 before use.
2529
2530 2006-09-29 Juri Linkov <juri@jurta.org>
2531
2532 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
2533 to nil if there is no previous property change.
2534
2535 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2536
2537 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
2538 saving anything to be sure that `forward-sexp' behaves correctly.
2539
2540 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * simple.el (line-move-finish): Ignore field boundaries if the
2543 initial and final points have the same `field' property.
2544
2545 2006-09-29 Kim F. Storm <storm@cua.dk>
2546
2547 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
2548 to t while calling ido-read-internal.
2549
2550 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
2551
2552 * textmodes/org.el (org-file-remote-p): Get regexp from list.
2553 (org-archive-subtree): Remove erraneous `]' from character list.
2554
2555 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
2556
2557 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
2558 (ses-reconstruct-all): Make undo of "insert row" work by keeping
2559 markers for data-area and parameters-area.
2560
2561 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
2564
2565 * font-lock.el (font-lock-after-change-function): Refontify next line
2566 as well if end is at BOL.
2567 (font-lock-extend-jit-lock-region-after-change): Be more careful to
2568 only extend the region as much as needed.
2569
2570 2006-09-28 Richard Stallman <rms@gnu.org>
2571
2572 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
2573
2574 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
2575
2576 * international/mule.el (after-insert-file-set-coding):
2577 If VISIT, don't let set-buffer-multibyte make undo info.
2578
2579 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
2580
2581 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
2582 lines in base64-encoded authentication response.
2583
2584 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2585
2586 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
2587 (ebnf-version): New version 4.3.
2588 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
2589 (ebnf-prologue): Adjust PostScript programming.
2590 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
2591 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
2592
2593 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * jit-lock.el (jit-lock-force-redisplay): Rename from
2596 jit-lock-fontify-again, and undo the mistaken change I've just done.
2597
2598 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
2599 (jit-lock-fontify-again): Don't refontify text that's not displayed.
2600
2601 2006-09-26 Kenichi Handa <handa@m17n.org>
2602
2603 * startup.el (display-splash-screen): Allow a prefix argument.
2604
2605 2006-09-25 Jason Rumney <jasonr@gnu.org>
2606
2607 * subr.el (shell-quote-argument): Use DOS logic for Windows
2608 shells with DOS semantics.
2609
2610 2006-09-24 Richard Stallman <rms@gnu.org>
2611
2612 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
2613 (compilation-goto-locus): Use compilation-goto-locus-delete-o
2614 to delete the overlay. Put it on pre-command-hook.
2615
2616 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2617
2618 * startup.el (fancy-splash-screens, normal-splash-screen):
2619 Call the splash buffer *About GNU Emacs*.
2620
2621 * simple.el (next-error-highlight, next-error-highlight-no-select):
2622 Default to 0.5.
2623 (yank-excluded-properties): Add `fontified'.
2624
2625 * font-lock.el (font-lock-compile-keywords): Allow value of
2626 syntax-begin-function to enable paren-column-0 highlighting.
2627
2628 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2629
2630 * dired.el (dired-build-subdir-alist): When file ends in colon,
2631 don't exit the loop, just disregard that file.
2632
2633 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * simple.el (line-move-finish): Handle corner case for fields in
2636 continued lines.
2637 (line-move-1): Remove flawed test for that case.
2638
2639 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
2640
2641 * icomplete.el (icomplete-simple-completing-p): Use the correct
2642 name for the new variable, `icomplete-with-completion-tables'.
2643 (file local variables): Remove superfluous setting.
2644
2645 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2646
2647 * calendar/appt.el (appt-check): Fix typo for appointments just
2648 after midnight.
2649
2650 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
2651
2652 * help.el (describe-key-briefly, describe-key): Don't expect an
2653 extra up event if a down-event is generated by a popup menu.
2654
2655 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
2656
2657 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2658 local dictionary when changing the global dictionary.
2659
2660 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
2661
2662 * icomplete.el (icomplete-with-completion-tables): List of
2663 specialized completion tables with which icomplete should
2664 operate. Include the new `internal-complete-buffer', so icomplete
2665 works with interactive buffer-selection.
2666 (icomplete-simple-completing-p): Add acceptance of specialized
2667 completion tables listed in icomplete-with-completion-tables.
2668
2669 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2670
2671 * frame.el (focus-follows-mouse): Set default to nil on Mac.
2672
2673 * startup.el (command-line): Use `custom-reevaluate-setting' for
2674 `focus-follows-mouse'.
2675
2676 2006-09-22 Richard Stallman <rms@gnu.org>
2677
2678 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2679 explain why Save is not available.
2680
2681 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * woman.el (woman0-so): Use `let*', not `let'.
2684 (woman-horizontal-line): Remove unbalanced parenthesis.
2685
2686 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * woman.el: Make sure all the end-of-region markers we use have
2689 a non-nil insertion-type.
2690 (woman0-so): Move things around so we can use copy-marker.
2691 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2692 Adjust marker type.
2693 (woman2-process-escapes): Check marker type.
2694 (woman-horizontal-line): Dispense with the use of a marker.
2695
2696 2006-09-22 Jay Belanger <belanger@truman.edu>
2697
2698 * calc/calc-lang.el: Add Greek letters to math-variable-table
2699 property of tex.
2700
2701 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
2704
2705 2006-09-22 Masatake YAMATO <jet@gyve.org>
2706
2707 * add-log.el (add-log-current-defun): Use `forward-sexp'
2708 instead of `forward-word' to pick c++::symbol.
2709 Reported by Herbert Euler <herberteuler@hotmail.com>.
2710
2711 2006-09-22 Kenichi Handa <handa@m17n.org>
2712
2713 * bindings.el: Fix setting self-insert-command for multibyte
2714 characters in global-map.
2715
2716 2006-09-21 David Kastrup <dak@gnu.org>
2717
2718 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2719 doc string.
2720
2721 2006-09-21 Kenichi Handa <handa@m17n.org>
2722
2723 * language/european.el ("Latin-1"): Add windows-1252 to
2724 coding-priority.
2725 ("German"): Likewise.
2726
2727 2006-09-21 Kim F. Storm <storm@cua.dk>
2728
2729 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2730 Suggested by Miles Bader.
2731
2732 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
2733 instead of add-to-list in the simple case.
2734
2735 2006-09-20 Kenichi Handa <handa@m17n.org>
2736
2737 * isearch.el (isearch-process-search-char): Cancel the previous change.
2738 (isearch-search-string): New function.
2739 (isearch-search): Use isearch-search-string.
2740 (isearch-lazy-highlight-search): Likewise.
2741
2742 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2743
2744 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2745 string to become an option.
2746
2747 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2750
2751 2006-09-20 Kim F. Storm <storm@cua.dk>
2752
2753 * simple.el (line-move-partial): Call pos-visible-in-window-p with
2754 position t instead of trying both window-end and window-end - 1.
2755
2756 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
2757
2758 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2759 hidden trees.
2760
2761 2006-09-20 David Kastrup <dak@gnu.org>
2762
2763 * mouse.el (mouse-posn-property): Improve doc string.
2764 (mouse-on-link-p): Change buffers for function calls on links.
2765
2766 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
2767 buffer is read-only.
2768
2769 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
2770
2771 * allout.el (allout-unprotected): Let inhibit-read-only only when
2772 buffer-read-only isn't set.
2773 (allout-annotate-hidden): Enable topic annotation during copies even
2774 when the buffer is read-only, eg for topic copies. Ensure that the loop
2775 advances, even when the span extends beyond the deletion region.
2776 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2777 rather than allout-exposure-changed-hook, as a stronger assertion.
2778 (allout-keybindings-list): Add bindings for
2779 allout-copy-line-as-kill and allout-copy-topic-as-kill.
2780 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2781 Copy wrappers for allout-kill-line and allout-kill-topic.
2782 (allout-listify-exposed): Position correctly to accumulate lines.
2783
2784 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * simple.el (line-move-1): Escape field boundaries occurring
2787 exactly at point. Update goal column if constrained to a field.
2788 (line-move-finish): Escape field boundaries occurring exactly at point.
2789
2790 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * mouse.el (mouse-on-link-p): Tentatively fix last change.
2793 (mouse-drag-vertical-line): Remove unused var `wconfig'.
2794
2795 2006-09-19 Kim F. Storm <storm@cua.dk>
2796
2797 * help.el (describe-key-briefly, describe-key): Simplify printing
2798 of descriptions by using format and %S. Fix "is undefined"
2799 messages to say "at that spot" for mouse events.
2800
2801 * simple.el (line-move-partial): Optimize. Try window-line-height
2802 before posn-at-point to get vpos of current line.
2803
2804 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
2805
2806 * viper.el: Bump up version/date of update to reflect the substantial
2807 changes done in August 2006.
2808
2809 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
2810 are defined.
2811
2812 * ediff-util.el (ediff-add-to-history): New function.
2813
2814 * ediff.el: Use ediff-add-to-history instead of add-to-history.
2815
2816 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2817
2818 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
2819 Delete duplicate make-local-variable form.
2820 (conf-space-keywords): Add autoload cookie.
2821 Fix typo (`keywords', not `keyword').
2822
2823 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2824
2825 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
2826 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
2827 to x-gtk-use-old-file-dialog
2828
2829 2006-09-18 Richard Stallman <rms@gnu.org>
2830
2831 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
2832 that might come in during mouse tracking.
2833
2834 2006-09-18 Kim F. Storm <storm@cua.dk>
2835
2836 * simple.el (line-move-partial): Rework 2006-09-15 change to use
2837 new window-line-height function. Further optimize by not calling
2838 pos-visible-in-window-p for window-end when window-line-height
2839 returns useful information.
2840
2841 2006-09-16 Richard Stallman <rms@gnu.org>
2842
2843 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
2844 (conf-space-mode): Don't handle prefix arg.
2845 Delete conf-space-keywords-override code.
2846 Use add-hook.
2847 (conf-space-keywords): New command.
2848 (conf-space-mode-internal): Be careful with imenu-generic-expression.
2849 Delete conf-space-keywords-override code.
2850 (conf-space-keywords-alist): Doc fix.
2851 (conf-space-font-lock-keywords): Doc fix.
2852 (conf-space-keywords-override): Var deleted.
2853
2854 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2855
2856 * startup.el (fancy-splash-screens): Don't switch to the scratch
2857 buffer; it may not be the next buffer.
2858
2859 2006-09-16 Romain Francoise <romain@orebokech.com>
2860
2861 * saveplace.el (load-save-place-alist-from-file): Use expanded name
2862 in both messages.
2863
2864 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2865
2866 * progmodes/python.el (python-preoutput-filter):
2867 Fix arg order to string-match.
2868
2869 2006-09-16 Richard Stallman <rms@gnu.org>
2870
2871 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
2872 font-lock-compile-keywords.
2873
2874 * font-lock.el (font-lock-compile-keywords): Rename optional arg
2875 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
2876
2877 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2878
2879 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
2880
2881 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
2882 and the data doesn't look like UTF8, send STRING instead.
2883
2884 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
2885
2886 * textmodes/flyspell.el (flyspell-check-region-doublons):
2887 New function to detect duplicated words.
2888 (flyspell-large-region): Use it.
2889
2890 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2891
2892 * simple.el (line-move-to-column): Revert 2006-08-03 change.
2893
2894 2006-09-16 Eli Zaretskii <eliz@gnu.org>
2895
2896 * help.el (describe-prefix-bindings): Use let, not let*.
2897
2898 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
2899
2900 * allout.el (allout-regexp, allout-line-boundary-regexp)
2901 (allout-bob-regexp): Correct grouping and boundaries to fix
2902 backwards traversal.
2903 (allout-depth-specific-regexp, allout-depth-one-regexp):
2904 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
2905 worse time in allout-ascend.
2906 (allout-doublecheck-at-and-shallower): Identify depth threshold
2907 below which topics are checked for and disqualified by containment
2908 discontinuities.
2909 (allout-hotspot-key-handler): Correctly handle multiple-key
2910 strokes. Remove some unused variables.
2911 (allout-mode-leaders): Clarify that mode-specific comment-start
2912 will be used.
2913 (set-allout-regexp): Correctly regexp-quote allout regexps to
2914 properly accept alternative header-leads and primary bullets with
2915 regexp-specific characters (eg, C "/*", mathematica "(*").
2916 Include new regular expressions among those configured.
2917 (allout-infer-header-lead-and-primary-bullet):
2918 Rename allout-infer-header-lead.
2919 (allout-recent-depth): Manifest as a variable as well as a function.
2920 (allout-prefix-data): Simplify into an inline instead of a macro,
2921 assuming current match data rather than being explicitly passed
2922 it. Establish allout-recent-depth value as well as
2923 allout-recent-prefix-beginning and allout-recent-prefix-end.
2924 (allout-aberrant-container-p): True when an item's immediate
2925 offspring discontinuously contained. Useful for disqualifying
2926 unintended topic prefixes, likely at low depths.
2927 (allout-goto-prefix-doublechecked): Elaborate version of
2928 allout-goto-prefix which disqualifies aberrant pseudo-items.
2929 (allout-pre-next-prefix): Layer on top of lower-level routines, to
2930 get disqualification of aberrant containers.
2931 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
2932 containers.
2933 (allout-beginning-of-current-entry): Position at start of buffer
2934 when in container (depth 0) entry.
2935 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
2936 (allout-current-bullet): Strip text properties.
2937 (allout-get-prefix-bullet): Use right match groups.
2938 (allout-beginning-of-line, allout-next-heading):
2939 Disqualify aberrant containers.
2940 (allout-previous-heading): Disqualify aberrant containers, and
2941 change to regular (rather than inline) function, to allow
2942 self-recursion.
2943 (allout-get-invisibility-overlay): Increment so progress is made
2944 when the first overlay is not the sought one.
2945 (allout-end-of-prefix): Disqualify aberrant containers.
2946 (allout-end-of-line): Cycle something like allout-beginning-of-line.
2947 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
2948 outline.el outlines) functional again. Change the primary bullet
2949 along with the header-lead - level 1 new-style bullets now work.
2950 Engage allout-before-change-handler in mainline Emacs, not just
2951 XEmacs, to do undo handling.
2952 (allout-before-change-handler): Expose undo changes occurring in
2953 hidden regions. Use allout-get-invisibility-overlay instead of
2954 reimplementing it inline.
2955 (allout-chart-subtree): Use start rather than end of prefix in
2956 charts. Use allout-recent-depth variable.
2957 (allout-chart-siblings): Disqualify aberrant topics.
2958 (allout-beginning-of-current-entry): Position correctly.
2959 (allout-ascend): Use new allout-depth-specific-regexp and
2960 allout-depth-one-regexp for linear instead of O(N^2) or worse
2961 behavior.
2962 (allout-ascend-to-depth): Depend on allout-ascend, rather than
2963 reimplementing an algorithm.
2964 (allout-up-current-level): Depend on allout-ascend, rather than
2965 reimplementing an algorithm. Return to start-point if we fail.
2966 (allout-descend-to-depth): Use allout-recent-depth variable
2967 instead of function.
2968 (allout-next-sibling): On traversal of numerous intervening
2969 topics, resort to economical allout-next-sibling-leap.
2970 (allout-next-sibling-leap): Specialized version of
2971 allout-next-sibling that uses allout-ascend cleverly, to depend on
2972 a regexp search to leap large numbers of contained topics, rather
2973 than arbitrarily many one-by-one traversals.
2974 (allout-next-visible-heading): Disqualify aberrant topics.
2975 (allout-previous-visible-heading): Position consistently when
2976 interactive.
2977 (allout-forward-current-level): Base on allout-previous-sibling
2978 rather than (differently) reimplmenting the algorithm. Remove some
2979 unused variables.
2980 (allout-solicit-alternate-bullet): Present default choice stripped
2981 of text properties.
2982 (allout-rebullet-heading): Use bullet stripped of text properties.
2983 Register changes using allout-exposure-change-hook.
2984 Disregard aberrant topics.
2985 (allout-shift-in): With universal-argument, make topic a peer of
2986 it's former offspring. Simplify the code by separating out
2987 allout-shift-out functionality.
2988 (allout-shift-out): With universal-argument, make offspring peers
2989 of their former container, and its siblings. Implement the
2990 functionality here, rather than inappropriately muddling the
2991 implementation of allout-shift-in.
2992 (allout-rebullet-topic): Respect additional argument for new
2993 parent-child separation function.
2994 (allout-yank-processing): Use allout-ascend directly.
2995 (allout-show-entry): Disqualify aberrant topics.
2996 (allout-show-children): Handle discontinuous children gracefully,
2997 extending the depth being revealed to expose them and posting a
2998 message indicating the situation.
2999 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3000 Leave cursor in correct position.
3001 (allout-hide-current-subtree): Use allout-ascend directly.
3002 Disqualify aberrant topics.
3003 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3004 a way that the yanks can restore it, as used to happen.
3005 (allout-yank-processing): Restore exposure layout as recorded by
3006 allout-kill-*, as used to happen.
3007 (allout-annotate-hidden, allout-hide-by-annotation): New routines
3008 for preseving and restoring exposure layout across kills.
3009 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3010 (allout-encrypt-string): Strip text properties.
3011 Rearranged order and outline-headings for some of the
3012 miscellaneous functions.
3013 (allout-resolve-xref): No need to quote the error name in the
3014 condition-case handler section.
3015 (allout-flatten): Classic recursive (and recursively intensive,
3016 without tail-recursion) list-flattener, needed by allout-shift-out
3017 when confronted with discontinuous children.
3018
3019 2006-09-16 Jason Rumney <jasonr@gnu.org>
3020
3021 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3022 on ms-windows.
3023 (dnd-open-unc-file): Remove.
3024 (dnd-open-local-file): Mention in doc string that it also handles
3025 remote files if the system natively supports unc file-names.
3026
3027 2006-09-15 Kim F. Storm <storm@cua.dk>
3028
3029 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3030 all necessary information about the event before erasing *Help*.
3031
3032 * simple.el (line-move-partial): Use window-line-visiblity to
3033 quickly check whether last line is partially visible, and only do
3034 the hard (and slow) part in that case.
3035
3036 2006-09-15 Jay Belanger <belanger@truman.edu>
3037
3038 * COPYING: Replace "Library Public License" by "Lesser Public
3039 License" throughout.
3040
3041 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3042
3043 * term/x-win.el (x-menu-bar-open): New function for F10.
3044
3045 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3048 Disallow filenames containing " -" to avoid confusion with libtool
3049 compilation messages. Suggested by Stefan Monnier.
3050
3051 2006-09-15 David Kastrup <dak@gnu.org>
3052
3053 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3054 instead of buffer position for `mouse-on-link-p'.
3055
3056 * mouse.el (mouse-posn-property): New function looking up the
3057 properties at a click position in overlays and text properties in
3058 either buffer or strings.
3059 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3060 of both `follow-link' as well as `mouse-face' properties.
3061 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3062 buffer position.
3063
3064 * help.el (describe-key-briefly): When reading a down-event on
3065 mode lines or scroll bar, swallow the following up event, too.
3066 Use the new mouse sensitity of `key-binding' for lookup.
3067 (describe-key): The same here.
3068
3069 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
3070
3071 * play/life.el (life-patterns): Add a few more interesting patterns.
3072 (life-setup): Force `show-trailing-whitespace' to nil.
3073
3074 2006-09-14 Richard Stallman <rms@gnu.org>
3075
3076 * startup.el (fancy-splash-text): Change text to improve alignment.
3077 (fancy-splash-screens): Don't set non-standard tab width.
3078 Bind cursor-type temporarily, and make it easy to patch to
3079 preserve the splash buffer.
3080 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3081 (fancy-splash-screens): Display echo-area message explicitly.
3082 Don't set fancy-splash-help-echo.
3083
3084 * simple.el (line-number-mode): Group mode-line instead of
3085 editing-basics.
3086 (column-number-mode, size-indication-mode): Likewise.
3087
3088 * faces.el (mode-line-faces): Group mode-line instead of modeline.
3089
3090 * time.el (display-time): Group mode-line instead of modeline.
3091
3092 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
3093
3094 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * startup.el (fancy-splash-text): Move editing instructions to
3097 fancy-splash-head.
3098 (fancy-splash-head): Issue editing instructions.
3099 (fancy-splash-screens): Fixup whitespace.
3100
3101 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * bindings.el (mode-line-buffer-identification-keymap):
3104 Remove duplicate line.
3105
3106 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3107
3108 * ido.el (ido-ignore-item-p): Allow any kind of functions in
3109 ignore lists.
3110
3111 2006-09-14 Kim F. Storm <storm@cua.dk>
3112
3113 * jit-lock.el (jit-lock-fontify-again): New function.
3114 (jit-lock-fontify-now): Use it instead of lambda form.
3115
3116 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
3117
3118 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3119 (flyspell-auto-correct-word): Make ispell-filter local to these
3120 functions. Check that ispell-filter has new stuff before calling
3121 ispell-parse-output.
3122
3123 2006-09-13 Kim F. Storm <storm@cua.dk>
3124
3125 * simple.el (line-move-partial): Optimize.
3126
3127 2006-09-13 Richard Stallman <rms@gnu.org>
3128
3129 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3130 Delete spurious backquote.
3131
3132 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3133
3134 * net/rcirc.el (rcirc-print): Fix last change.
3135
3136 2006-09-12 Jay Belanger <belanger@truman.edu>
3137
3138 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3139
3140 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3141
3142 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3143 rcirc-show-maximum-output.
3144 (rcirc-mode): Remove window-scroll-function hook.
3145 (rcirc-scroll-to-bottom): Remove function.
3146 (rcirc-print): Recenter so point stays at the bottom of the window
3147 if point was already there.
3148
3149 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3150
3151 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3152 not to "t".
3153 * progmodes/compile.el (compilation-start): Likewise.
3154 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3155 Don't use expand-file-name on invocation-directory, since this
3156 might mishandle special characters in invocation-directory.
3157
3158 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * pcvs-defs.el: Remove * in defcustom's docstrings.
3161
3162 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
3163
3164 * progmodes/compile.el (compilation-directory-properties):
3165 Doc fix for help-echo.
3166
3167 2006-09-12 Lars Hansen <larsh@soem.dk>
3168
3169 * desktop.el (desktop-read): Add comment.
3170
3171 2006-09-12 Kim F. Storm <storm@cua.dk>
3172
3173 * simple.el (next-error-highlight, next-error-highlight-no-select):
3174 Fix spelling error.
3175
3176 * subr.el (sit-for): Rework to use input-pending-p and cond.
3177 Return nil input is pending on entry also for SECONDS <= 0.
3178 (while-no-input): Use input-pending-p instead of sit-for.
3179
3180 2006-09-11 Richard Stallman <rms@gnu.org>
3181
3182 * simple.el (next-error-highlight, next-error-highlight-no-select):
3183 Fix custom type and doc strings.
3184
3185 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3188 (diff-apply-hunk): Use it to ask for confirmation.
3189
3190 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3191
3192 * emacs-lisp/cl.el (pushnew): Add missing `,'.
3193
3194 2006-09-11 David Kastrup <dak@gnu.org>
3195
3196 * help.el (string-key-binding, describe-key-briefly)
3197 (describe-key): Remove `string-key-binding' and its callers since
3198 `key-binding' already caters for the proper lookup now.
3199
3200 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3203 (cfengine-mode): Use it. Fix \ syntax to be like /.
3204
3205 * bindings.el (mode-line-buffer-identification-keymap):
3206 Move initialization into declaration.
3207
3208 2006-09-10 Kim F. Storm <storm@cua.dk>
3209
3210 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3211 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3212 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3213 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
3214
3215 2006-09-10 Richard Stallman <rms@gnu.org>
3216
3217 * dired-aux.el: Handle errors in recursive copy usefully.
3218 (dired-create-files-failures): New variable.
3219 (dired-copy-file): Remove condition-case.
3220 (dired-copy-file-recursive): Check for errors on all file
3221 operations, and add them to dired-create-files-failures.
3222 Check file file-date-erorr here too.
3223 (dired-create-files): Check dired-create-files-failures
3224 and report those errors too.
3225
3226 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3227
3228 * subr.el (add-to-list): New argument COMPARE-FN.
3229
3230 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
3231
3232 * filecache.el (file-cache-add-directory)
3233 (file-cache-add-directory-list, file-cache-add-file)
3234 (file-cache-add-directory-using-find)
3235 (file-cache-add-directory-using-locate)
3236 (file-cache-add-directory-recursively): Add autoloads.
3237
3238 2006-09-09 Richard Stallman <rms@gnu.org>
3239
3240 * textmodes/conf-mode.el (conf-space-mode):
3241 Use hack-local-variables-hook instead of calling hack-local-variables.
3242 (conf-space-keywords-override): New variable.
3243 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
3244 (conf-space-mode): Always make conf-space-keywords and
3245 conf-space-keywords-override local.
3246 Call conf-space-mode-internal directly as well as via hook.
3247
3248 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3249
3250 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3251 quasi-keywords.
3252
3253 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3256 (python-send-string): Be slightly more careful about adding \n.
3257
3258 * startup.el (normal-splash-screen): Don't display the buffer if we'll
3259 kill it right away anyway.
3260
3261 2006-09-09 Eli Zaretskii <eliz@gnu.org>
3262
3263 * international/codepage.el (cp850-decode-table): Fix a few codes.
3264 (cp858-decode-table): New variable.
3265
3266 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3267
3268 * net/ldap.el (ldap-search-internal): Doc fix.
3269
3270 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3271
3272 * play/life.el (life-display-generation): Test for input manually if
3273 `sleeptime' is negative or null.
3274
3275 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3276 (print-region-1): Substitute `%s' with the page title.
3277
3278 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
3279
3280 * locate.el (locate-current-search): New variable.
3281 (locate): Set buffer local value. Use current buffer if it is
3282 in Locate mode.
3283 (locate-mode): Disable undo here.
3284 (locate-do-setup): Use locate-current-filter from buffer to be killed.
3285 (locate-update): Use locate-current-search and locate-current-filter.
3286
3287 2006-09-08 David Kastrup <dak@gnu.org>
3288
3289 * desktop.el (desktop-read): When loading a desktop, disable
3290 saving it while the load progresses, and switch off a pending lazy
3291 load by calling `desktop-lazy-abort'.
3292
3293 2006-08-27 Martin Rudalics <rudalics@gmx.at>
3294
3295 * window.el (mouse-autoselect-window-timer)
3296 (mouse-autoselect-window-position)
3297 (mouse-autoselect-window-window)
3298 (mouse-autoselect-window-now): New vars.
3299 (mouse-autoselect-window-cancel)
3300 (mouse-autoselect-window-select)
3301 (mouse-autoselect-window-start): New functions.
3302 (handle-select-window): Call `mouse-autoselect-window-start' when
3303 delayed window autoselection is enabled.
3304
3305 * cus-start.el (mouse-autoselect-window): Handle delayed window
3306 autoselection.
3307
3308 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3309 commands after which it is allowed to print in the echo area.
3310
3311 2006-09-08 Richard Stallman <rms@gnu.org>
3312
3313 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3314
3315 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3316 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3317
3318 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3319 (cancel-timer-internal): Add doc string.
3320 (cancel-function-timers): Doc fix.
3321 (with-timeout-handler, timer-event-last*): Add doc strings.
3322
3323 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3324
3325 * files.el (risky-local-variable-p): Match ...-bindat-spec.
3326
3327 * dired.el (dired-log-summary): Add doc string.
3328
3329 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
3330 (custom-group-menu-create): Not here.
3331
3332 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
3333
3334 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
3335
3336 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3337
3338 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
3339 (mac-apple-event-map): Define its handler.
3340
3341 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3342
3343 * net/ldap.el (ldap-search-internal): Handle `auth' key.
3344
3345 2006-09-07 Magnus Henoch <mange@freemail.hu>
3346
3347 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3348 clause.
3349
3350 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3351
3352 * info.el (Info-index): Bind completion-ignore-case.
3353
3354 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3357 previous commit.
3358 (inferior-prolog-guess-flavor): New fun left out of previous commit.
3359 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3360 burp in dedicated windows.
3361 (inferior-prolog-self-insert-command): New command.
3362 (inferior-prolog-mode-map): Use it.
3363
3364 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
3365
3366 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3367
3368 * international/code-pages.el: Add cp858.
3369
3370 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3371
3372 * dnd.el: Fix bootstrapping.
3373
3374 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3375
3376 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3377 (dnd-open-remote-url): New function.
3378 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3379 not windows-nt.
3380
3381 2006-09-07 Jason Rumney <jasonr@gnu.org>
3382
3383 * dnd.el (dnd-open-remote-file-function): New variable.
3384 (dnd-open-unc-file): New function.
3385 (dnd-open-file): Call dnd-open-remote-file-function if set.
3386
3387 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3388
3389 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3390 pgg-passphrase-coding-system rather than locale-coding-system.
3391 * pgg-def.el (pgg-passphrase-coding-system): New user option.
3392
3393 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * progmodes/prolog.el: Remove * in docstrings.
3396 (prolog-program-name): Add SWI prolog.
3397 (prolog-mode-menu): New menu.
3398 (prolog-mode): Set comment-add.
3399 (prolog-indent-line): Simplify. Use indent-line-to.
3400 (inferior-prolog-buffer): New var.
3401 (inferior-prolog-run, inferior-prolog-process): New funs.
3402 (run-prolog, switch-to-prolog): Rewrite, using them.
3403 (prolog-consult-region): Use inferior-prolog-buffer.
3404 (inferior-prolog-load-file): New function.
3405 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3406
3407 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3408 last word, if it's not the end of the paragraph.
3409
3410 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3411 file name.
3412
3413 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
3414
3415 * frame.el (display-mm-dimensions-alist): New defcustom.
3416 (display-mm-height, display-mm-width): Use it.
3417
3418 2006-09-06 Simon Josefsson <jas@extundo.com>
3419
3420 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3421
3422 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
3423
3424 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3425 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3426 string values.
3427
3428 2006-09-06 Kim F. Storm <storm@cua.dk>
3429
3430 * simple.el (line-move-partial): New function to do vscrolling for
3431 partially visible images / tall lines. Rewrite based on code
3432 previously in line-move. Simplify backwards vscrolling.
3433 (line-move): Use it. Simplify.
3434
3435 2006-09-05 Kim F. Storm <storm@cua.dk>
3436
3437 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3438
3439 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
3440
3441 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3442 Process the `gcc-include' after the `gnu' rule.
3443
3444 2006-09-05 Kim F. Storm <storm@cua.dk>
3445
3446 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
3447
3448 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3449
3450 * pgg.el (pgg-clear-string): Alias to clear-string for backward
3451 compatibility.
3452
3453 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
3454 inhibit-redisplay; encode passphrase with locale-coding-system.
3455
3456 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3457
3458 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
3459
3460 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
3461
3462 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3463 (gdb-var-list-children-regexp): Make type field optional.
3464
3465 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
3466 e.g public, protected in C++.
3467
3468 2006-09-04 John Paul Wallington <jpw@pobox.com>
3469
3470 * simple.el (completion-show-help): New defcustom.
3471 (completion-setup-function): Heed it.
3472
3473 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3474
3475 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3476
3477 2006-09-04 Richard Stallman <rms@gnu.org>
3478
3479 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
3480 (rsf-min-region-to-spam-list): Doc fix.
3481 (rsf-add-content-type-field): Doc fix.
3482
3483 * simple.el (kill-region): Explicitly test there is a region.
3484
3485 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
3488 sendmail in several common directories.
3489
3490 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
3491
3492 * paths.el (sendmail-program): Removed.
3493
3494 2006-09-04 Daiki Ueno <ueno@unixuser.org>
3495
3496 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
3497 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
3498 http://article.gmane.org/gmane.emacs.gnus.general/50457
3499
3500 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
3501
3502 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
3503 mark after running the menu filter.
3504
3505 2006-09-03 Juri Linkov <juri@jurta.org>
3506
3507 * international/quail.el (quail-defrule-internal): Add a check
3508 if a key is a vector.
3509
3510 2006-09-02 Juri Linkov <juri@jurta.org>
3511
3512 * man.el (Man-topic-history): New variable.
3513 (man): Use it.
3514
3515 * woman.el (woman-topic-history): Change defvar to defvaralias
3516 for symbol `Man-topic-history'.
3517
3518 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
3519 `comint-last-output-start' is a marker by using `markerp' and
3520 check if it has a position by using `marker-position', and use
3521 this position for `goto-char'.
3522
3523 * international/quail.el (quail-defrule-internal): Add missing
3524 `error' call for null key.
3525
3526 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
3527
3528 * rcirc.el (rcirc-keywords): New variable.
3529 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
3530 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
3531 variables.
3532 (rcirc-responses-no-activity): New function.
3533 (rcirc-handler-generic): Check for responses in above.
3534 (rcirc-process-command): Add ?: character to arguments of raw
3535 server commands.
3536 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
3537 `rcirc-dim-nicks'.
3538 (rcirc-gray-toggle): Remove unused variable.
3539 (rcirc-print): Remove some tracking logic, which is moved into
3540 markup functions.
3541 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
3542 types.
3543 (rcirc-activity-string): Look for 'keyword in activity-types.
3544 (rcirc-window-configuration-change): Don't erase overlay-arrow
3545 unnecessarily.
3546 (rcirc-add-or-remove): New function.
3547 (rcirc-cmd-ignore): Use it.
3548 (rcirc-message-leader): Remove unused function.
3549 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
3550 (rcirc-add-face): New function.
3551 (rcirc-facify): Use rcirc-add-face.
3552 (rcirc-url-regexp): Add parens.
3553 (rcirc-map-regexp): Remove function.
3554 (rcirc-mangle-regexp): Remove function.
3555 (rcirc-markup-text-functions): New variable.
3556 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
3557 (rcirc-markup-body-text, rcirc-markup-attributes)
3558 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
3559 (rcirc-markup-bright-nicks): New markup handler functions.
3560 (rcirc-nick-in-message-full-line): New face.
3561 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
3562 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
3563
3564 2006-09-02 Martin Rudalics <rudalics@gmx.at>
3565
3566 * cus-start.el (hscroll-margin, hscroll-step)
3567 (mode-line-in-non-selected-windows, mouse-autoselect-window)
3568 (x-use-underline-position-properties): Change version to "22.1"
3569 since they will appear there for the first time.
3570
3571 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
3574
3575 2006-08-31 Richard Stallman <rms@gnu.org>
3576
3577 * cus-edit.el (custom-save-variables): Slight cleanup.
3578 (Custom-no-edit): Renamed from custom-no-edit.
3579 (Custom-newline): Renamed from custom-newline.
3580 (custom-mode-map): Use new names.
3581
3582 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
3583 about customization, rather than M-x customize, in the doc string
3584 made for the defcustom.
3585
3586 * emacs-lisp/trace.el (trace-function-background): Doc fix.
3587
3588 2006-08-31 Romain Francoise <romain@orebokech.com>
3589
3590 * dired-x.el (dired-guess-shell-alist-default): Update.
3591
3592 2006-08-31 Michael Mauger <mmaug@yahoo.com>
3593
3594 * custom.el (custom-theme-set-variables): Autoload packages before
3595 sorting the variables.
3596
3597 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
3598
3599 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
3600 chars if XEmacs.
3601 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
3602
3603 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * progmodes/python.el (python-eldoc-function): Re-enable quit while
3606 waiting for process.
3607
3608 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3609
3610 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
3611 results in ASCII-only string, encode original one directly.
3612
3613 2006-08-29 Romain Francoise <romain@orebokech.com>
3614
3615 * startup.el (normal-splash-screen, fancy-splash-screens):
3616 Make buffer read-only and arrange to enter view mode if necessary.
3617
3618 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * hl-line.el (hl-line): New face.
3621 (hl-line-face): Use it.
3622
3623 * image-mode.el (image-mode): Fix last fix.
3624 Suggested by Kim F. Storm.
3625
3626 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
3627
3628 Sync with Tramp 2.0.54.
3629
3630 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3631 of `=', because `tramp-get-remote-gid' might not always return an
3632 integer when expected.
3633 (tramp-register-file-name-handlers): `partial-completion-mode' is
3634 unknown to XEmacs.
3635 (tramp-time-diff): Don't use `floor', it might fail for large
3636 differences.
3637 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3638 `tramp-auto-save-directory' if unset in order to guarantee unique
3639 auto-save file names.
3640
3641 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * image-mode.el (image-mode): Display image as text on a terminal.
3644
3645 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * progmodes/python.el (python-send-command): Simplify.
3648 (run-python): Don't generate a new buffer unless `new' was specified.
3649 Make sure we send `import emacs' to the proper process.
3650
3651 * progmodes/python.el (python-send-command): Don't wait for the command
3652 to terminate. Don't fiddle with compilation-parsing-end.
3653
3654 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3657 Insert commentary after first line summary.
3658
3659 * woman.el (woman-follow): New function, based on `man-follow'.
3660 (woman-mode-map): Use it.
3661
3662 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3663 since ibuffer-do-sort-by-recency does not define a sorter.
3664
3665 2006-08-28 Kim F. Storm <storm@cua.dk>
3666
3667 * find-dired.el (find-dired): Use shell-quote-argument to properly
3668 escape ( and ) args. Also use it on {} and ; args in default
3669 value of find-ls-option string.
3670 (find-grep-dired): Use shell-quote-argument on {} and ; args.
3671
3672 2006-08-27 Michael Olson <mwolson@gnu.org>
3673
3674 * emacs-lisp/tq.el: Small grammar fix in comments.
3675 (tq-enqueue): Check for existence of queue rather than the
3676 head queue item's question, which was a no-op.
3677 (tq-filter, tq-process-buffer): Make sure the process buffer
3678 exists before making it the current buffer.
3679
3680 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3681
3682 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3683 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3684 (special-event-map): Apply 2006-08-16 change for x-win.el.
3685
3686 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * progmodes/python.el (python-send-receive): Wait in the
3689 process's buffer so as to check the right buffer-local variables.
3690
3691 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3694 (defgroup checkdoc): Move to beginning.
3695
3696 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3697 (python-preoutput-continuation): Remove.
3698 (python-preoutput-filter): Simplify correspondingly.
3699 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
3700 Loop around to catch embedded _emacs_out output.
3701 (run-python): Send the import&print command on a single line.
3702 (python-send-command): Send command&print on a single line.
3703 (python-send-string): Only add double \n if needed.
3704 (python-send-receive): Loop until the result comes.
3705 (python-mode-running): Defvar it.
3706 (python-setup-brm): Remove unused var `menu'.
3707 Only bind py-mode-map and `features' around brm-init.
3708 (python-calculate-indentation): Remove unused var `point'.
3709 (python-beginning-of-defun): Remove unused var `def-line'.
3710
3711 2006-08-25 Richard Stallman <rms@gnu.org>
3712
3713 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3714
3715 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
3716
3717 * viper.el (viper-set-hooks): Use frame bindings for
3718 viper-vi-state-cursor-color.
3719 (viper-non-hook-settings): Don't set default
3720 mode-line-buffer-identification.
3721
3722 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3723 (viper-set-cursor-color-according-to-state)
3724 (viper-get-saved-cursor-color-in-replace-mode)
3725 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
3726 viper-emacs-state-cursor-color.
3727
3728 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3729 (viper-undo): Use point if undo-beg-posn is nil.
3730 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3731 (viper-after-change-undo-hook): Don't use
3732 viper-emacs-state-cursor-color by default.
3733 (viper-undo): More sensible positioning after undo.
3734
3735 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3736 (viper-emacs-state-cursor-color): Default to nil, since this feature
3737 doesn't work well yet.
3738
3739 * ediff-mult.el (ediff-intersect-directories)
3740 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
3741 always expand filenames.
3742
3743 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * tumme.el: Remove * in defcustoms's docstrings.
3746
3747 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3750 Accept internal time format for SECS arg.
3751 (timer-relative-time): Doc fix.
3752
3753 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3754 adapted from Martin Rudalics.
3755 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3756 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3757 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3758 using sit-for.
3759
3760 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
3761
3762 * cus-start.el (all): Add `overline-margin' and
3763 `x-underline-at-descent-line'.
3764
3765 2006-08-24 Kim F. Storm <storm@cua.dk>
3766
3767 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3768 to mean "use find -exec"; nil now unambiguously means auto-detect.
3769 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
3770 Use shell-quote-argument to build grep-find-command and
3771 grep-find-template.
3772 (rgrep): Use shell-quote-argument to properly quote arguments to find.
3773 Reported by Tom Seddon.
3774
3775 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * startup.el (fancy-splash-head): Give instructions for dismissing
3778 the splash screen for default startup too.
3779 (display-startup-echo-area-message, fancy-splash-screens)
3780 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
3781 all splash text at once and keep the splash buffer around.
3782 (command-line-1): Give display-startup-echo-area-message a t arg.
3783
3784 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
3785
3786 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3787 gnus frame is selected.
3788
3789 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
3790
3791 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3792
3793 2006-08-22 Kim F. Storm <storm@cua.dk>
3794
3795 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3796 Add suffix matching for subdirs.
3797
3798 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3799
3800 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3801 mouse-yank-at-point is non-nil.
3802
3803 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
3804
3805 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
3806 a bit wider and remove fringes to fit initial output on line.
3807
3808 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * frame.el (blink-cursor-end): Only ignore the error we care about.
3811 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
3812
3813 2006-08-21 Richard Stallman <rms@gnu.org>
3814
3815 * whitespace.el (whitespace-cleanup): Doc fix.
3816
3817 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
3818
3819 * net/rcirc.el (rcirc-show-maximum-output): New var.
3820 (rcirc-buffer-process): If no buffer argument is supplied, use
3821 current-buffer.
3822 (rcirc-complete-nick): Complete to the last completed nick first.
3823 (rcirc-mode): Preserve the value of `rcirc-urls' across
3824 connections. Setup scroll function.
3825 (rcirc-scroll-to-bottom): New function.
3826 (rcirc-print): Use nick syntax around regexp work.
3827 Notice dim-nicks speaking only if they say our nick.
3828 (rcirc-update-activity-string): Do not show the modeline indicator
3829 if there are no live rcirc processes.
3830 (rcirc-cmd-ignore): Ignore case.
3831 (rcirc-browse-url-at-point): Fix off-by-one error.
3832
3833 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * progmodes/python.el: Remove * in defcustom docstrings.
3836 (run-python, python-proc, python-try-complete): Use derived-mode-p.
3837 (python-mode): Set tab-width and indent-tabs-mode.
3838
3839 2006-08-20 Dave Love <fx@gnu.org>
3840
3841 * progmodes/python.el: Update to Dave Love's latest version.
3842 (python-font-lock-keywords, python-mode): Don't use
3843 font-lock-syntax-table, but match symbol elements explicitly instead.
3844 (python-mode-map): Add help, and a few more key bindings.
3845 (python-skip-comments/blanks): Move out of comments as well.
3846 (python-continuation-line-p): Behave better with unbalanced parens.
3847 (python-blank-line-p): New fun.
3848 (python-open-block-statement-p): Don't use a heuristic.
3849 (python-outdent-p): Better handle blocks-in-the-same-line.
3850 (python-calculate-indentation): Misc improvements.
3851 (python-comment-indent): Remove.
3852 (python-block-pairs): New var.
3853 (python-first-word): New fun.
3854 (python-indentation-levels): Handle more common cases.
3855 (python-indent-line-1): Add `leave' argument.
3856 (python-indent-region): New fun.
3857 (python-skip-out): New fun.
3858 (python-beginning-of-statement, python-end-of-statement): Use it.
3859 (python-next-statement): Return correct count even at eob.
3860 (python-end-of-block): Fix paren-typo.
3861 (python-imenu-create-index): Add module variables.
3862 (run-python): Add `new' arg.
3863 Check we're at a prompt before returning.
3864 (python-send-command): Move to end of buffer.
3865 Wait for prompt to return.
3866 (python-set-proc): New fun.
3867 (python-imports): New var.
3868 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
3869 (python-eldoc-function): Try to move out of arg list.
3870 (python-outline-level): Offset by 1.
3871 (python-find-imports): New fun.
3872 (python-symbol-completions): Use python-imports.
3873 (python-module-path, ffap-alist): Add support for ffap.
3874 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
3875 (python-insert-*, python-default-template, python-expand-template):
3876 Add templates/skeletons.
3877 (python-setup-brm): Support for Bicycle Repair Man.
3878 (python-abbrev-syntax-table): New var.
3879 (python-abbrev-pc-hook, python-pea-hook): New funs.
3880
3881 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * frame.el (blink-cursor-start): Set timer first.
3884 (blink-cursor-end): Ignore timer cancelling errors.
3885 Suggested by Ken Manheimer.
3886
3887 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
3888
3889 * newcomment.el (comment-box): Call `comment-normalize-vars'.
3890 Add autoload cookie.
3891
3892 2006-08-20 Richard Stallman <rms@gnu.org>
3893
3894 * simple.el (line-number-at-pos): Doc fix.
3895
3896 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
3897 timer-activate-when-idle, so timer can run before Emacs becomes
3898 non-idle again.
3899
3900 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3901
3902 * whitespace.el (whitespace-cleanup-internal): New optional arg
3903 REGION-ONLY. If it's non-nil, modify the message to the user
3904 accordingly.
3905 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
3906 a non-nil argument.
3907
3908 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
3909
3910 * rect.el (spaces-string): Simplify and add doc string.
3911
3912 2006-08-17 Romain Francoise <romain@orebokech.com>
3913
3914 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
3915
3916 2006-08-17 Richard Stallman <rms@gnu.org>
3917
3918 * compare-w.el (compare-windows): lambda's take an arg and pass
3919 it to compare-windows-skip-whitespace.
3920
3921 2006-08-17 Martin Rudalics <rudalics@gmx.at>
3922
3923 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
3924 the right buffer.
3925
3926 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
3929 removed files.
3930
3931 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
3932
3933 * progmodes/gdb-ui.el (gdb-locals-watch-map)
3934 (gdb-locals-watch-map-1): Suppress keymap first.
3935 (gdb-edit-locals-map-1): New variable.
3936 (gdb-edit-locals-value): New function.
3937 (gdb-stack-list-locals-handler): Use them.
3938
3939 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
3942 cursor would normally be drawn in the fringe.
3943
3944 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
3945 Reported by Martin Rudalics <rudalics@gmx.at>.
3946
3947 2006-08-16 Richard Stallman <rms@gnu.org>
3948
3949 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
3950 (special-event-map): Process drag-n-drop events this way.
3951
3952 * simple.el (move-beginning-of-line): Test whether fields
3953 would prevent motion back to line's first visible character.
3954 If so, stop where the fields would stop the motion.
3955
3956 * newcomment.el (comment-indent): Fully update INDENT
3957 before checking to see if it will change the text.
3958
3959 * cus-edit.el (custom-newline): New function.
3960 (custom-mode-map): Bind newline to custom-newline.
3961
3962 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
3963 into ignore-whitespace.
3964 Check each buffer for its skip-function.
3965 Handle compare-windows-skip-whitespace special-case test
3966 by returning t from default skip function.
3967
3968 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
3969
3970 * textmodes/org.el (org-clock-special-range)
3971 (org-clock-update-time-maybe): New functions.
3972 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
3973 not only a-z.
3974 (org-agenda-get-blocks): Allow multiple blocks per headline.
3975 (org-timestamp-change): Call `org-clock-update-time-maybe'.
3976 (org-export-html-title-format)
3977 (org-export-html-toplevel-hlevel): New options.
3978 (org-export-language-setup): Add support for Czech.
3979 (org-mode, org-insert-todo-heading, org-find-visible)
3980 (org-find-invisible, org-invisible-p, org-invisible-p2)
3981 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
3982 (org-show-subtree, org-show-entry, org-make-options-regexp):
3983 Remove compatibility support for old outline-mode.
3984 (org-check-occur-regexp): Funtion removed.
3985 (org-on-heading-p, org-back-to-heading): Made defalias.
3986 (org-set-local): New defsubst.
3987 (org-set-regexps-and-options, org-mode)
3988 (org-set-font-lock-defaults, org-edit-agenda-file-list)
3989 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
3990 (org-remember-apply-template, org-table-edit-field)
3991 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
3992 (org-set-autofill-regexps): Use `org-set-local'.
3993 (org-table-eval-formula): Fix bug with parsing of display flags.
3994
3995 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
3996
3997 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
3998 frame with fringe arrow. Suggested by Simon Marshall
3999 <simon.marshall@misys.com>.
4000 (gdb-stack-position): New variable.
4001 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4002 (gdb-frames-mode): Set gdb-stack-position to nil.
4003 Add to overlay-arrow-variable-list
4004 (gdb-reset): Delete gdb-stack-position from above list.
4005
4006 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4007
4008 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4009 read only.
4010
4011 2006-08-13 Romain Francoise <romain@orebokech.com>
4012
4013 * cus-theme.el (customize-create-theme)
4014 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4015
4016 * filesets.el (filesets-add-buffer): Ditto.
4017
4018 * pcvs.el (cvs-change-cvsroot): Ditto.
4019
4020 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
4021
4022 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4023 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4024 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4025 expressions.
4026 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4027 Only search till end of line.
4028 Add face to function names in case of no filename.
4029 Add face to variable names of watchpoints.
4030
4031 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4032
4033 * cus-start.el <indent-tabs-mode>: Move to the `indent'
4034 customization group.
4035
4036 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
4037
4038 * allout.el (allout-prior-bindings, allout-added-bindings):
4039 Remove, after long deprecation.
4040 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4041 Add customization vars controlling allout-beginning-of-line and
4042 allout-end-of-line conveniences.
4043 (allout-header-prefix, allout-use-mode-specific-leader)
4044 (allout-use-mode-specific-leader, allout-mode-leaders):
4045 Revise docstrings.
4046 (allout-infer-header-lead): Change to be an alias for
4047 allout-infer-header-lead-and-primary-bullet.
4048 (allout-infer-header-lead-and-primary-bullet): New version of
4049 allout-infer-header-lead which assigns the primary bullet to the
4050 same as the header lead, when its being changed.
4051 (allout-infer-body-reindent): Apply regexp-quote instead of
4052 unconditionally prepending "\\", so that all literal
4053 allout-header-prefix and allout-primary-bullet strings are
4054 properly handled.
4055 (allout-add-resumptions): Add optional qualifier for extending or
4056 appending to existing values, rather than replacing them.
4057 (allout-view-change-hook): Clarify docstring.
4058 (allout-exposure-change-hook): Take explicit arguments, via
4059 run-hook-with-args.
4060 (allout-structure-added-hook)
4061 (allout-structure-deleted-hook)
4062 (allout-structure-shifted-hook): New hooks analogous to
4063 allout-exposure-change-hook for other kinds of structural outline
4064 edits.
4065 (allout-encryption-plaintext-sanitization-regexps): New encryption
4066 customization variable, by which cooperating modes can provde
4067 massage of the plaintext without actually being passed it.
4068 (allout-encryption-ciphertext-rejection-regexps)
4069 (allout-encryption-ciphertext-rejection-ceiling): New encryption
4070 customization variables, by which cooperating modes can prohibit
4071 rare but possible ciphertext patterns from fouling their
4072 operation, with actually being passed the ciphertext.
4073 (allout-mode): Run activation and deactivation hooks after the
4074 minor-mode variable has been toggled, to clarify the mode
4075 disposition. The new encryption ciphertext rejection variable is
4076 used to ensure that the ciphertext does not contain text that
4077 would be recognized as outline structural elements by allout.
4078 Substite allout-beginning-of-line and allout-end-of-line for
4079 conventionall beginning-of-line and end-of-line bindings.
4080 If allout-old-style-prefixes is non-nil, don't nullify it on mode
4081 activation!
4082 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4083 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4084 (allout-chart-subtree): Implement new mode, charting only the
4085 visible items in the subtree, when new 'visible' parameter is non-nil.
4086 (allout-end-of-subtree): Properly handle the last item in the buffer.
4087 (allout-pre-command-business, allout-command-counter):
4088 Increment an advertised counter so that cooperating enhancements can
4089 track revisions of items.
4090 (allout-open-topic): Run allout-structure-added-hook with suitable
4091 arguments.
4092 (allout-shift-in): Run allout-structure-shifted-hook with suitable
4093 arguments.
4094 (allout-shift-out): Fix doubling for negative args and ensure call
4095 of allout-structure-shifted-hook by solely using allout-shift-in.
4096 (allout-kill-line, allout-kill-topic):
4097 Run allout-structure-deleted-hook with suitable arguments.
4098 (allout-yank-processing): Run allout-structure-added-hook with
4099 proper arguments.
4100 (allout-yank): Enclose activity in allout-unprotected.
4101 (allout-flag-region): Run allout-exposure-change-hook with
4102 suitable arguments, instead of making the callee infer the arguments.
4103 (allout-encrypt-string):
4104 Support allout-encryption-plaintext-sanitization-regexps,
4105 allout-encryption-ciphertext-rejection-regexps, and
4106 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
4107 en/de cryption mode in symmetric encryption failure message.
4108 (allout-obtain-passphrase): Use copy-sequence to get a distinct
4109 copy of the passphrase, and don't zero it or we'll corrupt the
4110 stashed copy.
4111 (allout-create-encryption-passphrase-verifier)
4112 (allout-verify-passphrase): Respect the new signature for
4113 allout-encrypt-string.
4114 (allout-get-configvar-values): Convenience for getting a
4115 configuration variable value and handling its absence gracefully.
4116
4117 2006-08-11 Romain Francoise <romain@orebokech.com>
4118
4119 * obsolete/zone-mode.el: Delete.
4120
4121 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4124
4125 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
4126
4127 * emacs-lisp/bindat.el (bindat-ip-to-string):
4128 Use `format-network-address' if possible.
4129
4130 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4131
4132 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4133
4134 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
4135
4136 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4137 restore unread-command-events here.
4138 (edebug-display): Do it here, to detect sit-for interruptions.
4139
4140 2006-08-10 Romain Francoise <romain@orebokech.com>
4141
4142 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4143 (dns-mode-soa-auto-increment-serial): New user option.
4144 (dns-mode-soa-maybe-increment-serial): New function.
4145 (dns-mode): Add the latter to `write-contents-functions'.
4146
4147 * obsolete/zone-mode.el: Move to obsolete/ from net/.
4148 Delete autoload cookies.
4149
4150 2006-08-10 John Wiegley <johnw@newartisans.com>
4151
4152 * eshell/em-glob.el (eshell-glob-chars-list)
4153 (eshell-glob-translate-alist): Add support for [^g] in character globs.
4154
4155 2006-08-10 Richard Stallman <rms@gnu.org>
4156
4157 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4158 (facemenu-set-face): Doc fix.
4159 (facemenu-listed-faces): Doc fix.
4160
4161 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
4162
4163 * avoid.el (mouse-avoidance-animating-pointer): New var.
4164 (mouse-avoidance-nudge-mouse): Use it.
4165 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4166 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4167 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4168 Don't activate if currently animating. All callers changed.
4169
4170 2006-08-09 John Wiegley <johnw@newartisans.com>
4171
4172 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4173 variable, which causes timeclock to report elapsed time worked,
4174 instead of just work remaining.
4175
4176 2006-08-09 Kenichi Handa <handa@m17n.org>
4177
4178 * international/latexenc.el (latexenc-find-file-coding-system):
4179 Fix for the case that the 2nd element of arg-list is a cons.
4180
4181 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
4182
4183 * info.el (Info-fontify-node): Handle preceding `in' for note
4184 reference hiding rules.
4185
4186 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4189 mistake a closing " for an opening one.
4190
4191 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4192
4193 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4194
4195 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4196
4197 * complete.el (PC-do-completion): Filter out completions matching
4198 completion-ignored-extensions before checking whether there are
4199 multiple completions.
4200 Don't use `list' unnecessarily when building completion tables.
4201
4202 2006-08-06 Richard Stallman <rms@gnu.org>
4203
4204 * help.el (describe-mode): Make minor mode list more concise.
4205
4206 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * bindings.el: Give mode-line-format, mode-line-modes, and
4209 mode-line-position `standard-value' properties.
4210
4211 2006-08-05 Eli Zaretskii <eliz@gnu.org>
4212
4213 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4214 "(file)node" instead of the file name.
4215
4216 2006-08-05 Richard Stallman <rms@gnu.org>
4217
4218 * faces.el (escape-glyph): Doc fix.
4219
4220 2006-08-04 Kenichi Handa <handa@m17n.org>
4221
4222 * international/mule-diag.el (describe-font): Improve docstring
4223 and error message. Use frame-parameter (not frame-parameters).
4224
4225 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4228 Correctly mark the end-of-docstring char.
4229
4230 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * simple.el (line-move-to-column): Constrain move-to-column to
4233 current field.
4234
4235 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * font-lock.el (font-lock-beg, font-lock-end)
4238 (font-lock-extend-region-functions): New vars.
4239 (font-lock-extend-region-multiline)
4240 (font-lock-extend-region-wholelines): New functions.
4241 (font-lock-default-fontify-region): Use them.
4242 (font-lock-extend-jit-lock-region-after-change): Only round up
4243 if font-lock-default-fontify-region will do it as well.
4244
4245 * font-lock.el (font-lock-extend-after-change-region-function):
4246 Rename from font-lock-extend-region-function.
4247 (font-lock-extend-region): Remove by inlining at call sites.
4248 (font-lock-after-change-function): Don't needlessly round up to a whole
4249 number of lines.
4250 (font-lock-extend-jit-lock-region-after-change): Be more careful about
4251 the boundary conditions and the interactions between the various ways
4252 to extend the region.
4253
4254 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4257 modification status when forcing the second redisplay.
4258
4259 2006-08-03 Kim F. Storm <storm@cua.dk>
4260
4261 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4262
4263 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4266 doesn't look like a file name.
4267
4268 * complete.el (PC-expand-many-files): Avoid signalling an error when
4269 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
4270
4271 2006-08-02 Andreas Schwab <schwab@suse.de>
4272
4273 * bindings.el (mode-line-format): Simplify reference to vc-mode.
4274
4275 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4276
4277 * bindings.el (map): Make mode-line-buffer-identification-keymap
4278 before defining propertized-buffer-identification.
4279
4280 2006-08-01 Richard Stallman <rms@gnu.org>
4281
4282 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4283
4284 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4285
4286 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4287 default value.
4288 (gdb-find-source-frame): New function.
4289 (menu): Add to menu bar.
4290
4291 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * font-core.el (font-lock-extend-region-function)
4294 (font-lock-extend-region): Move to font-lock.el.
4295
4296 * font-lock.el (font-lock-extend-region-function)
4297 (font-lock-extend-region): Move from font-core.el. Simplify.
4298
4299 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4300 if needed.
4301 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4302 (jit-lock-after-change-extend-region-functions): New hook.
4303 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4304
4305 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4306 (font-lock-turn-on-thing-lock): Use it.
4307
4308 * longlines.el (longlines-show-region): Make it work on read-only
4309 buffers as well.
4310
4311 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
4312
4313 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
4314
4315 2006-07-31 Richard Stallman <rms@gnu.org>
4316
4317 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4318 (vhdl-speedbar-display-projects): Update old obsolete
4319 speedbar variable names.
4320
4321 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4322
4323 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4324 (gdb-stopped): Use it.
4325
4326 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4327
4328 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4331 for load-history elements.
4332
4333 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4334
4335 * files.el (convert-standard-filename): For Cygwin, replace
4336 characters not allowed in Windows file names.
4337 (make-auto-save-file-name): Add Cygwin to the list of systems
4338 where the auto-save file name needs to be run through
4339 convert-standard-filename.
4340
4341 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
4342
4343 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4344
4345 2006-07-28 Richard Stallman <rms@gnu.org>
4346
4347 * bindings.el (mode-line-frame-identification)
4348 (propertized-buffer-identification): Centralize the code
4349 to initialize the variable.
4350
4351 * progmodes/grep.el (grep-default-command): Catch errors from
4352 wildcard-to-regexp.
4353
4354 2006-07-29 Kim F. Storm <storm@cua.dk>
4355
4356 * progmodes/grep.el (grep-tag-default): New function.
4357 (grep-default-command, grep-read-regexp): Use it.
4358 (grep-read-files): Use car of grep-files-history or grep-files-aliases
4359 as default if nothing else applies.
4360
4361 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
4362
4363 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4364 Throw error if buffer is not in Dired and Wdired mode, respectively.
4365
4366 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
4367
4368 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4369 self-insert-command keys don't activate buttons.
4370 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4371
4372 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
4373
4374 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4375 faces for enable character.
4376
4377 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * Makefile.in (recompile): Update comment to reflect change
4380 on 2004-04-21.
4381
4382 2006-07-27 Richard Stallman <rms@gnu.org>
4383
4384 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4385 (customize-package-emacs-version): Change msg when pkg has no entry.
4386 (custom-no-edit): On a button, do like widget-button-press.
4387
4388 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4389
4390 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4391 S-tab and C-S-tab.
4392
4393 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4394
4395 * progmodes/which-func.el (which-function): Fix documentation/
4396 comment typo.
4397
4398 2006-07-26 Richard Stallman <rms@gnu.org>
4399
4400 * textmodes/ispell.el (ispell-word): If we replace the word,
4401 move point to the end. Insert before deleting.
4402
4403 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4406 a timer.
4407
4408 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
4409
4410 * tumme.el (tumme-backward-image): Add prefix argument. Add error
4411 when at first image.
4412 (tumme-forward-image): Add prefix argument. Add error when at last
4413 image.
4414
4415 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * tabify.el (tabify-regexp): Use more specific regexps.
4418 (tabify): Avoid modifying the buffer unnecessarily.
4419
4420 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
4421
4422 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4423 (tumme-format-properties-string): Handle empty `buf'.
4424 (tumme-get-comment): Change variable names inside `let'.
4425 Add missing `let' variable that cause font-lock problems.
4426 (tumme-write-comments): Change variable names inside `let'.
4427 Add missing `let' variable that cause font-lock problems.
4428 (tumme-forward-image): Rename from `tumme-forward-char'.
4429 (tumme-backward-image): Rename from `tumme-backward-char'.
4430
4431 2006-07-25 Masatake YAMATO <jet@gyve.org>
4432
4433 * progmodes/ld-script.el (ld-script-keywords)
4434 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4435 and add comments.
4436
4437 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
4438
4439 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4440 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
4441 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
4442 for status indicator.
4443
4444 2006-07-24 Richard Stallman <rms@gnu.org>
4445
4446 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
4447
4448 * subr.el (dolist, dotimes): Use interned symbols for locals.
4449 (--dotimes-limit--, --dolist-tail--): New defvars.
4450 (looking-back): Doc fix.
4451
4452 * replace.el (replace-match-string-symbols): Handle dotted lists.
4453
4454 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4455
4456 * tumme.el (tumme-write-tags): Add.
4457 (tumme-write-comments): Add.
4458 (tumme-tag-files): Change to use `tumme-write-tags'.
4459 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
4460 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
4461 (tumme-save-information-from-widgets): Change to use
4462 `tumme-write-comments' and `tumme-write-tags'.
4463 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
4464 (tumme-write-tag): Remove.
4465 (tumme-write-comment): Remove.
4466 (tumme-display-previous-thumbnail-original): Remove empty line.
4467 (tumme-widget-list): Add punctuation.
4468
4469 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4470
4471 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
4472
4473 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4474
4475 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4476 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
4477 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
4478
4479 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4480
4481 * mouse.el (mouse-on-link-p): Doc fix.
4482
4483 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
4484
4485 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4486 Handle "C-h f `".
4487
4488 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4489
4490 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
4491 column.
4492
4493 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
4494
4495 * textmodes/table.el: Add move-beginning-of-line and
4496 move-end-of-line to Point Motion Only Group.
4497
4498 2006-07-22 Eric Hanchrow <offby1@blarg.net>
4499
4500 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
4501
4502 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4503
4504 * startup.el (user-mail-address): Initialize from the `EMAIL'
4505 environment variable first. Document this.
4506 (command-line): Ditto.
4507
4508 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
4509
4510 * help-mode.el (help-function-def, help-variable-def)
4511 (help-face-def): Print a message in the minibuffer.
4512
4513 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4514
4515 * term/xterm.el (terminal-init-xterm): Fix key bindings
4516 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
4517
4518 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4519
4520 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4521 where `(nth 1 command)' is a cons cell. Doc fix.
4522
4523 * textmodes/po.el (po-find-charset): Doc fix.
4524
4525 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
4526
4527 * allout.el (allout-unprotected, allout-e-o-prefix-p)
4528 (allout-beginning-of-current-line, allout-end-of-current-line)
4529 (allout-next-visible-heading, allout-open-topic)
4530 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
4531 (allout-flag-current-subtree, allout-show-to-offshoot)
4532 (allout-hide-current-entry, allout-show-current-branches)
4533 (allout-hide-region-body, allout-old-expose-topic)
4534 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
4535 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
4536 containing `beginning-of-line' and `end-of-line' with
4537 `inhibit-field-text-motion' t.
4538
4539 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4540
4541 * frame.el (focus-follows-mouse): Document that it doesn't have
4542 any effect on MS-Windows.
4543
4544 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
4547
4548 2006-07-20 Jay Belanger <belanger@truman.edu>
4549
4550 * calc.el (calc-previous-alg-entry): Remove variable.
4551
4552 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
4553 New variables.
4554 (calc-alg-entry): Use `calc-alg-entry-history'.
4555 (calc-do-quick-calc): Use `calc-quick-calc-history'.
4556 Remove reference to `calc-previous-alg-entry'.
4557 (calcAlg-edit, calcAlg-enter): Remove reference to
4558 `calc-previous-alg-entry'.
4559 (calcAlg-previous): Use `previous-history-element' instead of
4560 `calc-previous-alg-entry'.
4561 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
4562 Change keybinding for `calcAlg-plus-minus', add keybindings for
4563 `previous-history-element' and `next-history-element'.
4564
4565 * calc-rewr.el (calc-match): Remove reference to
4566 `calc-previous-alg-entry'.
4567
4568 * calc-sel.el (calc-selection-history): New variable.
4569 (calc-enter-selection, calc-sel-mult-both-sides)
4570 (calc-sel-add-both-sides): Use `calc-selection-history'.
4571
4572 * calc-map.el (calc-get-operator-history): New variable.
4573 (calc-get-operator): Use `calc-get-operator-history'.
4574
4575 * calcalg3.el (calc-curve-fit-history): New variable.
4576 (calc-curve-fit): Use `calc-curve-fit-history'.
4577
4578 2006-07-20 Kenichi Handa <handa@m17n.org>
4579
4580 * international/mule-cmds.el (select-safe-coding-system): Fix the
4581 way of deciding eol-type of the coding system.
4582
4583 2006-07-20 Alan Mackenzie <acm@muc.de>
4584
4585 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
4586 (c-lang-setvar): New macro.
4587 (c-make-init-lang-vars-fun): Use the initialization forms in
4588 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
4589 (comment-start, comment-end, comment-start-skip): Change these from
4590 c-lang-defvar's to c-lang-setvar's.
4591
4592 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
4593 which calls make-local-variable on the elements of
4594 c-emacs-variable-inits.
4595 (c-init-language-vars-for): Call this new macro.
4596
4597 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4600 Try to rule out false positives due to time stamps.
4601 (compilation-mode-font-lock-keywords): Remove rules made redundant
4602 because of the above change. Add `segmentation fault' to the known and
4603 highlighted compilation termination messages.
4604
4605 2006-07-19 Kim F. Storm <storm@cua.dk>
4606
4607 * progmodes/grep.el (grep-find-ignored-directories):
4608 Add .svn and _darcs to list.
4609
4610 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
4611
4612 * dired.el (dired-mode-map): Add key binding `C-te' for
4613 `tumme-dired-edit-comment-and-tags'.
4614
4615 * tumme.el (tumme-display-thumbnail-original-image): Make sure
4616 image display buffer is displayed before call to
4617 `tumme-display-image.
4618 (tumme-dired-display-image): Make sure image display buffer is
4619 displayed before call to `tumme-display-image.
4620 (tumme-mouse-display-image): Make sure image display buffer is
4621 displayed before call to `tumme-display-image.
4622 (tumme-widget-list): Add.
4623 (tumme-dired-edit-comment-and-tags): Add.
4624 (tumme-save-information-from-widgets): Add.
4625
4626 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4629
4630 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * progmodes/sh-script.el (sh-font-lock-keywords-1):
4633 Revert inadvertently installed patch hunk.
4634
4635 * progmodes/compile.el (compilation-find-file): Handle the
4636 cases where the user selects a non-existent file.
4637
4638 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4641
4642 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4643
4644 * subr.el (sit-for): Just sleep-for if noninteractive.
4645
4646 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * emacs-lisp/autoload.el (make-autoload): Use new arg.
4649
4650 * custom.el (custom-autoload): Add `noset' argument.
4651 (custom-push-theme): Don't autoload the variable, let callers do it.
4652 (custom-theme-set-variables): Autoload the variable if necessary.
4653
4654 * cus-edit.el (custom-variable-state-set): If the variable was
4655 originally set outside custom, but to the same value as the default,
4656 consider it to be standard.
4657
4658 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4659 file *before* telling Emacs to add the autoloads, in case it fails.
4660
4661 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4662 Use `cond', push', and `dolist'.
4663
4664 2006-07-17 Richard Stallman <rms@gnu.org>
4665
4666 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4667 Add defvars to silence warnings.
4668
4669 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4670
4671 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4672 Don't highlight "Compiling file" messages as error.
4673
4674 * dired-aux.el (dired-compress-file): Confirm again if gzipped
4675 file already exists.
4676
4677 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
4678
4679 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
4680 entry, don't assign to free var; simply return the extracted filename.
4681 (ff-treat-as-special): Incorporate common preamble from callers.
4682 (ff-other-file-name, ff-find-the-other-file):
4683 Update call to ff-treat-as-special.
4684
4685 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4686
4687 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
4688
4689 * tumme.el (tumme-get-comment): Fix bug.
4690
4691 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * files.el: Remove spurious * in docstrings.
4694
4695 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4696
4697 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4698 grammar.
4699 (allout-beginning-of-current-line): Beware beginning of buffer.
4700 Also, a comment is simplified.
4701 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
4702 when appropriate. (This fix enables use for other than
4703 bullet-hotspot operation.)
4704 (allout-hide-current-subtree): While escalating to sibling-close,
4705 make sure to situate on a topic.
4706
4707 2006-07-14 Kim F. Storm <storm@cua.dk>
4708
4709 * emulation/cua-base.el (cua-delete-selection)
4710 (cua-toggle-set-mark): New defcustoms.
4711 (cua-rectangle-modifier-key): Add `alt' modifier.
4712 (cua-replace-region): Don't delete if cua-delete-selection is nil.
4713 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4714 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4715
4716 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4717
4718 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4719
4720 * allout.el: Require 'cl during byte-compilation/interactive load,
4721 for the `assert' macro.
4722 (allout-mode-deactivate-hook): New hook, run when allout mode
4723 deactivates.
4724 (allout-developer): New allout customization subgroup.
4725 (allout-run-unit-tests-on-load): New allout-developer
4726 customization variable, when true allout unit tests are run towards
4727 end of file load/eval.
4728 (allout-inhibit-auto-fill): Disable auto-fill activity even during
4729 auto-fill-mode.
4730 (allout-resumptions): Remove, to be replaced by...
4731 (allout-add-resumptions): Register variable settings to be
4732 reinstated by `allout-do-resumptions'. The settings are made
4733 buffer-local, but the locality/globality of the suspended setting
4734 is restored on resumption.
4735 (allout-do-resumptions): Reinstate all settings suspended using
4736 `allout-add-resumptions'.
4737 (allout-test-resumptions): Unit tests (and intermediate variables)
4738 for resumptions.
4739 (allout-tests-globally-unbound, allout-tests-globally-true)
4740 (allout-tests-locally-true): Intermediate variables for
4741 resumptions unit tests.
4742 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4743 (allout-exposure-category): Replaces 'allout-overlay-category variable.
4744 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4745 instead of retired `allout-resumptions'. For hook functions, use
4746 `local' parameter so hook settings are created and removed as
4747 buffer-local settings. Revise (resumptions) setting
4748 auto-fill-function so it is set only if already active. (The
4749 related fill-function settings are all made in either case, so
4750 that activating auto-fill-mode activity will have the custom
4751 allout-mode behaviors (hanging indent on topics, if configured for it).
4752 Remove all allout-exposure-category overlays on mode deactivation.
4753 (allout-hotspot-key-handler): New function extracted from
4754 `allout-pre-command-business', so the functionality can be used
4755 for other purposes, eg as a binding in an overlay.
4756 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4757 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4758 customization variable.
4759 (allout-run-unit-tests): Run the (currently quite small)
4760 repertoire of unit tests. Called just before the provide iff user
4761 has customized `allout-run-unit-tests-on-load' non-nil.
4762
4763 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4764
4765 * emacs-lisp/authors.el (authors-aliases): Update.
4766
4767 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
4768
4769 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4770 gdb-source-window. Add dedicated argument.
4771 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4772 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4773 (gdb-display-threads-buffer, gdb-display-memory-buffer)
4774 (gdb-display-locals-buffer): Use it.
4775
4776 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4777 Set gdb-source-window.
4778
4779 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4782 minor modes, redundant with the custom-autoload line above.
4783
4784 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * longlines.el (longlines-post-command-function): Handle open-line too.
4787
4788 2006-07-12 Richard Stallman <rms@gnu.org>
4789
4790 * progmodes/grep.el (grep-last-buffer): Doc fix.
4791
4792 * info.el (Info-try-follow-nearest-node): Doc fix.
4793
4794 * emacs-lisp/edebug.el (edebug-instrument-function):
4795 Err if find-function-noselect gives no position.
4796
4797 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4798 If can't find definition, return nil for position.
4799 (find-function-do-it): Handle new return value
4800 of find-definition-noselect.
4801 (find-definition-noselect, find-variable-noselect): Doc fix.
4802 (find-function-noselect): Doc fix.
4803
4804 * help-mode.el (help-variable-def): Handle find-variable-noselect
4805 returning no position.
4806 (help-function-def): Likewise for find-function-search-for-symbol.
4807 (help-face-def): Likewise.
4808
4809 * help-fns.el (describe-variable): Handle find-variable-noselect
4810 returning no position.
4811
4812 * files.el (locate-file-completion): Avoid duplicates in result.
4813
4814 * cus-edit.el (custom-no-edit): New command.
4815 (custom-mode-map): Remap to custom-no-edit instead of
4816 using suppress-keymap.
4817
4818 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4821 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4822 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
4823
4824 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
4825
4826 2006-07-11 Kim F. Storm <storm@cua.dk>
4827
4828 * ido.el (ido-copy-current-file-name): Use buffer-name if
4829 buffer-file-name is nil.
4830
4831 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * simple.el (undo-ask-before-discard): Set to nil.
4834
4835 * vc.el (vc-exec-after): Don't delete process manually.
4836 (vc-print-log): Run log-view-mode in process sentinel inside
4837 inhibit-read-only. Don't shrink window due to timing issues.
4838
4839 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
4840 Avoid using with-output-to-temp-buffer, which clobbers local vars.
4841
4842 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4845 Fix ambiguity introduced by last change.
4846 (compilation-find-file): Move save-excursion to where it may
4847 make sense. Fix a left over `find-file'.
4848
4849 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
4850
4851 * textmodes/texinfmt.el (texinfo-format-separate-node):
4852 Insert a string before point, which fits documentation, not after.
4853 (texinfo-multitable-item): In a multitable row, insert any
4854 additional needed @tabs and spaces.
4855
4856 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
4857
4858 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4859 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4860 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
4861 instead of shell-command.
4862 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
4863 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
4864 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
4865 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
4866 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
4867 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
4868
4869 2006-07-11 Kim F. Storm <storm@cua.dk>
4870
4871 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
4872 Remove special case for seconds < 0. Use (redisplay t) instead.
4873
4874 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
4875
4876 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
4877 avoid compilation error.
4878
4879 * subr.el (sit-for): New function.
4880
4881 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
4882
4883 2006-07-10 Richard Stallman <rms@gnu.org>
4884
4885 * ldefs-boot.el (edebug): Update page.
4886
4887 2006-07-10 Kim F. Storm <storm@cua.dk>
4888
4889 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
4890 to FOR-RELEASE and TODO.
4891
4892 2006-07-10 Romain Francoise <romain@orebokech.com>
4893
4894 * emacs-lisp/authors.el (authors-aliases): Update.
4895
4896 2006-07-10 Alan Mackenzie <acm@muc.de>
4897
4898 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
4899 * cc-mode.el: Changes to eradicate eval-after-load.
4900
4901 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
4904 on non-char events.
4905
4906 2006-07-09 Romain Francoise <romain@orebokech.com>
4907
4908 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4909 Don't highlight start/end markers as compilation messages.
4910
4911 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
4912 to t.
4913
4914 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
4917
4918 2006-07-08 Richard Stallman <rms@gnu.org>
4919
4920 * term/x-win.el (x-handle-display): Add doc string.
4921
4922 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4923
4924 * subr.el (def-edebug-spec): Move here.
4925 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
4926
4927 * imenu.el (imenu-choose-buffer-index): Doc fix.
4928
4929 2006-07-08 Romain Francoise <romain@orebokech.com>
4930
4931 * term/x-win.el (x-display-name): Fix typo.
4932
4933 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4934
4935 * hexl.el (hexl-find-file): Doc fix.
4936
4937 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4938
4939 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
4940
4941 * term/x-win.el (x-display-name): Doc fix.
4942
4943 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
4946 long prefixes.
4947 (fill-region-as-paragraph): Don't round up to a whole line.
4948 (fill-comment-paragraph): Don't include the code-before-the-comment
4949 when calling fill-region-as-paragraph.
4950
4951 * international/mule.el (make-char): Remove redundancy.
4952
4953 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
4954 property may contain an anonymous function rather than a symbol.
4955
4956 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
4957
4958 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4959 Use shy regexp. Fix incorrect backref to potentially unmatched group.
4960
4961 * dirtrack.el (dirtrack-default-directory-function): Remove.
4962 (dirtrack-directory-function): Use file-name-as-directory.
4963 (dirtrack-windows-directory-function): Simplify.
4964 (dirtrack-forward-slash, dirtrack-backward-slash)
4965 (dirtrack-replace-slash): Remove.
4966 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
4967 (dirtrack): Fix wrong parenthesizing; use match-string.
4968
4969 * progmodes/octave-inf.el: Remove spurious * in docstrings.
4970 (inferior-octave-mode): Only change the buffer-local value of
4971 comint-dynamic-complete-functions.
4972 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
4973 Move the initialization to the declaration.
4974 (inferior-octave-complete): Remove unused var `filter'.
4975
4976 * shell.el (shell-mode): Only change the buffer-local value of
4977 comint-dynamic-complete-functions.
4978
4979 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
4980
4981 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
4982 entry is skipped because it has been scheduled.
4983 (org-prepare-agenda-buffers): Don't mark buffers as modified when
4984 changing `:org-archived' and `:org-comment' properties.
4985
4986 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * server.el (server-select-display): Don't make the temp frame
4989 minibuffer-only, in case it's not a temp frame.
4990 (server-process-filter): Don't delete the temp frame if it's the
4991 only one we have on that display.
4992
4993 * files.el (find-alternate-file): Doc fix.
4994
4995 2006-07-05 Richard Stallman <rms@gnu.org>
4996
4997 * files.el (abbreviate-file-name): Add save-match-data.
4998
4999 2006-07-03 Richard Stallman <rms@gnu.org>
5000
5001 * faces.el (read-face-name): Doc fix.
5002
5003 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
5004
5005 * net/goto-addr.el (goto-address): Mark as safe for local evals.
5006
5007 2006-07-05 Andre Spiegel <spiegel@gnu.org>
5008
5009 * vc.el (vc-diff-internal): Fix prev change.
5010
5011 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5012
5013 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5014 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5015
5016 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5019 fails if the symbol contains chars like ( or '.
5020 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5021 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5022 `short'.
5023
5024 2006-07-04 Kenichi Handa <handa@m17n.org>
5025
5026 * international/mule-cmds.el (set-language-info): If LANG-ENV is
5027 the current one, don't call set-language-environment, but call one
5028 of set-language-environment-XXX to make INFO effective now.
5029 (set-language-environment): Call set-language-environment-XXX
5030 functions instead of doing the various setups directly.
5031 (set-language-environment-coding-systems): Delete argument eol-type.
5032 (set-language-environment-input-method)
5033 (set-language-environment-nonascii-translation)
5034 (set-language-environment-charset)
5035 (set-language-environment-fontset)
5036 (set-language-environment-unibyte): New functions.
5037
5038 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
5039
5040 * locate.el (locate-update-when-revert): New option.
5041 (locate-update-path): New option (suggested by Michael Albinus).
5042 (locate-prompt-for-command): Whitespace change.
5043 (locate-update): No longer offer to update the locate database by
5044 default. Implement the two new options.
5045
5046 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5047
5048 * tooltip.el: Move comment about track-mouse...
5049
5050 * progmodes/gud.el: ...to here.
5051
5052 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * facemenu.el (facemenu-listed-faces): New var.
5055 (facemenu-unlisted-faces): Variable deleted.
5056 (facemenu-add-new-face): Use facemenu-listed-faces.
5057
5058 * emulation/viper-init.el, calendar/calendar.el:
5059 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5060
5061 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
5062
5063 * textmodes/org.el (org-mode): Remove no invalid settings for
5064 calc embedded mode.
5065 (org-mode-p): New defsubst.
5066 (org-save-all-org-buffers): New function.
5067 (org-first-headline-recenter): Enclose outline-regexp in group
5068 delimiters.
5069 (org-set-tags): Keep single space after stars.
5070
5071 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * window.el (set-window-text-height): Only set window-min-height to
5074 1 if that's the requested size.
5075
5076 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5077 (diff-unified->context, diff-context->unified)
5078 (diff-reverse-direction): Make sure the end marker stays at the end.
5079 (diff-mode): Add the keymap table at the end of docstring.
5080 Use lexical-let rather than constructing a closure manually.
5081
5082 * files.el (find-file-noselect-1): Remove unused var assignment.
5083 (hack-local-variables-confirm): Print lists of strings as lists of
5084 strings rather than lists of symbols.
5085 (abbreviate-file-name, hack-local-variables-prop-line):
5086 Use match-string.
5087 (hack-one-local-variable): Move `make-local-variable' nearer its use.
5088 (recover-session-finish): Use line-end-position.
5089
5090 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
5091
5092 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5093
5094 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
5095
5096 * progmodes/make-mode.el (makefile-macroassign-regex):
5097 Accept preceding keyword.
5098 (makefile-gmake-statements): Reorganize, now that makepp has
5099 "override" and also handle forgotten "override define".
5100 (makefile-makepp-statements): Add new "global", "override export"
5101 and "override global".
5102
5103 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
5104
5105 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5106 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5107 (ada-no-auto-case): Fix typos in docstrings.
5108
5109 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5110
5111 * info.el (Info-find-node-2): Search for makeinfo version more
5112 carefully.
5113
5114 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
5115
5116 * textmodes/org.el (org-prepare-agenda-buffers):
5117 Use `invisible-OK' argument for `org-end-of-subtree'.
5118 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5119 (org-beginning-of-item): Fix bug in regular expression for white line.
5120 (org-export-as-html): Enforce space after bullet in plain list items.
5121 (org-set-autofill-regexps): Require space after plain list bullet
5122 for paragraph-start.
5123 (org-ts-regexp3): New constant.
5124 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5125 (org-timestamp-up-day, org-timestamp-down-day)
5126 (org-timestamp-change): Work with inactive timestamps.
5127 (org-ts-regexp1): Don't allow brackets in time stamps.
5128
5129 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
5130
5131 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5132 for ignoring links.
5133
5134 * faces.el (read-face-name): Use it.
5135
5136 2006-06-28 Juri Linkov <juri@jurta.org>
5137
5138 * buff-menu.el (list-buffers-noselect): Compare Info file
5139 with the string "dir" to detect Info directory.
5140
5141 * complete.el (partial-completion-mode): In lambda for
5142 `choose-completion-string-functions' use full function signature
5143 with 4 args, and move point to the end of the minibuffer only if arg
5144 `mini-p' is non-nil.
5145
5146 2006-06-28 John Paul Wallington <jpw@pobox.com>
5147
5148 * ibuffer.el (ibuffer-mode): Doc fix.
5149
5150 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
5151
5152 * textmodes/org.el (org-context): New contexts :item-bullet,
5153 :latex-fragment, :latex-preview.
5154 (org-overlays-at, org-overlay-start, org-overlay-end):
5155 New compatibility functions.
5156 (org-inside-LaTeX-fragment-p): More accurate matching, using the
5157 exact regexp that will be used during export.
5158 (org-latex-regexps): New variable.
5159 (org-cdlatex-mode): Improve advice for `texmathp'.
5160 (turn-on-org-cdlatex): New function.
5161
5162 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5163
5164 * term/mac-win.el (mac-handle-font-selection): Change keys of
5165 mac-atsu-font-table from strings to numbers.
5166 (mac-ts-caret-position): Use also when cursor-type is nil.
5167 (mac-ts-update-active-input-area): Add Mac OS Classic support.
5168 Relax condition for using overlay strings.
5169 Use mac-ts-caret-position face when cursor-type is nil.
5170
5171 2006-06-26 Kim F. Storm <storm@cua.dk>
5172
5173 * help.el (view-emacs-news): Declare `res' in the right let* form.
5174
5175 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
5176
5177 * net/rcompile.el (remote-compile): Replace ange-ftp based
5178 implementation by Tramp functions.
5179 Suggested by Marc Abramowitz <msabramo@gmail.com>.
5180
5181 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5182
5183 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
5184
5185 * international/fontset.el (setup-default-fontset): Fix a typo in
5186 the "Oriya-Akruti" registry name.
5187
5188 2006-06-23 Lars Hansen <larsh@soem.dk>
5189
5190 * desktop.el (desktop-full-file-name): New function.
5191 (desktop-kill, desktop-save, desktop-remove, desktop-read)
5192 (desktop-revert): Use it.
5193 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5194 (desktop-after-read-hook): Add option list-buffers.
5195 (desktop-locals-to-save): Add tab-width.
5196 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5197 Fix docstring.
5198
5199 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
5200
5201 * textmodes/org.el (org-cdlatex-mode-map)
5202 (org-cdlatex-texmathp-advice-is-done): New variables.
5203 (org-cdlatex-mode): New minor mode.
5204 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5205 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5206 (org-export-with-archived-trees): New option.
5207 (org-open-file): Remove the call to `convert-standard-filename'.
5208 (org-archive-tag, org-agenda-skip-archived-trees)
5209 (org-cycle-open-archived-trees)
5210 (org-sparse-tree-open-archived-trees): New options.
5211 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5212 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5213 New functions.
5214 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5215 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5216 (org-mode-map): Add binding for `org-toggle-archive-tag'.
5217 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5218 Call `org-prepare-agenda-buffers'.
5219 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5220 (org-file-apps, org-file-apps-defaults-gnu)
5221 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5222 Handle remote files by forcing them to be opened in Emacs.
5223
5224 2006-06-23 Andre Spiegel <spiegel@gnu.org>
5225
5226 * vc.el (vc-diff-knows-L): New variable.
5227 (vc-diff-internal): Use it to handle "diff" programs that don't
5228 understand -L. This works automatically, no user action is necessary.
5229
5230 2006-06-23 Daniel Brockman <daniel@brockman.se>
5231
5232 * net/rcirc.el (rcirc-default-user-full-name): Default to
5233 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5234 longer exists).
5235 (rcirc-process-list): Check `buffer-live-p' before attempting to
5236 switch to a buffer.
5237
5238 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
5239
5240 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5241 based on rcirc-coding-system-alist.
5242
5243 2006-06-23 Martin Rudalics <rudalics@gmx.at>
5244
5245 * cus-edit.el (customize-apropos): A better error message.
5246 (top level) <debug-ignored-errors>: Extend and update the list of
5247 ignored error messages.
5248
5249 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
5250
5251 * complete.el (PC-do-completion): Retain capitalization of user
5252 input, when possible, even if completion-ignore-case is set.
5253
5254 2006-06-23 Eli Zaretskii <eliz@gnu.org>
5255
5256 * generic-x.el (bat-generic-mode): Support .cmd files.
5257
5258 * dos-w32.el (top level): Use find-file-not-found-functions
5259 instead of the obsolete find-file-not-found-hooks.
5260
5261 2006-06-22 Kim F. Storm <storm@cua.dk>
5262
5263 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5264 to recognize mode name containing submodes, such as Grep/lw.
5265
5266 2006-06-21 Kim F. Storm <storm@cua.dk>
5267
5268 * simple.el (line-move-1): Check for move-end-of-line instead of
5269 end-of-line when setting temporary-goal-column.
5270
5271 2006-06-21 Miles Bader <miles@gnu.org>
5272
5273 * play/cookie1.el (cookie): Work properly when there's only one entry.
5274
5275 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
5276
5277 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5278 (gdb-frame-handler): Generalize frame regexp for templates.
5279
5280 2006-06-20 Glenn Morris <rgm@gnu.org>
5281
5282 * calendar/appt.el (appt-display-format): Default value must be
5283 one of the customize options.
5284
5285 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5286
5287 * term/xterm.el (terminal-init-xterm): Update key availability info.
5288 Bind C-return.
5289
5290 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
5291
5292 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
5293
5294 * files.el (hack-local-variables): Run `hack-local-variables-hook'
5295 whether or not a local variables list is defined.
5296
5297 * msb.el (msb): Move `sit-for' hack here to handle both
5298 "mouse-down and drag" and "mouse-up and select" situations.
5299 (mouse-select-buffer): Move `sit-for' hack to `msb'.
5300
5301 2006-06-20 Kenichi Handa <handa@m17n.org>
5302
5303 * international/characters.el (word-combining-categories):
5304 Add entries for 2-byte Han characters.
5305
5306 2006-06-19 Richard Stallman <rms@gnu.org>
5307
5308 * bindings.el (mode-line-format): Save some mode line space.
5309
5310 * files.el (find-file-noselect): Improve the question wording.
5311 (basic-save-buffer-2): Mask UMASK against 666.
5312
5313 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5314 (mouse-drag-vertical-line): Call it.
5315
5316 * cus-edit.el (customize-option, customize-option-other-window):
5317 Error if SYMBOL is nil.
5318
5319 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
5320
5321 * textmodes/org.el: Require noutline, also on XEmacs.
5322 (org-end-of-subtree): Return point.
5323 (org-dblock-start-re, org-dblock-end-re): New constants.
5324 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5325 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5326 (org-update-all-dblocks, org-find-dblock): New functions.
5327 (org-collect-clock-time-entries): New function.
5328 (org-html-handle-time-stamps): Never export CLOCK timeranges.
5329 (org-fixup-indentation): Modify to deal correctly with lines
5330 starting with TAB. Only one argument DIFF now.
5331 (org-demote, org-promote): Call `org-fixup-indentation' with just
5332 one argument, DIFF.
5333 (org-mode): Don't mark buffer as modified when aligning tables.
5334 (org-clock-sum): Don't mark buffer modified when adding time sum
5335 properties.
5336 (org-export-as-html): Add support for a link validation function.
5337 (org-archive-all-done): New function.
5338 (org-archive-subtree): New prefix argument. When set, archive all
5339 done subtrees in this buffer.
5340 (org-remove-clock-overlays)
5341 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5342 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
5343 (org-put-clock-overlay): Don't swallow last headline character
5344 when displaying overlay.
5345 (org-store-link): Link to `image-mode' with just the file name.
5346
5347 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
5348
5349 * viper-cmd.el (viper-special-read-and-insert-char):
5350 Use read-key-sequence.
5351 (viper-after-change-undo-hook): Misc enhancements.
5352 (viper-after-change-undo-hook): New hook.
5353 (viper-undo): Use viper-after-change-undo-hook.
5354 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
5355 (viper-next-line-at-bol): If point is on a widget or a button, simulate
5356 clicking on that widget/button.
5357
5358 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
5359
5360 * ediff-diff (ediff-test-patch-utility): Catch errors.
5361 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5362 (ediff-set-actual-diff-options): New function.
5363 (ediff-reset-diff-options, ediff-toggle-ignore-case):
5364 Use ediff-set-actual-diff-options.
5365 (ediff-extract-diffs): Catch errors.
5366 (ediff-whitespace): Add non-breakable space.
5367 (ediff-same-file-contents): Catch errors.
5368
5369 * ediff-mult.el (ediff-collect-custom-diffs):
5370 Save coding-system-for-read.
5371
5372 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5373 (ediff-vc-internal, ediff-vc-merge-internal):
5374 Use ediff-delete-version-file.
5375 (ediff-delete-version-file): New function.
5376
5377 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5378
5379 * ediff.el (ediff-directories, ediff-directory-revisions)
5380 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5381 (ediff-directories-internal, ediff-merge-directory-revisions)
5382 (ediff-merge-directory-revisions-with-ancestor)
5383 (ediff-directories3): Use read-directory-name.
5384
5385 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
5386
5387 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5388 Remove superfluous part of regexp for brace matching which is handled
5389 by `scan-lists' call.
5390
5391 2006-06-16 Richard Stallman <rms@gnu.org>
5392
5393 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5394
5395 * files.el (basic-save-buffer-2): For a new precious file,
5396 use the default modes in the return value.
5397
5398 * facemenu.el (facemenu-color-alist): Doc fix.
5399
5400 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5401
5402 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5403
5404 * cus-start.el (all): Add mac-ts-script-language-on-focus.
5405
5406 * term/mac-win.el (mac-text-encoding-ascii): New constant.
5407 (mac-utxt-to-string): Use it.
5408 (mac-ts-update-active-input-area): Use mac-ae-number.
5409
5410 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5411
5412 * term.el (term-handle-scroll, term-delete-lines)
5413 (term-insert-lines): Fix off by one errors.
5414
5415 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5416
5417 * net/tramp.el (tramp-touch): Use UTC to express time.
5418
5419 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * mail/sendmail.el (mail-send): Search explicitly for
5422 mail-header-separator when checking for corrupted header lines.
5423
5424 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
5425
5426 * progmodes/gdb-ui.el (gdb-same-frame): New option.
5427 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5428 (gdb-init-1): Initialise them.
5429 (gdb-starting): Reset gdb-printing
5430 (gdb-starting): Save value of gud-overlay-arrow-position.
5431 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5432 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5433 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5434 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5435
5436 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5439
5440 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
5441
5442 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
5443 (ldap-search-internal): Keep error messages, and a regexp fix.
5444
5445 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
5446
5447 * files.el (hack-local-variables-confirm):
5448 Display string value using its printed representation.
5449
5450 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * server.el (server-edit): No-op if no server buffers exist.
5453
5454 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
5455
5456 * textmodes/page-ext.el (pages-directory-for-addresses):
5457 Including `pages-directory-address-mode' in the function results
5458 in the message "Buffer in which pages were found is deleted".
5459
5460 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
5461
5462 * textmodes/org.el (org-agenda-mode-map): Add bindings for
5463 clocking functions.
5464
5465 (org-agenda-clock-in, org-check-running-clock)
5466 (org-clock-out-if-current, org-remove-clock-overlays)
5467 (org-put-clock-overlay): New functions.
5468 (org-clock-marker, org-clock-file-total-minutes)
5469 (org-clock-overlays): New variables.
5470 (org-clock-display, org-clock-sum, org-clock-cancel)
5471 (org-clock-out, org-clock-in): New commands.
5472 (org-export): New function.
5473 (org-emph-re): New constant.
5474 (org-set-emph-re, org-do-emphasis-faces): New functions.
5475 (org-emphasis-regexp-components, org-emphasis-alist): New options.
5476 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
5477 (org-export-html-convert-emphasize): Use the configurable emphasis.
5478 (org-cleaned-string-for-export): Make multiline emphasis visible
5479 to the exporter. New optional argument PARAMETERS.
5480 (org-export-as-html): Specify :emph-multiline parameter to
5481 `org-cleaned-string-for-export'.
5482
5483 2006-06-10 Richard Stallman <rms@gnu.org>
5484
5485 * help.el (help-for-help-internal): Clean up help text.
5486
5487 2006-06-10 Andreas Schwab <schwab@suse.de>
5488
5489 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
5490 in doc string.
5491
5492 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
5493
5494 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
5495
5496 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
5497 spaces after the comment start.
5498
5499 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5500
5501 * play/pong.el (pong-init-buffer):
5502 Fill buffer with spaces instead of ^A.
5503
5504 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
5505 launched asynchronously, delete its process instead of being cool.
5506 (ispell-async-processp): Check for `delete-process' existence
5507 instead of `kill-process' one for consistency.
5508
5509 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
5510
5511 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
5512 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
5513 in mode line at startup.
5514
5515 2006-06-08 Kim F. Storm <storm@cua.dk>
5516
5517 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
5518 (ido-init-completion-maps): Bind them to M-SPC and M-v.
5519 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
5520 (ido-file-internal): Pass full file name to write-file.
5521 (ido-read-internal): Only pop stack elements automatically if they
5522 actually match an existing directory or file name.
5523
5524 2006-06-07 Kenichi Handa <handa@m17n.org>
5525
5526 * international/mule.el (find-auto-coding): Don't handle the short
5527 name `char-trans'.
5528
5529 * files.el (hack-local-variables-prop-line)
5530 (hack-local-variables): Cancel the previous change.
5531
5532 2006-06-06 Jesper Harder <harder@phys.au.dk>
5533
5534 * ediff-diff.el (ediff-test-utility): Protect against file-error.
5535
5536 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * diff-mode.el (diff-mode): Set buffer-read-only to t when
5539 diff-default-read-only is non-nil.
5540 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
5541 (diff-refine-hunk): Set inhibit-read-only to t.
5542
5543 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
5544 modifying the *Diff* buffer.
5545 (diff-process-filter): New filter function for diff process that
5546 sets inhibit-read-only to t when modifying the *Diff* buffer.
5547
5548 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
5549
5550 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
5551 insertion point and control the number of empty lines.
5552 (org-paste-subtree): Limit the number of empty lines at the end of
5553 the inserted tree.
5554 (org-agenda): Use buffer name of current file for narrowing.
5555 (org-export-as-xml): Command removed.
5556 (org-export-xml-type): Option removed.
5557 (org-mode-map): Call `org-export-as-xoxo' directly.
5558 (org-get-indentation): New optional argument LINE.
5559 (org-fix-indentation, org-remove-tabs): New functions.
5560 (org-export-as-ascii, org-ascii-level-start): Determine and apply
5561 correct indentation for headlines that are converted it items.
5562 (org-skip-comments): Remove table lines that contain narrowing
5563 cookies but no other non-empty fields.
5564 (org-set-tags): Allow groups of mutually exclusive tags.
5565 (org-cmp-time): Sort 24:21 before items without time.
5566 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
5567 (org-open-at-point): Require double colon also for numbers.
5568
5569 2006-06-06 Kim F. Storm <storm@cua.dk>
5570
5571 * ido.el (ido-default-file-method, ido-default-buffer-method):
5572 Make choice values consistent with corresponding command names.
5573 (ido-visit-buffer): Update accordingly. Default to selected-window.
5574
5575 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
5576
5577 * progmodes/gud.el (gud-running): Fix doc string.
5578 (gud-menu-map): Use :visible instead fo :enable for debugger test.
5579 (gud-tooltip-modes): Add python-mode.
5580 (gud-tooltip-print-command): Add pdb. Remove perldb.
5581
5582 2006-06-05 Eli Zaretskii <eliz@gnu.org>
5583
5584 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
5585 Quote $(EMACS).
5586
5587 2006-06-05 Richard Stallman <rms@gnu.org>
5588
5589 * faces.el (defined-colors): Doc fix.
5590
5591 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
5592
5593 * vc.el (vc-process-filter): Inhibit undo info collection around
5594 call to insert.
5595 (vc-setup-buffer): Likewise for call to erase-buffer.
5596 (vc-do-command): Likewise for call to process-file.
5597
5598 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5599
5600 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
5601 for gud-go.
5602 (gud-common-init): Other debuggers may trigger error.
5603
5604 2006-06-05 Kenichi Handa <handa@m17n.org>
5605
5606 * international/mule.el (find-auto-coding):
5607 Handle enable-character-translation in file header.
5608
5609 2006-06-04 Kim F. Storm <storm@cua.dk>
5610
5611 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
5612 (authors-fixed-entries): Fix spelling.
5613 (authors-canonical-file-name): Don't report error for wildcards.
5614
5615 * help.el (view-emacs-news): Rewrite to support new NEWS,
5616 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
5617 e.g. version 10 matches 1.10, and don't be confused by version 1.1
5618 being a prefix of 1.12 (etc). A numeric prefix arg also works.
5619
5620 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
5621
5622 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5623 exec constructs like `foo bar`.
5624 (sh-quoted-subshell): New helper function to search for a possibly
5625 nested subshell (like `` or $()) within a "" quoted string.
5626 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5627 (sh-apply-quoted-subshell): Flag quote characters inside a
5628 subshell, which is itself already in a quoted region, as
5629 punctuation, since this is the closest to what they actually are.
5630 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5631 sh-apply-quoted-subshell.
5632 (sh-font-lock-syntactic-face-function): Apply the new face for
5633 text inside `` instead of the old font-lock-string-face.
5634
5635 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5636
5637 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5638 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5639 (mac-bytes-to-text-range, mac-ae-text-range-array)
5640 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5641 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
5642 (mac-ts-unicode-for-key-event): New functions.
5643 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5644 (mac-handle-font-selection): Use mac-ae-number.
5645 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5646 New variables.
5647 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5648 (mac-ts-converted-text, mac-ts-selected-converted-text)
5649 (mac-ts-block-fill-text, mac-ts-outline-text)
5650 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5651 (mac-ts-hilite-style-faces): New constant.
5652 (mac-apple-event-map): Bind text input events.
5653 (mac-dispatch-apple-event): Use command-execute instead of
5654 call-interactively.
5655 (global-map): Don't bind mac-apple-event.
5656 (special-event-map): Bind mac-apple-event.
5657
5658 2006-06-02 Eli Zaretskii <eliz@gnu.org>
5659
5660 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5661 file name.
5662 (emacs): Enclose the value of $(EMACS) in quotes.
5663
5664 2006-06-02 Juri Linkov <juri@jurta.org>
5665
5666 * international/mule.el (sgml-html-meta-auto-coding-function):
5667 Remove the condition `(search-forward "<html" size t)'.
5668 Replace `\"' with `[\"']?' in `re-search-forward'.
5669
5670 2006-06-02 Kenichi Handa <handa@m17n.org>
5671
5672 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5673 as well as `coding'.
5674 (hack-local-variables): Likewise.
5675
5676 * international/mule.el (enable-character-translation):
5677 Put permanent-local and safe-local-variable properties.
5678 (find-auto-coding): Handle char-trans: tag.
5679
5680 2006-06-02 Juri Linkov <juri@jurta.org>
5681
5682 * international/mule.el (sgml-html-meta-auto-coding-function):
5683 Limit the search by the end of the HTML header (if any).
5684
5685 2006-06-01 Richard Stallman <rms@gnu.org>
5686
5687 * subr.el (with-current-buffer): Doc fix.
5688
5689 2006-06-02 Masatake YAMATO <jet@gyve.org>
5690
5691 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
5692 Almost rewrite. Underlines over all lines of gcov output are too
5693 uncomfortable to read. Suggested by Dan Nicolaescu.
5694
5695 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5696
5697 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5698
5699 * shell.el (shell-mode): Use shell-mode-map in docstring.
5700
5701 * comint.el (comint-send-input): Do not add help-echo and
5702 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5703
5704 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5705
5706 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5707
5708 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
5709
5710 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5711 (gdb-stopped, gdb-info-stack-custom): If there is no source info
5712 look up the stack and pop up GUD buffer if necessary.
5713 (gdb-frames-select): Remove redundant call to gud-display-frame.
5714 (gdb-info-threads-custom): Keep point at start of buffer.
5715 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5716
5717 2006-05-31 Juri Linkov <juri@jurta.org>
5718
5719 * replace.el (query-replace-read-from, query-replace-read-to):
5720 Bind `history-add-new-input' to nil. Call `add-to-history'.
5721
5722 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
5723
5724 * textmodes/table.el: Convert all HTML tags to lower case for
5725 XHTML compatibility.
5726
5727 2006-05-31 Masatake YAMATO <jet@gyve.org>
5728
5729 * progmodes/compile.el:
5730 (compilation-error-regexp-alist-alist::gcov-called-line):
5731 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
5732
5733 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
5734
5735 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
5736 Revert inadvertent changes made with last commit.
5737
5738 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
5739
5740 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5741 New functions.
5742
5743 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5744
5745 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
5746
5747 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
5748 only matches in the right place.
5749 (org-upcoming-deadline): New face.
5750 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
5751 (org-export-ascii-underline): Rename constant `org-ascii-underline'
5752 and make it an option.
5753 (org-export-ascii-bullets): New option.
5754 (org-export-as-html): Many changes to emit valid XHTML.
5755 (org-par-open): New variable.
5756 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
5757 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
5758 (org-timeline): Pass `org-timeline-show-empty-dates' to
5759 `org-get-all-dates'. Interpret empty dates returned by
5760 `org-get-all-dates'.
5761 (org-get-all-dates): New argument EMPTY. Add dates without
5762 entries to the list, mark large ranges of empty dates.
5763 (org-point-in-group, org-context): New functions.
5764
5765 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
5766
5767 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5768
5769 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5770 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5771 to C-mouse-3 (for 2 button mice).
5772 (gdb-send): Do the right thing for C-d.
5773
5774 * speedbar.el (speedbar-detach): Delete.
5775 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5776 it breaks things.
5777 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
5778
5779 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
5780
5781 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5782 Makeppfile.
5783
5784 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5785 Add makepp diagnostic.
5786
5787 2006-05-29 Richard Stallman <rms@gnu.org>
5788
5789 * window.el (fit-window-to-buffer): Doc fix.
5790
5791 * help.el (temp-buffer-max-height): Doc fix.
5792
5793 * subr.el (with-current-buffer): Doc fix.
5794
5795 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5796
5797 * term/x-win.el: Bind F10 to menu-bar-start if available.
5798
5799 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
5800
5801 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5802 uses with a simple test.
5803 (term-set-escape-char, term-mode, term-check-kill-echo-list)
5804 (term-send-raw-string, term-send-raw, term-mouse-paste)
5805 (term-char-mode, term-line-mode, term-exec, term-sentinel)
5806 (term-handle-exit, term-read-input-ring)
5807 (term-previous-matching-input-string)
5808 (term-previous-matching-input-string-position)
5809 (term-previous-matching-input-from-input)
5810 (term-replace-by-expanded-history, term-send-input)
5811 (term-skip-prompt, term-bol, term-send-invisible)
5812 (term-kill-input, term-delchar-or-maybe-eof)
5813 (term-backward-matching-input, term-check-source)
5814 (term-proc-query, term-emulate-terminal)
5815 (term-handle-colors-array, term-process-pager, term-pager-line)
5816 (term-pager-bob, term-unwrap-line, term-word)
5817 (term-dynamic-complete-filename)
5818 (term-dynamic-complete-as-filename)
5819 (term-dynamic-simple-complete): Replace one arm ifs with whens or
5820 unlesses.
5821
5822 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
5825 during bootstrapping.
5826
5827 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
5828 Basically undo the change of 2006-05-26: use extra arguments instead of
5829 dynamic scoping.
5830 (ewoc-locate): Remove unused var `footer'.
5831
5832 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
5835
5836 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
5837 (generate-file-autoloads): Obey it. Return whether autoloads were
5838 added at point or not.
5839 (update-file-autoloads): Use this new return value.
5840 Remove redundant test for the presence of an autoload cookie.
5841
5842 * emacs-lisp/autoload.el (autoload-find-file): New fun.
5843 This one calls hack-local-variables.
5844 (generate-file-autoloads, update-file-autoloads): Use it.
5845
5846 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
5847 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5848 (bibtex-sort-entry-class-alist): Don't set the global value.
5849 (bibtex-init-sort-entry-class-alist): New fun.
5850 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
5851 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
5852 of bibtex-init-sort-entry-class.
5853
5854 2006-05-28 Richard Stallman <rms@gnu.org>
5855
5856 * subr.el (load-history-regexp): If FILE is relative, insist
5857 entire last name component must match it.
5858 (load-history-filename-element, load-history-regexp): Doc fixes.
5859
5860 2006-05-29 Kim F. Storm <storm@cua.dk>
5861
5862 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
5863 `pos' and `raw-data' for clarity, as eval forms may access these.
5864
5865 2006-05-28 Kim F. Storm <storm@cua.dk>
5866
5867 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
5868
5869 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * progmodes/make-mode.el (makefile-browser-map)
5872 (makefile-mode-syntax-table): Move initialization inside declaration.
5873 (makefile-fill-paragraph): Use the default comment-filling code.
5874
5875 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * replace.el (query-replace-defaults): New variable.
5878 (query-replace-read-from): Use `query-replace-defaults' for
5879 default value, instead of history list.
5880 (query-replace-read-to): Update `query-replace-defaults'.
5881
5882 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
5883
5884 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
5885 with no X toolkit.
5886
5887 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
5890 (tumme-show-all-from-dir): Add autoload.
5891
5892 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5893
5894 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
5895 (tumme-remove-tag): Fix bug.
5896
5897 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5898
5899 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
5900 FOOTER args. Update unique caller.
5901 (ewoc-delete): Compute last node once before looping.
5902 (ewoc--node-branch): Merge into unique caller.
5903 (ewoc--node): Don't define constructor make-ewoc--node for this
5904 structure.
5905 (ewoc): Add member `hf-pp' to this structure.
5906 (ewoc--wrap): New func.
5907 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
5908 header/footer pretty-printers. Save header/footer pretty-printer.
5909 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
5910
5911 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
5912
5913 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5914
5915 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
5916 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
5917 Tag'. Change "Compare directories..." to "Change Directories...".
5918 Move tumme commands to Operate, Regexp and Immediate menus.
5919 Change "Add Comment" to "Add Image Comment". Change "Add Image
5920 Tag" to "Add Image Tags".
5921
5922 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
5923 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
5924 `tumme-delete-tag'.
5925
5926 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
5927
5928 * shell.el (shell-mode): Call shell-dirtrack-mode after
5929 list-buffers-directory is made a local variable, to avoid setting
5930 the default value.
5931
5932 2006-05-26 Kevin Ryde <user42@zip.com.au>
5933
5934 * info.el (Info-index-next): Use where-is-internal to report
5935 actual binding of Info-index-next, rather than hard-coded `,'.
5936
5937 2006-05-26 Eli Zaretskii <eliz@gnu.org>
5938
5939 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
5940 and "Find Command in Manual" to here.
5941
5942 * buff-menu.el (list-buffers-noselect): For Info buffers, use
5943 Info-current-file as the file name.
5944
5945 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
5946
5947 * ses.el (defadvice undo-more): Delete this defadvice. The undo
5948 overrides will now be done a different way.
5949 (ses-set-parameter): Reapply this function for undo.
5950 (ses-set-header-row): Reconstruct header row during undo.
5951 (ses-widen): New function.
5952 (ses-goto-data, ses-reconstruct-all): Use new function.
5953 (ses-command-hook): Widen buffer during undo, before unupdating
5954 the cells.
5955 (ses-insert-row, ses-delete-row): Widen buffer during undo.
5956 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
5957 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
5958 formula hasn't been executed yet.
5959
5960 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5961
5962 * comint.el (comint-kill-whole-line): Rename arg to count.
5963 Fix doc string.
5964
5965 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
5966
5967 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
5968 to copy-file.
5969
5970 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5971
5972 * simple.el (toggle-truncate-lines): Make arg optional for
5973 backward compatibility.
5974
5975 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
5976
5977 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
5978 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
5979 DLL arg. Instead, use ewoc--current-dll. Update all callers.
5980 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
5981 (ewoc--adjust): Use ewoc--current-dll.
5982 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
5983
5984 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
5985
5986 * textmodes/org.el (org-next-item, org-previous-item): Emit more
5987 compact error message.
5988 (org-tags-view): Refresh category table in each file.
5989 (org-table-justify-field-maybe): Remove superfluous arguments to
5990 `format'.
5991 (org-export-as-html): Insert "<p>" before postamble.
5992 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
5993
5994 2006-05-26 Kenichi Handa <handa@m17n.org>
5995
5996 * textmodes/po.el (po-find-charset): Pay attention to the case
5997 FILENAME is a cons (NAME . BUFFER).
5998 (po-find-file-coding-system-guts): Likewise.
5999
6000 * arc-mode.el (archive-set-buffer-as-visiting-file):
6001 Call find-operation-coding-system with (FILENAME . BUFFER).
6002
6003 * tar-mode.el (tar-extract): Call find-operation-coding-system
6004 with (FILENAME . BUFFER).
6005
6006 * international/mule.el (decode-coding-inserted-region):
6007 Call find-operation-coding-system with (FILENAME . BUFFER).
6008
6009 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6010
6011 * image-mode.el (image-toggle-display): Use buffer contents to
6012 generate image for a remote file.
6013
6014 2006-05-25 Juri Linkov <juri@jurta.org>
6015
6016 * replace.el (query-replace-read-from, query-replace-read-to):
6017 Remove 8th arg KEEP-ALL in read-from-minibuffer.
6018
6019 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
6020
6021 * whitespace.el (whitespace-cleanup): Change to cleanup
6022 region if one is active.
6023 * whitespace.el (whitespace-cleanup-internal): New internal method.
6024
6025 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6026
6027 * dired.el (dired-mode-map): Add help-echo strings to tumme
6028 commands. Bind `tumme-dired-display-image' to C-t i.
6029
6030 * tumme.el (tumme-display-image): Change documentation string slightly.
6031 (tumme-dired-display-image): Add call to `display-buffer'.
6032
6033 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6034
6035 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6036 Signal error if RAW-DATA is a multibyte string.
6037
6038 2006-05-24 Richard Stallman <rms@gnu.org>
6039
6040 * subr.el (with-local-quit): When handling `quit' signal,
6041 make a chance for quit-flag to cause a quit.
6042
6043 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6044 (ad-disable-advice): Add autoloads.
6045
6046 * subr.el (read-passwd): Copy PROMPT before changing its properties.
6047
6048 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6049
6050 * dired.el (dired-mode-map): Change menu items for tumme as per
6051 suggestions in emacs-devel.
6052
6053 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6054
6055 * dired.el (dired-mode-map): Fix breakage.
6056
6057 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6058
6059 * tumme.el (tumme-display-dired-image): Rename to...
6060 (tumme-dired-display-image): ...this.
6061 (tumme-track-movement): Change default value to t.
6062 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6063 used from `tumme-next-line-and-display' and similar commands.
6064
6065 * dired.el (dired-mode-map): Add Thumbnail submenu under the
6066 Immediate menu. Add some tumme commands there.
6067
6068 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
6069
6070 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6071
6072 2006-05-24 Chong Yidong <cyd@mit.edu>
6073
6074 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6075 menu entries that open submenus.
6076
6077 2006-05-24 Alan Mackenzie <acm@muc.de>
6078
6079 * startup.el (command-line): For names of preloaded files, don't
6080 append ".elc" (now done in Fload), and call file-truename on the
6081 lisp directory.
6082
6083 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
6084 match ANY loaded file with the right name, not just those in
6085 load-path. Put a regexp matching the file name into
6086 after-load-alist, rather than the name itself.
6087
6088 * subr.el: New functions load-history-regexp,
6089 load-history-filename-element, do-after-load-evaluation.
6090
6091 * international/mule.el (load-with-code-conversion): Do the
6092 eval-after-load stuff by calling do-after-load-evaluation.
6093
6094 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6095
6096 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6097 has not been killed.
6098
6099 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6100
6101 * term/mac-win.el: Set idle timer to clean up expired Apple events.
6102 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6103 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6104 Optionally set error message in reply.
6105
6106 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6107
6108 * textmodes/org.el (org-open-at-point): Use renamed variable
6109 `org-confirm-shell-link-function'.
6110 (org-confirm-shell-link-function): Rename from
6111 `org-confirm-shell-links'.
6112 (org-export-directory): New function.
6113 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6114 (org-export-icalendar): Use `org-export-directory'.
6115 (org-indent-item): Keep cursor position.
6116 (org-link-file-path-type): New option.
6117 (org-export-as-html): Fix bug with plain lists starting in
6118 column 0.
6119 (org-export-as-html): Remove deadline formatting, this happens
6120 now already in `org-html-handle-time-stamps'.
6121 (org-export-html-style): Deadline class removed.
6122 (org-insert-labeled-timestamps-at-point): New option.
6123 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6124 of `hide-sublevels 1', in case the first headline is not level 1.
6125 (org-overview, org-content): New fuction.
6126 (org-cycle-global-status, org-cycle-subtree-status): Make these
6127 variables buffer-local.
6128 (org-global-cycle): New command.
6129 (org-shifttab): Use `org-global-cycle'.
6130 (org-insert-heading, org-insert-item): Go to end of new
6131 headline/item after creating it.
6132 (org-export-visible): Rename from `org-export-copy-visible'.
6133 Now creates a temporary org-file and applies an exporting command
6134 to it.
6135 (org-table-eval-formula): Support for lisp forms.
6136 (org-agenda-todo-ignore-scheduled): New option.
6137 (org-agenda-get-todos): Use new option
6138 `org-agenda-todo-ignore-scheduled'.
6139 (org-export-html-inline-images): New value `maybe'.
6140 (org-export-as-html): Inlining of images dependent on link description.
6141 (org-archive-subtree): Check for end-of-buffer before trying
6142 `kill-line'.
6143 (org-agenda-follow-mode): New option.
6144 (org-export-with-tags, org-export-with-timestamps): New options.
6145 (org-html-handle-time-stamps): New function.
6146 (org-keyword-time-regexp): New variable.
6147 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6148 (org-agenda-todo-list-sublevels): New option.
6149 (org-html-level-start): When TITLE is nil, just close all levels.
6150 (org-parse-key-lines, org-parse-export-options): Remove functions,
6151 replaced by `org-infile-export-plist'.
6152 (org-combine-plists, org-infile-export-plist)
6153 (org-default-export-plist): New functions.
6154 (org-export-html-preamble, org-export-html-postamble)
6155 (org-export-html-auto-preamble, org-export-html-auto-postamble):
6156 New variables.
6157 (org-export-publishing-directory): New option.
6158 (org-export-as-html, org-export-as-ascii): Use the new property
6159 lists for settings.
6160 (org-export-copy-visible, org-export-as-xoxo):
6161 Respect `org-export-publishing-directory'.
6162 (org-link-search, org-store-link, org-file-apps): Support for
6163 links to BibTeX database entries..
6164 (org-get-current-options, org-set-regexps-and-options):
6165 Implement logging as a startup option.
6166 (org-store-link): Make sure context string is never empty
6167 (org-insert-link): Use relative path when possible.
6168 (org-at-item-checklet-p): New function.
6169 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6170 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6171 (org-metaright, org-metaup, org-metadown, org-shiftup)
6172 (org-shiftdown, org-shiftright, org-shiftleft)
6173 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6174 Dispatch using `call-interactively'.
6175 (org-call-with-arg): New defsubst.
6176 (org-tag-alist, org-use-fast-tag-selection): New options.
6177 (org-complete): Use `org-tag-alist'.
6178 (org-fast-tag-insert, org-fast-tag-selection): New functions.
6179 (org-next-item, org-previous-item): New commands.
6180 (org-beginning-of-item, org-end-of-item): Add (interactive) to
6181 make command.
6182 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6183
6184 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6185
6186 * emacs-lisp/ewoc.el (ewoc-delete): New function.
6187 (ewoc-filter): Use `ewoc-delete'.
6188
6189 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6190
6191 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6194 Signal more user-friendly error messages.
6195
6196 * complete.el (PC-do-completion): Undo the addition of implicit
6197 wildcards if they did not lead to finding any match.
6198 (read-file-name-internal): Don't add the final > if the completion is
6199 not finished.
6200
6201 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6202
6203 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6204 Quote safe-local-variable predicate.
6205
6206 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6207
6208 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6209
6210 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6211
6212 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6213
6214 * progmodes/make-mode.el (makefile-special-targets-list)
6215 (makefile-macro-table, makefile-target-table): Mark as risky.
6216 (makefile-query-one-target-method): Make this the alias for the
6217 following variable.
6218 (makefile-query-one-target-method-function): Make this the real name.
6219
6220 * textmodes/artist.el (artist-text-renderer): Make this the alias
6221 for the following variable.
6222 (artist-text-renderer-function): Make this the real name.
6223
6224 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6225 the alias for the following variable.
6226 (flyspell-generic-check-word-predicate): Make this the real name.
6227
6228 * textmodes/ispell.el (ispell-format-word): Make this the alias
6229 for the following variable.
6230 (ispell-format-word-function): Make this the real name.
6231 (ispell-message-text-end): Mark as risky.
6232
6233 * skeleton.el (skeleton-transformation, skeleton-filter)
6234 (skeleton-pair-filter): Make these the aliases for the following
6235 variables.
6236 (skeleton-transformation-function, skeleton-filter-function)
6237 (skeleton-pair-filter-function): Make these the real names.
6238
6239 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6240 and skeleton-pair-filter-function.
6241
6242 * textmodes/sgml-mode.el (sgml-transformation): Make this the
6243 alias for the following variable.
6244 (sgml-transformation-function): Make this the real name.
6245 (sgml-tag-alist): Mark as risky.
6246
6247 2006-05-21 Richard Stallman <rms@gnu.org>
6248
6249 * simple.el (kill-region): Interactively, pass point, then mark.
6250
6251 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6252
6253 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6254
6255 2006-05-21 Romain Francoise <romain@orebokech.com>
6256
6257 * dired-x.el (dired-mode-map): Don't bind M-g.
6258
6259 2006-05-20 Richard Stallman <rms@gnu.org>
6260
6261 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6262 (dired-goto-file): Doc fix.
6263
6264 2006-05-21 Kim F. Storm <storm@cua.dk>
6265
6266 * emulation/cua-base.el: Mention customizing cua-mode as alternative
6267 way to enable built-in cua-mode if user loads older CUA-mode package.
6268
6269 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6270 if default-filename is specified.
6271
6272 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6273
6274 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6275
6276 * info.el (info-apropos): Make sure current-file and current-node
6277 have non-nil values. Speed up by using add-to-list instead of
6278 manual consing.
6279
6280 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6281
6282 * progmodes/make-mode.el (makefile-mode): Doc fix.
6283
6284 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6285
6286 * dired-aux.el (dired-do-shell-command): Doc fix.
6287
6288 2006-05-20 Kevin Ryde <user42@zip.com.au>
6289
6290 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6291 ``(custom-manual :tag "Foo" "(foo)Node")''.
6292
6293 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
6294
6295 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6296 value is an integer.
6297
6298 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6299
6300 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6301 "format".
6302 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6303
6304 2006-05-20 Martin Rudalics <rudalics@gmx.at>
6305
6306 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6307 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6308
6309 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6312 regexp for keywords.
6313
6314 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
6315
6316 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6317 replace-regexp-in-string.
6318
6319 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6320 encode, and escape file name on conversion to URL.
6321
6322 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6323
6324 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6325 Don't unescape URL.
6326 (dnd-get-local-file-name): Unescape URL on conversion to file name.
6327
6328 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6329 on conversion to URLs.
6330
6331 * net/browse-url.el (browse-url-file-url): Encode file name on
6332 conversion to URL.
6333
6334 * term/mac-win.el (mac-ae-open-documents): Escape file name on
6335 conversion to URL.
6336
6337 2006-05-19 Eli Zaretskii <eliz@gnu.org>
6338
6339 * progmodes/cc-styles.el (c-style-alist): Doc fix.
6340
6341 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6342
6343 * term/mac-win.el (mac-bytes-to-digits): Remove function.
6344 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6345
6346 2006-05-19 Glenn Morris <rgm@gnu.org>
6347
6348 * calendar/diary-lib.el (diary-bahai-date)
6349 (list-bahai-diary-entries, mark-bahai-diary-entries)
6350 (mark-bahai-calendar-date-pattern): Not interactive.
6351 (add-to-diary-list): New optional arg LITERAL. Doc fix.
6352 (diary-entries-list): Change format of 4th element in each entry.
6353 (diary-list-entries): Use add-to-diary-list.
6354 (diary-goto-entry): Handle the case where the buffer visiting the
6355 diary has been killed.
6356 (fancy-diary-display): Add 'locator to button rather than 'marker.
6357 Only generate temp-face when there are marks to apply.
6358 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6359 (diary-fancy-date-pattern): New variable.
6360 (diary-time-regexp): Doc fix.
6361 (diary-anniversary, diary-time): New faces.
6362 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6363 diary-time-regexp. Add font-lock-multiline property where needed.
6364 Use new faces diary-anniversary and diary-time.
6365 (diary-fancy-font-lock-fontify-region-function): New function, to
6366 handle multiline font-lock pattern in fancy diary.
6367 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6368 (diary-font-lock-keywords): Tweak time regexp. Use new face
6369 diary-time.
6370
6371 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
6372
6373 * international/code-pages.el (mik): Table corrected.
6374
6375 2006-05-18 Kim F. Storm <storm@cua.dk>
6376
6377 * progmodes/grep.el (grep-find): Don't check grep-find-command
6378 before running command (breaks non-interactive usage).
6379
6380 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
6381
6382 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6383 (ewoc--insert-new-node): Don't insert trailing newline.
6384 Instead, adjust successor nodes's start markers.
6385 (ewoc--refresh-node): Delete all text from current node's start
6386 marker to the next one's; adjust successor nodes's start markers.
6387 (ewoc--create): Doc fixes.
6388 (ewoc--refresh): Don't insert newline.
6389 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
6390 * pcvs.el (cvs-make-cvs-buffer):
6391 Specify extra newline for ewoc's header and footer.
6392 (cvs-update-header): Update initial header recognition.
6393 Append newline to final header and footer values.
6394 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6395
6396 2006-05-17 Richard Stallman <rms@gnu.org>
6397
6398 * files.el (file-name-extension): Doc fix.
6399
6400 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6403 we can explicitly enable/disable rather than toggle.
6404 (shell-mode): Use it.
6405 (shell-cd): Don't try to reproduce what `cd' does.
6406
6407 2006-05-17 Kim F. Storm <storm@cua.dk>
6408
6409 * ido.el (ido-read-internal): Use only nondirectory part of
6410 default item.
6411
6412 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
6413
6414 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6415 (ewoc-nth): Doc fix.
6416
6417 (ewoc-map, ewoc-invalidate): Compute PP before looping.
6418
6419 2006-05-16 Eli Zaretskii <eliz@gnu.org>
6420
6421 * international/mule.el (auto-coding-alist): Add .lha to files
6422 read with no-conversion.
6423
6424 * files.el (auto-mode-alist): Add .lha files to archive file
6425 extensions.
6426
6427 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6428 Convert csize to integer when computing offsets within the
6429 compressed archive file.
6430
6431 2006-05-16 Kim F. Storm <storm@cua.dk>
6432
6433 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6434 with read-from-minibuffer.
6435
6436 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6437
6438 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
6439 (byte-compile-warnings): Fix safe-local-variable property.
6440
6441 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
6442
6443 * allout.el (allout-show-bodies, allout-old-style-prefixes)
6444 (allout-stylish-prefixes, allout-numbered-bullet)
6445 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6446 predicates to qualify `safe-local-variable' property, when
6447 available, else use equivalent lambda.
6448 (allout-current-topic-collapsed-p): Do the right thing regarding
6449 trailing blank lines.
6450
6451 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * server.el (server-start): Only create a directory if needed.
6454 (server-edit, server-unload-hook): server-start => server-mode.
6455 (kill-emacs-hook): Cleanup upon exit.
6456
6457 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * hexl.el (hexlify-buffer): Encode process arguments manually.
6460
6461 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
6462
6463 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
6464 call to gdb-tooltip-print.
6465
6466 2006-05-15 Romain Francoise <romain@orebokech.com>
6467
6468 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
6469 systems, default to "tar" since those systems probably have GNU tar.
6470
6471 2006-05-14 Lars Hansen <larsh@soem.dk>
6472
6473 * desktop.el (desktop-missing-file-warning): Fix docstring.
6474 (desktop-restore-file-buffer): Correct question asked on missing file.
6475
6476 2006-05-14 Kim F. Storm <storm@cua.dk>
6477
6478 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
6479 Add CUA move property.
6480
6481 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * custom.el (custom-push-theme): Load the variable before checking
6484 its `standard-value'.
6485
6486 2006-05-13 Lars Hansen <larsh@soem.dk>
6487
6488 * desktop.el (desktop-save): Use with-temp-buffer.
6489
6490 2006-05-12 Glenn Morris <rgm@gnu.org>
6491
6492 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
6493 * calendar/calendar.el (calendar-mode-map):
6494 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
6495 * calendar/appt.el (appt-check, appt-make-list): Refer to
6496 diary-view-entries, diary-list-entries, diary-show-all-entries
6497 rather than obsolete aliases.
6498
6499 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * simple.el (line-move-finish): Avoid calling point motion hooks
6502 while processing intangibility.
6503
6504 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
6505
6506 * term/xterm.el (terminal-init-xterm): Fix typo.
6507
6508 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
6509
6510 * allout.el (allout-view-change-hook): Mark as being deprecated,
6511 to be replaced by `allout-exposure-change-hook'.
6512 (allout-exposure-change-hook): New, replacing
6513 `allout-view-change-hook'.
6514 (allout-flag-region): Run new hook `allout-exposure-change-hook',
6515 in addition to `allout-view-change-hook'.
6516 (allout-show-bodies, allout-old-style-prefixes)
6517 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
6518 lambda forms to prevent their showing up in variable help
6519 presentations as inscrutable byte-compiled code.
6520 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
6521 Use string-or-null-p to qualify safe-local-variable values.
6522 (allout-reindent-bodies): Use memq to qualify matches against
6523 valid safe-local-variable values. Also, quote the lambda as above.
6524 (allout-use-mode-specific-leader): Add missing candidate-value
6525 symbols, use memq, and quote the lambda.
6526 (allout-overlay-interior-modification-handler): Remove unused
6527 variables `msg' and 'opened'.
6528 (allout-hidden-p): Constrain invisibility consideration to allout's
6529 invisibility spec, disregarding invisibility for other reasons.
6530
6531 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6532
6533 * files.el (version-control): Correct safe values.
6534
6535 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
6536
6537 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
6538
6539 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
6540 (ewoc--insert-new-node): New func.
6541 Update callers of deleted funcs to use it, instead.
6542
6543 2006-05-11 Glenn Morris <rgm@gnu.org>
6544
6545 * calendar/calendar.el (diary-show-all-entries): Do not refer to
6546 obsolete alias `show-all-diary-entries'.
6547 (make-diary-entry): Not interactive.
6548 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
6549 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
6550 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6551 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6552 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6553 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
6554
6555 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6556
6557 * calendar/calendar.el (calendar-french-date-string)
6558 (calendar-mayan-date-string, calendar-chinese-date-string)
6559 (calendar-astro-date-string, calendar-iso-date-string)
6560 (calendar-islamic-date-string, calendar-bahai-date-string)
6561 (calendar-hebrew-date-string, calendar-coptic-date-string)
6562 (calendar-ethiopic-date-string, calendar-persian-date-string):
6563 These functions are not interactive.
6564
6565 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
6566
6567 * files.el: Balance parentheses.
6568
6569 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
6570
6571 * files.el, newcomment.el, outline.el, simple.el,
6572 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
6573 progmodes/cc-vars.el, progmodes/compile.el:
6574 Move `safe-local-variable' declarations to the respective files.
6575
6576 * help-fns.el (describe-variable): Don't print safe-var if it is
6577 byte-code. Improve wording as suggested by Luc Teirlinck.
6578
6579 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6580
6581 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
6582 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
6583 Use a token for pending-triggers to ensure gdb-var-update
6584 gets called once per user input again for pre-GDB 6.4.
6585 (gdb-var-delete): Match on more complex expressions.
6586 (gdb-var-list-children-handler, gdb-var-create-handler):
6587 Use a token for consistency.
6588
6589 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
6590
6591 * textmodes/org.el (org-read-date, org-goto-calendar)
6592 (org-agenda-goto-calendar):
6593 Bind `view-calendar-holidays-initially' to nil.
6594
6595 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6596
6597 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
6598 Update all callers to do it there, instead.
6599
6600 2006-05-10 Glenn Morris <rgm@gnu.org>
6601
6602 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
6603 prefix arg case, to avoid view-diary-entries-initially error.
6604 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6605 (calendar-date-is-legal-p): Handle dates with no day part.
6606
6607 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6608
6609 * comint.el (comint-insert-input): Just make it when
6610 comint-use-prompt regexp is nil (default) and with the mouse.
6611 (comint-copy-old-input): Reinstate from 2004-06-23.
6612 (comint-mode-map): Bind C-c C-m to it.
6613
6614 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
6615
6616 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6617 Remove spurious move to point-max (new comint behavior fixes).
6618
6619 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6620 compatibility function (Emacs 18/19).
6621 (idlwave-is-continuation-line): Always return point at start of
6622 previous non-blank continuation line.
6623 (keyword-parameters): Fix continued comment font-lock matcher.
6624 (idlwave-font-lock-fontify-region): Written, use as
6625 font-lock-fontify-region-function, to fix continued keyword
6626 fontification issues.
6627
6628 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6629
6630 * term/mac-win.el (mac-font-panel-mode): Doc fix.
6631 (mac-service-selection, mac-service-open-file)
6632 (mac-service-open-selection, mac-service-mail-selection)
6633 (mac-service-mail-to, mac-service-insert-text): Rename from
6634 mac-services-*. All uses changed.
6635 (mac-apple-event-map): Rename event symbol `services' to `service'.
6636
6637 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
6638
6639 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6640 (ewoc--node-enter-first, ewoc--node-enter-last)
6641 (ewoc--delete-node-internal): Merge funcs into unique callers.
6642
6643 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
6644
6645 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6646 return value of read-from-minibuffer for empty input.
6647
6648 2006-05-09 Miles Bader <miles@gnu.org>
6649
6650 * comint.el (comint-insert-input): Remove redundant calls to setq
6651 and goto-char.
6652
6653 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
6654
6655 * comint.el (comint-insert-input): Make it work when
6656 comint-use-prompt-regexp is t.
6657
6658 2006-05-10 Miles Bader <miles@gnu.org>
6659
6660 * subr.el (field-at-pos): New function.
6661
6662 * comint.el (comint-insert-input): Use it.
6663
6664 2006-05-09 Juri Linkov <juri@jurta.org>
6665
6666 * battery.el (battery-linux-proc-acpi): Also try
6667 `/proc/acpi/thermal_zone/THR2/temperature'.
6668
6669 * files.el <safe-local-variable>: Remove `eval' and `let' binding
6670 for now unused lambda `string-or-null'.
6671
6672 * add-log.el (change-log-default-name): Put `string-or-null-p'
6673 instead of lambda on `safe-local-variable' property.
6674
6675 * diff-mode.el (diff-context->unified): Use `region-beginning' and
6676 `region-end' instead of `mark' and `point'.
6677 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6678 Operate on region in Transient Mark mode when the mark is active.
6679 Use `region-beginning' and `region-end' instead of `mark' and
6680 `point'.
6681 (diff-hunk-text, diff-goto-source): Doc fix.
6682
6683 * startup.el (fancy-splash-screens, normal-splash-screen): Use
6684 face `mode-line-buffer-id' for mode-line buffer face instead of
6685 hard-coded `(:weight bold)'.
6686
6687 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6688 buffer-undo-list to t (undo-ask is reproducible by visiting
6689 nested archives).
6690
6691 2006-05-09 Kim F. Storm <storm@cua.dk>
6692
6693 * progmodes/grep.el (rgrep): Set default directory of *grep*
6694 buffer if we start M-x rgrep in the *grep* buffer and choose
6695 a different base directory.
6696
6697 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6698
6699 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6700 completion also when ido is loaded.
6701
6702 2006-05-09 Masatake YAMATO <jet@gyve.org>
6703
6704 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6705 "warning" and "import".
6706 (cpp-font-lock-keywords): Added "warning".
6707
6708 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6709
6710 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6711
6712 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6715 pages at a time, if we signal the end, we should indeed reach that end.
6716
6717 2006-05-08 David Reitter <david.reitter@gmail.com>
6718
6719 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6720 output during execution of the body.
6721
6722 2006-05-08 Kim F. Storm <storm@cua.dk>
6723
6724 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6725
6726 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
6727
6728 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6729 Use with-current-buffer.
6730
6731 2006-05-07 Kim F. Storm <storm@cua.dk>
6732
6733 * subr.el (add-to-history): Remove keep-dups arg.
6734
6735 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6736 to nil around call to add-to-history.
6737
6738 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6741 than after a buffer modification.
6742
6743 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
6744
6745 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6746 call to...
6747 (gud-watch): ...here so speedbar is raised for already watched
6748 expressions.
6749 (gdb-speedbar-refresh): Delete function.
6750 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6751 Use speedbar-timer-fn instead of speedbar-refresh (reverting
6752 earlier change).
6753 (gdb-var-evaluate-expression-handler)
6754 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
6755
6756 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6757 Update localized contents for all buffers except ignored modes.
6758
6759 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6760
6761 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6762 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6763 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6764 (mac-handle-font-panel-closed, mac-handle-font-selection):
6765 New functions.
6766 (mac-font-panel-mode): New minor mode.
6767 (mac-apple-event-map): Add bindings for toolbar toggle button and
6768 font panel.
6769 (menu-bar-showhide-menu): Add mac-font-panel-mode.
6770
6771 2006-05-07 John Paul Wallington <jpw@pobox.com>
6772
6773 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6774 Avoid `regexp-opt'; simplify regexp for readability.
6775
6776 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6777
6778 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6779 * files.el (buffer-stale-function):
6780 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6781 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6782 links to the main manual, not to emacs-xtra.
6783
6784 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6785
6786 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
6787 MacJapanese if text is ASCII-only.
6788
6789 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
6790
6791 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6792 unless so nil isn't returned.
6793 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6794
6795 2006-05-06 Kim F. Storm <storm@cua.dk>
6796
6797 * subr.el (add-to-history): New function.
6798
6799 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6800 (ediff-merge-files-with-ancestor):
6801 * env.el (setenv):
6802 * isearch.el (isearch-update-ring):
6803 * server.el (server-visit-files):
6804 * progmodes/grep.el (lgrep, rgrep):
6805 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
6806 * progmodes/xscheme.el (xscheme-insert-expression):
6807 Use add-to-history.
6808
6809 * kmacro.el (kmacro-push-ring): Use add-to-history.
6810 (kmacro-ring-length): Remove unused defun.
6811 (kmacro-start-macro): Use kmacro-push-ring.
6812
6813 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6814
6815 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
6816 directly instead of a lambda expression that calls it.
6817
6818 2006-05-06 Kim F. Storm <storm@cua.dk>
6819
6820 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
6821 instead of compute-motion.
6822
6823 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6824
6825 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
6826 change.
6827
6828 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
6829
6830 * startup.el (command-line-1): Refer to "Pure Storage" on
6831 pure-space-overflow.
6832
6833 2006-05-05 Martin Rudalics <rudalics@gmx.at>
6834
6835 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
6836 provided faces once they all have been used up.
6837
6838 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6839
6840 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
6841 reference to the Lisp manual to the warning about pure space
6842 overflow.
6843
6844 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6845
6846 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
6847 argument to avoid the call to `ispell-internal-change-dictionary'
6848 when not needed.
6849 (ispell-change-dictionary): Use this argument and call
6850 `ispell-internal-change-dictionary' after the possible change
6851 to `ispell-local-dictionary'.
6852 (ispell-internal-change-dictionary): Check for a change in
6853 personal dictionary use too.
6854
6855 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6856
6857 * startup.el (command-line): On MS-Windows, probe "~", not
6858 "~USER", for warning about non-existent home directory
6859
6860 * arc-mode.el (archive-l-e): New optional argument `float' means
6861 generate a float value.
6862 (archive-arc-summarize, archive-lzh-summarize)
6863 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
6864 with 3rd argument non-nil when file's size is being computed.
6865 Format the file sizes with %8.0f instead of %8d.
6866
6867 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6868
6869 * cus-start.el (all): Add mac-dnd-known-types.
6870
6871 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
6872 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
6873 (mac-TIFF-to-string): New functions.
6874 (x-get-selection, x-selection-value)
6875 (mac-select-convert-to-string): Use them.
6876 (mac-text-encoding-mac-japanese-basic-variant): New constant.
6877 (mac-dnd-types-alist): New customization variable.
6878 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
6879 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
6880 (mac-dnd-handle-drag-n-drop-event): New functions.
6881 (mac-drag-n-drop): Remove function.
6882 (global-map): Bind drag-n-drop and M-drag-n-drop to
6883 mac-dnd-handle-drag-n-drop-event.
6884
6885 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
6886
6887 * progmodes/perl-mode.el (perl-beginning-of-function):
6888 Skip anonymous subs.
6889
6890 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6891
6892 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
6893 regexp-opt at run time.
6894
6895 * term.el (term-handle-ansi-escape): Fix off by one error.
6896
6897 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
6898
6899 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
6900 (gdb-init-1, gdb-post-prompt): ...and references to it.
6901 (gdb-frame-handler): Strip directory name from filename if present.
6902
6903 * progmodes/gud.el (gdb-force-update): Delete defvar
6904 (gud-speedbar-buttons): ...and references to it. Use window-start
6905 to try to keep positon in watch expression.
6906
6907 2006-05-03 Richard Stallman <rms@gnu.org>
6908
6909 * simple.el (next-history-element, previous-history-element): Doc fix.
6910
6911 * isearch.el (isearch-update-ring): Doc fix.
6912
6913 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
6914
6915 * isearch.el (isearch-update-ring): Take history-delete-duplicates
6916 into consideration. Replace one arm ifs with whens.
6917
6918 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
6919
6920 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
6921 (menu): Fix typo.
6922
6923 2006-05-02 Miles Bader <miles@gnu.org>
6924
6925 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
6926
6927 2006-05-02 Jay Belanger <belanger@truman.edu>
6928
6929 * calc/calc-embed.el (calc-override-minor-modes-map)
6930 (calc-override-minor-modes): New variables.
6931 (calc-do-embedded): Make sure that Calc keystrokes aren't
6932 overwritten by minor modes.
6933
6934 2006-05-02 Chong Yidong <cyd@mit.edu>
6935
6936 * msb.el (msb): If EVENT is a down event, read and discard the up event.
6937
6938 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6939
6940 * startup.el (command-line-1): Refer to Lisp manual when
6941 pure-space-overflow occurs.
6942
6943 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
6944 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
6945 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
6946 (version-control): Don't use `t' for safe-local-variable declarations.
6947
6948 2006-05-01 Richard Stallman <rms@gnu.org>
6949
6950 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
6951 M-r, M-R, M-A, M-SPC or M-DEL.
6952 (diff-mode-map): diff-refine-hunk now on C-c C-w
6953 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
6954
6955 * help-mode.el (help-mode): view-exit-action calls delete-window
6956 only when it is safe and possible.
6957
6958 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
6959 in messages.
6960
6961 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
6962
6963 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
6964 in the default tool-bar-map.
6965
6966 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
6967
6968 * net/tramp.el (tramp-completion-file-name-handler-alist)
6969 (tramp-run-real-handler, tramp-completion-run-real-handler)
6970 (tramp-completion-handle-file-name-all-completions)
6971 (tramp-completion-handle-file-name-completion): Autoload them.
6972 (tramp-completion-handle-file-exists-p)
6973 (tramp-completion-handle-file-name-directory)
6974 (tramp-completion-handle-file-name-nondirectory)
6975 (tramp-completion-handle-expand-file-name): Remove them.
6976 (tramp-handle-file-name-directory): Return the real directory name.
6977 Returning "/" only doesn't need to be necessary any longer.
6978 (tramp-file-name-handler): Make special attention when in hostname
6979 completion mode.
6980 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
6981 (tramp-register-file-name-handlers):
6982 Register `tramp-completion-file-name-handler' only when
6983 `partial-completion-mode' is enabled.
6984 (tramp-completion-handle-file-name-all-completions):
6985 Delete directory part from results.
6986 (tramp-get-completion-methods, tramp-get-completion-user-host):
6987 Discard deleting "/", it doesn't work after the change of
6988 `tramp-handle-file-name-directory' above.
6989
6990 2006-05-01 Kim F. Storm <storm@cua.dk>
6991
6992 * progmodes/grep.el (grep-expand-template): Use save-match-data
6993 and symbol-value.
6994
6995 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6996
6997 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
6998 Use select-frame-set-input-focus instead of raise-frame.
6999 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7000
7001 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7002
7003 * progmodes/gud.el (gud-def): Add %c case.
7004 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7005 (gud-format-command): Make match case sensitive. Match on %F.
7006
7007 2006-04-30 Glenn Morris <rgm@gnu.org>
7008
7009 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7010 (cal-tex-preamble): Use cal-tex-preamble-extra.
7011 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7012 than alias `list-diary-entries'.
7013
7014 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7015
7016 * help-fns.el (describe-variable): Add info about safe local variables.
7017
7018 2006-04-29 Richard Stallman <rms@gnu.org>
7019
7020 * bindings.el (mode-line-format): help-echo doc fixes.
7021
7022 * net/tramp.el (tramp-file-name-handler-alist): Delete
7023 expand-file-name and other operations that can cause spurious loading.
7024
7025 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * files.el (safe-local-variable-p): Remove support for the special
7028 value t.
7029
7030 * textmodes/paragraphs.el (sentence-end-without-space):
7031 Fix safety predicate.
7032 (sentence-end-double-space, sentence-end-without-period)
7033 (paragraph-ignore-fill-prefix):
7034 * textmodes/fill.el (colon-double-space):
7035 * abbrev.el (abbrev-mode): Tighten the safety predicate.
7036
7037 * subr.el (booleanp): New fun.
7038
7039 * textmodes/reftex-vars.el (reftex-guess-label-type):
7040 Tighten the safety predicate.
7041
7042 2006-04-28 Kim F. Storm <storm@cua.dk>
7043
7044 * progmodes/grep.el (defgroup grep): Doc fix.
7045 (grep-auto-highlight): Remove.
7046 (grep-template): New defcustom.
7047 (grep-find-template): Rename from grep-tree-template.
7048 (grep-files-aliases): Rename from grep-tree-files-aliases.
7049 Remove "all" alias, add "l" alias.
7050 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7051 (grep-find-ignored-directories): New defcustom to replace
7052 grep-tree-ignore-CVS-directories, to facilitate ignoring
7053 subdirectories for multiple version control systems.
7054 (grep-mode-map): Add Recursive grep item to GREP menu.
7055 (grep-regexp-history, grep-files-history): New defvars.
7056 (grep-probe): New helper function.
7057 (grep-compute-defaults): Use it to simplify code.
7058 Adapt to name changes.
7059 Use `.' as base in grep-find-template rather than <D>.
7060 (grep): Remove superfluous highlight-regexp arg. Fix doc.
7061 Call grep-compute-defaults unconditionally.
7062 (grep-expand-keywords): New defconst.
7063 (grep-expand-template): Rename from grep-expand-command-macros.
7064 Simplify via grep-expand-keywords. Look at case-fold-search instead
7065 of grep-tree-ignore-case to add -i option.
7066 Bind case-fold-search to nil while matching keywords.
7067 (grep-tree-last-regexp, grep-tree-last-files): Remove.
7068 (grep-read-regexp, grep-read-files): New helper functions.
7069 (rgrep): Rename from grep-tree. Rework to use proper histories.
7070 Adapt to changes in defcustoms and functions above.
7071 (lgrep): New command, as grep, but using same interactive UI as rgrep.
7072
7073 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
7074
7075 * net/tramp.el (tramp-completion-file-name-handler):
7076 Disable Tramp's functionality while loading Tramp itself.
7077 (tramp-register-file-name-handlers): That's a defsubst now.
7078 Code from `tramp-repair-jka-compr' moved here. Apply it via
7079 `after-init-hook'.
7080 (tramp-repair-jka-compr): Remove.
7081
7082 2006-04-27 Jay Belanger <belanger@truman.edu>
7083
7084 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7085 read expression when `math-read-big-expr' doesn't work.
7086
7087 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
7088
7089 * startup.el (command-line-1): Display warning when
7090 pure-space-overflow is non-nil.
7091
7092 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7093
7094 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7095 risky.
7096
7097 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7098
7099 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7100 Return the URL or nil if none can be generated.
7101
7102 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
7103
7104 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7105 byte compiler warnings.
7106 (gud-basic-call, gud-find-expr): Let user select an expression
7107 for printing. Print expression as well as value in GUD buffer.
7108
7109 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
7110
7111 * allout.el: Remove local autoload declaration for
7112 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7113 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7114 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7115 (allout-use-mode-specific-leader, allout-old-style-prefixes)
7116 (allout-stylish-prefixes, allout-numbered-bullet)
7117 (allout-file-xref-bullet, allout-presentation-padding)
7118 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7119 safe-local-variable with suitable value spec, and add autoload
7120 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
7121 (move-beginning-of-line, move-end-of-line): Repair so these compat
7122 functions now actually resituate the point, when appropriate.
7123
7124 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7127
7128 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7129 (add-log-iso8601-time-string): Fix call to format-time-string.
7130
7131 2006-04-26 Kim F. Storm <storm@cua.dk>
7132
7133 * subr.el (posn-string, posn-image, posn-object): Doc fix.
7134
7135 2006-04-26 Masatake YAMATO <jet@gyve.org>
7136
7137 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7138 Add support for "//" style comments. Remove `b' flag
7139 from ?* in `asm-mode-syntax-table'.
7140
7141 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * follow.el: Use (featurep 'xemacs) everywhere.
7144 (follow-mode): Use define-minor-mode.
7145 (follow-mode-map): Move initialization into the declaration.
7146 Use command remapping.
7147 (follow-emacs-version-xemacs-p): Remove.
7148 (follow-submit-feedback): Remove.
7149
7150 * allout.el (allout-layout, allout-passphrase-verifier-string)
7151 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7152
7153 * textmodes/reftex-vars.el (reftex-vref-is-default)
7154 (reftex-fref-is-default, reftex-guess-label-type):
7155 Tighten up a bit the safety predicate.
7156
7157 * textmodes/paragraphs.el (sentence-end-double-space)
7158 (sentence-end-without-period, sentence-end-without-space)
7159 (page-delimiter, paragraph-ignore-fill-prefix):
7160 Tighten up a bit the safety predicate.
7161
7162 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7163
7164 * progmodes/python.el (python-continuation-line-p)
7165 (python-beginning-of-statement): syntax-ppss may return
7166 a negative depth.
7167 (python-mode): Don't forcefully enable font-lock.
7168
7169 * time-stamp.el (time-stamp-start, time-stamp-end)
7170 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7171
7172 * add-log.el: Remove spurious * in docstrings.
7173 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7174 (add-change-log-entry): Use it here, since it's not specific
7175 to iso8601.
7176 (add-log-iso8601-time-string): Don't use it here any more.
7177 (change-log-indent-text, change-log-indent): Rename from add-log-*.
7178
7179 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7180
7181 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
7182
7183 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7184 (rcirc-toggle-low-priority): Doc fix.
7185 (rcirc-handler-NOTICE): Remove beginning of line anchor in
7186 ChanServ regexp.
7187 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7188 #emacs.
7189 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7190 (rcirc-decode-coding-system): Use utf-8 as the default.
7191 (rcirc-multiline-minor-mode): Set the fill-column.
7192 (rcirc-format-response-string): Display bright and dim nicks.
7193 (rcirc-browse-url): Update interactive spec to fill ARG.
7194 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7195 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7196
7197 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
7198
7199 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7200 case for @Article, etc.
7201
7202 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
7203
7204 * net/tramp.el (tramp-register-file-name-handlers): New defun.
7205 Added with autoload cookie.
7206 (tramp-unload-file-name-handlers): Rename from
7207 `tramp-unload-file-name-handler-alist'.
7208
7209 2006-04-23 Romain Francoise <romain@orebokech.com>
7210
7211 * comint.el (comint-match-partial-filename): Doc fix.
7212
7213 2006-04-21 Glenn Morris <rgm@gnu.org>
7214
7215 * calendar/cal-menu.el (calendar-mode-map): Refer to
7216 `diary-view-entries' rather than alias `view-diary-entries'.
7217 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7218
7219 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
7220
7221 * progmodes/antlr-mode.el (antlr-default):
7222 * cus-edit.el (custom-documentation):
7223 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7224 in defface.
7225
7226 2006-04-21 Kim F. Storm <storm@cua.dk>
7227
7228 * image.el (image-type): New defun split out of create-image.
7229 (create-image): Use it.
7230
7231 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7232
7233 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7234 (org-open-at-point): Remove the "...done" message to keep output
7235 in the echo area visible.
7236 (org-export-as-xoxo): Fix call to `indent-region'.
7237
7238 2006-04-21 Kevin Ryde <user42@zip.com.au>
7239
7240 * international/mule.el (keyboard-coding-system): defcustom
7241 info-link fixes: "Specify Coding" has been split, keyboard now in
7242 "Terminal Coding", and "Single-Byte Character Support" is now
7243 "Unibyte Mode".
7244
7245 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
7246
7247 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7248 Use font-lock-warning-face for any errors e.g. no stack.
7249 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7250
7251 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7252
7253 * progmodes/sh-script.el (sh-shell): Mark as safe.
7254
7255 * newcomment.el (comment-start, comment-start-skip)
7256 (comment-end-skip, comment-end): Mark as safe.
7257
7258 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7259
7260 * textmodes/org.el (org-deadline-announce): Face removed.
7261 (org-level-faces, org-n-levels): Convert to constant.
7262 (org-compatible-face): New function.
7263 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7264 (org-level-5, org-level-6, org-level-7, org-level-8)
7265 (org-special-keyword, org-warning, org-headline-done, org-link)
7266 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7267 (org-scheduled-today, org-scheduled-previously, org-time-grid):
7268 Face definition revised for better color tty support.
7269 (org-bold-re, org-italic-re, org-underline-re): New constants.
7270 (org-set-font-lock-defaults): Use the new constants.
7271 (org-agenda-highlight-todo): New function.
7272 (org-agenda-todo): Fix bug with point at end of line.
7273 (org-agenda-change-all-lines, org-finalize-agenda-entries):
7274 Fontify TODO keywords.
7275 (org-insert-link): Preserve relative path in ../ links.
7276 (org-export-as-html): Convert links pointing to .org files into
7277 links that will work beteen the exported HTML files.
7278 (org-todo-list): Fix bug when arg=0.
7279 (org-insert-heading): More fine-tuning.
7280
7281 2006-04-19 Romain Francoise <romain@orebokech.com>
7282
7283 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7284 from `rmail-mime-charset-pattern'.
7285
7286 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7287
7288 * progmodes/python.el (python-mode): Fix typo.
7289
7290 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7291
7292 * comint.el (comint-previous-input): Don't clobber input line
7293 when moving off either end of the input history ring.
7294 (comint-delete-input): New function, used by
7295 `comint-previous-input' and others.
7296 (comint-previous-matching-input):
7297 Use `coming-delete-input'. Save the partial input if leaving the
7298 edit line. Goto point-max before deleting input to avoid
7299 partial input fragments hanging around.
7300 (comint-restore-input): New function, used by `comint-previous-input'.
7301
7302 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
7303
7304 * imenu.el (imenu--index-alist): Balance parentheses.
7305
7306 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7307
7308 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
7309
7310 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
7311
7312 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7313 file is nil.
7314
7315 2006-04-18 Richard Stallman <rms@gnu.org>
7316
7317 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7318
7319 * imenu.el (imenu-create-index-function, imenu--index-alist)
7320 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7321 (imenu-default-create-index-function, imenu--generic-function):
7322 Doc fixes.
7323
7324 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7325
7326 * help-mode.el (help-mode): Set view-exit-action to delete window.
7327
7328 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
7329 now works by passing nil as arg.
7330
7331 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7332
7333 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7334 (read-abbrev-file): Provide default when reading filename.
7335
7336 * files.el (enable-local-variables): Allow :all as value.
7337 (hack-local-variables): Implement that value.
7338 (safe-local-variable-values, safe-local-eval-forms)
7339 (enable-local-variables): Mark as risky.
7340 (find-file-visit-truename, kept-old-versions): Mark safe.
7341
7342 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7343 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7344 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7345
7346 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7349 Use forward-line so as to get to BOL even in the presence of fields.
7350 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7351 in return.
7352 (inferior-tcl): Tell tclsh to work in interactive mode.
7353
7354 * complete.el (partial-completion-mode):
7355 Use 'choose-completion-string-functions to make sure that
7356 choose-completion fills the minibuffer properly.
7357
7358 * complete.el (PC-old-read-file-name-internal): Remove.
7359 (PC-read-include-file-name-internal): Remove. Turn it into an advice
7360 of read-file-name-internal.
7361 (partial-completion-mode): Enable/disable this advice.
7362
7363 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
7364
7365 * net/tramp.el (tramp-completion-file-name-handler): Revert change
7366 of 2006-04-17.
7367
7368 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7369
7370 * textmodes/org.el (org-insert-heading): Insert heading before
7371 current if at beginning of line.
7372 (org-todo, org-date): New faces.
7373 (org-table-align): Make sure tooltip window contains full text.
7374 (org-no-properties): New defsubst.
7375 (org-set-font-lock-defaults): Use new faces.
7376
7377 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
7378
7379 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7380 for root variables.
7381
7382 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7383 (gdb-frame-address): Re-use to identify frame for watch expression.
7384 (gdb-var-list, gdb-var-create-handler): Add frame address for root
7385 variables.
7386 (gdb-init-1, gdb-source, gdb-post-prompt)
7387 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7388 (gdb-frame-handler): Get gdb-frame-address.
7389
7390 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7391
7392 Sync with Tramp 2.0.53.
7393
7394 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
7395 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
7396 (tramp-completion-file-name-handler): Add autoload cookie for
7397 adding to `file-name-handler-alist'.
7398
7399 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7400 the prompt. If it returns earlier (when detecting an error
7401 message), the rest of the output will merge accidently with the
7402 output of the next command. Reported by M Jared Finder
7403 <jared@hpalace.com>.
7404
7405 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7406 for `process-file', in order to let it work for older Emacsen too.
7407
7408 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
7409
7410 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7411 (tex-font-lock-keywords-3): Use it.
7412
7413 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * newcomment.el (comment-add): New function.
7416 (comment-region-default, comment-dwim): Use it.
7417
7418 2006-04-15 Michael Olson <mwolson@gnu.org>
7419
7420 * emacs-lisp/tq.el: Improve comments.
7421 (tq-queue-head-question): New accessor function.
7422 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7423 Update for modified queue structure.
7424 (tq-queue-add): Accept `question' argument.
7425 (tq-queue-pop): If a question is pending, send it.
7426 (tq-enqueue): Accept new optional argument `delay-question'.
7427 If this is non-nil, and at least one other question is pending a
7428 response, queue the question rather than sending it immediately.
7429
7430 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7431
7432 * calendar/appt.el (appt-add): Check whether an appointment is
7433 already present in appt-time-msg-list. Simplify code.
7434
7435 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * progmodes/cc-langs.el (c-mode-menu):
7438 Don't presume c-subword-mode is bound.
7439
7440 2006-04-13 Bill Wohler <wohler@newt.com>
7441
7442 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
7443 (customize-package-emacs-version): Use cdr instead of cadr now
7444 that alists use dotted pairs.
7445
7446 * custom.el (defcustom): Fix docstring for :package-version.
7447
7448 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
7449
7450 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
7451 (tramp-handle-shell-command): Display output buffer only when
7452 `tramp-display-shell-command-buffer' is true.
7453 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
7454
7455 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7456
7457 * textmodes/org.el (org-set-autofill-regexps): Set only the local
7458 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
7459
7460 2006-04-13 Romain Francoise <romain@orebokech.com>
7461
7462 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
7463 leaving temporary .cvsignore buffers behind.
7464
7465 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7466
7467 * textmodes/org.el (org-set-regexps-and-options)
7468 (org-get-current-options): Better names for the startup folding
7469 options.
7470
7471 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
7472
7473 * vc.el (vc-annotate): Arrange for point to end up at the same
7474 line number as in the original, but only when using a new buffer.
7475
7476 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
7477
7478 * files.el (hack-one-local-variable-eval-safep):
7479 Recognize `edebug-form-spec' for `put', but only if it passes
7480 `edebug-basic-spec'. Generalize `put' handling.
7481
7482 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
7483 vetting file-local form specs.
7484
7485 * allout.el (allout-layout): Autoload its `safe-local-variable'
7486 property.
7487
7488 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7489
7490 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
7491 (org-agenda-mouse-1-follows-link)
7492 (org-mouse-1-follows-link): New options.
7493 (org-format-agenda-item): Fix bug if TAGS is nil.
7494 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
7495
7496 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
7497
7498 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
7499 GDB 6.1+ gives full filename for "info sources" so use
7500 file-name-nondirectory.
7501
7502 2006-04-12 Romain Francoise <romain@orebokech.com>
7503
7504 * subr.el (read-passwd): Bind `message-log-max' to nil.
7505
7506 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * progmodes/perl-mode.el (perl-indent-new-calculate):
7509 Recompute parse-start after jumping backward by a whole sexp.
7510
7511 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
7514 window configuration.
7515 (vc-annotate-display-select): Select the buffer so that current-buffer
7516 (and selected-window) is the output buffer at the end of vc-annotate.
7517
7518 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
7519
7520 * vc.el (vc-annotate-color-map): Add custom TTY color map for
7521 8-color terminals, to use all of the colors in a sensible order.
7522 256-color terminals work well with the standard map.
7523 (vc-annotate-lines): Only strip the first color character if it
7524 is "#", to allow for terminal-style named colors.
7525 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
7526 the correct buffer is scrolled.
7527
7528 2006-04-11 Richard Stallman <rms@gnu.org>
7529
7530 * emacs-lisp/bytecomp.el (byte-compile-file):
7531 Bind enable-local-variables to :safe, and make normal-mode obey it.
7532
7533 * files.el (enable-local-variables): Allow value :safe.
7534 (normal-mode): Doc fix.
7535 (hack-local-variables): Implement enable-local-variables = :safe.
7536 (hack-local-variables-confirm): Don't prevent quitting.
7537
7538 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * loadhist.el (unload-feature): A bit of sanity check of
7541 load-history entries. Cancel timer-vars before unbinding them.
7542
7543 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
7544 quote special chars, and make the trick work on the hex part of the
7545 buffer as well.
7546 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
7547 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
7548
7549 * startup.el (normal-splash-screen): Fix last change so we don't wait
7550 2 minutes if we don't show the splash screen.
7551
7552 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7553
7554 * textmodes/org.el (org-export-plain-list-max-depth)
7555 (org-table-spaces-around-separators)
7556 (org-radio-targets, org-activate-camels)
7557 (org-table-spaces-around-invisible-separators): Options removed.
7558 (org-time-stamp-rounding-minutes, org-remember-templates)
7559 (org-ellipsis, org-activate-links, org-descriptive-links):
7560 New options.
7561 (org-remember-apply-template, org-current-time)
7562 (org-finish-edit-table-field)
7563 (org-link-unescape, org-link-escape)
7564 (org-string-width, org-table-clean-line, org-html-do-expand)
7565 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
7566 (org-read-agenda-file-list): New functions.
7567 (org-table-edit-field)
7568 (org-table-create-or-convert-from-region): New commands
7569 (org-table-toggle-vline-visibility): Command removed.
7570 (org-table-convert-region): Made a command.
7571 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
7572 Replace with the normal org- functions.
7573 (org-self-insert-command): Don't trigger realign unnecessarily
7574 when blanking a field that is not full.
7575 (org-mode): `Set buffer-invisibility-spec' for links.
7576 (org-activate-links2): Hide link part and only show descriptive
7577 part of the link.
7578 (org-insert-link): Modify for new linking system.
7579 (org-store-link): Store description separately, for use by
7580 `org-insert-link'.
7581 (org-table-align): Use `org-string-width'.
7582 (defgroup): Completely new group structure for custom variables.
7583 (org-agenda-files): Option: Single file name allowed. Function:
7584 Optional argument unrestrited means ignore any restricitons.
7585 (org-install-agenda-files-menu): Find a buffer in Org-mode before
7586 trying to modify the menu. Use generalized access to
7587 `org-agenda-files.'
7588 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
7589 (org-agenda-file-to-front, org-remove-file, org-diary)
7590 (org-tags-view, org-export-icalendar-all-agenda-files)
7591 (org-export-icalendar-combine-agenda-files): Use generalized
7592 access to `org-agenda-files'.
7593 (org-remember-handler): Correctly preserve heading if present.
7594 (org-table-insert-row, org-table-insert-hline): Deal with
7595 invisible characters.
7596
7597 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
7598
7599 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
7600 (vc-annotate-color-map): New 18 element constant
7601 value/saturation, rotating hue colormap, from red->blue.
7602 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
7603 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
7604 (vc-annotate): To avoid killing the required local variables,
7605 set them before the end of `with-output-to-temp-buffer', and
7606 after first switching to annotate-mode.
7607 (vc-annotate-warp-version): Add buffer argument in goto-line to
7608 ensure annotation, not source, is scrolled.
7609
7610 2006-04-10 Bill Wohler <wohler@newt.com>
7611
7612 * custom.el (defcustom, custom-handle-keyword):
7613 Add :package-version keyword.
7614 (custom-add-package-version): New function. Sets value of new
7615 property 'custom-package-version from :package-version keyword.
7616 (defcustom): Create Common Keywords section in docstring.
7617 (defface, defgroup): Replace definitions of a select few keywords
7618 with a reference to the Common Keywords in defcustom.
7619 (defcustom, defface, defgroup): Replace reference to Customization
7620 chapter in manual with hyperlink.
7621
7622 * cus-edit.el (customize-package-emacs-version-alist): New variable.
7623 (customize-changed-options): Add check for custom-package-version.
7624 (customize-package-emacs-version): New function to look up Emacs
7625 version corresponding to the given package version.
7626
7627 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7628 defun name, in similar fashion to find-variable-regexp.
7629
7630 2006-04-10 Eli Zaretskii <eliz@gnu.org>
7631
7632 * international/mule-cmds.el (set-locale-environment): Fix last
7633 change for when the locale's preferences don't specify any encoding.
7634
7635 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7638 so the defined var/fun doesn't need to be quoted.
7639
7640 2006-04-10 Richard Stallman <rms@gnu.org>
7641
7642 * finder.el (finder-mode-map): Add n and p bindings.
7643
7644 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
7645
7646 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7647 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7648 (gdb-setup-windows): Put something in source window if we can't find
7649 the source file.
7650 (gdb-frame-handler): Make it work again with just assembly.
7651 (gdb-data-list-register-values-handler): Make it work when there is
7652 no stack.
7653
7654 2006-04-09 Richard Stallman <rms@gnu.org>
7655
7656 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7657 specs while looking for charset.
7658
7659 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7660
7661 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7662 Make them faces.
7663 (lm-font-lock-keywords): Update appropriately.
7664
7665 2006-04-10 Kim F. Storm <storm@cua.dk>
7666
7667 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7668 it can also replace buffer-substring-no-properties.
7669
7670 * emulation/cua-base.el (cua-delete-region, cua-paste)
7671 (cua-repeat-replace-region): Use filter-buffer-substring.
7672
7673 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7674 (cua-cut-region-to-global-mark): Likewise.
7675
7676 * emulation/cua-rect.el (cua--extract-rectangle)
7677 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7678
7679 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7680
7681 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7682 entry-type. Add field delimiters to numerical fields if they are
7683 not present.
7684
7685 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7686
7687 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7688 string-const to return value.
7689 (bibtex-remove-delimiters): Use it.
7690
7691 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7694 cl-byte-compile-compiler-macro unless it exists.
7695
7696 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7697
7698 * files.el (hack-local-variables-confirm) <offer-save>:
7699 Clarify message text. Suggested by Ralf Angeli.
7700
7701 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7702
7703 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7704 (delete-extract-rectangle-line): Use `filter-buffer-substring'
7705 instead of `buffer-substring' and `delete-region'. (Most of the
7706 code actually copied from `kill-region'.)
7707
7708 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
7709
7710 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7711 (rcirc-default-port): Rename from rcirc-port.
7712 (rcirc-default-nick): Rename from rcirc-nick.
7713 (rcirc-default-user-name): Rename from rcirc-user-name.
7714 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7715 (rcirc-low-priority-flag): New variable.
7716 (rcirc-decode-coding-system): New defcustom.
7717 (rcirc-encode-coding-system): New defcustom.
7718 (rcirc-coding-system-alist): New defcustom.
7719 (rcirc-multiline-major-mode): New defcustom.
7720 (rcirc-nick): New internal variable.
7721 (rcirc-process): Remove variable.
7722 (rcirc-server-buffer): New variable.
7723 (rcirc): Update to use rcirc-default-* variables above.
7724 (rcirc-connect): Do not add window-configuration-hook-here.
7725 (rcirc-server): New internal variable.
7726 (rcirc-connect): Do not send keepalive pings if
7727 rcirc-keepalive-seconds is nil.
7728 (with-rcirc-server-buffer): New macro.
7729 (rcirc-send-string): Encode with rcirc-encode-coding-system.
7730 (rcirc-server-name): Rename from rcirc-server.
7731 (rcirc-buffer-process): New function.
7732 (rcirc-buffer-nick): New function.
7733 (rcirc-buffer-target): Remove function.
7734 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7735 New commands.
7736 (rcirc-mode-map): Change binding of C-c C-l to
7737 rcirc-toggle-low-priority.
7738 (rcirc-mode): Initialize coding system based on
7739 rcirc-coding-system-alist. New change-major-mode-hook to part the
7740 channel on a mode change. Make kill-buffer-hook buffer-local.
7741 (rcirc-change-major-mode-hook): New function.
7742 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7743 (rcirc-last-post-time): New variable.
7744 (rcirc-process-message): Store the last time user posted a message
7745 to this target.
7746 (rcirc-multiline-minor-mode): New mode.
7747 (rcirc-multiline-minor-mode-map): New mode map.
7748 (rcirc-edit-multiline): Put multiline-edit buffer in
7749 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
7750 (rcirc-print): Ignore any line starting with an ignored nick.
7751 (rcirc-print): Decode using rcirc-decode-coding-system.
7752 (rcirc-track-minor-mode): Update global-mode-string when disabling
7753 this mode.
7754 (minor-mode-alist): Add LowPri indicator.
7755 (rcirc-toggle-low-priority): New function.
7756 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7757 next lowpriority buffer with activity.
7758 (rcirc-record-activity): Sort buffers in rcirc-activity by the
7759 last time the user posted a message in to the target.
7760 (rcirc-update-activity-string): New formatting for low priority
7761 buffers.
7762 (rcirc-split-activity): New function.
7763 (rcirc-handler-PART, rcirc-handler-KICK)
7764 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7765 (rcirc-nick-away-alist): New variable.
7766 (rcirc-handler-301): New handler. Away messages are printed once
7767 per change.
7768
7769 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7770
7771 * info.el (Info-follow-nearest-node): Doc fix.
7772
7773 * international/mule-cmds.el (set-locale-environment): Make sure
7774 the coding-system preferred by the locale's language has the same
7775 EOL conversion type as the original buffer-file-coding-system.
7776 (locale-language-names): Add a few MS Windows language codes.
7777
7778 2006-04-07 Richard Stallman <rms@gnu.org>
7779
7780 * simple.el (eval-expression): Doc fix.
7781
7782 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7783 (eval-defun): Doc fixes.
7784
7785 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7786
7787 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
7788
7789 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
7790
7791 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7792 GDB list command without argument for greater generality.
7793
7794 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7795
7796 * subr.el (string-or-null-p): New function.
7797
7798 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7799
7800 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
7801
7802 * files.el: Update comment about safe-local-variable declarations.
7803
7804 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7805
7806 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
7807 See idlwave.org.
7808
7809 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
7810 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
7811
7812 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
7813 See idlwave.org.
7814
7815 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
7816 version 6.0 (minimal changes). See idlwave.org.
7817
7818 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
7819 6.0 (minimal changes). See idlwave.org.
7820
7821 * progmodes/idlw-rinfo.el: File obsoleted and removed.
7822
7823 2006-04-06 Romain Francoise <romain@orebokech.com>
7824
7825 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
7826 symmetric encryption features and a new asynchronous interface to
7827 GnuPG. This new version is version 1.4, plus whitespace changes.
7828
7829 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7830
7831 * files.el: Move some `safe-local-variable' declarations to the
7832 respective files.
7833
7834 * textmodes/ispell.el (ispell-check-comments)
7835 (ispell-local-dictionary): Mark as safe.
7836
7837 * abbrev.el (abbrev-mode): Mark as safe.
7838
7839 * add-log.el (change-log-default-name): Mark as safe.
7840
7841 * textmodes/reftex-vars.el (reftex-vref-is-default)
7842 (reftex-fref-is-default, reftex-level-indent)
7843 (reftex-guess-label-type): Mark as safe.
7844
7845 * textmodes/fill.el (colon-double-space): Mark as safe.
7846
7847 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
7848 (sentence-end-double-space, sentence-end-without-period)
7849 (sentence-end-without-space, sentence-end, sentence-end-base)
7850 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
7851
7852 2006-04-06 Kim F. Storm <storm@cua.dk>
7853
7854 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
7855 the :set-after list.
7856 (ido-downcase-unc-hosts): New user option. Default on.
7857 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
7858 when it is set, as regexps are now applied on the fly.
7859 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
7860 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
7861 on the fly, but only when ido-process-ignore-lists is set.
7862 Do case insensitive filtering if ido-downcase-unc-hosts is set.
7863 Only downcase names if ido-downcase-unc-hosts is set.
7864
7865 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
7866
7867 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
7868
7869 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
7870
7871 2006-04-05 Kim F. Storm <storm@cua.dk>
7872
7873 * ido.el (ido-mode): Set after ido-unc-hosts and
7874 ido-ignore-unc-host-regexps.
7875 (ido-save-history): Save ido-unc-hosts-cache.
7876 (ido-load-history): Load ido-unc-hosts-cache.
7877 (ido-reread-directory): Refresh unc hosts cache in // dir.
7878
7879 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
7880 to nil while displaying slash screen.
7881
7882 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7883
7884 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
7885 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7886
7887 2006-04-05 Kenichi Handa <handa@m17n.org>
7888
7889 * international/characters.el: Setup cases of Latin, Greek, and
7890 Cyrillic characters in CJK charsets.
7891
7892 2006-03-29 Daiki Ueno <ueno@unixuser.org>
7893
7894 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7895 default-enable-multibyte-characters. This reverts the change from
7896 revision 6.17 which is no longer necessary because the passphrase
7897 is sent separately now. GnuPG messages are unreadable under
7898 multibyte locales with default-enable-multibyte-characters set to nil.
7899
7900 2006-04-04 Andreas Schwab <schwab@suse.de>
7901
7902 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
7903 and `byte-compile-warnings' as `safe-local-variable'.
7904
7905 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
7906
7907 * man.el (Man-mode-map): Restore the \r binding.
7908 (Man-abstract-xref-man-page): If Man-target-string is a function,
7909 call it.
7910 (Man-highlight-references): Use Man-default-man-entry to get the
7911 target. Deal with xrefs too.
7912 (Man-highlight-references0): Don't call the target function.
7913
7914 * woman.el (WoMan-xref-man-page): Strip the section number, woman
7915 cannot deal with it.
7916
7917 2006-04-04 Daiki Ueno <ueno@unixuser.org>
7918
7919 * pgg-gpg.el: Clean up process buffers every time gpg processes
7920 complete.
7921
7922 2006-04-04 Kenichi Handa <handa@m17n.org>
7923
7924 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
7925 here.
7926 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
7927 Temporarily bind inhibit-field-text-motion to t.
7928
7929 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7930
7931 * startup.el (normal-splash-screen): Only set mode-line-format in the
7932 splash buffer, so as not to interfere when debugging the code.
7933 Ignore errors when switching buffer.
7934
7935 2006-04-03 Romain Francoise <romain@orebokech.com>
7936
7937 * dired.el (dired-dnd-protocol-alist): Fix typo.
7938
7939 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
7940
7941 * savehist.el (savehist): Add :version.
7942 (savehist-ignored-variables): New variable.
7943 (savehist-minibuffer-hook): Don't save variables listed in
7944 `savehist-ignored-variables'.
7945
7946 * dired.el (dired-dnd-protocol-alist): Mention that change does
7947 only apply to new buffers in doc string.
7948
7949 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7950
7951 * recentf.el (recentf-open-files-item): Include newline in button
7952 field, so opening a file will work, when the point is at the end
7953 of the file name. Allow, for example, to [i]search a file by
7954 extension and just push RET to open it.
7955
7956 2006-04-03 Daiki Ueno <ueno@unixuser.org>
7957
7958 * pgg-gpg.el (pgg-gpg-process-filter)
7959 (pgg-gpg-wait-for-completion): Check if buffer is alive.
7960
7961 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7962 lines, temporary fix.
7963
7964 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7965
7966 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
7967
7968 2006-04-02 Richard Stallman <rms@gnu.org>
7969
7970 * progmodes/compile.el (compilation-message-face): Make it defcustom.
7971
7972 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7973
7974 * ibuf-macs.el (define-ibuffer-column): Add a new key:
7975 header-mouse-map.
7976
7977 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
7978 (ibuffer-mode-header-map): New keymaps.
7979 (ibuffer-update-title-and-summary): Enable mouse face highlighting
7980 and keybindings for column headers.
7981 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
7982 property.
7983
7984 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
7985
7986 * speedbar.el (speedbar-after-create-hook): Doc fix.
7987
7988 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
7989
7990 * shell.el (shell-directory-tracker)
7991 (shell-dynamic-complete-command): Doc fixes.
7992
7993 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
7994
7995 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
7996 terminals.
7997
7998 2006-04-01 Kim F. Storm <storm@cua.dk>
7999
8000 * ido.el (ido-unc-hosts-cache): New defvar.
8001 (ido-unc-hosts): If value of defcustom is a function, call it to
8002 get list of UNC hosts. Add function-item choices to specify
8003 ido-unc-hosts-net-view or user function.
8004 (ido-ignore-unc-host-regexps): New defcustom.
8005 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8006 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8007 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8008
8009 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8012 wwidth.
8013
8014 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
8015
8016 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8017 (ido-max-work-file-list, ido-switch-buffer)
8018 (ido-read-file-name-as-directory-commands):
8019 Fix typos in docstrings.
8020
8021 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8022
8023 * term/mac-win.el (mac-system-coding-system): Define and use after
8024 Mac-specific coding systems are ready.
8025
8026 2006-03-27 Romain Francoise <romain@orebokech.com>
8027
8028 * net/rcirc.el (rcirc-connect): Add autoload cookie.
8029
8030 * ldefs-boot.el: Update.
8031
8032 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8033
8034 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8035 passphrases when it is not needed.
8036 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8037 passphrase stuff from gpg, should only be necessary when you use
8038 gpg with a smartcard.
8039
8040 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8041
8042 * comint.el (comint-dynamic-list-completions): Allow user to
8043 select *Completions* buffer.
8044
8045 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
8046
8047 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8048
8049 2006-03-26 Andreas Schwab <schwab@suse.de>
8050
8051 * progmodes/gud.el (gdb): Only complain about multiple debugging
8052 when the gdb process is still running.
8053
8054 2006-03-25 Eli Zaretskii <eliz@gnu.org>
8055
8056 * mail/rmail.el (tool-bar-map): Defvar it.
8057 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8058 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8059
8060 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
8061
8062 * help.el (print-help-return-message): Suggest to use
8063 display-buffer instead of switch-to-buffer-other-window to restore
8064 the previous window without selecting it.
8065
8066 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8067
8068 * frame.el (select-frame-by-name): Call x-focus-frame also when
8069 window-system is mac.
8070
8071 * term/mac-win.el: Adjust Courier font specifications in
8072 x-fixed-font-alist.
8073 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8074 when directly encoding to UTF-16 in native byte order, no BOM.
8075
8076 2006-03-25 Kim F. Storm <storm@cua.dk>
8077
8078 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8079 (cua--init-keymaps): Use it instead of fixed C-return.
8080 (cua-mode): Set after it.
8081
8082 * emulation/cua-rect.el (cua--init-rectangles):
8083 Use cua-rectangle-mark-key instead of fixed C-return.
8084
8085 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
8086
8087 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8088 "run" in .gdbinit.
8089 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8090
8091 2006-03-24 Romain Francoise <romain@orebokech.com>
8092
8093 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8094 `display-buffer-other-frame'.
8095
8096 2006-03-24 Kim F. Storm <storm@cua.dk>
8097
8098 * apropos.el (apropos-synonyms): Add selection => region.
8099
8100 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8101
8102 * progmodes/gdb-ui.el (gdb-var-create-regexp)
8103 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8104 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8105 (gdb-data-list-register-values-regexp)
8106 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8107 Future proof against new fields being added to MI output.
8108 (gdb-send): Don't treat backslashes for program input as
8109 continuations.
8110 (gdb-assembler-handler): Don't use window-start for this handler.
8111 (gdb-frame-handler): Don't change to hollow arrow if overlay
8112 arrow doesn't move to new frame.
8113
8114 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8115
8116 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8117 prevent compiler warnings.
8118 (gdb-stopped): Check for gud-last-last-frame (case: signal).
8119 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8120 (gdb-assembler-custom): Use hollow-right-triangle for assembler
8121 buffer too.
8122
8123 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
8124
8125 * pgg-gpg.el (pgg-gpg-update-agent): Check for
8126 make-network-process, so we can use the same code in Gnus v5-10
8127 too and have this file fully synchronized with that release.
8128
8129 2006-03-23 Romain Francoise <romain@orebokech.com>
8130
8131 * ibuf-ext.el (ibuffer-read-filter-group-name):
8132 Use `ibuffer-generate-filter-groups' to make completion list match
8133 the filter groups that are really displayed in the Ibuffer buffer.
8134 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8135
8136 2006-03-23 Kenichi Handa <handa@m17n.org>
8137
8138 * international/mule-cmds.el (sort-coding-systems): Describe that
8139 the argument is modified in docstring.
8140
8141 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8142
8143 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8144 (pgg-gpg-update-agent): New function.
8145 (pgg-gpg-use-agent-p): New function.
8146 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8147 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8148 (pgg-gpg-sign-region): Use it.
8149
8150 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
8151
8152 * cus-edit.el (custom-face-set): Call custom-push-theme before
8153 face-spec set so that `changed' theme is correctly saved.
8154 (custom-face-reset-standard): Reset to recalculated face rather
8155 than defface spec.
8156
8157 * custom.el (custom-push-theme): Only save `changed' theme if the
8158 current face does not match the defface specs.
8159
8160 2006-03-21 Simon Josefsson <jas@extundo.com>
8161
8162 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8163 <wilde@sha-bang.de>.
8164 (pgg-gpg-use-agent): New variable.
8165 (pgg-gpg-process-region): Use it.
8166 (pgg-gpg-encrypt-region): Likewise.
8167 (pgg-gpg-encrypt-symmetric-region): Likewise.
8168 (pgg-gpg-decrypt-region): Likewise.
8169 (pgg-gpg-sign-region): Likewise.
8170 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8171
8172 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
8173
8174 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8175 bracket links.
8176
8177 2006-03-21 Kim F. Storm <storm@cua.dk>
8178
8179 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8180 fringe-indicator-alist instead of modifying global value.
8181 (gdb-frame-handler): Likewise.
8182
8183 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8184
8185 * diff-mode.el (diff-function): Make it inherit from diff-header
8186 instead of diff-context.
8187
8188 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8189 bitmap.
8190 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8191 change names in macro above for consistency.
8192 (gdb-frame-handler): Use hollow-right-triangle for all selected
8193 frames which except the innermost (where execution has stopped).
8194 (gdb-reset): Reset buffer-local values of overlay-arrow.
8195
8196 2006-03-20 Richard Stallman <rms@gnu.org>
8197
8198 * simple.el (set-mark-command): Doc fix.
8199
8200 * files.el (display-buffer-other-frame): New command.
8201 (ctl-x-4-map): Bind C-x 5 C-o to it.
8202
8203 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8206 rather than just defer-time, in case defer-time has been changed but
8207 the timer isn't running yet.
8208 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8209
8210 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8211
8212 * help-mode.el (help-follow-symbol): New function.
8213 Essentially identical to the old `help-follow', but do not let
8214 `push-button' do the work when on an xref.
8215 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8216
8217 2006-03-19 Richard Stallman <rms@gnu.org>
8218
8219 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8220 preceded by the word `program'.
8221 (help-follow-mouse, help-follow): Throw error if not on xref.
8222 Delete no longer used args.
8223
8224 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
8225
8226 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8227 annotation ensure gud-overlay-arrow-position is redisplayed.
8228
8229 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8230
8231 * textmodes/bibtex.el (bibtex-include-OPTkey)
8232 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8233 (bibtex-autokey-name-case-convert)
8234 (bibtex-autokey-titleword-case-convert): Make these the aliases
8235 for the following two variables.
8236 (bibtex-autokey-name-case-convert-function)
8237 (bibtex-autokey-titleword-case-convert-function): Make these the
8238 real names.
8239 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8240 bibtex-font-lock-crossref sublists.
8241 (bibtex-mode): Revert 2005-12-30 change (which made
8242 completion-ignore-case buffer-local).
8243 (bibtex-url): Simplify.
8244
8245 2006-03-19 Kim F. Storm <storm@cua.dk>
8246
8247 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8248 cursor property value to 2 (to align with C level change).
8249
8250 2006-03-19 Bill Wohler <wohler@newt.com>
8251
8252 * image.el (image-load-path-for-library): Shorten first line in
8253 docstring.
8254
8255 2006-03-18 Richard Stallman <rms@gnu.org>
8256
8257 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8258
8259 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
8260
8261 * isearch.el (isearch-other-meta-char): Handle user bindings for
8262 shifted control characters.
8263
8264 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
8265
8266 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8267 part that matches email addresses, file names, etc.
8268
8269 2006-03-18 Eli Zaretskii <eliz@gnu.org>
8270
8271 * term/w32-win.el (mouse-set-font):
8272 Mention w32-list-proportional-fonts in the doc string.
8273
8274 2006-03-18 Kim F. Storm <storm@cua.dk>
8275
8276 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8277 (ido-unc-hosts): New user option to explicitly define list of know
8278 UNC-style hosts for completion.
8279 (ido-cache-unc-host-shares-time): New user option.
8280 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8281 New helper functions for UNC file-name support.
8282 (ido-may-cache-directory): Check for UNC host. Simplify.
8283 (ido-wash-history): Clean out old UNC hosts.
8284 (ido-nonreadable-directory-p): UNC hosts are always readable.
8285 (ido-directory-too-big-p): UNC hosts are never too big.
8286 (ido-set-current-directory): Handle UNC root path.
8287 (ido-file-name-all-completions): Complete UNC host names from
8288 ido-unc-hosts list. Cache UNC host shares.
8289 (ido-make-file-list-1): Don't filter UNC root.
8290 (ido-exhibit): Check for // in root directory, and switch to UNC
8291 mode by setting ido-current-directory to //.
8292
8293 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
8294
8295 * cus-edit.el (customize-changed-options): Mention explicit
8296 version number as default in prompt.
8297
8298 2006-03-17 Bill Wohler <wohler@newt.com>
8299
8300 * image.el (image-load-path-for-library): Minor docstring fix.
8301
8302 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
8303
8304 * textmodes/org.el (org-read-date): Include subgroup 5 into
8305 replacement text.
8306 (org-popup-calendar-for-date-prompt): Fix customization type.
8307
8308 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
8309
8310 * progmodes/gdb-ui.el (gud-watch): Provide completion.
8311 (gdb-continuation): New variable.
8312 (gdb-send): Deal with continuation lines.
8313
8314 * progmodes/gud.el (gud-gdb-complete-command)
8315 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8316 expressions.
8317 (gud-tooltip-mode): Use buffer-local value.
8318
8319 2006-03-16 Kim F. Storm <storm@cua.dk>
8320
8321 * ido.el (ido-edit-input): Use selected match, if any.
8322
8323 2006-03-16 Bill Wohler <wohler@newt.com>
8324
8325 * image.el (image-load-path-for-library): Prefer user's images in
8326 image-load-path.
8327
8328 2006-03-16 Martin Rudalics <rudalics@gmx.at>
8329
8330 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8331 when checking for attempt to drag leftmost or rightmost scrollbar.
8332
8333 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
8334
8335 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8336 (gdb-force-mode-line-update): New function.
8337 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8338 (gdb-exited): Use them.
8339 (gdb-signal): New function.
8340 (gdb-annotation-rules): Provide a rule for it.
8341
8342 2006-03-16 Kenichi Handa <handa@m17n.org>
8343
8344 * international/mule.el (auto-coding-regexp-alist): Add entries
8345 for Unicode BOM.
8346
8347 * sort.el (sort-build-lists): Temporarily bind
8348 inhibit-field-text-motion to t.
8349
8350 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
8351
8352 * locate.el (locate-command, locate-make-command-line)
8353 (locate-fcodes-file, locate-update-command)
8354 (locate-prompt-for-command, locate, locate-with-filter)
8355 (locate-get-file-positions): Doc fixes.
8356 (locate-buffer-name, locate-header-face): Remove leading `*' in
8357 defcustom.
8358 (locate-filter-output): Use `keep-lines' instead of its alias
8359 `delete-non-matching-lines'.
8360 (locate-get-filename, locate-get-dirname): Add introductory comment.
8361 (locate-find-directory-other-window): Give appropriate error
8362 message if used outside main listing.
8363
8364 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8367 the new extend-region feature.
8368 (font-lock-after-change-function): Update correspondingly.
8369 * jit-lock.el (jit-lock-after-change): Update correspondingly.
8370 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8371
8372 2006-03-15 Bill Wohler <wohler@newt.com>
8373
8374 * image.el (image-load-path-for-library): Fix example by not
8375 recommending that one binds image-load-path. Just defvar it to
8376 placate compiler and only use it if previously defined.
8377
8378 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8379
8380 * textmodes/org.el (org-insert-centered): Use `string-width' to
8381 make underlining work for wide characters.
8382 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8383 TAB to `org-cycle', to make sure that no binding in
8384 `outline-mode-map' can supercede it.
8385
8386 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
8387
8388 * allout.el: Increment version to 2.2.1 in file commentary.
8389
8390 (allout-version): Increment to 2.2.1.
8391
8392 (allout-default-layout): New customization variable, used when the
8393 file lacks a specific allout-layout. Uses allout-layout-type for
8394 recursively nested definition.
8395
8396 (allout-layout-type): Widget defining allout layouts, necessary for
8397 self-recursive definition.
8398
8399 (allout-mode): Incorporate allout-default-layout as fallback for
8400 allout-layout.
8401
8402 (allout-layout): Mark as 'safe-local-variable', and refer mention
8403 fallback to `allout-default-layout' in absence of a specified value.
8404 (allout-passphrase-verifier-string)
8405 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
8406
8407 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
8408
8409 (allout-get-encryption-passphrase-verifier): Use correct name of
8410 passphrase verifier in docstring.
8411
8412 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
8413
8414 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8415 elements.
8416 (gdb-find-watch-expression): Make it work for arrays too.
8417 Follow change to gdb-var-list.
8418 (gud-watch): Allow the user to enter variable name with a prexix
8419 arg. Create keybindings.
8420 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8421 (gdb-var-list-children-handler, gdb-var-update-handler)
8422 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8423 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8424 Follow change to gdb-var-list.
8425 (gdb-starting): Don't show the overlay arrows when program is running.
8426
8427 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8428 gdb-var-list.
8429
8430 2006-03-14 Bill Wohler <wohler@newt.com>
8431
8432 * image.el (image-load-path-for-library): Pass value of path
8433 rather than symbol. Always return list of directories.
8434 Guarantee that image directory comes first.
8435
8436 2006-03-14 Alan Mackenzie <acm@muc.de>
8437
8438 * font-core.el (font-lock-extend-region\(-function\)?.):
8439 New function/variable.
8440
8441 * font-lock.el (font-lock-after-change-function):
8442 Call font-lock-extend-region. Obey font-lock-lines-before.
8443 (font-lock-default-fontify-region): Remove reference to
8444 font-lock-lines-before.
8445
8446 * jit-lock.el (jit-lock-after-change):
8447 Call font-lock-extend-region. Obey font-lock-lines-before.
8448
8449 2006-03-14 David Ponce <david@dponce.com>
8450
8451 * tree-widget.el (tree-widget-themes-load-path)
8452 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8453
8454 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
8455
8456 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
8457 (rcirc-print): Mark the start of text at the end of the prompt.
8458 (rcirc-track-minor-mode): Add autoload cookie.
8459 (rcirc-update-activity-string): Add space to front of mode-line
8460 indicator.
8461
8462 2006-03-13 Miles Bader <miles@gnu.org>
8463
8464 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
8465 (rcirc-abbrev-nick): Remove function.
8466 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
8467
8468 2006-03-13 David Ponce <david@dponce.com>
8469
8470 * tree-widget.el: Handle themes across all occurrences of the main
8471 themes sub-directory found in tree-widget-themes-load-path.
8472 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8473 (tree-widget--locate-sub-directory): Return all occurrences.
8474 (tree-widget-themes-path): New function.
8475 Replace tree-widget-themes-directory, and return a list of directories.
8476 (tree-widget-set-parent-theme)
8477 (tree-widget-lookup-image): Use it.
8478
8479 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8480
8481 * textmodes/org.el (org-link-search): Avoid self-matching of
8482 links, allow target text to be distributed over several lines.
8483 (org-search-not-link): New function.
8484 (org-set-regexps-and-options, org-get-current-options):
8485 New startup options.
8486 (org-export-as-html): Take odd-level setting from local variable.
8487 (org-fontify-emphasized-text): New option.
8488 (org-set-font-lock-defaults): Include emphasized text.
8489 (org-follow-mhe-link): Allow folder-only links, fix folder name.
8490 (org-font-lock): Customize group renamed from `org-faces'.
8491
8492 2006-03-13 John Paul Wallington <jpw@pobox.com>
8493
8494 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
8495 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
8496
8497 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
8498
8499 * cus-start.el (all): Delete :version keyword for members of the
8500 fringe group, since the entire group is new in 22.1.
8501
8502 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
8503
8504 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
8505 map if value is hexadecimal (an address).
8506 (gud-watch): Only search roots for existing watch expressions.
8507 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
8508 prevent caching problems with speedbar-update-directory-contents.
8509
8510 2006-03-12 Juri Linkov <juri@jurta.org>
8511
8512 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
8513 before comparing with `low' and `warn'.
8514
8515 * info.el (Info-dir-remove-duplicates): Move point to the
8516 beginning of the current line after deleting the entries from
8517 redundant heading. Use marker for `limit' and compare it with
8518 point before calling `re-search-forward'.
8519
8520 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8521
8522 * simple.el (yank): Fix typo in docstring.
8523
8524 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
8525
8526 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
8527 messages, where "D" is the 6th character.
8528
8529 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8530
8531 * simple.el (yank): Fix last change.
8532
8533 2006-03-11 David Ponce <david@dponce.com>
8534
8535 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
8536 merging elements from the standard ispell-dictionary-alist.
8537 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
8538 alist, and return the new alist.
8539
8540 2006-03-11 Richard Stallman <rms@gnu.org>
8541
8542 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
8543
8544 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
8545 the way it is implemented is too unclean.
8546
8547 * simple.el (kill-region, yank): Doc fix.
8548
8549 * battery.el (battery-echo-area-format): Doc fix.
8550 (battery-mode-line-format): Likewise.
8551 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
8552 (battery-linux-proc-acpi): Ignore batteries that say "charged".
8553
8554 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8555
8556 * progmodes/octave-mod.el (octave-indent-for-comment):
8557 Behave according to do string.
8558
8559 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
8560
8561 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
8562 Be visible only if major mode is Mail Mode.
8563
8564 * textmodes/flyspell.el (flyspell-external-point-words)
8565 (flyspell-process-localwords): Fix last changes.
8566
8567 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8568
8569 * calendar/holidays.el (list-holidays): Doc fix.
8570
8571 * international/mule.el (auto-coding-alist): Add .odt
8572 (OpenOffice's open document) files.
8573
8574 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
8575 document) files. Mention in the doc string the need to sync with
8576 auto-coding-alist.
8577
8578 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
8579
8580 * files.el (hack-local-variables-confirm): Don't prompt for ! if
8581 enable-local-variables is set to always query, or there is no
8582 savable variable.
8583
8584 2006-03-10 Bill Wohler <wohler@newt.com>
8585
8586 * image.el (image-load-path-for-library): Merge at least three
8587 functions from Gnus and MH-E into this one function that can now
8588 be shared.
8589
8590 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
8591
8592 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
8593 gdb-remove-mouse-face and remove help-echo too.
8594 (gdb-enqueue-input): Correct conditional clause.
8595
8596 2006-03-10 Glenn Morris <rgm@gnu.org>
8597
8598 * calendar/calendar.el (calendar-holidays): Doc fix.
8599 * calendar/holidays.el (list-holidays): Doc fix.
8600
8601 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
8602
8603 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
8604 it gets called in gdb-prompt anyway.
8605 (gdb-use-separate-io-buffer): Only restore window arrangement for
8606 gdb-many-windows.
8607 (gdb-enqueue-input): Make it harder to send GDB input when program
8608 is running.
8609 (gdb-buffer-list): New variable.
8610 (gdb-remove-mouse-face): New function.
8611 (gdb-starting): Use it when GDB input won't get sent.
8612
8613 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
8614
8615 * help.el (view-lossage): Remove trailing whitespace before
8616 inserting "\n".
8617
8618 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * files.el (hack-local-variables-confirm):
8621 Set coding-system-for-read to nil before writing to .emacs.
8622
8623 * arc-mode.el (archive-extract): Check if an existing buffer name
8624 comes from a different archive.
8625
8626 * help.el (describe-key-briefly): If KEY is a down event, read and
8627 discard the up event.
8628
8629 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
8630
8631 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8632 be edited and use font-lock-warning-face for any changes.
8633
8634 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8635 (gdb-edit-value): Use it to report any errors.
8636
8637 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
8638
8639 * help.el (describe-key): Remove leftover test code.
8640
8641 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8642
8643 * textmodes/org.el: Move defvars out of eval-when-compile.
8644 Use buffer-file-name variable.
8645 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8646 arg `file'.
8647 (org-level-faces): Remove startup dependency.
8648 (org-cycle, org-map-tree, org-scan-tags)
8649 (org-remember-handler): Don't call `outline-level' directly.
8650 (org-mhe-search-all-folders): New option.
8651 (org-mhe-get-message-folder-from-index)
8652 (org-mhe-get-message-folder): Fix indexing search.
8653 (org-format-agenda-item): Handle nil TAGS argument.
8654 (org-cleaned-string-for-export, org-activate-target-links)
8655 (org-make-target-link-regexp): Deal with empty radio target list.
8656 (org-tag): New face.
8657 (org-get-level-face): New function.
8658 (org-set-font-lock-defaults): Simplify setup for headlines.
8659 (org-complete): Pass common substring to `display-completion-list'.
8660
8661 2006-03-06 David Ponce <david@dponce.com>
8662
8663 * tree-widget.el: Update Commentary header.
8664 (tree-widget-theme-name): Ignore parent themes.
8665 (tree-widget-set-parent-theme): New function.
8666 (tree-widget-set-theme): Use it.
8667 (tree-widget-set-image-properties): Move definition. Does nothing
8668 if image properties have already been set.
8669 (tree-widget-image-properties): Move definition. Receive an image
8670 name. Set the :pointer property.
8671 (tree-widget-lookup-image): Doc fix. Search in parent themes.
8672 Don't set the :pointer image property.
8673 (tree-widget-convert-widget): New function. Handle :dynargs
8674 compatibility here.
8675 (tree-widget): Use it to :convert-widget. Add the :expander-p
8676 predicate to control when the :expander function is entered.
8677 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8678 (tree-widget-value-create): Handle :expander-p. widget-apply
8679 :expander.
8680 (tree-widget-expander-p): New function. Default value of the
8681 :expander-p property.
8682
8683 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
8684
8685 * help.el (describe-key): Properly handle the return value of
8686 read-key-sequence when grabbing an up-event. Cleanup mouse-1
8687 remaps. Handle string and vector `follow-link' values.
8688
8689 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * complete.el (PC-expand-many-files): Try be more careful when parsing
8692 the shell's output.
8693
8694 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * outline.el (hide-sublevels): Provide better interactive default.
8697
8698 2006-03-06 Kenichi Handa <handa@m17n.org>
8699
8700 * international/fontset.el (create-fontset-from-fontset-spec):
8701 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
8702
8703 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
8704
8705 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8706 backslashes instead of one in regexp.
8707 (gud-tooltip-dereference): Add missing optional argument.
8708
8709 2006-03-04 John Paul Wallington <jpw@pobox.com>
8710
8711 * wdired.el (toplevel): Require `cl' at compile-time.
8712
8713 2006-03-04 Andreas Schwab <schwab@suse.de>
8714
8715 * server.el (server-process-filter): Handle errors during
8716 evaluation of the argument.
8717
8718 2006-03-03 John Paul Wallington <jpw@pobox.com>
8719
8720 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8721 escape parentheses at beginning of line.
8722 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8723 (t-mouse-mode): Remove period from end of error message.
8724
8725 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
8726
8727 * textmodes/flyspell.el (flyspell-process-localwords):
8728 Be case-sensitive.
8729
8730 2006-03-03 Martin Rudalics <rudalics@gmx.at>
8731
8732 * cus-edit.el (custom-quote): Remove function, since it has been
8733 moved to custom.el.
8734
8735 * font-lock.el (lisp-font-lock-keywords-2)
8736 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8737 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8738 they have no special meaning.
8739
8740 * midnight.el (clean-buffer-list): Handle case where base-buffer of
8741 indirect buffer gets killed before indirect buffer. Use dolist.
8742
8743 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8744
8745 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8746 value instead of a literal constant (1) on more pauses.
8747
8748 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8749
8750 * textmodes/flyspell.el (flyspell-external-point-words):
8751 Be case-sensitive.
8752
8753 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
8754
8755 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8756 with "www".
8757
8758 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8759
8760 * allout.el: Restablish intermediate missing comment header to
8761 preserve outline structure.
8762 (allout-beginning-of-current-entry): Skip invisible text.
8763 (allout-open-topic): Fix opening a topic at end-of-buffer.
8764 (allout-minor-mode): Move nearer to allout-mode function.
8765
8766 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
8767
8768 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
8769
8770 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
8771
8772 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8773 is nil.
8774
8775 * progmodes/gud.el (gud-speedbar-menu-items):
8776 Use buffer-local-value and add missing :visible keyword.
8777
8778 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
8779
8780 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8781
8782 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8783 must be `follow-link'.
8784
8785 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
8786
8787 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
8788 formatting: No nested anchors.
8789 (org-all-targets): Fix bug with XEmacs compatibility.
8790 (org-read-date): Add (require 'parse-time).
8791 (org-set-tags): Fix bug with extra inserted space.
8792 (org-export-html-style): Define a style class for targets.
8793 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
8794 (org-hide-leading-stars): New option.
8795 (org-hide): New face.
8796 (org-set-font-lock-defaults): Allow to hide leading stars.
8797 (org-get-legal-level, org-tr-level): New functions.
8798 (org-odd-levels-only): New option.
8799 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8800 (org-demote, org-promote): Deal with double-star levels.
8801 (org-convert-to-odd-levels): New command.
8802
8803 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
8804
8805 * speedbar.el (speedbar-update-localized-contents): Try to
8806 preserve window-start.
8807 (speedbar-update-directory-contents): Try to preserve window-start
8808 and window-point.
8809 (speedbar-update-special-contents): Don't move back to start of window.
8810
8811 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
8812 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
8813 speedbar-timer-fn.
8814 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
8815 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
8816 instead of gdb-speedbar-timer-fn.
8817
8818 2006-02-28 Jay Belanger <belanger@truman.edu>
8819
8820 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
8821 (math-compose-expr): Use latex option when calling
8822 `math-compose-tex-matrix' for latex mode.
8823
8824 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
8825
8826 * speedbar.el: Re-instate comments about developing for speedbar
8827 [this is what info and gdb-ui use even if better methods exist now].
8828
8829 * t-mouse.el: New file.
8830 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
8831 (t-mouse-lispy-buffer-posn-from-coords): Remove.
8832 (t-mouse-make-event-element): Use posn-at-x-y instead.
8833 (t-mouse-make-event): Deal with Fedora Core 3.
8834 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
8835 (t-mouse-mouse-position-function): New function. Use it instead
8836 of advising mouse-position.
8837 (t-mouse-mode): New minor mode.
8838 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
8839
8840 2006-02-27 Glenn Morris <rgm@gnu.org>
8841
8842 * calendar/calendar.el (calendar-holidays): Doc fix.
8843
8844 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
8845
8846 * progmodes/gdb-ui.el (gdb-source-window): New variable.
8847 Re-introduce the concept of a source window.
8848 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
8849 consistency with get-buffer-create.
8850 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8851 (gdb-data-list-register-values-handler)
8852 (gdb-stack-list-locals-handler): Try to preserve window-start as
8853 well as window-point.
8854 (gdb-display-source-buffer): New function (old concept).
8855 (gdb-goto-breakpoint): Use it.
8856
8857 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
8858 for gdb-ui/gdb-mi (old concept).
8859
8860 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
8861
8862 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
8863 binding.
8864
8865 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
8866
8867 * textmodes/reftex-sel.el (reftex-select-label-map)
8868 (reftex-select-bib-map): Add `follow-mouse' binding.
8869
8870 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
8871
8872 * jka-cmpr-hook.el (jka-compr-compression-info-list)
8873 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
8874 Give :set functions to provide automatic updating.
8875 Update docstring. Give compiler defvars early in the file
8876 and move the defcustoms to a later spot where all called functions
8877 are defined.
8878 (jka-compr-file-name-handler-entry): Doc fix.
8879 (jka-compr-compression-info-list--internal)
8880 (jka-compr-mode-alist-additions--internal)
8881 (jka-compr-load-suffixes--internal): New variables.
8882 (jka-compr-install): Set the three above variables.
8883 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8884 (jka-compr-update, jka-compr-set): New functions.
8885 (auto-compression-mode): Doc fix.
8886
8887 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
8888 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8889 Use jka-compr-compression-info-list--internal,
8890 jka-compr-mode-alist-additions--internal and
8891 jka-compr-load-suffixes--internal.
8892
8893 * files.el (load-library):
8894 * loadhist.el (file-loadhist-lookup):
8895 * startup.el (command-line):
8896 * subr.el (locate-library):
8897 * emacs-lisp/autoload.el (update-directory-autoloads):
8898 * emacs-lisp/find-func.el (find-library-suffixes):
8899 Use `get-load-suffixes' instead of `load-suffixes'.
8900
8901 * subr.el (locate-library):
8902 * emacs-lisp/find-func.el (find-library-name):
8903 Use `load-file-rep-suffixes' instead of '("").
8904
8905 2006-02-26 Kim F. Storm <storm@cua.dk>
8906
8907 * ido.el (ido-save-history, ido-load-history): Simplify.
8908 Don't use find-file-noselect to avoid interference from other modes.
8909
8910 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
8911
8912 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
8913 to use the default shell if filename is not available.
8914 Reported by Giorgos Keramidas.
8915
8916 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
8917
8918 * progmodes/etags.el (tags-completion-table): Do completion from
8919 all the tables in the current list, as documented in the manual.
8920
8921 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8922
8923 * CC Mode Update to 5.31.3.
8924
8925 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8926
8927 * progmodes/cc-mode.el (c-postprocess-file-styles):
8928 Bind inhibit-read-only to t, around the call to
8929 c-remove-any-local-eval-or-mode-variables, so that it works on a
8930 RO file.
8931
8932 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8933
8934 * progmodes/cc-awk.el: Correct a typo.
8935
8936 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8937
8938 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
8939 c-hungry-delete-backwards, at the request of RMS. Leave the old
8940 name as an alias.
8941
8942 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8943
8944 * progmodes/cc-mode.el: Correct a typo.
8945
8946 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8947
8948 * progmodes/cc-defs.el: Update the version number to 5.31.3.
8949
8950 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8951
8952 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
8953 brace-else-brace (error due to mbeg, mend being undefined).
8954
8955 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8956
8957 * progmodes/cc-mode.el: File Local variables: Solve the problem
8958 where both `mode' and c-file-offsets are specified: `mode' will
8959 overwrite c-f-o's settings:
8960 (c-remove-any-local-eval-or-mode-variables): New function.
8961 (c-postprocess-file-styles): Call the above new function, within
8962 c-tentative-buffer-change, to splat `mode' and `eval' before the
8963 second hack-local-variables.
8964
8965 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8966
8967 * progmodes/cc-mode.el:
8968 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
8969 (c-after-change): Protect the match data with save-match-data.
8970 It was getting corrupted by c-after-change-check-<>-operators.
8971
8972 * cc-defs.el: [Supersedes patch V1.38]:
8973 (top level): Check for a buggy font-lock-compile-keywords ONLY in
8974 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
8975
8976 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
8977 with save-match-data. It was being corrupted when Font Lock was
8978 not enabled.
8979
8980 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8981
8982 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
8983 Mode and Subword Mode.
8984
8985 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
8986 real labels ("case 1:" or "foo:") from non-labels ("public:").
8987 (c-forward-objc-directive): Replace c-forward-token-2 with crude
8988 coding; c-f-t-2 doesn't move over a token at EOB.
8989
8990 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
8991
8992 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
8993 (c-update-modeline): Concatenate the minor mode indicators
8994 directly onto mode-name, removing c-submode-indicators.
8995 Sometimes, c-s-i got separated from the mode name on the mode line.
8996
8997 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
8998 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
8999
9000 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9001
9002 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9003 error message when there's an evaluation error to show whether
9004 it's loaded from source or not.
9005 (c-filter-ops): Make it available at runtime too to work when
9006 `c-make-init-lang-vars-fun' needs to evaluate from source.
9007
9008 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
9009
9010 * help.el (help): Revert last part of 2006-02-23 change (deletion
9011 of the `provide' call).
9012
9013 2006-02-23 Juri Linkov <juri@jurta.org>
9014
9015 * compare-w.el (compare-windows-highlight): Add new value
9016 `persistent' and change :type from `boolean' to `choice'.
9017 (compare-windows-overlays1, compare-windows-overlays2):
9018 New internal variables.
9019 (compare-windows-highlight): If compare-windows-highlight is
9020 `persistent', add current overlays to compare-windows-overlays[12]
9021 instead of adding compare-windows-dehighlight to pre-command-hook.
9022 (compare-windows-dehighlight): Delete all overlays from
9023 compare-windows-overlays[12].
9024
9025 * info.el (Info-search): Don't bind search-spaces-regexp to
9026 Info-search-whitespace-regexp in non-regexp isearch mode.
9027
9028 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9029
9030 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9031
9032 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
9033
9034 * textmodes/org.el (org-xemacs-p)
9035 (org-export-html-show-new-buffer, org-table-may-need-update)
9036 (org-insert-item, org-mhe-get-message-real-folder)
9037 (org-mhe-get-message-folder-from-index)
9038 (org-mhe-get-message-folder, org-mhe-get-message-num)
9039 (org-mhe-get-header, org-make-org-heading-search-string)
9040 (org-make-org-heading-camel, org-table-sort-lines)
9041 (org-format-org-table-html, org-format-table-table-html):
9042 Fix typos in docstrings.
9043
9044 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
9045
9046 * textmodes/org.el (org-cleaned-string-for-export)
9047 (org-solidify-link-text): New function.
9048 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9049 XEmacs, just to silence the compiler.
9050 (org-export-as-ascii, org-export-as-html-and-open):
9051 Use `org-cleaned-string-for-export' and create internal links.
9052 (org-follow-mhe-link): Require mh-e, use folder.
9053
9054 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9055
9056 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9057
9058 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9059 gdb-debug-log-length.
9060 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
9061 it a real ring but...
9062 (gud-gdba-marker-filter): ...make it work like mark-ring.
9063 (gdb-enable-debug): Rename from gdb-enable-debug-log.
9064 (gdb-mouse-jump): New function. Add bindings.
9065
9066 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9067
9068 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9069 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9070 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9071 (gdb-debug-log-length): Customize it's length.
9072 (gud-watch, gdb-var-create-handler): Display function::var format
9073 but don't use to create variable object.
9074 (gdb-var-create-handler): Use message-box in place of message.
9075 (gdb-stopped): Call gdb-exited if signalled.
9076
9077 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9078
9079 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9080
9081 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9082
9083 * textmodes/reftex.el (reftex-locate-file): Search all extensions
9084 if `reftex-try-all-extensions' is set.
9085
9086 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9087 fail silently when there is no valid argument at point.
9088 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9089 `fail-silently' argument. From a patch by David Reiter.
9090
9091 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9092 New commands.
9093 (org-mark-ring): New variable.
9094 (org-mark-ring-length): New option.
9095 (org-open-at-point, org-goto, org-open-file): Push old position
9096 onto the mark ring.
9097 (org-add-hook): New function.
9098 (org-export-table-remove-special-lines): New option.
9099 (org-skip-comments, org-format-org-table-html): Respect new
9100 option `org-export-table-remove-special-lines'.
9101 (org-open-file): Allow special command configuration for
9102 directory link.
9103 (org-file-apps): Fix bugs in customize type, added setting
9104 for directories.
9105 (org-activate-tags, org-format-agenda-item, org-complete)
9106 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9107 (org-get-tags, org-get-buffer-tags, org-open-at-point)
9108 (org-link-search, org-make-org-heading-search-string)
9109 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9110 (org-radio-targets, org-file-link-context-use-camel-case)
9111 (org-activate-camels): New options.
9112 (org-update-radio-target-regexp, org-all-targets)
9113 (org-make-target-link-regexp, org-activate-target-links):
9114 New functions.
9115 (org-make-org-heading-search-string): New function.
9116 (org-store-link, org-insert-link): Use new option
9117 `org-file-link-context-use-camel-case'.
9118 (org-activate-camels): Use new option `org-activate-camels'.
9119 (org-link-regexp): Add mhe prefix.
9120 (org-open-at-point, org-store-link): Support for mhe links.
9121 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9122 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9123 (org-mhe-get-header, org-follow-mhe-link): New functions.
9124 (org-remove-angle-brackets, org-add-angle-brackets):
9125 New functions.
9126 (org-bracket-link-regexp): New constant.
9127 (org-read-date): Fix bug that was rejecting all typed dates.
9128 (org-link-search): Make hierarchy above visible after a match.
9129 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9130 (org-store-link): Fix bug with link creation when cursor is in
9131 an empty line.
9132 (org-open-at-point): Fix bug with matching a link.
9133 Fixed buggy argument sequence in call to `org-view-tags'.
9134 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9135 (org-prefix-has-tag): New variable.
9136 (org-format-agenda-item): Remove tags from headline
9137 if appropriate.
9138 (org-agenda-remove-tags-when-in-prefix): New option.
9139
9140 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
9141
9142 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9143 Fix the regular expressions.
9144
9145 2006-02-21 Richard M. Stallman <rms@gnu.org>
9146
9147 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9148 if there's no other specific basis.
9149
9150 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9151 as variables at all.
9152 (unsafep-variable): Rename arg; doc fix.
9153
9154 * abbrevlist.el (list-one-abbrev-table): Add autoload.
9155
9156 * calendar/appt.el (diary-selective-display): Add defvar.
9157
9158 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9159
9160 * isearch.el (search-whitespace-regexp): Fix custom type.
9161
9162 * help.el (describe-key-briefly): Compute interactive args
9163 in same was as before previous change.
9164
9165 * files.el (enable-local-variables): Doc fix.
9166
9167 2006-02-21 Kim F. Storm <storm@cua.dk>
9168
9169 * fringe.el: Cleanup as file is now pre-loaded.
9170 (fringe-bitmaps): Initialize unconditionally.
9171 (fringe-mode, set-fringe-style): Remove autoload cookies.
9172
9173 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9174
9175 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9176 `horizontal-bar'.
9177 (fringe-cursor-alist): Use `horizontal-bar'.
9178
9179 2006-02-20 Kim F. Storm <storm@cua.dk>
9180
9181 * fringe.el (fringe-bitmaps): Update to new bitmap names.
9182 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9183
9184 * loadup.el: Load "fringe" on window systems.
9185
9186 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9187
9188 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9189 out of scope components.
9190
9191 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9192 default.
9193
9194 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * custom.el (customize-mark-to-save, customize-mark-as-set):
9197 Load the symbol first.
9198
9199 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9200
9201 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9202 strech spec so it doesn't display as "^J" on the header line
9203 when `Buffer-menu-use-header-line' is t.
9204
9205 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * speedbar.el (speedbar-make-button): Keep text properties
9208 of string arguments if desired.
9209
9210 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9211 expessions.
9212
9213 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9214 of speedbar.
9215
9216 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
9217
9218 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9219 to value of `read-file-name-completion-ignore-case'.
9220
9221 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * custom.el (customize-mark-as-set): Push to `user' theme.
9224
9225 * cus-edit.el (custom-save-variables): Allow unthemed values.
9226 (customize-set-variable): Push setting to `user' theme.
9227
9228 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9229
9230 * progmodes/gud.el: Don't require font-lock as it's now
9231 automatically loaded.
9232 (gud-speedbar-buttons): Replace gdb-var-changed with
9233 gdb-force-update.
9234
9235 * progmodes/gdb-ui.el (gdb-force-update): Rename from
9236 gdb-var-changed.
9237 (gdb-post-prompt): Use it.
9238 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9239 (gdb-var-update-handler, gdb-var-delete)
9240 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9241 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9242 gdb-force-update in gdb-post-prompt.
9243 (gdb-reset): Clear watch expressions from speedbar when quitting.
9244
9245 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9246
9247 * viper-cmd.el (viper-insert-state-post-command-sentinel)
9248 (viper-change-state-to-vi, viper-change-state-to-emacs):
9249 Make aware of cursor coloring in the Emacs state.
9250 (viper-special-read-and-insert-char): Use read-char-exclusive.
9251 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9252
9253 * viper-init.el (viper-emacs-state-cursor-color): New variable.
9254
9255 * viper-util.el (viper-save-cursor-color)
9256 (viper-get-saved-cursor-color-in-replace-mode)
9257 (viper-get-saved-cursor-color-in-insert-mode)
9258 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9259 state.
9260 (viper-get-saved-cursor-color-in-emacs-mode): New function.
9261
9262 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9263 (ediff-ignore-case-option3, ediff-actual-diff-options)
9264 (ediff-actual-diff3-options): New variables to control case sensitivity.
9265 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9266 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9267 (ediff-toggle-ignore-case): New function.
9268 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9269
9270 * ediff-help.el (ediff-long-help-message-narrow2)
9271 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9272 (ediff-long-help-message-word-mode): Add ignore-case command.
9273 (ediff-help-for-quick-help): Add ignore-case command.
9274
9275 * ediff-merg.el: Move provide to the end.
9276
9277 * ediff-ptch.el: Move provide to the end.
9278
9279 * ediff-wind.el: Move provide to the end.
9280
9281 * ediff-mult.el: Move provide to the end.
9282 (ediff-set-meta-overlay): Enable follow-link.
9283
9284 * ediff.el: Move provide to the end.
9285 Break recursive load cycle in eval-when-compile.
9286 (ediff-patch-buffer): Better heuristics.
9287
9288 * ediff-util.el: Move provide to the end.
9289 Break recursive load cycle in eval-when-compile.
9290 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
9291 defuns.
9292 (ediff-submit-report): Pass the values of ediff-diff3-program,
9293 ediff-diff3-options.
9294
9295 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
9296
9297 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9298 the opening bracket of the following bracketing pairs: {}, [], (), <>,
9299 `' (for example, in the docstring of `windmove-default-keybindings').
9300
9301 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9302
9303 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9304 shadow face. Don't provide binding to edit variable when it is
9305 out of scope.
9306
9307 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9308 (gdb-var-update-handler): Detect out of scope variables with pre
9309 GDB 6.4 too.
9310 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
9311 Reset status of variable objects to nil in update handlers.
9312 (gdb-var-update-handler-1): Detect when a variable object comes
9313 in scope. setcar on var changes gdb-var-list directly.
9314
9315 2006-02-17 Juri Linkov <juri@jurta.org>
9316
9317 * ffap.el (ffap) <defface>: Add explicit face declaration.
9318 (ffap-highlight): Use face `ffap' directly instead of checking
9319 for its existence.
9320
9321 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9322 `visible-ok' of `other-buffer' to find the right original buffer.
9323
9324 * info.el (Info-search): Skip `Local Variables' node.
9325
9326 2006-02-17 Juri Linkov <juri@jurta.org>
9327
9328 * info.el (Info-find-file): Check for symbols `apropos', `history',
9329 `toc' in the input filename, and return these symbols as is.
9330 (Info-find-node-2): Set Info-current-file to symbols `apropos',
9331 `history', `toc' instead of strings.
9332 (Info-set-mode-line): For non-string Info-current-file use the
9333 symbol's name inside **.
9334 (Info-isearch-push-state): Add quote before Info-current-file and
9335 Info-current-node.
9336 (Info-isearch-pop-state): Use `equal' instead of `string='.
9337 (Info-extract-pointer, Info-following-node-name): Use
9338 `match-string-no-properties' instead of `match-string'.
9339 (Info-up): Check `old-file' for `stringp'.
9340 (Info-history): Use `equal' instead of `string-equal'.
9341 Check `file' for `stringp'.
9342 (Info-history): Use symbol `history' instead of string as first arg
9343 of `Info-find-node'.
9344 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
9345 `toc' instead of string.
9346 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9347 instead of `buffer-substring', and `match-string-no-properties'
9348 instead of `match-string'.
9349 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9350 instead of strings.
9351 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9352 Use symbol `apropos' instead of string.
9353 (Info-copy-current-node-name): Check `Info-current-file' for
9354 `stringp' and construct a command with `Info-find-node' from it.
9355 (Info-fontify-node): Use `match-string-no-properties' instead of
9356 `match-string' and check file names for `stringp'.
9357 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9358 `history', `toc' instead of strings.
9359
9360 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
9361
9362 * files.el: Rearrange functions and variables in the file local
9363 variables section.
9364
9365 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
9366
9367 * files.el: Add truncate-lines, ispell-check-comments and
9368 ispell-local-dictionary as safe local variables.
9369
9370 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
9371
9372 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9373 out of scope variables.
9374 (gud-speedbar-buttons): Use unless.
9375
9376 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9377 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9378 (gdb-show-changed-values): Also use for out of scope variables.
9379 (gdb-var-update-handler-1): Note if variable goes out of scope.
9380
9381 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
9382
9383 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9384 default to global variable values for unsupplied args.
9385 (rcirc-get-buffer-create): Fix bug with setting the target.
9386 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9387 test for rcirc-always-use-server-buffer-flag here.
9388 (rcirc-response-formats): Add %N, which is a facified nick. %n
9389 uses the default face. Change the ACTION format string. If the
9390 "nick" is the server, don't print anything for that field.
9391 Comment fixes.
9392 (rcirc-target-buffer): Don't test
9393 rcirc-always-use-server-buffer-flag here.
9394 (rcirc-print): Squeeze extra spaces out of the text before message.
9395 (rcirc-put-nick-channel): Strip potential "@" char from nick
9396 before adding them to nick table.
9397 (rcirc-url-regexp): Improve to match address like "foo.com".
9398
9399 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9400
9401 * allout.el (allout-hidden-p): Move this defsubst before
9402 allout-overlay-interior-modification-handler, where it is first
9403 used.
9404
9405 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
9406
9407 * allout.el: Use allout invisible-text overlays instead of
9408 selective display for concealed text. Also, lots of general
9409 cleanup, and improved compatibility code.
9410
9411 (allout-version) Incremented, corrected, revised, and refined
9412 module commentary.
9413
9414 (provide 'allout): Moved to the bottom, added a require of overlay.
9415
9416 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9417 `except-current'.
9418 (allout-write-file-hook-handler): Minimize delay.
9419 (count-trailing-whitespace-region): New function so
9420 auto-encryption of current topic can resituate cursor exactly.
9421 PGP/GPG encryption trims trailing whitespace from lines, which
9422 must be accounted for across encryption then decryption.
9423
9424 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9425 just plain "\C-c", to avoid intruding on user's keybinding space.
9426
9427 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9428 parameter, so user request to provide a new password is done.
9429
9430 (allout-outside-normal-auto-fill-function, allout-auto-fill):
9431 Refined mechanism for auto-filling behavior while in allout mode.
9432
9433 (allout-mode): Explicitly specify the mode map in the docstring.
9434 Clarify provision for various write-file hook var names.
9435 Adjusted for invisible-text overlays instead of selective-display.
9436
9437 (allout-depth): Really return 0 if not within any topic. This
9438 rectifies `allout-beginning-of-level' and sequence numbering
9439 errors that occur when cutting and pasting numbered topics.
9440 Changed from a in-line subst to a regular function, as well.
9441
9442 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
9443
9444 (allout-end-of-subtree, allout-end-of-subtree)
9445 (allout-end-of-entry, allout-end-of-current-heading)
9446 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
9447 (allout-show-children, allout-show-to-offshoot)
9448 (allout-hide-current-entry, allout-show-current-entry): Rectified
9449 handling of trailing blank lines between items.
9450
9451 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
9452 (allout-current-depth, allout-unprotected, allout-hidden-p)
9453 (allout-on-current-heading-p, allout-listify-exposed)
9454 (allout-chart-subtree, allout-goto-prefix)
9455 (allout-back-to-current-heading, allout-get-body-text)
9456 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
9457 (allout-hide-region-body, allout-toggle-subtree-encryption)
9458 (allout-encrypt-string, allout-encrypted-key-info)
9459 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
9460 (allout-file-vars-section-data): Adjusted for use with
9461 invisible-text overlays instead of selective-display.
9462
9463 (allout-kill-line, allout-kill-topic, allout-yank-processing):
9464 Reworked for use with invisible text overlays.
9465
9466 (allout-current-topic-collapsed-p): New function.
9467
9468 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
9469 to know when to close the containing topic.
9470
9471 (allout-pre-command-business, allout-post-command-business):
9472 Simplify undo-batching and dynamic isearch exposure.
9473
9474 (allout-set-overlay-category): New for invisible-text overlays.
9475 Sets properties of allout-overlay-category, used by
9476 allout-flag-region to set invisible-text overlay properties.
9477 (allout-get-invisibility-overlay): Get the first qualifying
9478 invisibility overlay, so we can find the extent of it.
9479 (allout-back-to-visible-text): Get to just before the beginnining
9480 of the current invisibility overlay, if any.
9481
9482 (allout-overlay-insert-in-front-handler)
9483 (allout-overlay-interior-modification-handler)
9484 (allout-before-change-handler, allout-isearch-end-handler): New
9485 functions to handle extraordinary actions affecting concealed
9486 text.
9487
9488 (allout-flag-region): Use overlays instead of selective-display
9489 for invisible text - by inheritence from the properties of
9490 allout-overlay-category in mainline Emacs, and applied
9491 property-by-property in XEmacs, some recent versions of which
9492 don't inherit the properties from the category. Provisions to
9493 respond to concealed-text edits simplified drastically.
9494
9495 (allout-isearch-rectification, allout-isearch-was-font-lock)
9496 (allout-isearch-expose, allout-enwrap-isearch)
9497 (allout-isearch-abort, allout-pre-was-isearching)
9498 (allout-isearch-prior-pos, allout-isearch-did-quit)
9499 (allout-isearch-dynamic-expose)
9500 (allout-hide-current-entry-completely): Functions deleted.
9501
9502 (allout-undo-aggregation): Explicit undo aggregation no longer
9503 necessary due to transition away from selective-display.
9504
9505 (set-allout-regexp, allout-up-current-level)
9506 (allout-next-visible-heading, allout-forward-current-level)
9507 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
9508 (allout-kill-line, allout-yank-processing, allout-show-children)
9509 (allout-expose-topic, allout-old-expose-topic)
9510 (allout-listify-exposed, allout-insert-latex-header)
9511 (allout-toggle-subtree-encryption, allout-encrypt-string)
9512 (remove-from-invisibility-spec, allout-hide-current-subtree):
9513 Ditched unused variables.
9514
9515 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
9516
9517 * textmodes/ispell.el (ispell-change-dictionary): Call
9518 ispell-buffer-local-dict instead of
9519 ispell-accept-buffer-local-defs.
9520 (ispell-local-dictionary-alist): Accept as valid any coding-system
9521 supported by Emacs.
9522 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
9523 changed to iso-8859-3.
9524
9525 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
9526
9527 * speedbar.el (speedbar-frame-width): Make an inline function
9528 instead of a macro. Use frame-width.
9529 (speedbar-try-completion, speedbar-update-contents)
9530 (speedbar-timer-fn): Use consp.
9531 (speedbar-update-localized-contents): Try to preserve point.
9532
9533 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
9534 (menu): Re-order menu items.
9535 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
9536 field.
9537 (gdb-var-update-handler-1): Use it for GDB 6.4+.
9538 (gdb-post-prompt): Speed things by not forcing update.
9539
9540 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
9541
9542 * wid-edit.el (widget-button-click): For mouse-1, cancel button
9543 press and perform default action if we get a mouse movement event.
9544
9545 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9546
9547 * calendar/icalendar.el (icalendar--get-event-property)
9548 (icalendar--get-event-property-attributes): Fix typos in
9549 docstrings.
9550
9551 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
9552 docstring.
9553
9554 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
9555
9556 * bs.el (bs-mode): Use `buffer-disable-undo'.
9557 (bs--get-file-name): Simplify.
9558 (bs-show-in-buffer): Mark the buffer as not modified.
9559
9560 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9561
9562 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
9563 widget-button-click.
9564
9565 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9566 (custom-mode): Update docstring.
9567
9568 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
9569 binding.
9570
9571 * files.el (hack-local-variables-confirm): Allow scrolling if the
9572 file variable list is too long. Kill temp buffer after use.
9573
9574 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * progmodes/gud.el (gdb): Improve doc string.
9577 (gdb-script-font-lock-keywords): Expand allowed character set.
9578
9579 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
9580 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
9581 (gdb-separate-io-interrupt, gdb-separate-io-quit)
9582 (gdb-separate-io-stop, gdb-separate-io-eof):
9583 Rename from gdb-inferior-* to gdb-separate-*.
9584 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
9585
9586 2006-02-14 Jay Belanger <belanger@truman.edu>
9587
9588 * calc/calc-arith.el (math-check-known-scalarp): Make sure
9589 expression is a symbol before checking that it is bound.
9590
9591 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
9592 test to see if equation can be solved.
9593
9594 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9595
9596 * wid-edit.el (widget-button-click): Use :pressed-face property
9597 for overlay face, if it exists.
9598
9599 * cus-edit.el (custom-manual, custom-add-see-also)
9600 (custom-add-parent-links, custom-group-link): Add :pressed-face
9601 property to links.
9602
9603 * files.el (hack-local-variables): Remove ignored variables before
9604 checking if any variables need setting.
9605
9606 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9607
9608 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
9609
9610 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * help.el (where-is): Fix message for remapped commands.
9613
9614 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9615 Fix typos in docstrings.
9616
9617 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9618
9619 * files.el (safe-local-variable-values): New option.
9620 (hack-local-variables-prop-line): Return a list of variable-value
9621 pairs if MODE-ONLY is non-nil.
9622 (hack-local-variables): Construct list of variable-value pairs,
9623 and apply or reject them in one go. Ask for confirmation if
9624 variables are not known safe.
9625 (hack-local-variables-confirm): Complete rewrite. Support
9626 `safe-local-variable-values'.
9627 (enable-local-variables): Update docstring to reflect new
9628 behavior.
9629 (ignored-local-variables): Ignore ignored-local-variables and
9630 safe-local-variable-values.
9631 (safe-local-variable-p): New function.
9632 (risky-local-variable-p): `safe-local-variable' property check
9633 moved to safe-local-variable-p.
9634 (hack-one-local-variable): Checks moved to hack-local-variables.
9635
9636 (byte-compile-dynamic, c-basic-offset, c-file-style)
9637 (c-indent-level, comment-column, fill-column, fill-prefix)
9638 (indent-tabs-mode, kept-new-versions, no-byte-compile)
9639 (no-update-autoloads, outline-regexp, page-delimiter)
9640 (paragraph-start, paragraph-separate, sentence-end)
9641 (sentence-end-double-space tab-width, version-control):
9642 Add `safe-local-variable' property.
9643
9644 * find-lisp.el: Delete nonexistent `autocompile' file variable.
9645
9646 * icomplete.el, play/landmark.el: Change nonexistent
9647 `outline-layout' file variable to `allout-layout'.
9648
9649 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
9650
9651 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9652 (gdb-get-changed-registers): Test value of gud-minor-mode relative
9653 to gud-comint-buffer.
9654 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9655 gdb-ui.el for gdb-mi.el.
9656 (gdb-post-prompt, gdb-get-changed-registers): Move test for
9657 registers buffer to gdb-get-changed-registers.
9658 (gdb-breakpoint-regexp): New regexp. Allow toggling and
9659 deletion of catchpoints (throw and catch).
9660 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9661 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9662 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9663 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9664 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9665
9666 2006-02-13 Jay Belanger <belanger@truman.edu>
9667
9668 * calc/calc-arith.el (math-check-known-matrixp): Make sure
9669 expression is a symbol before checking that it is bound.
9670
9671 2006-02-13 Richard M. Stallman <rms@gnu.org>
9672
9673 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9674 for the minibuffer too, but not if resize-mini-windows will interfere.
9675
9676 * help.el (describe-key-briefly, describe-key): Do all arg-reading
9677 inside `interactive' spec.
9678 (describe-key-briefly-internal, describe-key-internal):
9679 Functions merged back into their callers.
9680
9681 2006-02-13 Martin Rudalics <rudalics@gmx.at>
9682
9683 * info.el (info-xref-visited): Inherit from info-xref too.
9684 (Info-set-mode-line): Replace occurrences of `%' by `%%'
9685 when propertizing Info-current-file and Info-current-node.
9686
9687 2006-02-13 Juri Linkov <juri@jurta.org>
9688
9689 * tumme.el (tumme-thumbnail-storage): Fix docstring.
9690 (tumme-thumb-name): Fix per-directory format.
9691
9692 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9695
9696 2006-02-12 Miles Bader <miles@gnu.org>
9697
9698 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9699
9700 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
9701
9702 * tumme.el: Remove history section. If someone needs the it, it
9703 can always be found in CVS.
9704
9705 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9706
9707 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
9708 about the Thumbnail Managing Standard option.
9709
9710 2006-02-12 Richard M. Stallman <rms@gnu.org>
9711
9712 * subr.el (substitute-key-definition): Doc fix.
9713
9714 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9715
9716 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9717
9718 * info.el (Info-mode): Doc fix.
9719
9720 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9721
9722 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
9723
9724 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9725 because on Solaris a POSIX compatible "id" is needed. Reported by
9726 Magnus Henoch <mange@freemail.hu>.
9727
9728 2006-02-12 Juri Linkov <juri@jurta.org>
9729
9730 * tumme.el: Remove todo item about Thumbnail Managing Standard.
9731 (tumme) <defgroup>: Change :group to `multimedia'.
9732 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9733 Managing Standard.
9734 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9735 Fix dostring.
9736 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9737 and %y. Fix docstring.
9738 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9739 (tumme-cmd-create-standard-thumbnail-command): New user options.
9740 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9741 is `standard'. Fix docstring.
9742 (tumme-thumb-width, tumme-thumb-height): New user options.
9743 (tumme-external-viewer): Try to find various viewers.
9744 (tumme-get-thumbnail-image): Use `create-image' instead of
9745 constructing the `image' structure.
9746 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9747 `standard'.
9748 (tumme-thumb-name): Add file name generation for standard storage.
9749 Simplify code for other storages.
9750 (tumme-thumb-name): Use width %w and height %h instead of size %s.
9751 Add modification time %m and thumbnail-nq8 %q.
9752 Use `tumme-cmd-create-standard-thumbnail-command' if
9753 tumme-thumbnail-storage is `standard'.
9754 (tumme-dired-insert-marked-thumbs): New autoload command.
9755 (tumme-dired-after-readin-hook): New function.
9756 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9757 `tumme-thumb-size'.
9758 (tumme-display-image): Replace size-x %x and size-y %y with
9759 width %w and height %h.
9760
9761 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9762 `tumme-dired-insert-marked-thumbs'.
9763
9764 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9765
9766 * tumme.el (tumme-write-tag): Fix small bug (file name did not
9767 include path).
9768 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9769 matching tag.
9770
9771 2006-02-12 Miles Bader <miles@gnu.org>
9772
9773 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9774 New variables.
9775 (rcirc-abbrev-nick): New function.
9776 (rcirc-format-response-string): Rewrite to use the formats in
9777 `rcirc-response-formats' and expand escape sequences therein.
9778 A text-property `rcirc-text' is added over the actual response
9779 text to make easy to find inside the returned string.
9780 (rcirc-print): When filling, just look for the `rcirc-text'
9781 text-property to find the appropriate fill prefix, instead of
9782 using hardwired patterns.
9783
9784 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9785
9786 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
9787 Managing Standard.
9788
9789 2006-02-11 Kim F. Storm <storm@cua.dk>
9790
9791 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9792 Don't use insert-buffer; do insert-buffer-substring directly.
9793 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
9794
9795 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9796
9797 * files.el (revert-buffer, recover-file): Replace buffer-read-only
9798 with inhibit-read-only. Suggested by Stefan Monnier.
9799 (revert-buffer): Let insert-file-contents discard
9800 buffer-undo-list. Simplify code.
9801 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9802
9803 2006-02-11 Eli Zaretskii <eliz@gnu.org>
9804
9805 * menu-bar.el (menu-bar-select-yank): Add a doc string.
9806
9807 * help.el (describe-key-briefly): Now a wrapper for
9808 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
9809 to t. Populate yank-menu if empty.
9810 (describe-key-briefly-internal): Renamed from describe-key-briefly.
9811 (describe-key): Now a wrapper for describe-key-internal. Bind
9812 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
9813 (describe-key-internal): Renamed from describe-key.
9814
9815 2006-02-11 Milan Zamazal <pdm@zamazal.org>
9816
9817 * progmodes/glasses.el (glasses-separator): Doc fix.
9818 (glasses-original-separator): New defcustom.
9819 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
9820
9821 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9822
9823 * mwheel.el (mouse-wheel-up-event): Doc fix.
9824
9825 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9826
9827 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
9828 (tumme-dir): New function. Copied from thumbs.el.
9829
9830 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
9831
9832 * desktop.el (desktop-outvar): Fix typo.
9833 (desktop-save-buffer-p): Doc fix.
9834
9835 * subr.el (substitute-key-definition): Fix typo.
9836
9837 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9838
9839 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
9840 when window-system is mac.
9841
9842 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
9843
9844 2006-02-10 Kim F. Storm <storm@cua.dk>
9845
9846 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
9847 indirect-function instead of using condition-case.
9848
9849 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
9850
9851 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
9852 less `colloquial'...
9853
9854 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
9855
9856 * tumme.el: Add a couple of todo items.
9857
9858 2006-02-09 Lars Hansen <larsh@soem.dk>
9859
9860 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9861 (highlight-changes-mode): Don't change desktop-locals-to-save.
9862
9863 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * image-mode.el (image-toggle-display): Clear image cache if using
9866 filename.
9867
9868 2006-02-09 Masatake YAMATO <jet@gyve.org>
9869
9870 * dired-x.el (dired-guess-shell-alist-default): Add .man as
9871 a `dired-man' target.
9872
9873 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
9874 boundary of symbols.
9875
9876 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
9877
9878 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
9879
9880 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
9881
9882 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
9883 `mapcar'; return nil.
9884
9885 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
9886
9887 * mouse.el (mouse-drag-track): Don't change window if we rebind to
9888 some other event.
9889
9890 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
9891
9892 * net/rcirc.el (rcirc-startup-channels-alist):
9893 Add irc.freenode.net and #emacs as defaults.
9894 (rcirc-ignore-all-activity-flag): Remove variable.
9895 (rcirc-authinfo): New variable.
9896 (rcirc-authinfo-filename): Remove variable.
9897 (rcirc-always-use-server-buffer-flag): New flag.
9898 (rcirc): M-x rcirc will automatically connect without prompting.
9899 C-u M-x rcirc will prompt. Use rcirc-connect to create a
9900 connection in lisp.
9901 (rcirc-process-server-response-1): Remove everything but the nick
9902 portion of the sender so it doesn't need to be done everywhere
9903 else. Update related code.
9904 (global-map): Remove global keybindings.
9905 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
9906 (rcirc-send-input): Split into several functions.
9907 (rcirc-process-input-line, rcirc-process-message)
9908 (rcirc-process-command): New functions.
9909 (rcirc-target-buffer): New function to determine where to route
9910 messages.
9911 (rcirc-user-nick): Save match data.
9912 (rcirc-toggle-ignore-buffer-activity)
9913 (rcirc-update-activity-string): Remove global ignore functionality,
9914 which can be done now by toggling rcirc-track-minor-mode.
9915 (rcirc-track-minor-mode-map): New keymap.
9916 (rcirc-track-minor-mode): New minor-mode.
9917 (ignore): Make the ignore output nicer. Always print it when
9918 adding or removing nicks.
9919 (rcirc-url-regexp): Improve.
9920 (rcirc-mangle-text): Remove properties before using text in the
9921 modeline.
9922 (rcirc-authenticate): Authentication data comes from
9923 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
9924 (rcirc-server-prefix): Inherit from rcirc-server.
9925
9926 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
9927
9928 * Makefile.in (compile): Append "|| true" to the end of the `find'
9929 command, like compile-always does.
9930
9931 2006-02-08 Sam Steingold <sds@gnu.org>
9932
9933 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
9934 output from a dead connection.
9935
9936 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9937
9938 * dired.el (dired-mode-map): Add more bindings for tumme.
9939
9940 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * wdired.el (wdired-mode-map): Use remap.
9943 (wdired-get-filename): Massage.
9944 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
9945 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
9946 `keymap' property rather than `local-map'.
9947
9948 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9949
9950 * tumme.el (tumme-get-thumbnail-image): New utility function.
9951 Suggested by from Chong Yidong.
9952 (tumme-dired-with-window-configuration): Rename from
9953 `tumme-dired'. Add code to save window configuration.
9954 (tumme-restore-window-configuration): New command to restore the
9955 window configuration that `tumme-dired-with-window-configuration'
9956 saves before it changes the window configuration.
9957 (tumme-show-all-from-dir): New command to display thumbnails for
9958 all files in a directory entered by the user, like M-x thumbs.
9959 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
9960 have been created.
9961 (tumme-display-thumbnail-original-image): Call `display-buffer'.
9962 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
9963 Remove obsolete test function.
9964
9965 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
9966
9967 * vc.el (small-temporary-file-directory): Remove defvar; there's
9968 a defcustom for it in files.el.
9969
9970 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
9971 Fix typo in message.
9972 (tumme-gallery-generate): Fix typo in `error' message.
9973 (tumme-display-window-height-correction)
9974 (tumme-display-window-width-correction, tumme-line-up-dynamic)
9975 (tumme-line-up-interactive): Dox fixes.
9976 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
9977 (tumme-restore-window-configuration, tumme-format-properties-string)
9978 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
9979 Fix typos in docstrings.
9980
9981 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
9982
9983 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
9984
9985 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
9986
9987 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
9988 User should use hook if desired.
9989
9990 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
9991 buffer if necessary.
9992 (gdb-delete-frame-or-window): New function.
9993 (gdb-breakpoints-mode-map): Bind "q" to it.
9994
9995 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * textmodes/nroff-mode.el: Clean up name space.
9998 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
9999 (nroff-mode): Obey the global setting of nroff-electric-mode.
10000 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10001
10002 * calendar/calendar.el (calendar-increment-month): Typo in last change.
10003
10004 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
10005
10006 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10007
10008 2006-02-06 Lars Hansen <larsh@soem.dk>
10009
10010 * generic-x.el (etc-fstab-generic-mode): Add file system types
10011 cifs and usbdevfs. Allow special chars in file names.
10012
10013 2006-02-05 Jay Belanger <belanger@truman.edu>
10014
10015 Update copyright notices of the files in lisp/calc.
10016
10017 2006-02-05 Romain Francoise <romain@orebokech.com>
10018
10019 Update copyright notices of all files in the lisp/play directory.
10020
10021 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
10022
10023 * ldefs-boot.el: Regenerate.
10024
10025 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10026
10027 2006-02-05 Kim F. Storm <storm@cua.dk>
10028
10029 * files.el (magic-mode-regexp-match-limit): New defvar.
10030 (set-auto-mode): Use it to limit magic-mode-alist matching.
10031
10032 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
10033
10034 * simple.el (display-message-or-buffer): Compare the number of
10035 characters to the frame width when determining whether a 1-line
10036 message string will fit in the echo area. Count screen lines
10037 instead of buffer lines when determining whether a multi-line
10038 message will fit in the echo area/minibuffer window.
10039
10040 2006-02-04 Eli Zaretskii <eliz@gnu.org>
10041
10042 * info.el (Info-index, Info-mode): Improve the description of the
10043 `i' command.
10044
10045 * ldefs-boot.el: Regenerate.
10046
10047 2006-02-03 Werner Lemberg <wl@gnu.org>
10048
10049 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10050 greedy to find the closing bracket in \*[...] and similar
10051 expressions. This is a first rough fix -- many additional
10052 refinements are necessary to make nroff mode really usable with groff.
10053
10054 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
10055
10056 * international/mule-cmds.el (set-locale-environment):
10057 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10058 libX11.
10059
10060 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
10061
10062 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10063 archive are created in archive-tmpdir.
10064
10065 2006-02-02 John Paul Wallington <jpw@pobox.com>
10066
10067 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10068 (ibuffer-fontification-alist): Use it.
10069 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10070 to "* z" and the Ibuffer Mark menu.
10071
10072 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10073
10074 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * textmodes/table.el (*table--cell-describe-mode)
10077 (*table--cell-describe-bindings): Undo last change since
10078 print-help-return-message is not obsoleted by anything at all.
10079
10080 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
10081
10082 * emulation/cua-base.el (cua-mode): Doc fix.
10083
10084 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
10085
10086 * dframe.el (dframe-handle-make-frame-visible)
10087 (dframe-handle-iconify-frame, dframe-get-focus)
10088 (dframe-select-attached-frame, dframe-power-click)
10089 (dframe-frame-mode): Fix typos in docstrings.
10090
10091 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10092 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10093 Fix typos in docstrings.
10094
10095 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10096 (hi-lock-face-buffer, hi-lock-font-lock-hook)
10097 (hi-lock-archaic-interface-message-used)
10098 (hi-lock-file-patterns-range): Fix typos in docstrings.
10099
10100 * savehist.el (savehist-loaded, savehist-load, savehist-install)
10101 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10102
10103 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10104 Fix typo in docstring.
10105
10106 * net/newsticker.el (newsticker--decode-iso8601-date)
10107 (newsticker--set-customvar, newsticker--buffer-insert-item)
10108 (newsticker--do-run-auto-mark-filter)
10109 (newsticker--parse-generic-feed): Doc fixes.
10110 (newsticker--retrieval-timer-list, newsticker-url-list)
10111 (newsticker-hide-immortal-items-in-echo-area)
10112 (newsticker-hide-obsolete-items-in-echo-area)
10113 (newsticker-new-item-face, newsticker--enclosure)
10114 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10115 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10116 (newsticker--parse-generic-feed, newsticker--cache-contains)
10117 (newsticker--stat-num-items, newsticker-download-enclosures):
10118 Fix typos in docstrings.
10119
10120 * net/rcirc.el (rcirc-debug): Doc fix.
10121 (rcirc-fill-column, rcirc-receive-message-hooks)
10122 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10123 (rcirc-mode, rcirc-generate-new-buffer-name)
10124 (rcirc-startup-channels, rcirc-ignore-update-automatic)
10125 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10126 Fix typos in docstrings.
10127 (rcirc-print): "?\ " -> "?\s".
10128 (rcirc-cmd-join): Improve argument/docstring consistency.
10129
10130 2006-02-01 Mark A. Hershberger <mah@everybody.org>
10131
10132 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10133 before narrow-to-region.
10134
10135 2006-02-01 Richard M. Stallman <rms@gnu.org>
10136
10137 * simple.el (move-beginning-of-line): Scan properly for invis change.
10138
10139 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10140
10141 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
10142
10143 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10144 change bit only when id-format is 'integer. Reported by Matt
10145 Hodges <M.P.Hodges@rl.ac.uk>.
10146
10147 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
10148
10149 * hilit-chg.el (highlight-changes-initial-state)
10150 (highlight-changes-global-initial-state): Doc fixes.
10151 (highlight-changes-global-modes, global-highlight-changes):
10152 Fix typos in docstrings.
10153
10154 2006-02-01 Kim F. Storm <storm@cua.dk>
10155
10156 * emulation/cua-base.el (cua-mode): Mention that CUA enables
10157 transient-mark-mode in doc string.
10158
10159 2006-01-31 Richard M. Stallman <rms@gnu.org>
10160
10161 * replace.el (multi-occur): Doc fix.
10162 (multi-occur-in-matching-buffers): Rename from
10163 multi-occur-by-filename-regexp. Prefix arg says match
10164 buffer names instead of file names.
10165
10166 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
10167
10168 * bs.el: Allow non-default values of `bs-header-lines-length'.
10169 (bs--running-in-xemacs): Remove (not needed anymore).
10170 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10171 instead of `shrink-window', thus avoiding having to compute the
10172 height of the window.
10173 (bs--up): Wrap around even when there's no header.
10174 (bs--down): Use `forward-line' instead of `next-line'.
10175
10176 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * image-mode.el (image-toggle-display): Use file name if possible,
10179 instead of unnecessarily allocating a (possibly huge) lisp string.
10180
10181 2006-01-30 John Paul Wallington <jpw@pobox.com>
10182
10183 * subr.el (toplevel): Define `cl-assertion-failed' condition here
10184 because the `assert' macro signals it at runtime.
10185
10186 * emacs-lisp/cl.el (toplevel): Remove definition of
10187 `cl-assertion-failed' condition.
10188
10189 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
10190
10191 * thumbs.el (thumbs-marked-list): Make buffer-local and
10192 permanent-local.
10193 (thumbs-insert-thumb): Make help-echo non-sticky.
10194 (thumbs-file-alist): Use eolp as check for (non)-image.
10195
10196 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
10197
10198 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10199 (ediff-before-session-group-setup-hooks)
10200 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10201 Fix typos in docstrings.
10202
10203 * window.el (bw-dir, bw-eqdir, balance-windows)
10204 (split-window-keep-point): Fix typos in docstrings.
10205
10206 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10207 (org-quote-string, org-calendar-to-agenda-key)
10208 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10209 (org-show-following-heading, org-tags-column)
10210 (org-use-tag-inheritance, org, org-allow-space-in-links)
10211 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10212 (org-enable-table-editor, org-calc-default-modes)
10213 (org-table-allow-automatic-line-recalculation)
10214 (org-export-html-style, org-export-with-fixed-width)
10215 (org-export-with-sub-superscripts, org-special-keyword)
10216 (org-formula, org-time-grid, org-table-may-need-update)
10217 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10218 (org-goto-quit, org-get-indentation, org-end-of-item)
10219 (org-move-item-down, org-move-item-up)
10220 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10221 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10222 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10223 (org-agenda-log-mode, org-agenda-toggle-diary)
10224 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10225 (org-agenda-file-to-end, org-agenda-no-heading-message)
10226 (org-agenda-get-closed, org-format-agenda-item)
10227 (org-cmp-priority, org-cmp-category, org-cmp-time)
10228 (org-agenda-change-all-lines, org-agenda-diary-entry)
10229 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10230 (org-link-search, org-camel-to-words, org-open-file)
10231 (org-remember-handler, org-table-convert-region)
10232 (org-table-move-row-down, org-table-move-row-up)
10233 (org-table-copy-region, org-table-wrap-region)
10234 (org-table-toggle-vline-visibility)
10235 (org-table-get-vertical-vector, org-table-modify-formulas)
10236 (org-table-get-specials, org-recalc-commands)
10237 (org-table-rotate-recalc-marks, org-table-eval-formula)
10238 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10239 (org-level-color-stars-only, org-insert-heading):
10240 Fix typos in docstrings.
10241 (last-arg): Add defvar.
10242
10243 * makefile.w32-in (WINS): Add erc.
10244 (MH_E_SRC): Update (copied from lisp/Makefile.in).
10245
10246 2006-01-29 Bill Wohler <wohler@newt.com>
10247
10248 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10249 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10250 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
10251 (mh-autoloads): Don't use comments on otherwise empty lines.
10252
10253 2006-01-29 Edward O'Connor <ted@oconnor.cx>
10254
10255 * emulation/viper.el (viper-major-mode-modifier-list): Add
10256 insert-state and vi-state entries for erc-mode.
10257 (viper-go-away, viper-set-hooks): Add and remove
10258 viper-comint-mode-hook from erc-mode-hook as appropriate.
10259
10260 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10261
10262 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
10263
10264 * bs.el (bs--format-aux): Implement `middle' alignment as
10265 described in the docstring for `bs-attributes-list'.
10266 (bs--get-name): Simplify. Don't pad the buffer name.
10267
10268 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
10269
10270 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10271 English aspell dictionary is installed, use the first entry of
10272 ispell-dictionary-alist-1.
10273
10274 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
10275
10276 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10277 Doc fix.
10278
10279 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
10280
10281 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10282 for `process-file', in order to let it work for older Emacsen too.
10283
10284 2006-01-27 Eli Zaretskii <eliz@gnu.org>
10285
10286 * international/latexenc.el: Add a suitable `coding:' tag.
10287 (latexenc-find-file-coding-system): Undo last change.
10288
10289 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10290
10291 * international/latexenc.el (latexenc-find-file-coding-system):
10292 Make sure latexenc-main-file is a regular file and is readable.
10293
10294 2006-01-27 Andre Spiegel <spiegel@gnu.org>
10295
10296 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10297 Pass FILE to vc-user-login-name.
10298
10299 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10300
10301 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
10302
10303 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10304 there are no more images to display.
10305 (thumbs-mark, thumbs-unmark): Revert change so that they move to
10306 the next image.
10307
10308 2006-01-26 Richard M. Stallman <rms@gnu.org>
10309
10310 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10311
10312 * wid-edit.el (advertised-widget-backward): New alias.
10313 (widget-keymap): Use advertised-widget-backward for S-TAB.
10314
10315 * tumme.el: Correct the keywords.
10316 (tumme-dir-max-size): Use defvar.
10317 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10318
10319 * simple.el (move-beginning-of-line): Take account of fields.
10320 (clone-indirect-buffer-other-window): Take args like
10321 clone-indirect-buffer, and work like it.
10322
10323 * help-fns.el (describe-function): Don't pass `nil' as default.
10324
10325 * files.el (risky-local-variable-p): Follow var aliases.
10326
10327 * subr.el (lazy-completion-table): Doc fix.
10328
10329 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10330 global binding of `line'.
10331
10332 2006-01-25 Andre Spiegel <spiegel@gnu.org>
10333
10334 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10335 Tramp.
10336
10337 * vc.el (vc-default-dired-state-info): Pass FILE to
10338 vc-user-login-name.
10339 (vc-default-update-changelog): Don't use vc-user-login-name, we
10340 don't need it here.
10341
10342 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
10343 no longer necessary.
10344
10345 2006-01-25 Kenichi Handa <handa@m17n.org>
10346
10347 * international/mule.el (decode-char): Avoid the overhead of
10348 calling utf-lookup-subst-table-for-decode if
10349 utf-translate-cjk-mode is nil.
10350 (encode-char): Avoid the overhead of calling
10351 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10352 nil.
10353
10354 2006-01-22 Kenichi Handa <handa@m17n.org>
10355
10356 * international/mule.el (make-subsidiary-coding-system): Reset
10357 `coding-system-define-form' property of subsidiaries to nil.
10358 Avoid duplicated entry in coding-system-alist.
10359 (make-coding-system): Avoid duplicated entry in
10360 coding-system-alist.
10361 (define-coding-system-alias): Likewise.
10362
10363 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
10364
10365 * completion.el: Minor fixes in introductory comment.
10366 (completion-def-wrapper): Fix alist.
10367
10368 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
10369
10370 * thumbs.el (thumbs-new-image-size): New function.
10371 (thumbs-increment-image-size-element)
10372 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10373 (thumbs-decrement-image-size): Delete.
10374 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
10375 temp files and use to resize.
10376 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10377 Use increment argument to enlarge/shrink. Preserve point.
10378 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10379 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10380 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10381 (thumbs-mark, thumbs-unmark): Preserve point.
10382 (thumbs-modify-image): Keep old temp files and use to modify.
10383 Cleanup old temp files at load time. Preserve point.
10384 (thumbs-view-image-mode-map): Use new command names.
10385
10386 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * log-view.el (log-view-minor-wrap): First rev is the one at point.
10389
10390 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10391 the nastiest part of the cyclic dependency.
10392 (cal-menu-update): Use dotimes and calendar-increment-month.
10393
10394 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10395 (calendar-week-start-day): Add an :initializer.
10396 (calendar-mode-map): Use suppress-keymap, and command remapping.
10397 (describe-calendar-mode): Setup xref-stack info for the back button.
10398 (calendar-star-date): Insert before delete.
10399 (calendar-set-mode-line): Add file-modified info if applicable.
10400 (calendar-increment-month): New function.
10401
10402 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
10403
10404 * font-lock.el (lisp-font-lock-keywords-2):
10405 Recognize "& keywords" only at word boundaries.
10406
10407 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
10408
10409 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
10410 and permanent-local.
10411 (thumbs-max-image-number): New variable.
10412 (thumbs-do-thumbs-insertion): Use them.
10413 (thumbs-per-line): Change default to 4.
10414 (thumbs-marked-list): Rename from thumbs-markedL.
10415 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10416 (thumbs-rename-images): Use -list instead of L for internal variables.
10417 (thumbs-call-convert): Use call-process instead of shell-command.
10418 (thumbs-insert-thumb): Add filename as help-echo to each image.
10419 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10420 Give dir to thumbs-show-thumbs-list.
10421 (thumbs-show-thumbs-list): Set default-directory to that of images.
10422 (thumbs-dired-show): Rename from thumbs-dired-show-all.
10423 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10424 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10425 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10426
10427 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * ses.el (ses-read-cell): Provide a default value.
10430
10431 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
10432
10433 * term/w32-win.el (image-library-alist): Add additional names for
10434 GIF library.
10435
10436 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10437
10438 * international/latexenc.el (latexenc-find-file-coding-system):
10439 Add file-regular-p check.
10440
10441 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * simple.el (clone-buffer): Don't show the new buffer in the same
10444 window.
10445
10446 2006-01-23 Juri Linkov <juri@jurta.org>
10447
10448 * faces.el (link, link-visited): New faces based on default values
10449 of `info-xref' and `info-xref-visited'.
10450
10451 * info.el (info-xref): Inherit from `link'.
10452 (info-xref-visited): Inherit from `link-visited'.
10453
10454 * cus-edit.el (custom-buffer-create-internal): Use widget type
10455 `custom-manual' instead of `info-link' and don't set properties
10456 `button-face' and `mouse-face' explicitly.
10457 (custom-browse-group-tag, custom-browse-variable-tag)
10458 (custom-browse-face-tag): Inherit from widget class
10459 `custom-group-link' instead of `push-button'.
10460 (custom-button-unraised): Inherit from `underline' face.
10461 (custom-link): Inherit from `link' face. Fix doc and group.
10462 (custom-add-parent-links, custom-group-value-create): Don't set
10463 properties `button-face' and `mouse-face' explicitly for
10464 `custom-group-link' widget.
10465 (custom-group-link): Add properties `button-face' and `mouse-face'
10466 to widget definition.
10467 (custom-field-keymap): New variable. Put `custom-field-keymap' to
10468 editable-field's :keymap property.
10469 (custom-mode): Fix docstring: substitute keybindings for
10470 `widget-forward' and `widget-backward' from `widget-keymap',
10471 `widget-complete' from `custom-field-keymap', replace old
10472 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
10473
10474 * desktop.el (desktop-load-file): Check for `fboundp' before
10475 calling `symbol-function'.
10476
10477 * simple.el (clone-buffer, clone-indirect-buffer)
10478 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
10479 `read-string'. Fix prompts.
10480
10481 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
10482
10483 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
10484
10485 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
10486
10487 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
10488
10489 * startup.el (inhibit-splash-screen, initial-scratch-message):
10490 Doc fixes.
10491
10492 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
10493
10494 Sync with Tramp 2.0.52.
10495
10496 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
10497 net/tramp-vc.el: Add code for unloading Tramp. See comment before
10498 `tramp-unload-tramp' for checklist.
10499
10500 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
10501 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
10502 (tramp-unload-file-name-handler-alist)
10503 (tramp-unload-tramp): New defuns.
10504 (tramp-advice-PC-expand-many-files): New defadvice.
10505 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
10506 removed.
10507 (tramp-handle-expand-file-name): Remove double slash.
10508 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
10509 It doesn't matter, because it will be converted later on.
10510 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
10511 implementation was just heuristic.
10512 (tramp-post-connection): Set uid and gid properties.
10513 (tramp-convert-file-attributes): Set file's gid change bit.
10514 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
10515 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
10516 in case of su(do)? methods. The home directory of the local user
10517 will be taken else.
10518 (tramp-open-connection-telnet)
10519 (tramp-open-connection-rsh, tramp-open-connection-su)
10520 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
10521 local shell prompt could hurt. Reported by Romain Francoise
10522 <romain@orebokech.com>.
10523 (tramp-let-maybe): Add `edebug-form-spec' property.
10524 (tramp-handle-expand-file-name): Bind `default-directory' locally
10525 to "/" in order to avoid problems with UNC shares or Cygwin
10526 mounts.
10527 (tramp-md5-function): Fix typo in error message.
10528
10529 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
10530
10531 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
10532 for byte-compiler pacification.
10533
10534 2006-01-22 Andre Spiegel <spiegel@gnu.org>
10535
10536 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
10537 ID-FORMAT `string'. This allows us to get rid of
10538 `vc-user-login-name UID'.
10539
10540 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
10541
10542 2006-01-22 John Paul Wallington <jpw@pobox.com>
10543
10544 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
10545
10546 2006-01-21 Martin Rudalics <rudalics@gmx.at>
10547
10548 * emacs-lisp/find-func.el (find-definition-noselect)
10549 (find-variable-noselect): Search variables in C source code too.
10550 (find-function-C-source, find-function-noselect, find-function)
10551 (find-function-other-frame, find-variable-noselect, find-variable)
10552 (find-variable-other-frame, find-variable-at-point):
10553 Fix docstrings.
10554
10555 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
10556
10557 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
10558
10559 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
10560
10561 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
10562 Default to disabling the "Save affix" question.
10563
10564 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
10565
10566 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
10567 the first arg to run-python.
10568
10569 2006-01-21 Eli Zaretskii <eliz@gnu.org>
10570
10571 * startup.el (command-line-1): Handle --no-desktop if desktop.el
10572 is not loaded.
10573
10574 2006-01-20 Jay Belanger <belanger@truman.edu>
10575
10576 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
10577 limit is 0.
10578
10579 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
10580 the correct variable.
10581
10582 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
10583
10584 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
10585 link. Fixed buggy argument sequence in call to `org-view-tags'.
10586 (org-compile-prefix-format): Set `org-prefix-has-tag'.
10587 (org-prefix-has-tag): New variable.
10588 (org-format-agenda-item): Remove tags from headline if
10589 appropriate.
10590 (org-agenda-remove-tags-when-in-prefix): New option.
10591 (org-get-tags-at): New function.
10592
10593 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
10594
10595 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
10596 (thumbs-find-image): Move image name and number from buffer name
10597 to mode name. Set thumbs-buffer. Preserve point so that large
10598 images remain visible.
10599 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
10600 order.
10601 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
10602 mode name.
10603 (thumbs-next-image, thumbs-previous-image): Make them work.
10604
10605 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
10606
10607 * cus-edit.el (custom-buffer-create-internal): State in the text above
10608 the whole buffer buttons that they do not operate on hidden items.
10609 (custom-face-menu): Use `custom-face-save' instead of
10610 `custom-face-save-command'.
10611 (custom-face-save-command): Make it an alias for `custom-face-save'
10612 and declare it obsolete.
10613 (custom-face-save): Doc fix.
10614
10615 * dired.el (dired-no-confirm): Add quote.
10616 (dired-subdir-alist-pre-R): Add quote in
10617 `make-variable-buffer-local' form and remove unbalanced parenthesis.
10618
10619 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * textmodes/table.el (table-mode-indicator): Typo in last change.
10622
10623 2006-01-19 Richard M. Stallman <rms@gnu.org>
10624
10625 * outline.el (hide-leaves): Don't call outline-end-of-heading.
10626 Fixes bug reported in Nov 2005.
10627
10628 * isearch.el (isearch-forward): Doc fix.
10629
10630 * dired.el (dired-move-to-filename-regexp): Define as alias.
10631 (dired-no-confirm): Use defcustom.
10632 (dired-subdir-alist-pre-R): Put defvar at top level.
10633
10634 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10635
10636 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10637 Mark as risky.
10638
10639 * simple.el (set-mark-command): Doc fix.
10640 (clone-indirect-buffer-other-window):
10641 Read arg like clone-indirect-buffer.
10642 (move-beginning-of-line): Skip invisible newlines.
10643
10644 2006-01-19 Masatake YAMATO <jet@gyve.org>
10645
10646 * progmodes/cpp.el (cpp-edit-load): Make the order of
10647 listed conditions in a base C code buffer and its associate
10648 CPP Edit buffer the same.
10649
10650 2006-01-19 Kenichi Handa <handa@m17n.org>
10651
10652 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10653 (rmail-mime-feature): Likewise.
10654 (rmail-require-mime-maybe): Use display-warning to show a warning
10655 message.
10656
10657 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
10658 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10659
10660 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * array.el: Move defvars out of eval-when-compile.
10663 (array-make-template): Replace undeclared global var with a local one.
10664 (array-mode): Inline initialization functions.
10665 (array-init-local-variables, array-init-max-row)
10666 (array-init-max-column, array-init-columns-per-line)
10667 (array-init-field-width, array-init-rows-numbered)
10668 (array-init-line-length, array-init-lines-per-row): Remove.
10669
10670 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
10671 (doc-mode-map): Define explicitly.
10672 (doctor-txtype): Use mapc.
10673
10674 * textmodes/table.el: Move defvars out of eval-when-compile.
10675 Remove harmful code meant to avoid byte-compiler warnings.
10676 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
10677 specification that checks table-fixed-width-mode directly.
10678 (table-recognize-region, table-recognize-cell):
10679 Use restore-buffer-modified-p.
10680 (table-fixed-width-mode): Remove code that refreshes
10681 table-fixed-mode-indicator.
10682 (*table--cell-describe-bindings, *table--cell-describe-mode):
10683 Avoid obsolete name print-help-return-message.
10684 (table--test-cell-list): Don't use replace-regexp from elisp.
10685 (table--point-entered-cell-function, table--point-left-cell-function):
10686 Don't set table-fixed-mode-indicator, use force-mode-line-update.
10687
10688 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
10689 that was after the end of file. Use buffer-file-name variable.
10690 (org-timestamp-change): Use with-current-buffer.
10691 (org-todo-list): Don't unnecessarily define a new buffer-local var.
10692 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10693 `file'.
10694
10695 * progmodes/fortran.el: Move defvars out of eval-when-compile.
10696 (fortran-break-line): Remove unused var `opoint'.
10697 (fortran-abbrev-start): Obey help-event-list.
10698
10699 2006-01-18 Jesper Harder <harder@phys.au.dk>
10700
10701 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10702
10703 2006-01-18 Masatake YAMATO <jet@gyve.org>
10704
10705 * progmodes/make-mode.el (makefile-imake-mode): New mode
10706 derived from makefile-mode.
10707 (makefile-imake-mode-syntax-table): New syntax table
10708 derived from makefile-mode-syntax-table.
10709 (makefile-mode): Write about makefile-imake-mode in doc string.
10710 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10711 (makefile-imake-font-lock-keywords): New font lock keywords.
10712
10713 * files.el (auto-mode-alist): Add Imakefile.
10714
10715 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
10716
10717 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10718 loading the file rather than when turning on flyspell-mode.
10719
10720 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
10721
10722 * cus-edit.el (customize-rogue): Minor doc fix.
10723
10724 2006-01-17 Juri Linkov <juri@jurta.org>
10725
10726 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10727 instead of the file at the mark as default if the file at the mark
10728 is the same as the file at point or if dired-dwim-target-directory
10729 is not the same as the current directory and the mark is not active.
10730
10731 * log-view.el (log-view-minor-wrap): Use the same logic to get
10732 revisions as `log-view-diff'.
10733
10734 * info.el (Info-revert-find-node): Check for Info-current-file
10735 before preserving new-history.
10736
10737 * man.el (Man-heading-regexp): Add `/'.
10738
10739 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10740 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10741
10742 2006-01-16 Juri Linkov <juri@jurta.org>
10743
10744 * faces.el (mode-line-faces): New defgroup.
10745 (mode-line-highlight): Move definition after new defgroup.
10746 (mode-line, mode-line-inactive, mode-line-highlight):
10747 Replace :group `modeline' with `mode-line-faces'.
10748 (mode-line-buffer-id): New face.
10749 (modeline-buffer-id): New face alias.
10750 (vertical-border): Remove :group `modeline'.
10751
10752 * bindings.el (propertized-buffer-identification): Use face
10753 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10754 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10755 (mode-line-buffer-identification-keymap): For mouse-1 replace
10756 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10757 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10758 mouse-3.
10759
10760 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10761 Buffer-menu-buffer. Doc fix.
10762 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
10763 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10764 `Buffer-menu-buffer'.
10765
10766 * info.el (Info-mode-line-node-keymap): New defvar.
10767 (Info-set-mode-line): Use `stringp' to check Info-current-file.
10768 Propertize Info-current-node with `mode-line-buffer-id' and
10769 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10770
10771 * time.el (display-time-mail-face): Replace :group `faces' with
10772 `mode-line-faces'.
10773
10774 2006-01-16 Kenichi Handa <handa@m17n.org>
10775
10776 * international/code-pages.el: Add autoload cookies for cp125[0345678].
10777
10778 * language/european.el (cp1252): New alias for windows-1252.
10779
10780 * international/mule.el (autoload-coding-system): Prepare for EOL
10781 variants.
10782
10783 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
10784
10785 * term.el (term-raw-map): Add mapping for insert.
10786 (term-send-insert): New.
10787 (term-mode): Make variables local here instead of doing it in
10788 `term-emulate-terminal'.
10789 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
10790 Scroll reverse needs to take into account the scroll region.
10791 Saving and restoring the cursor should save the color attributes too.
10792 (term-reset-terminal): Reset the scroll region.
10793 (term-handle-ansi-escape): Cursor up and down should take into
10794 account the scroll region.
10795 (term-set-scroll-region): Rename from `term-scroll-region'.
10796 Move to 0,0 after setting the region.
10797 (term-handle-scroll): Handle scroll up.
10798 (term-down): Fix off by one error.
10799 (term-delete-lines): Do not delete outside the scroll region.
10800 (term-insert-lines): Take into account the scroll region.
10801
10802 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * textmodes/ispell.el (ispell-internal-change-dictionary)
10805 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
10806 (start, end): Move declaration outside of eval-when-compile.
10807
10808 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
10809 (flyspell-mode-on): Use it.
10810
10811 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
10812 ispell-kill-ispell-hook.
10813
10814 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
10815
10816 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10817 (Custom-reset-saved): Do not ask for confirmation in single option
10818 buffers.
10819
10820 2006-01-13 Richard M. Stallman <rms@gnu.org>
10821
10822 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10823
10824 2006-01-13 Romain Francoise <romain@orebokech.com>
10825
10826 * add-log.el (add-change-log-entry, change-log-merge):
10827 Conditionally use `hard-newline'.
10828
10829 2006-01-13 Martin Rudalics <rudalics@gmx.at>
10830
10831 * wid-edit.el (widget-field-end): If the overlay is no longer
10832 associated with a buffer, behave as if the overlay didn't exist.
10833
10834 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
10835 Make sure the links use the `custom-link' face.
10836
10837 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
10840 (ld-script-mode): Don't set indent-line-function since we don't
10841 have one.
10842
10843 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
10844
10845 * textmodes/org.el (org-open-file): Use mailcap for selecting an
10846 application.
10847 (org-file-apps-defaults-gnu): Use mailcap as the default for
10848 selecting an application on a UNIX system.
10849 (org-agenda-show-tags): New command.
10850 (org-table-insert-hline): Keep cursor in current table line.
10851 (org-table-convert): Offset effect of modifying
10852 `org-table-insert-hline'.
10853 (org-format-agenda-item): New optional argument TAG.
10854 (org-compile-prefix-format): Handle %T format for the tag.
10855 (org-expand-wide-chars): New function.
10856 (org-table-insert-row, org-table-insert-hline):
10857 Use `org-expand-wide-chars'.
10858 (org-open-file): Fix bug in program launch.
10859 (org-get-time-of-day): Fix bug with times before 1am.
10860 (org-agenda-menu): Add tags commands.
10861
10862 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
10863
10864 * textmodes/ispell.el (ispell-init-process): Include the used
10865 dictionary in ispell process start message.
10866 (ispell-internal-change-dictionary): When flyspell-mode is active
10867 and dictionary is changed, make sure ispell process is restarted
10868 and flyspell word cache cleared out for the current buffer.
10869 (ispell-change-dictionary): Make sure flyspell word cache is
10870 cleared out in all buffers with active flyspell mode when
10871 dictionary is globally changed.
10872 Call ispell-internal-change-dictionary after dictionary change.
10873
10874 2006-01-13 Eli Zaretskii <eliz@gnu.org>
10875
10876 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10877
10878 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
10879 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
10880 years. Fix small differences wrt Makefile.in.
10881 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
10882 Makefile.in does.
10883
10884 2006-01-12 Bill Wohler <wohler@newt.com>
10885
10886 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
10887 mh-search.el.
10888
10889 2006-01-12 Masatake YAMATO <jet@gyve.org>
10890
10891 * progmodes/ld-script.el: Update copyright year.
10892
10893 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
10894
10895 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
10896 Don't add widget if setting undefined.
10897
10898 2006-01-12 John Paul Wallington <jpw@pobox.com>
10899
10900 * help-fns.el (describe-variable): Remove newlines from void
10901 variable output.
10902
10903 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
10904
10905 * wdired.el (wdired-mode-map): Add help echo for
10906 wdired-abort-changes.
10907
10908 * man.el (Man-file-name-regexp): Adjust for a list of files.
10909
10910 2006-01-12 Masatake YAMATO <jet@gyve.org>
10911
10912 * progmodes/ld-script.el (auto-mode-alist): Support
10913 suffix conventions used in netbsd and eCos.
10914
10915 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
10916
10917 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
10918 (custom-variable-menu, custom-face-menu, custom-group-menu)
10919 (Custom-mode-menu): Change names of menu items. (As discussed on
10920 emacs-devel.)
10921 (custom-face-menu): Add "Undo Edits" item.
10922
10923 * startup.el (init-file-user): defcustom -> defvar.
10924
10925 * tooltip.el (tooltip-mode): Doc fix.
10926
10927 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * reveal.el (reveal-post-command): window-buffer signals an error on
10930 dead windows rather than returning nil.
10931 (reveal-open-new-overlays): An overlay might die while we open others.
10932
10933 2006-01-11 Bill Wohler <wohler@newt.com>
10934
10935 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
10936 phrasing in docstring.
10937
10938 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
10939 can give some systems gas. Add new file mh-buffers.el.
10940
10941 2006-01-06 Masatake YAMATO <jet@gyve.org>
10942
10943 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
10944 C preprocessor forward ported from GNU Emacs 21.2.
10945
10946 * progmodes/asm-mode.el (asm-font-lock-keywords):
10947 Use `cpp-font-lock-keywords'.
10948
10949 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
10950
10951 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
10952 of $ for "\\.ld[s]?".
10953
10954 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
10957 (tcl-indent-line): Return `noindent' if inside a string.
10958
10959 * progmodes/flymake.el (flymake-split-string): Remove more than one
10960 empty string at beg/end of the result.
10961 (flymake-find-buildfile, flymake-find-possible-master-files):
10962 Use expand-file-name.
10963 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
10964 since expand-file-name does it for us. Use directory-file-name.
10965 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
10966 (flymake-ler-get-type, flymake-ler-get-text)
10967 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
10968 (flymake-current-line-no): Remove spurious interactive spec.
10969 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
10970 (flymake-check-include): Remove arg inc-path merged into inc-name.
10971 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
10972 Arg regexp-list replaced by a simple regexp.
10973 (flymake-master-make-header-init, flymake-master-tex-init):
10974 Correspondingly replace regexp-list with a regexp. Fix regexp.
10975
10976 2006-01-10 Simon Josefsson <jas@extundo.com>
10977
10978 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
10979 describing AUTH PLAIN fix.
10980
10981 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10982
10983 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
10984 (report-emacs-bug): Don't record initial prompt text.
10985 Instead, add text properties to prompting text.
10986 (report-emacs-bug-hook): Delete prompting text.
10987
10988 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
10991 `dirs'. Adjust callers.
10992
10993 2006-01-09 John Paul Wallington <jpw@gnu.org>
10994
10995 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
10996
10997 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * reveal.el (reveal-open-new-overlays): New extracted fun.
11000 (reveal-close-old-overlays): Idem. Check overlays's liveness before
11001 using them. Simplify the code.
11002 (reveal-post-command): Use them. Fix up obsolete windows in
11003 reveal-open-spots.
11004
11005 * progmodes/flymake.el: Use `require' rather than autoload for
11006 XEmacs's overlays.
11007 (flymake-get-common-file-prefix, flymake-build-relative-filename):
11008 Delete. Use file-relative-name instead.
11009 (flymake-get-syntax-check-program-args, flymake-perl-init):
11010 Simplify the resulting code.
11011
11012 * log-view.el (log-view-file-re, log-view-message-re): Add support
11013 for DaRCS output.
11014
11015 2006-01-09 Alex Schroeder <alex@gnu.org>
11016
11017 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11018 identifiers sometimes added in square brackets at the beginning of
11019 subject lines.
11020
11021 2006-01-07 Richard M. Stallman <rms@gnu.org>
11022
11023 * cus-edit.el (Custom-set, Custom-save): Doc fix.
11024 (Custom-reset-current, Custom-reset-saved): Change question text.
11025 (Custom-reset-standard): Likewise.
11026 (custom-variable-reset-saved): Doc fix.
11027
11028 2006-01-07 Eli Zaretskii <eliz@gnu.org>
11029
11030 * startup.el (init-file-user): Doc fix.
11031
11032 2006-01-07 Alex Schroeder <alex@gnu.org>
11033
11034 * mail/rmail.el (rmail-current-subject): New function.
11035 (rmail-current-subject-regexp): New function.
11036 (rmail-next-same-subject): Use it.
11037
11038 * mail/rmailsum.el (rmail-summary-by-topic):
11039 Use rmail-current-subject and rmail-current-subject-regexp.
11040 (rmail-summary-next-same-subject): Ditto.
11041
11042 * net/rcirc.el (rcirc-send-input): No longer check whether the
11043 process is open, since not all commands need an open process.
11044 (rcirc-send-string): Check whether the process is open before
11045 sending anything.
11046 (rcirc-ignore-list): New option.
11047 (rcirc-ignore-list-automatic): New variable.
11048 (rcirc-print): Take rcirc-ignore-list into account.
11049 (rcirc-cmd-ignore): New command.
11050 (rcirc-ignore-update-automatic): New function.
11051 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11052 list if ignored nicks.
11053 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11054
11055 2006-01-06 David Reitter <david.reitter@gmail.com>
11056
11057 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11058 reflect the address to which the report will be sent.
11059
11060 2006-01-06 Eli Zaretskii <eliz@gnu.org>
11061
11062 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11063 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11064
11065 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
11066
11067 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11068
11069 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11070 the doc string: "functoin" => "function".
11071 * ldefs-boot.el: Likewise.
11072
11073 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11074 message text: "Duplicat" => "Duplicate".
11075
11076 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
11077
11078 * files.el (basic-save-buffer-2): If backing-up failed, reset
11079 buffer-backed-up to nil.
11080
11081 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
11082
11083 * progmodes/gud.el (gdb-script-skip-to-head)
11084 (gdb-script-calculate-indentation): Indent for breakpoint command
11085 lists also.
11086
11087 2006-01-05 Bill Wohler <wohler@newt.com>
11088
11089 * Makefile.in (compile-always): Add mh-autoloads dependency.
11090 (bootstrap): Remove mh-autoloads dependency, as compile dependency
11091 provides it.
11092 (updates): Remove mh-autoloads dependency, since it probably has
11093 already run recently (via recompile).
11094
11095 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11098 argument `force' to disable the flyspell-last-buffer optimization.
11099 (flyspell-mode-on): Use it.
11100
11101 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11102 flymake-simple-cleanup.
11103 (flymake-allowed-file-name-masks): Use this new default.
11104 All the functions are now called in the right buffer rather than
11105 passing the buffer as argument.
11106 (flymake-process-sentinel): Switch to buffer before calling cleanup.
11107 (flymake-parse-err-lines): Remove redundant buffer arg.
11108 (flymake-get-program-dir): Comment out unused function.
11109 (flymake-start-syntax-check, flymake-start-syntax-check-process):
11110 Remove redundant buffer argument.
11111 (flymake-get-real-file-name, flymake-simple-java-cleanup)
11112 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11113
11114 2006-01-05 Richard M. Stallman <rms@gnu.org>
11115
11116 * info.el (Info-find-node): Don't record previous node if have none.
11117 (info): Go to directory only if history is empty.
11118
11119 * simple.el (mark): Doc fix.
11120
11121 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11122
11123 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11124 already of desired type.
11125 (mac-ae-list): Coerce parameter to "list" type.
11126 (mac-dispatch-apple-event): Replace cadr part of event with a
11127 dummy position so that event-start returns it.
11128
11129 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
11130
11131 * textmodes/org.el (org-end-of-subtree): New function.
11132 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11133 Use `org-end-of-subtree'.
11134 (org-agenda, org-agenda-convert-date): Protect calls to
11135 `fit-window-to-buffer'.
11136 (org-tags-view): Force matching of sublevels when doing a
11137 todo-only search. Define the correct redo command, including the
11138 arguments.
11139 (org-agenda-redo): Display message.
11140 (org-check-for-org-mode): New function.
11141 (org-agenda-type): New variable.
11142 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11143 Set `org-agenda-type'.
11144 (org-agenda-check-type): New function.
11145 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11146 (org-agenda-week-view, org-agenda-day-view)
11147 (org-agenda-next-date-line, org-agenda-previous-date-line)
11148 (org-agenda-log-mode, org-agenda-toggle-diary)
11149 (org-agenda-toggle-time-grid, org-agenda-date-later)
11150 (org-agenda-date-prompt, org-agenda-diary-entry)
11151 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11152 (org-agenda-convert-date, org-agenda-menu):
11153 Use `org-agenda-check-type'.
11154 (org-make-overlay, org-delete-overlay)
11155 (org-detatch-overlay, org-move-overlay, org-overlay-put):
11156 New compatibility functions.
11157 (org-calendar-select-mouse): New command.
11158
11159 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
11160
11161 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11162 (Custom-reset-standard): Fix y-or-n-p messages.
11163 (custom-link): New face for links.
11164 (custom-buffer-create-internal, custom-manual): Use it.
11165 (custom-face-save): Push to theme-face before setting face spec.
11166
11167 * wid-edit.el (widget-default-mouse-face-get): New function.
11168 (widget-specify-button): Handle mouse-face like button-face.
11169
11170 * custom.el (load-theme): Clear old theme settings if reloading.
11171
11172 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
11173
11174 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11175 "Erase Customization" button back to same position it occupies in
11176 the individual State menus.
11177
11178 2006-01-04 Kim F. Storm <storm@cua.dk>
11179
11180 * wid-edit.el (key-sequence): Rework widget to read key binding
11181 using `kbd' syntax. Use C-q to insert literal key, event, or code.
11182 (widget-key-sequence-default-value): Default value for empty sequence.
11183 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
11184 (widget-key-sequence-read-event): New command for C-q.
11185 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11186 (widget-key-sequence-value-to-external): New functions.
11187
11188 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11191 Use expand-file-name.
11192 (flymake-delete-temp-directory): Use expand-file-name,
11193 file-name-directory, and directory-file-name.
11194 (flymake-strrchr): Delete.
11195 (flymake-start-syntax-check): Don't pass the redundant buffer argument
11196 to the init-f function.
11197 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11198 (flymake-init-find-buildfile-dir)
11199 (flymake-init-create-temp-source-and-master-buffer-copy)
11200 (flymake-simple-make-init-impl, flymake-simple-make-init)
11201 (flymake-master-make-init, flymake-master-make-header-init)
11202 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11203 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11204 (flymake-xml-init): Remove corresponding redundant buffer argument.
11205 (flymake-allowed-file-name-masks): Remove last elems that are equal to
11206 the default anyway. Clean up regexps.
11207
11208 * progmodes/flymake.el (flymake-temp-source-file-name)
11209 (flymake-master-file-name, flymake-temp-master-file-name)
11210 (flymake-base-dir): New buffer-local vars.
11211 (flymake-buffer-data, flymake-get-buffer-value)
11212 (flymake-set-buffer-value): Replace those hash-tables by the new
11213 buffer-local vars. Update callers.
11214
11215 * progmodes/flymake.el (flymake-check-start-time)
11216 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11217 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11218 Move definition, so we can remove redundant earlier declaration.
11219 (flymake-replace-regexp-in-string, flymake-split-string)
11220 (flymake-get-temp-dir): Use defalias.
11221 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
11222 (flymake-xemacs-window-edges): Remove unused function.
11223 (flymake-get-point-pixel-pos): Move.
11224 (flymake-pid-to-names, flymake-reg-names)
11225 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11226 Replace by a simple list flymake-processes and by process-buffer.
11227 Update callers. Other than simplify the code, it uses buffers rather
11228 than buffer-names so it doesn't get confused by uniquify.
11229 (flymake-buffer-data): The global value should just be nil.
11230
11231 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11232 Optimize the body of a defalias like any other code.
11233
11234 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11235 Make sure we've setup font-lock's vars. It may influence which
11236 function we then call.
11237 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11238 here since it's too late anyway.
11239
11240 2006-01-03 Romain Francoise <romain@orebokech.com>
11241
11242 * startup.el (fancy-splash-tail, normal-splash-screen):
11243 Update copyright year.
11244
11245 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
11246
11247 * mouse.el (mouse-drag-track): Rename, from
11248 `mouse-drag-region-1'. Includes optional argument required to
11249 enable post-drag event processing (e.g. delete region keys).
11250 Can be used without this argument to track a mouse region and operate
11251 on it as soon as the drag completes.
11252 (mouse-drag-region): Use `mouse-drag-track'.
11253
11254 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
11255
11256 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11257 Move to `custom-buffer' group.
11258
11259 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11260 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11261 (custom-theme-insert-face-marker, custom-theme-variable-menu)
11262 (custom-theme-face-menu): New variables.
11263 (custom-theme-add-variable, custom-theme-variable-action)
11264 (custom-variable-reset-theme, custom-theme-delete-variable)
11265 (custom-face-reset-theme, custom-theme-face-action)
11266 (custom-theme-delete-face, custom-theme-merge-theme)
11267 (custom-theme-add-face, custom-theme-visit-theme): New functions.
11268
11269 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
11270
11271 * custom.el: Move Custom Themes commentary to start of theme code.
11272 (custom-known-themes): Rename `standard' theme to `changed'.
11273 (custom-push-theme): Caller no longer specifies what theme to use
11274 when doing `reset'---the setting is simply removed from the theme.
11275 Delete MODE from `theme-value' and `theme-settings' properties.
11276 (custom-declare-theme): Ignore &rest args since we don't use them.
11277
11278 (custom-loaded-themes): Delete variable.
11279 (custom-theme-load-themes, custom-theme-loaded-p)
11280 (custom-theme-value): Delete functions.
11281
11282 (custom-declare-theme): Signal error on invalid theme names.
11283 (provide-theme): custom-loaded-themes was deleted.
11284 (load-theme): Load the file unconditionally.
11285 (enable-theme): Call `load-theme' if theme is undefined.
11286 (custom-enabled-themes): Only update value for successful loads.
11287 (disable-theme): Complete from enabled themes when interactive.
11288 (custom-variable-theme-value): Calculate theme value directly.
11289
11290 (custom-theme-reset-variables, custom-reset-variables): Mark as
11291 XEmacs compatibility functions. We don't actually use these.
11292
11293 * cus-edit.el (custom-variable-state-set):
11294 Use custom-variable-theme-value instead of custom-theme-value.
11295 (custom-face-state-set): Rename `standard' theme to `changed'.
11296 (custom-save-variables, custom-save-faces): Delete unneeded
11297 references to custom-reset-variables.
11298 (custom-save-resets): Delete function.
11299 (custom-save-variables, custom-save-faces): MODE argument deleted.
11300 (custom-save-variables, custom-save-faces): Ignore theme values.
11301
11302 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11303 compatibility function.
11304
11305 2006-01-01 Richard M. Stallman <rms@gnu.org>
11306
11307 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11308 (Custom-reset-current, Custom-reset-saved): Likewise.
11309 (Custom-reset-standard): Show message if aborted.
11310 (custom-mode): Doc fix, describing those commands.
11311
11312 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11313 put on event-kind property.
11314
11315 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
11316
11317 * custom.el (provide-theme): Ban `user' theme name.
11318 (custom-enabling-themes): New variable.
11319 (enable-theme): Don't enable user if custom-enabling-themes is t.
11320 (custom-enabled-themes): Make it a defcustom.
11321 (custom-theme-recalc-face): No-op if face is undefined.
11322
11323 * cus-edit.el (custom-button-mouse): New variable.
11324 (custom-button-mouse): New face.
11325 (custom-raised-buttons, custom-mode): Use it.
11326
11327 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11328
11329 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11330
11331 * progmodes/gud.el (gud-display-line): Support hl-line in the
11332 source buffer.
11333
11334 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11335
11336 * mouse.el (mouse-drag-window-above): Verify that the found window
11337 overlaps with the given window in the horizontal dimension.
11338
11339 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11340
11341 * Makefile.in (cvs-update): New target.
11342
11343 * makefile.w32-in (cvs-update): Ditto.
11344
11345 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
11346
11347 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
11348 (custom-new-theme-mode-map): New variable.
11349
11350 2005-12-30 Richard M. Stallman <rms@gnu.org>
11351
11352 * custom.el (custom-load-themes): Function deleted.
11353
11354 * cus-edit.el (custom-save-loaded-themes): Function deleted.
11355 (custom-save-variables): Don't delete or add custom-load-themes call.
11356
11357 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * cus-start.el: Add `visible-cursor'.
11360
11361 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11362 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11363 (flymake-process-filter): Switch to buffer before calling it instead.
11364 (flymake-post-syntax-check, flymake-highlight-err-lines)
11365 (flymake-delete-own-overlays, flymake-parse-err-lines)
11366 (flymake-start-syntax-check, flymake-start-syntax-check-process)
11367 (flymake-count-lines, flymake-parse-residual):
11368 Remove constant buffer argument.
11369 (flymake-start-syntax-check-for-current-buffer): Remove.
11370 Update callers to use flymake-start-syntax-check instead.
11371 (flymake-display-err-menu-for-current-line):
11372 Remove unused var `mouse-pos'.
11373 (flymake-restore-formatting): Comment out unused function.
11374 (flymake-report-status, flymake-report-fatal-status): Remove buffer
11375 argument, use current-buffer instead. Update callers.
11376
11377 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11378
11379 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11380 buffer-local because choose-completion-delete-max-match requires
11381 that we set completion-ignore-case (i.e., binding via let is not
11382 sufficient).
11383 (bibtex-complete): Always set completion-ignore-case and
11384 choose-completion-string-functions. The latter is needed because
11385 choose-completion-string-functions keeps its value if we quit the
11386 *Completions* buffer without requesting a completion.
11387
11388 2005-12-30 Andreas Schwab <schwab@suse.de>
11389
11390 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
11391
11392 2005-12-30 Eli Zaretskii <eliz@gnu.org>
11393
11394 * jit-lock.el (jit-lock-chunk-size): Doc fix.
11395
11396 2005-12-30 Juri Linkov <juri@jurta.org>
11397
11398 * locate.el (locate-fcodes-file, locate-header-face)
11399 * progmodes/delphi.el (delphi-other-face)
11400 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11401
11402 * paren.el (show-paren-match, show-paren-mismatch): Use existing
11403 group `paren-showing-faces'.
11404
11405 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11406 (goto-address): Fix docstring.
11407
11408 * net/webjump.el (webjump-sample-sites): Update URLs.
11409
11410 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11411
11412 * subr.el (cancel-change-group): Add listp around pending-undo-list.
11413
11414 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
11415
11416 * font-lock.el (font-lock-compile-keywords): Signal an error when
11417 font-lock-set-defaults hasn't been called.
11418
11419 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
11420
11421 * subr.el (noreturn, 1value): Doc fixes.
11422
11423 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11424
11425 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11426 that assoc-string returns nil.
11427
11428 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11429
11430 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11431 (bibtex-entry-type-str, bibtex-empty-field-re)
11432 (bibtex-search-backward-string, bibtex-preamble-prefix)
11433 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
11434 (bibtex-any-valid-entry-type): New variable.
11435 (bibtex-parse-field-name): Simplify.
11436 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
11437 (bibtex-preamble-prefix): Include left delimiter.
11438 (bibtex-search-forward-field, bibtex-search-backward-field):
11439 Allow unbounded search past entry boundaries (required by bibtex-pop).
11440 (bibtex-text-in-field-bounds): Use push.
11441 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
11442 (bibtex-parse-preamble, bibtex-valid-entry)
11443 (bibtex-beginning-first-field): New functions.
11444 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
11445 (bibtex-map-entries): Fix docstring.
11446 (bibtex-flash-head): New arg prompt. Simplify.
11447 (bibtex-enclosing-field): Include code of bibtex-inside-field.
11448 (bibtex-insert-kill): Simplify. Always insert text past the
11449 current field or entry.
11450 (bibtex-format-entry): Use bibtex-parse-field.
11451 (bibtex-pop): Use bibtex-beginning-of-entry and
11452 bibtex-end-of-entry to initiate the search. Insert empty field if
11453 we found ourselves.
11454 (bibtex-print-help-message): New args field and comma.
11455 Handle entry keys.
11456 (bibtex-make-field): Use bibtex-beginning-of-entry.
11457 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
11458 invalid entry.
11459 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
11460 Handle preambles. Simplify code for thorough test.
11461 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
11462 New arg comma. Handle entry heads.
11463 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
11464 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
11465 New arg comma.
11466 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
11467 (bibtex-fill-field): Simplify.
11468 (bibtex-fill-entry): Use bibtex-beginning-first-field and
11469 bibtex-parse-field.
11470 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
11471 (bibtex-complete): Use bibtex-parse-preamble.
11472
11473 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
11474
11475 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
11476 Display name of expression instead of convenience variable.
11477 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
11478
11479 * progmodes/gud.el (gud-tooltip-dereference): Rename from
11480 toggle-gud-tooltip-dereference.
11481 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
11482 (gud-tooltip-tips): ...here when dereferencing.
11483
11484 2005-12-28 Bill Wohler <wohler@newt.com>
11485
11486 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
11487
11488 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
11491 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
11492 (vc-annotate-display-autoscale): Adjust call.
11493 (vc-annotate-display-default): Adjust call. Make arg compulsory.
11494 Fix interactive spec.
11495 (vc-annotate-time-span): Remove.
11496 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
11497 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
11498 (vc-annotate-display-select): Use new name.
11499
11500 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
11501 (vc-annotate-mode-menu): Remove left-over redundant declaration.
11502 Correct the construction of span entries. Simplify.
11503 (vc-annotate-display-select): Fix the nil case.
11504 (vc-annotate): Remove obsolete (and now broken) code.
11505 (vc-annotate-extract-revision-at-line): Remove obsolete code.
11506 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
11507
11508 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
11509
11510 * subr.el (lazy-completion-table): Correct typo in docstring.
11511
11512 * startup.el (command-line): Use `custom-reevaluate-setting' for
11513 `send-mail-function'.
11514
11515 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
11516
11517 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
11518
11519 * mail/smtpmail.el (smtpmail-try-auth-methods):
11520 Send credentials together with "AUTH PLAIN" command.
11521
11522 2005-12-27 Richard M. Stallman <rms@gnu.org>
11523
11524 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
11525 mouse-2, go back to previously selected window, so it's selected
11526 when mouse-2 command runs.
11527
11528 2005-12-27 Juri Linkov <juri@jurta.org>
11529
11530 * descr-text.el (describe-text-sexp): Use square brackets for
11531 button [Show] to distinguish it from the property value `show'.
11532 (describe-property-list): Use `insert-text-button' with
11533 `help-face' type instead of putting face in quotes, because button
11534 is not created automatically for a list of faces.
11535 (describe-text-properties-1): Put button-type value in quotes to
11536 distinguish from plain text "button".
11537 (describe-char): Display code point values in hex. Don't use
11538 `symbol-name' for `current-input-method' because it is a string.
11539 Use `insert-text-button' with `help-face' type instead of putting
11540 hardcoded face in quotes, because button is not created automatically.
11541
11542 2005-12-27 Richard M. Stallman <rms@gnu.org>
11543
11544 * progmodes/glasses.el (glasses-face): More specific custom type.
11545
11546 * files.el (set-visited-file-name): Doc fix.
11547
11548 * textmodes/flyspell.el (flyspell-external-point-words):
11549 Use local var buffer-scan-pos to advance scan for next misspelling.
11550 Advance it only after we find the misspelling.
11551
11552 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
11553
11554 * textmodes/flyspell.el (flyspell-external-point-words):
11555 New criteria for finding the misspelling in the buffer.
11556
11557 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
11558
11559 * help-mode.el (help-insert-string): Set help-xref-stack-item
11560 rather than call help-setup-xref.
11561
11562 * descr-text.el (describe-char): Revert previous changes for
11563 optional buffer argument.
11564
11565 2005-12-27 Juri Linkov <juri@jurta.org>
11566
11567 * help-mode.el (help-insert-string): New function. Save buffer
11568 contents in cases where it is impossible to recompute the old contents.
11569
11570 * descr-text.el (describe-char): Set help-xref-stack-item
11571 explicitly after buffer has been generated.
11572
11573 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11574
11575 * cus-start.el (all): Add x-gtk-show-hidden-files.
11576
11577 2005-12-26 Richard M. Stallman <rms@gnu.org>
11578
11579 * replace.el (perform-replace): Calculate match-again
11580 before skipping read-only matches.
11581
11582 * paren.el (paren-showing-faces): New group.
11583 (show-paren-match, show-paren-mismatch): Move to that group.
11584
11585 * button.el (button): Put into group `basic-faces'.
11586
11587 * progmodes/make-mode.el: Remove faces from group `faces'.
11588
11589 * apropos.el (apropos, apropos-value): Doc fix.
11590 (apropos-documentation): Doc fix.
11591
11592 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * subr.el (lazy-completion-table): Remove argument `args'.
11595
11596 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11597 Don't use the `args' argument of lazy-completion-table.
11598
11599 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
11600
11601 * descr-text.el (describe-char): Add optional argument for buffer.
11602 Set buffer appropriately. Call help-setup-xref.
11603 Suggested by Stefan Monnier.
11604
11605 2005-12-26 Juri Linkov <juri@jurta.org>
11606
11607 * descr-text.el: Require `help-fns' at runtime. Don't require
11608 `button' for byte compilation.
11609 (describe-text-widget): Add `help-echo' for first button.
11610 Use `help-info' for second.
11611 (describe-property-list): Use `help-argument-name' instead of `italic'.
11612 (describe-text-category): Add prompt to interactive spec.
11613 Call `help-setup-xref'.
11614 (describe-char): Use `help-character-set'. Add `help-echo' for
11615 code point. Use `help-input-method'. Remove superfluous insert.
11616
11617 2005-12-25 Richard M. Stallman <rms@gnu.org>
11618
11619 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11620 at point, in case of narrowing.
11621
11622 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11623
11624 * locate.el (locate-header-face): Allow nil in type.
11625
11626 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11627
11628 2005-12-25 Romain Francoise <romain@orebokech.com>
11629
11630 * battery.el (battery-linux-proc-acpi): Also try
11631 `/proc/acpi/thermal_zone/THM0/temperature'.
11632
11633 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
11634
11635 * custom.el (custom-push-theme): Fix docstring.
11636
11637 * cus-edit.el (custom-variable-set, custom-variable-save)
11638 (custom-variable-save): Custom-quote widget values.
11639 (customize-save-variable): Fix custom-push-theme call.
11640
11641 2005-12-24 Eli Zaretskii <eliz@gnu.org>
11642
11643 * w32-fns.el (w32-batch-update-autoloads): New function.
11644
11645 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11646 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
11647 from the command line.
11648
11649 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
11650
11651 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
11652 reset means to remove setting from theme entirely. Don't keep
11653 expanding theme-settings list; delete old entries if necessary.
11654
11655 * cus-edit.el (custom-buffer-create-internal): Move "Erase
11656 customization" button one line up.
11657 (custom-themed): New face.
11658 (custom-magic-alist): New value, THEMED, for theme settings.
11659 (custom-variable-state-set, custom-face-state-set):
11660 Check theme-value instead of saved-value.
11661 (custom-variable-reset-standard, custom-face-reset-standard):
11662 Remove theme setting entirely. Recalculate new values.
11663 (custom-variable-set, custom-variable-set)
11664 (custom-variable-reset-saved, custom-variable-reset-backup)
11665 (custom-face-set, custom-face-reset-saved): Update `user' theme.
11666 (custom-variable-save): Fix typos.
11667
11668 2005-12-23 Juri Linkov <juri@jurta.org>
11669
11670 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11671 Add autoload cookies.
11672 (edebug-outside-d-c-i-n-s-w): New variable.
11673 (edebug-display, edebug-outside-excursion): Use it to save the
11674 original value of default-cursor-in-non-selected-windows.
11675 Set default-cursor-in-non-selected-windows to t while Edebug
11676 is active.
11677 (edebug-mode, edebug-eval-mode): Doc fix.
11678
11679 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11680 with `buffer-substring-no-properties' to remove common substring
11681 highlighting.
11682
11683 * info.el (info-other-window, info): Rename function argument
11684 `file' to `file-or-node'.
11685 (Info-complete-menu-item): Use local variable `complete-nodes' to
11686 keep the global value of `Info-complete-nodes' unchanged for
11687 subsequent completions.
11688 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11689
11690 * simple.el (get-next-valid-buffer, last-buffer)
11691 (next-error-buffer-p, next-error-find-buffer)
11692 (minibuffer-history-sexp-flag): Doc fix.
11693
11694 * savehist.el (savehist-mode-hook): Add `:group'.
11695
11696 * log-view.el: Call autoload for vc-find-version.
11697 (log-view-current-file): Adjust subgroup numbers.
11698 (log-view-current-tag): Add `length'.
11699
11700 2005-12-23 Richard M. Stallman <rms@gnu.org>
11701
11702 * vc.el (vc-annotate-car-last-cons): Defn moved up.
11703
11704 2005-12-23 Juri Linkov <juri@jurta.org>
11705
11706 * hi-lock.el (hi-lock-archaic-interface-message-used)
11707 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11708 (hi-lock-mode): Display "Hi" in the mode line only when
11709 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11710 (hi-lock-write-interactive-patterns):
11711 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11712 (hi-lock-set-pattern, hi-lock-set-file-patterns)
11713 (hi-lock-font-lock-hook): Set 3rd arg `how' of
11714 font-lock-add-keywords to t.
11715
11716 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
11717
11718 * hi-lock.el (hi-lock-highlight-range): New variable.
11719 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11720 only if font-lock-fontified is non-nil. Remove overlays.
11721 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11722 font-lock-fontified is non-nil, otherwise use overlays (instead of
11723 text properties).
11724 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11725 New variables.
11726 (hi-lock-string-serialize) New function.
11727
11728 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11729
11730 * menu-bar.el (menu-find-file-existing): New function.
11731 (menu-bar-file-menu): Use menu-find-file-existing for Open.
11732
11733 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
11734
11735 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * vc.el: Remove unnecessary leading * in docstrings.
11738 (vc-annotate-mode-map): Move initialization into declaration.
11739 (vc-static-header-alist): Nitpick on the regexp.
11740 (vc-default-init-version): New fun.
11741 (vc-register): Use it.
11742 (vc-insert-headers): Use dolist.
11743 (vc-annotate-get-backend): Remove unused function.
11744 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11745 (vc-annotate-mode): Remove corresponding call.
11746 (vc-annotate-car-last-cons): Simplify.
11747 (vc-annotate-buffers): Remove var.
11748 (vc-annotate-backend): Make it buffer-local.
11749 (vc-annotate): Move the interaction to the interactive spec.
11750 Add a `buf' argument.
11751 (vc-annotate-warp-version): Use this new `buf' argument to avoid
11752 killing&creating a vc-annotate buffer, which is very disruptive when
11753 the buffers are shown in dedicated frames.
11754
11755 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
11756
11757 * descr-text.el: Add FSF as maintainer.
11758 (describe-text-mode, describe-text-mode-map)
11759 (describe-text-mode-hook, describe-text-done): Delete. Use normal
11760 help-mode.
11761 (describe-text-widget, describe-text-sexp)
11762 (describe-property-list, describe-text-category)
11763 (describe-text-properties, describe-text-properties-1)
11764 (describe-char): Use help buttons instead of widgets.
11765 (describe-char-unicodedata-file): Make URL link in doc string.
11766
11767 2005-12-22 Richard M. Stallman <rms@gnu.org>
11768
11769 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11770 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11771 Don't include buttons that write a file when there's no file.
11772 (custom-variable-menu, custom-face-menu, custom-group-menu):
11773 Don't include commands that write a file when there's no file.
11774 (customize-browse): Reword the top-of-buffer help intro.
11775 (custom-buffer-create-internal): Fix previous change.
11776 (customize-changed-options-previous-release): Prev release is 21.1.
11777 (customize-changed-options): Doc fix.
11778 (customize-changed): New alias.
11779 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11780 Say "standard values".
11781 (Custom-reset-standard): Doc fix.
11782 (custom-face-reset-standard): Doc fix.
11783
11784 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11787 even if font-lock-mode is non-nil since it may be t without having
11788 turned on font-lock-mode-internal.
11789 (font-lock-choose-keywords): Minor optimization.
11790 (font-lock-add-keywords, font-lock-remove-keywords)
11791 (font-lock-set-defaults): Don't call make-local-variable on a variable
11792 that we know to already be local.
11793
11794 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11797 messages if in the minibuffer.
11798
11799 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11802 (tex-mode-flyspell-verify, flyspell-get-word)
11803 (flyspell-external-point-words): Don't use point-min/max uselessly.
11804
11805 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
11806 by Kevin Rodgers. Instead, just hide the completions buffer if we
11807 don't need to show it.
11808
11809 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
11810
11811 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11812
11813 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11814
11815 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
11816 delete-windows-on with an inexistent buffer.
11817
11818 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
11819
11820 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11821 Delete defcustom variable :tag names.
11822
11823 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
11824
11825 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
11826 (log-view-font-lock-keywords): Ajust subgroup numbers.
11827 (log-view-current-tag): Don't hard code the number of subgroups.
11828
11829 2005-12-20 Juri Linkov <juri@jurta.org>
11830
11831 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
11832 (tooltip-x-offset, tooltip-y-offset): Doc fix.
11833
11834 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11835 (menu-bar-non-minibuffer-window-p): Instead of checking
11836 display-multi-frame-p, use selected-frame when menu-updating-frame
11837 is nil.
11838
11839 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
11840
11841 * align.el (align-rules-list): Use [ \t] instead of \s-
11842 for column separators in text mode.
11843
11844 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
11845
11846 * help-mode.el (help-customize-variable, help-customize-face):
11847 Don't pop help-xref-stack as help-follow no longer pushes
11848 anything on to it.
11849
11850 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
11851
11852 * textmodes/org.el (org-agenda-custom-commands): New option.
11853 (org-agenda): Offer custom commands on splash screen.
11854 (org-make-tags-matcher): Parser for Boolean logic added.
11855 (org-agenda-set-tags): New command.
11856 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
11857 (org-set-tags): Efficiency improvements.
11858 (org-auto-align-tags): New option.
11859 (org-todo, org-demote, org-promote): Realign tags.
11860 (org-tags-completion-function): Use also "&" and "|" as separators.
11861 (org-org-menu): Agenda commands simplified.
11862
11863 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
11864
11865 * cus-edit.el (customize-apropos, customize-apropos-options):
11866 Docstring changes.
11867
11868 * font-lock.el (font-lock): Add tags to the links in the defgroup.
11869
11870 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
11871
11872 * longlines.el (longlines-mode): Wrap while widened.
11873 (longlines-decode-region, longlines-encode-region): Compute max
11874 just once.
11875
11876 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11877
11878 * cus-edit.el (mac): New group.
11879
11880 * cus-start.el (all): Add user options in macterm.c. Add test for
11881 Mac-related built-ins. Fix test for GTK-related built-ins.
11882
11883 * term/mac-win.el (mac-handle-language-change)
11884 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
11885 (mac-services-open-selection, mac-services-mail-selection)
11886 (mac-services-mail-to, mac-services-insert-text)
11887 (mac-dispatch-apple-event): Add docstrings.
11888 (x-get-selection, mac-select-convert-to-string): Select coding
11889 system from `utf-16be' and `utf-16le' using `byteorder'.
11890
11891 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * subr.el (lazy-completion-table): Don't be fooled if the var holds
11894 a "list" (lambda ...) rather than a real completion list.
11895
11896 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
11897 lexical-let when encountering ((lambda (...) ...) ...).
11898
11899 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11900
11901 * progmodes/sh-script.el (sh-mode):
11902 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
11903 * textmodes/picture.el (picture-mode): Update docstrings.
11904
11905 2005-12-17 Eli Zaretskii <eliz@gnu.org>
11906
11907 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
11908 commands enclosed in $(ARGQUOTE)s should not be split between two
11909 lines, as that will break with GNU Make >3.80, when sh.exe is used
11910 and arg quoting is with '..'.
11911 (autoloads): Don't break the quoted --eval expression between
11912 several lines.
11913
11914 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11915
11916 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
11917 Capture error from printing circular structures.
11918
11919 2005-12-17 Martin Rudalics <rudalics@gmx.at>
11920
11921 * wid-edit.el (widget-checkbox-action): Clear undo info.
11922
11923 2005-12-16 Bill Wohler <wohler@newt.com>
11924
11925 * menu-bar.el (kill-this-buffer): Set a good example by using menu
11926 bar, not menubar in comment.
11927
11928 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
11931 After-change-functions should not clobber the match data.
11932
11933 2005-12-16 Juri Linkov <juri@jurta.org>
11934
11935 * simple.el (choose-completion): Use `buffer-substring-no-properties'
11936 instead of `buffer-substring'.
11937 (completion-common-substring): Doc fix.
11938 (completion-setup-function): Use minibuffer-completion-contents
11939 instead of minibuffer-contents. Don't set common-string-length
11940 initially. Remove special handling of partial-completion-mode.
11941 Move computation of completion-base-size into one cond.
11942 Call completion-base-size-function in mainbuf. In computation of
11943 completion-base-size for file name completion don't move point to
11944 the end of the minibuffer. Move computation of common-string-length
11945 into one cond. Start putting faces only when common-string-length>=0.
11946 Add condition to put completions-common-part when
11947 common-string-length>0.
11948
11949 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
11950 place point at the first different character in the minibuffer
11951 even if this position is at the beginning of the minibuffer.
11952
11953 * info.el (Info-read-node-name-1): In completion-base-size-function's
11954 lambda return 1 if common-substring or minibuffer-completion-contents
11955 starts with (, and 0 otherwise.
11956
11957 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
11958 Use `crm-current-element' for second arg of `display-completion-list'.
11959
11960 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
11961
11962 * files.el (set-auto-mode): Look for an interpreter specified on
11963 the first line also if search for mode specification succeeded,
11964 but the mode is not known.
11965
11966 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
11967
11968 * textmodes/org.el (org-tags-match-list-sublevels): New option.
11969 (org-open-at-point): Implement tag searches as links.
11970 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
11971 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
11972 (org-tags-sparse-tree, org-tags-view, org-set-tags)
11973 (org-agenda-dispatch): New commands.
11974 (org-use-tag-inheritance, org-tags-column): New options.
11975 (org-tab-follows-link, org-return-follows-link): New options.
11976 (org-tags): New customize group.
11977 (org-start-icalendar-file): Get local time zone.
11978 (org-tags-completion-function): New function.
11979 (org-set-font-lock-defaults): Make sure links will also be
11980 highlighted inside headlines.
11981
11982 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
11983
11984 * term.el (term-emulate-terminal):
11985 Let term-handle-ansi-terminal-messages override what Bash says about
11986 its current directory.
11987
11988 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11989
11990 * bindings.el (last-buffer): Move to simple.el.
11991 * simple.el (last-buffer): Move here.
11992 (get-next-valid-buffer): New function.
11993 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
11994 (prev-buffer): Ditto. Rename to `previous-buffer'.
11995
11996 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
11997 * bindings.el (global-map): Ditto.
11998
11999 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
12000
12001 * cus-edit.el: Introductory comment change.
12002 (custom-magic-alist): Change message string for the `rogue' state.
12003
12004 2005-12-15 Richard M. Stallman <rms@gnu.org>
12005
12006 * tooltip.el: Delete defcustom variable :tag names.
12007
12008 * complete.el (partial-completion-mode): Doc fix.
12009
12010 * textmodes/flyspell.el (flyspell-external-point-words):
12011 Use save-excursion to ensure we don't move backward in the
12012 search loop, not even one character.
12013 (flyspell-delete-all-overlays): Use remove-overlays directly.
12014
12015 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12016 (ispell-start-process): Set that variable.
12017 Clear ispell-buffer-local-name.
12018 (ispell-internal-change-dictionary):
12019 Set ispell-current-dictionary after killing process.
12020 (ispell-buffer-local-dict):
12021 Don't set spell-personal-dictionary after killing process.
12022 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12023 (ispell-tex-skip-alists, ispell-html-skip-alists)
12024 (ispell-skip-region-alist): Mark as risky.
12025
12026 * net/newsticker.el (newsticker--retrieval-timer-list)
12027 (newsticker--display-timer, newsticker-running-p)
12028 (newsticker-ticker-running-p): Definitions moved up.
12029
12030 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
12031
12032 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12033
12034 2005-12-15 David Ponce <david@dponce.com>
12035
12036 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12037 (recentf-edit-list, recentf-open-files): Signal an error when
12038 there is no recent file.
12039
12040 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
12041
12042 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12043 read-only except for texinfo-format-region evaluation.
12044
12045 2005-12-14 Richard M. Stallman <rms@gnu.org>
12046
12047 * vc.el (vc-default-previous-version, vc-default-next-version)
12048 (vc-do-command): Doc fixes.
12049
12050 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12051
12052 * textmodes/bibtex.el (bibtex-expand-strings)
12053 (bibtex-autokey-expand-string, bibtex-name-part)
12054 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12055 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12056 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12057 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12058 (bibtex-entry-postfix, bibtex-known-entry-type-re)
12059 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12060 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12061 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12062 (bibtex-beginning-of-last-entry): Remove.
12063 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
12064 message if comma is missing but buffer is read-only.
12065 (bibtex-parse-field-text): Handle whitespaces at the end of field
12066 text. Return 3-element list with beginning and end of field text
12067 and end of field.
12068 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12069 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
12070 (bibtex-search-forward-field, bibtex-search-backward-field):
12071 Search always delimited by limits of entry. Use more efficient
12072 search algorithms.
12073 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12074 bibtex-end-of-name-in-field.
12075 (bibtex-text-in-field-bounds): Handle BibTeX strings when
12076 extracting the content of a field.
12077 (bibtex-text-in-field): Use search limits.
12078 (bibtex-parse-string-prefix): Handle empty string keys based on
12079 bibtex-string-empty-key.
12080 (bibtex-parse-string): Fix docstring.
12081 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12082 (bibtex-preamble-prefix, bibtex-strings): New functions.
12083 (bibtex-skip-to-valid-entry): Include preceding whitespace in
12084 BibTeX entries (consistent with other BibTeX functions).
12085 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12086 (bibtex-search-entry): Fix docstring. Simplify.
12087 (bibtex-flash-head, bibtex-complete-string-cleanup)
12088 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12089 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12090 (bibtex-parse-entry): New optional arg content.
12091 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12092 Use bibtex-text-in-field-bounds.
12093 (bibtex-print-help-message): Handle BibTeX strings and preambles.
12094 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12095 bibtex-parse-string-postfix.
12096 (bibtex-find-text-internal): New function.
12097 (bibtex-remove-delimiters): Use it.
12098 (bibtex-find-text): Use it. New optional arg help.
12099 (bibtex-complete): Handle BibTeX string and preamble entries.
12100 (bibtex-Preamble): Fix order of closing delimiters.
12101
12102 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * vc.el (vc-default-revert): New fun.
12105
12106 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12107
12108 2005-12-14 Romain Francoise <romain@orebokech.com>
12109
12110 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12111 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12112 (font-lock-remove-keywords): Likewise.
12113
12114 2005-12-14 Juri Linkov <juri@jurta.org>
12115
12116 * log-view.el (log-view-diff): Doc fix.
12117
12118 * isearch.el (isearch-query-replace): Use (mark) instead of
12119 isearch-opoint if mark is active in transient-mark-mode.
12120
12121 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
12122
12123 * isearch.el (isearch-query-replace): Check for isearch-other-end.
12124
12125 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
12126
12127 * progmodes/cpp.el (cpp-face): New widget.
12128 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12129
12130 2005-12-14 Juri Linkov <juri@jurta.org>
12131
12132 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12133 around `erase-buffer' and `insert'.
12134
12135 * descr-text.el (describe-text-properties): Replace buffer name
12136 "*Help-2*" with "*Help*<2>".
12137 (describe-char): Add functions print-help-return-message,
12138 toggle-read-only. Use help-setup-xref with nil to not store
12139 describe-char in help-xref-stack. Use help-make-xrefs to
12140 make [back] button.
12141
12142 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12143
12144 * wdired.el (wdired-old-point): New internal variable.
12145 (wdired-change-to-wdired-mode): Set it buffer-locally.
12146 (wdired-abort-changes): Restore point after aborting changes.
12147
12148 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * vc.el (vc-do-command): Add a new value t for okstatus.
12151
12152 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12153 frame in case of errors.
12154
12155 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12156
12157 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12158 so it comes after "On the Left" in the menu.
12159
12160 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
12161
12162 * cus-edit.el (customize-apropos, customize-apropos-options)
12163 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12164
12165 2005-12-12 Bill Wohler <wohler@newt.com>
12166
12167 * vc-svn.el (vc-svn-registered): Fix problem of visiting
12168 non-writable Subversion-controlled files by saving window
12169 configuration before calling vc-do-command. vc-do-command calls
12170 pop-to-buffer on error which is unexpected during registration.
12171
12172 2005-12-12 Jay Belanger <belanger@truman.edu>
12173
12174 * calc/README: Update the summary of changes.
12175
12176 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * descr-text.el (describe-char): Rework last fix to solve the problem
12179 is the same way it's solved for everything else in that function
12180 (i.e. by extracting the info before setting up the *Help* buffer).
12181
12182 2005-12-12 Kim F. Storm <storm@cua.dk>
12183
12184 * subr.el (version-regexp-alist): Allow space as separator before
12185 non-numeric part, e.g. "1.0 alpha".
12186 (version-to-list): Interpret .X.Y version as 0.X.Y version.
12187
12188 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
12189
12190 * textmodes/org.el (org-agenda, org-timeline, org-todo):
12191 Implement Logging and the keep-modes setting.
12192 (org-get-category): Make sure a string is returned.
12193 (org-log-done): New function.
12194 (org-log-done, org-closed-string): New options.
12195
12196 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12197
12198 * tooltip.el (tooltip-y-offset): Change default to 20.
12199
12200 2005-12-12 Richard M. Stallman <rms@gnu.org>
12201
12202 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12203
12204 * frame.el (display-hourglass): Doc fix.
12205
12206 * help.el (help-for-help-internal): Simplify entry for `a'.
12207
12208 * info.el (Info-on-current-buffer): Doc fix.
12209 (info-insert-file-contents): Don't test (featurep 'jka-compr).
12210
12211 * startup.el (inhibit-splash-screen): Make this the real name.
12212 (inhibit-startup-message): Make this the alias.
12213 (command-line): Find only simple.el, and use its directory
12214 to fill in other preloaded files' names.
12215 (command-line): Deactivate the mark if deactivate-mark is set.
12216
12217 * international/mule.el (load-with-code-conversion):
12218 Bind deactivate-mark.
12219
12220 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12221
12222 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
12223
12224 * cus-edit.el (customize-apropos): Avoid listing an option more
12225 than once under different aliases. No longer list user options
12226 that are not defined with defcustom (unless a prefix arg is given).
12227 Doc fix.
12228 (customize-apropos-options): Doc fix.
12229
12230 2005-12-11 Juri Linkov <juri@jurta.org>
12231
12232 * frame.el (set-background-color, set-foreground-color)
12233 (set-cursor-color, set-mouse-color, set-border-color):
12234 Add explicit prompts to read colors by `facemenu-read-color'.
12235 (show-trailing-whitespace, blink-cursor-delay)
12236 (blink-cursor-interval, display-hourglass, hourglass-delay):
12237 Remove tags.
12238 (display-hourglass, hourglass-delay): Doc fix.
12239 (cursor-in-non-selected-windows): Capitalize words in tag.
12240
12241 * faces.el (frame-background-mode): Replace `choice-item' keywords
12242 with `const' to not make [default] button. Change default value tag
12243 from `default' to `automatic'. Doc fix.
12244 (trailing-whitespace) <defface>: Change group `whitespace' to
12245 `whitespace-faces'.
12246
12247 2005-12-11 Richard M. Stallman <rms@gnu.org>
12248
12249 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12250
12251 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12252
12253 * term/mac-win.el: Create keymap for mac-apple-event-map.
12254
12255 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
12256
12257 * tooltip.el (tooltip-mode): Move to start of file so that it
12258 appears at top of customize buffer.
12259
12260 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12261 Add the gud groupname.
12262 (gud-tooltip-mode): Add the tooltip groupname.
12263 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
12264 avoid conflict with tooltip-use-echo-area.
12265
12266 2005-12-10 Romain Francoise <romain@orebokech.com>
12267
12268 * help.el (help-for-help-internal): Add `r' in doc string.
12269
12270 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12271
12272 * align.el (align-regexp, align-highlight-rule):
12273 Use region-beginning and region-end instead of point and mark, so that
12274 repetition (with `repeat-complex-command') recomputes the region
12275 bounds.
12276
12277 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
12278
12279 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12280 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12281 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12282 (balance-windows): Rewrite using the above new functions.
12283
12284 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
12285
12286 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
12287 react if global-hi-lock-mode seems intended.
12288 (global-hi-lock-mode) Renamed from hi-lock-mode.
12289 (hi-lock-archaic-interface-message-used)
12290 (hi-lock-archaic-interface-deduce): New variables.
12291 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12292 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12293 (hi-lock-find-patterns, hi-lock-font-lock-hook):
12294 Replace hi-lock-buffer-mode with hi-lock-mode.
12295
12296 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
12297
12298 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12299 completion list, even after a partial completion has been
12300 inserted in the current buffer. If there are more than 1
12301 completion, redisplay the *Completions* buffer; if the
12302 completion is unique, delete the *Completions* window.
12303
12304 2005-12-10 Eli Zaretskii <eliz@gnu.org>
12305
12306 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12307 strings and long subject lines that were broken into multiple
12308 lines at arbitrary places. Handle subjects that have "Re: " in
12309 the middle.
12310
12311 2005-12-10 John W. Eaton <jwe@octave.org>
12312
12313 * emacs/octave-mod.el (octave-electric-space): Don't indent
12314 comments or strings if octave-auto-indent is nil.
12315
12316 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12317
12318 * term/mac-win.el: Require url when compiling.
12319 Call mac-process-deferred-apple-events after loading init files.
12320 (mac-apple-event-map): New defvar. Define event handlers in it.
12321 (core-event, internet-event): New Apple event class symbols.
12322 (open-application, reopen-application, open-documents)
12323 (print-documents, open-contents, quit-application)
12324 (application-died, show-preferences, autosave-now, get-url):
12325 New Apple event ID symbols.
12326 (about): New HICommand ID symbol.
12327 (mac-event-spec, mac-event-ae): New macros.
12328 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12329 (mac-ae-selection-range, mac-ae-text-for-search)
12330 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12331 (mac-application-menu-map): Remove keymap. Handlers for HICommand
12332 and Services menu events are now defined in mac-apple-event-map.
12333 (mac-drag-n-drop): Remove selection range handling.
12334
12335 2005-12-10 Kenichi Handa <handa@m17n.org>
12336
12337 * simple.el (zap-to-char):
12338 * isearch.el (isearch-process-search-char): Translate CHAR by
12339 translation-table-for-input.
12340
12341 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
12342
12343 * foldout.el (foldout-exit-fold): Properly hide subtree.
12344
12345 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12346
12347 * files.el (save-buffer):
12348 * international/ucs-tables.el (ucs-set-table-for-input):
12349 * mail/mail-extr.el (mail-extract-address-components):
12350 * mail/sendmail.el (mail-mode): Reformat doc string.
12351
12352 2005-12-09 Juri Linkov <juri@jurta.org>
12353
12354 * isearch.el (isearch-highlight): Change main overlay priority
12355 from 1 to 1001. Simplify.
12356 (isearch-lazy-highlight-update): Change lazy overlay priority
12357 from 0 to 1000.
12358
12359 * replace.el (replace-highlight): Change overlay priority from
12360 1 to 1001.
12361
12362 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12363 Change overlay priority from 1 to 1001. Reuse existing overlay.
12364
12365 * compare-w.el (compare-windows-highlight): Change overlay
12366 priority from 1 to 1000.
12367
12368 * menu-bar.el (menu-bar-edit-menu): Add listp around
12369 pending-undo-list to disable menu item "undo" when pending
12370 undo list is empty.
12371
12372 * locate.el (locate): Disable undo in *Locate* buffer.
12373
12374 2005-12-09 Kim F. Storm <storm@cua.dk>
12375
12376 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12377
12378 2005-12-09 David Ponce <david@dponce.com>
12379
12380 * recentf.el: Improvement of the menu code.
12381 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
12382 instead of menu hook.
12383 (recentf-show-menu, recentf-hide-menu): New functions.
12384 (recentf-menu-customization-changed, recentf-mode): Use them.
12385 (recentf-menu-action, recentf-max-menu-items)
12386 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12387 (recentf-arrange-by-rule-others)
12388 (recentf-arrange-by-rules-min-items)
12389 (recentf-arrange-by-rule-subfilter) : Don't use
12390 `recentf-menu-customization-changed'.
12391 (recentf-arrange-rules): Likewise. Accept functions to compute
12392 sub-menu titles.
12393 (recentf-menu-filter): Likewise. Doc fix.
12394 (recentf-menu-value-shortcut): Doc fix.
12395 (recentf-dump-variable): Quote atom value.
12396 (recentf-make-menu-items): Update to use it as a menu filter.
12397 (recentf-match-rule): New function.
12398 (recentf-arrange-by-rule): Use it.
12399 (recentf-indirect-mode-rule): New function.
12400 (recentf-build-mode-rules): Use it.
12401 (recentf-dir-rule): New function.
12402 (recentf-arrange-by-dir): Use it.
12403 (recentf-filter-changer-current): Rename from
12404 `recentf-filter-changer-state'. All references updated.
12405 (recentf-filter-changer-alist): Update filter names.
12406 (recentf-filter-changer-select): New function.
12407 (recentf-filter-changer): Use it. Make a sub-menu from filters
12408 available in `recentf-filter-changer-alist'.
12409 (recentf-data-cache, recentf-clear-data)
12410 (recentf-update-menu): Remove. All references updated.
12411 (recentf-match-rule-p, recentf-build-dir-rules)
12412 (recentf-filter-changer-goto-next)
12413 (recentf-filter-changer-get-current)
12414 (recentf-filter-changer-get-next): Remove.
12415
12416 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
12417
12418 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12419 buffer "Reset" button to "Reset to Current" for consistency with
12420 the State buttons.
12421
12422 2005-12-08 John Paul Wallington <jpw@pobox.com>
12423
12424 * ibuf-ext.el (define-ibuffer-filter filename):
12425 If `dired-directory' is a list then really use its car.
12426
12427 2005-12-08 Kim F. Storm <storm@cua.dk>
12428
12429 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12430 Fix indention of text on right side of replaced rectangle.
12431
12432 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
12433
12434 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
12435 No need to check gud-comint-buffer is bound.
12436 (gdb): Prevent multiple debugging when first session uses gdba.
12437
12438 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12439
12440 CC Mode update to 5.31.
12441
12442 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
12443 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
12444 We might do this function properly in the future).
12445
12446 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
12447 New macros c-sentence-end and c-default-value-sentence end, to cope
12448 with Emacs 22's new function `sentence-end'.
12449
12450 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12451
12452 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
12453 compat issue using `c-put-overlay' and `c-delete-overlay'.
12454
12455 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
12456 New compat macros to handle overlays/extents.
12457
12458 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12459
12460 * progmodes/cc-fix.el: Add definitions of the macros push and pop
12461 (for GNU Emacs 20.4)
12462
12463 * progmodes/cc-defs.el:
12464 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
12465
12466 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
12467 highlighting mechanism so it will work in XEmacs too.
12468
12469 * progmodes/cc-defs.el: Insert c-int-to-char.
12470
12471 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
12472 call to the new macro c-int-to-char. This solves XEmacs's
12473 regarding characters as different from integers.
12474
12475 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12476
12477 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
12478 New internal helper.
12479
12480 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
12481 construct to make the indirect face lookup work in XEmacs.
12482
12483 (c-cpp-matchers): Append the negation char face to the existing
12484 fontification, so that the cpp face doesn't disappear.
12485 Use `c-make-syntactic-matcher' to avoid negation chars in comments
12486 and strings.
12487
12488 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
12489 to map to `font-lock-negation-char-face' in emacsen where it exists.
12490
12491 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12492
12493 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
12494
12495 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
12496 Rename "c-subword-move-mode" as "c-subword-mode".
12497
12498 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
12499 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
12500
12501 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12502
12503 * progmodes/cc-mode.el: Added autoload directive for
12504 `c-subword-move-mode' for use in older emacsen.
12505
12506 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12507
12508 * progmodes/cc-mode.el:
12509 (i) Insert a binding for C-c C-backspace into
12510 c-bind-special-erase-keys which works in TTYs.
12511 (ii) Make sure that when file styles are used, any explicitly
12512 given style variables take priority over those in the style.
12513 Do this by calling `hack-local-variables' a second time.
12514
12515 * progmodes/cc-vars.el: Add language specific customization
12516 widgets for AWK to c-doc-comment-style, c-require-final-newline
12517 and c-default-style. Add a defcustom for awk-mode-hook.
12518 Give c-syntactic-element and c-syntactic-context doc-strings by
12519 directly setting their `variable-documentation' propery.
12520 This allows Emacs 22.1 to read these with C-h v.
12521
12522 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
12523
12524 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12525
12526 * progmodes/cc-fonts.el, cc-vars.el
12527 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
12528 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
12529 Masatake YAMATO.
12530
12531 (c-doc-comment-style): Made GtkDoc default in C mode.
12532
12533 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
12534 and C-c C-<delete>.
12535
12536 (c-bind-special-erase-keys): New function for use on
12537 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
12538
12539 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
12540 <delete> key behavior in XEmacs according to `delete-forward-p'.
12541 C.f. `c-electric-delete'.
12542
12543 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12544
12545 * progmodes/cc-mode.el: Give c-hungry-backspace and
12546 c-hungry-delete-forward permanent key bindings.
12547
12548 * progmodes/cc-cmds.el (c-electric-semi&comma):
12549 Bind c-syntactic-context for calls to "criteria functions", for
12550 consistency with other calls to user functions.
12551
12552 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
12553 `current-prefix-arg', since this might be the prefix arg to a
12554 command which calls c-indent-command as a function. Change the
12555 interactive spec from "p" to "P".
12556
12557 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
12558 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
12559 was difficult to understand.
12560
12561 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12562
12563 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
12564 first char of an identifier.
12565
12566 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
12567 +" syntax in C++.
12568
12569 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12570
12571 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
12572 auto-fill doesn't split a c-comment's last word from a hanging
12573 "*/" when a space is typed between them after fill-column.
12574
12575 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
12576
12577 * progmodes/cc-styles.el (c-set-style)
12578 (c-setup-paragraph-variables): Abort the command if we're not in a
12579 CC Mode buffer.
12580
12581 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
12582 with blank comment-prefix, and a blank line as the comment's
12583 second line.
12584
12585 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12586
12587 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
12588 Incorporate the patterns added in the Emacs development branch
12589 for the new Emacs 22 face `font-lock-negation-char-face'.
12590
12591 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
12592 of "red" since it stands out better in xterms and DOS terminals.
12593
12594 * progmodes/cc-engine.el (c-literal-faces):
12595 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
12596
12597 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12598
12599 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
12600 forcibly enable c-electric-flag.
12601
12602 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
12603 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
12604 after the comment-prefix of a C-style comment will close that comment.
12605
12606 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12607
12608 * progmodes/cc-fonts.el (c-basic-matchers-before)
12609 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
12610 in Pike.
12611
12612 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
12613 digraphs.
12614
12615 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
12616 (c-cpp-message-directives, c-cpp-include-directives)
12617 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
12618 (c-cpp-expr-directives): Introduce new language constants to
12619 control cpp syntax in a cleaner way.
12620
12621 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
12622
12623 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12624
12625 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12626 (c-multiline-string-start-char): New language constants and
12627 variables to specify how newlines in string literals work.
12628
12629 (c-font-lock-invalid-string): Use them.
12630
12631 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12632 unbalanced close brace is entered. Optimization by avoiding going
12633 back over arbitrarily large blocks. Removed hints that this
12634 function only would be relevant/useful in AWK.
12635
12636 (c-electric-brace): Indent syntactically after the cleanups since
12637 lineup functions might do it differently then.
12638
12639 * progmodes/cc-engine.el, cc-langs.el
12640 (c-opt-op-identifier-prefix): New language constant and variable.
12641
12642 (c-just-after-func-arglist-p, c-after-special-operator-id)
12643 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
12644
12645 * progmodes/cc-align.el, cc-engine.el
12646 (c-after-special-operator-id): New helper to handle C++ operator
12647 identifiers.
12648
12649 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12650 (c-guess-basic-syntax): Handle C++ operator identifiers in
12651 declarations.
12652
12653 * progmodes/cc-langs.el (c-assignment-operators): Add the
12654 trigraph version of ^= too.
12655
12656 * progmodes/cc-langs.el (c-assignment-operators): Add the
12657 trigraph version of |= in C++.
12658
12659 * progmodes/cc-fonts.el (c-font-lock-declarators):
12660 Handle `c-decl-hangon-kwds' after the identifier name.
12661
12662 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12663 whether an arglist is "nonempty", ignore a comment after the open
12664 paren if it isn't followed by a non-comment token on the same line.
12665
12666 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12667 Enable heuristics below the point to cope with classes inside special
12668 brace lists in Pike.
12669
12670 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12671
12672 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12673
12674 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12675
12676 * progmodes/cc-guess.el (cc-guess-install): New function to
12677 install an already guessed style in another buffer.
12678
12679 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12680 sets `inhibit-read-only' - `c-save-buffer-state' should be used
12681 anyway if the change always is undone.
12682
12683 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12684
12685 Implement togglable electricity:
12686
12687 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12688 saying when it should be used.
12689
12690 * progmodes/cc-engine.el: Add the new buffer-local variable,
12691 c-electric-flag.
12692
12693 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12694 c-toggle-auto-newline.
12695
12696 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12697 c-toggle-auto-newline. Remove the binding for
12698 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
12699 c-toggle-electric-state.
12700
12701 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12702
12703 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12704 c-\(forward\|backward\)-subword.
12705 (c-update-modeline): Add the new modeline flag `l' for
12706 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
12707 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12708 Make the old name an alias of the new name.
12709 (c-toggle-electric-state): New function.
12710 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
12711 Adapt these functions to do electric things only when
12712 c-electric-flag is non-nil.
12713 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12714 new functions from c-electric-brace.
12715 (c-point-syntax): Add a check for "virtual semicolons" in AWK
12716 mode, so that the tentative extra newline doesn't change the
12717 syntax of the following brace.
12718 (c-electric-brace): Restructure by extracting the above functions.
12719 Tidy up the coding somewhat.
12720 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12721 restructure a bit.
12722
12723 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12724
12725 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
12726 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
12727
12728 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
12729 (c-submode-indicators): Change name from `c-auto-hungry-string'
12730 since it's now used to track another submode.
12731
12732 (c-update-modeline): Convert to function and extended to check
12733 `c-subword-move-mode'.
12734
12735 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12736 Convert to compat aliases for `c-forward-subword' and
12737 `c-backward-subword'.
12738
12739 * progmodes/cc-subword.el: New functions and minor mode to handle
12740 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12741
12742 (c-forward-subword, c-backward-subword, c-mark-subword)
12743 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12744 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
12745 Functions corresponding to the standard word handling functions.
12746
12747 (c-subword-move-mode): Minor mode that replaces all the standard
12748 word handling functions with their subword equivalences.
12749
12750 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12751
12752 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12753 entry for one-liner-defun.
12754
12755 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12756 name in its def-edebug-spec.
12757
12758 * progmodes/cc-cmds.el (c-electric-brace): Make the
12759 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
12760 compacts space before a comment, if this will make things fit on
12761 one line.
12762
12763 Introduce an "awk" style, mainly for auto-newline and clean-ups.
12764
12765 * progmodes/cc-align.el: New function c-snug-1line-defun-close
12766
12767 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12768 clean-up one-liner-defun.
12769
12770 * progmodes/cc-styles.el: Add the new "awk" style.
12771
12772 * progmodes/cc-vars.el: Add description of one-liner-defun to
12773 c-cleanup-list's doc-string. New user options,
12774 c-max-one-liner-length. In c-default-style, set the default style
12775 for AWK to "awk".
12776
12777 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12778
12779 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
12780 macros inside labels.
12781
12782 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
12783 `c-at-statement-start-p' and `c-at-expression-start-p'.
12784
12785 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12786 error if the mark isn't set.
12787
12788 * progmodes/cc-engine.el (c-guess-continued-construct)
12789 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
12790 accurately detect functions inside functions.
12791
12792 * progmodes/cc-engine.el (c-at-expression-start-p): New function
12793 like `c-at-statement-start-p' that additionally recognizes commas
12794 and expression parentheses as delimiters.
12795
12796 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
12797 to avoid heuristics that doesn't work for unclosed blocks.
12798 (c-at-statement-start-p): New function.
12799
12800 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12801 Objective-C directives, e.g. directives spanning lines should work
12802 reasonably well now.
12803
12804 (c-put-c-type-property, c-clear-c-type-property): New helpers.
12805
12806 (c-forward-objc-directive): New function to move over any ObjC
12807 directive.
12808
12809 (c-just-after-func-arglist-p, c-guess-basic-syntax)
12810 (c-basic-matchers-before): Use it.
12811
12812 (c-font-lock-objc-iip-decl): Remove.
12813
12814 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
12815 in the template arglist recognition.
12816
12817 * progmodes/cc-styles.el (c-style-alist): Fix several
12818 inconsistencies in the Whitesmith style.
12819
12820 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
12821 New lineup function to get lines after Whitesmith style blocks
12822 correctly indented.
12823
12824 (c-lineup-whitesmith-in-block): Back out the compensation for
12825 opening parens since it's done using `add' lists in the style
12826 definition instead. Don't use the anchor position since it varies
12827 too much between the syntactic symbols. :P
12828
12829 * progmodes/cc-vars.el (c-valid-offset): Update.
12830
12831 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
12832 lists where the offsets are combined according to several
12833 different methods: `first', `min', `max', and `add'.
12834 Report offset evaluation errors with `c-benign-error' so that some kind
12835 of reindentation still is done.
12836
12837 * progmodes/cc-engine.el (c-guess-basic-syntax):
12838 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
12839 `arglist-close'.
12840
12841 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
12842 situations for `arglist-cont-nonempty' and `arglist-close'.
12843
12844 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
12845
12846 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
12847 cc-bytecomp-boundp' in a number of places.
12848
12849 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
12850 macro related issue.
12851
12852 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12853
12854 * progmodes/cc-awk.el: Change the terminology of regexps: A char
12855 list is now [asdf], a char class [:alpha:].
12856 Include code for char classes.
12857 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
12858 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
12859
12860 Remove (nearly all of) the cruft associated with AWK Mode's former
12861 concept of "virtual semicolons":
12862
12863 Adapt c-beginning-of-statement, c-end-of-statement (together with
12864 subfunctions) to use the new notion of "virtual semicolon" in
12865 place of the old awkward special handling for AWK. There remains
12866 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
12867 * progmodes/cc-cmds.el:
12868 (c-ascertain-adjacent-literal): In the backwards direction, now
12869 recognises AWK regexp delimiters as string delimiters.
12870 (c-after-statement-terminator-p): Adapt for virtual semicolons;
12871 check more rigorously for "end of macro".
12872 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
12873 virtual semicolons;
12874 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
12875 out the code for forward movement into ...
12876 (c-end-of-statement): Now contains the code for forward movement,
12877 adapted for virtual semicolons.
12878
12879 * progmodes/cc-engine.el:
12880 (c-ws*-string-limit-regexp): New regexp.
12881 (c-forward-single-comment, c-backward-single-comment): Comment out
12882 the (now redundant) "special" AWK stuff.
12883
12884 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
12885 c-string-par-start, c-string-par-separate to be more like Text
12886 Mode than Fundamental Mode.
12887
12888 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12889
12890 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
12891 to the fontified region so that fontification doesn't occur
12892 outside it (could happen e.g. when fontifying a line with an
12893 unfinished declaration).
12894
12895 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12896
12897 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
12898 start of the file. ^L now separate sections of the file.
12899 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
12900 (c-awk-one-line-possibly-open-string-re)
12901 (c-awk-regexp-one-line-possibly-open-char-class-re)
12902 (c-awk-one-line-possibly-open-regexp-re)
12903 (c-awk-one-line-non-syn-ws*-re): New defonsts.
12904 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
12905
12906 Amend the concept of "virtual semicolons" (in the indentation
12907 engine) for languages like AWK, such that they are now
12908 conceptually attached to end of the last token of a statement, not
12909 the end of the line. (In AWK Mode, however, the pertinent text
12910 property is still physically set on the EOL.) Remove the specific
12911 tests for awk-mode, thus facilitating the introduction of other
12912 language modes where EOLs can end statements.
12913 (Note: The funtionality in cc-cmds.el, specifically
12914 c-beginning/end-of-statement has yet to be amended.)
12915
12916 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
12917 New macros.
12918
12919 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
12920 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
12921 c-vsemi-status-unknown-p-fn (in a new page).
12922
12923 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
12924 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
12925 numerous awkward forms like
12926 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
12927 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
12928 variable before-ws-ip, the place just after char-before-ip appears.
12929
12930 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
12931 a comment.
12932
12933 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12934
12935 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
12936 `c-tentative-buffer-changes'.
12937
12938 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
12939 convert to macro to choose between Emacs and XEmacs at compile time.
12940
12941 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
12942
12943 (c-tentative-buffer-changes): New macro to handle temporary buffer
12944 changes in a convenient way.
12945
12946 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
12947 for `c-tentative-buffer-changes'.
12948
12949 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
12950 the checks for paren sexps between the point and the keyword, to
12951 avoid some false alarms.
12952
12953 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
12954 Fixed a situation where an error could be thrown for unbalanced
12955 parens. Changed to make use of c-keyword-member' to avoid some
12956 repeated regexp matches.
12957
12958 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
12959 These language variable are no longer necessary.
12960
12961 (c-block-stmt-kwds): New language constant used by
12962 c-looking-at-inexpr-block'.
12963
12964 (c-guess-basic-syntax): Remove an optional check that looked at
12965 the existence of the now removed language variables.
12966
12967 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
12968 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
12969 object instantiation expressions as declarations in some contexts.
12970 This bug only affected languages where the declarator can't be
12971 enclosed in parentheses.
12972
12973 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
12974 insert newlines before and after substatement braces.
12975
12976 * progmodes/cc-engine.el: Improved the heuristics for recognizing
12977 function declaration headers and the handling of C++ style member
12978 init lists.
12979
12980 (c-just-after-func-arglist-p): Rewritten to use
12981 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
12982
12983 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
12984
12985 (c-guess-basic-syntax): Adapt case 5B for the new
12986 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
12987 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
12988 covers all cases now).
12989
12990 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
12991
12992 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12993
12994 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
12995 c-string-par-start/separate c-sentence-end-with-esc-eol,
12996 initialised in c-setup-paragraph-variables, used in string
12997 scanning subroutines of c-beginning-of-statement.
12998
12999 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13000 which precedes the newly inserted `{'.
13001
13002 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13003
13004 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13005 function for declaration level blocks. It should now cope with
13006 templates better and also be a lot more comprehensible.
13007
13008 (c-looking-at-decl-block): The new function.
13009
13010 (c-search-uplist-for-classkey): The old one. It's now a wrapper
13011 for compatibility.
13012
13013 (c-add-class-syntax, c-guess-continued-construct)
13014 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13015
13016 (c-decl-block-key): Change to tell apart ambiguous and
13017 unambiguous keywords. Pike specials are now handled directly in
13018 the code instead.
13019
13020 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13021 New language constants and variables to make the backward skip in
13022 `c-looking-at-decl-block' as tight as possible.
13023
13024 (c-nonsymbol-token-char-list): New language constant.
13025
13026 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13027 find balanced template arglists backwards.
13028
13029 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13030 making char classes for `c-syntactic-skip-backward'.
13031
13032 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13033 16D - can't be a class-close at that point.
13034
13035 * progmodes/cc-engine.el (c-guess-basic-syntax)
13036 (c-add-class-syntax): Don't narrow out the enclosing declaration
13037 level. This makes everything a lot easier, and it was actually
13038 only four small places that needed it to work. Some places that
13039 previously did `widen' are removed now, which has the effect that
13040 `c-guess-basic-syntax' never will look at things outside the
13041 current narrowment now. The anchor position for `topmost-intro'
13042 is affected by this, but it was so bogus it was basically useless
13043 before, and now it's equally bogus but in a slightly different way.
13044
13045 (c-narrow-out-enclosing-class): Gone.
13046
13047 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13048 the narrowed region.
13049
13050 (c-least-enclosing-brace): Remove silly optional argument.
13051
13052 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13053 the point could be left directly after an open paren when finding
13054 the beginning of the first decl in the block.
13055
13056 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13057 Specify which submatch to use.
13058
13059 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13060
13061 (c-decl-start-re): No longer any need for special treatment of
13062 ObjC due to the above.
13063
13064 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13065 presumably follows C in that regard.
13066
13067 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13068 New language constants to specify operator tokens inside
13069 identifiers in a more high level way.
13070
13071 (c-opt-identifier-prefix-key): New internal language constant.
13072
13073 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13074 (c-identifier-start, c-identifier-key): Now completely calculated
13075 from other constants.
13076
13077 (c-identifier-last-sym-match): Decommission since it's no longer used.
13078
13079 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
13080
13081 * progmodes/cc-engine.el (c-forward-name): Remove the
13082 optimization when c-identifier-key is equal to c-symbol-key since
13083 it doesn't work in byte compiled files. Don't record empty
13084 regions as identifiers.
13085
13086 * progmodes/cc-langs.el (c-filter-ops): New helper function to
13087 simplify access to `c-operators' and its likes.
13088
13089 (c-operator-list, c-all-op-syntax-tokens)
13090 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13091 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13092 (c-primary-expr-regexp, c-cast-parens): Use it.
13093
13094 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13095 an explicit language in functions.
13096
13097 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13098 variant of adornment.
13099
13100 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13101 variable.
13102
13103 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13104 the Pike value.
13105
13106 * progmodes/cc-engine.el (c-on-identifier)
13107 (c-simple-skip-symbol-backward): Small fix for handling "-"
13108 correctly in `skip-chars-backward'. Affected the operator lfun
13109 syntax in Pike.
13110
13111 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13112 diagnostic message about precompiled language vars not being used.
13113
13114 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13115 "__attribute__" is followed by a parenthesis.
13116
13117 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13118 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13119 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13120
13121 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13122 Internal cleanups to properly detect the declared identifiers in
13123 various declarations.
13124
13125 (c-decl-start-kwds): New language constant to recognize
13126 declarations that can start anywhere. Used for class declarations
13127 in Pike.
13128
13129 (c-specifier-key, c-not-decl-init-keywords)
13130 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13131 (c-find-decl-spots): Implement `c-decl-start-kwds'.
13132
13133 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13134 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13135 handling of the compiler specific extension keywords into a new
13136 language constant `c-decl-hangon-kwds' that defines keyword
13137 clauses to be ignored in declarations.
13138
13139 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13140 past unrecognized tokens when handling `c-colon-type-list-kwds'.
13141 Necessary to stop at the declared identifier in e.g. IDL valuetype
13142 declarations.
13143
13144 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13145 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13146 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13147 (c-forward-decl-or-cast-1): Recognize the declared identifier in
13148 class and enum declarations as such and not as part of the type.
13149
13150 (c-forward-decl-or-cast-1, c-forward-label): Relax the
13151 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13152
13153 (c-forward-decl-or-cast-1): Don't disregard sure signs of
13154 declarations when there's some syntax error later on.
13155
13156 (c-complex-decl-matchers): Did away with a reference to
13157 `c-specifier-key'.
13158
13159 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13160 value - this variable is always dynamically bound.
13161
13162 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13163 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13164 * cc-cmds.el, cc-defs.el: Change the policy for marking up
13165 functions that might do hidden buffer changes: All such internal
13166 functions are now marked instead of those that don't.
13167
13168 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13169 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13170 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13171 (c-literal-type): Allow these functions to make hidden buffer changes,
13172 so that they are free to use text property caching later on.
13173
13174 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13175 (c-electric-brace, c-electric-slash, c-electric-star)
13176 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13177 (c-electric-paren, c-electric-continued-statement, c-indent-command)
13178 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13179 (c-context-line-break): Add `c-save-buffer-state' calls to comply
13180 with the changed semantics of the functions above.
13181
13182 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13183 when macros occur in obscure places. Optimized the sexp movement
13184 a bit.
13185
13186 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13187
13188 Enhancements for c-beginning-of-statement to work in AWK Mode:
13189
13190 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13191 (completed statement) with `}' (statement completed by closing
13192 brace or semicolon) and `$' (statement completed by EOL).
13193
13194 (c-awk-virtual-semicolon-ends-prev-line-p)
13195 (c-awk-virtual-semicolon-ends-line-p)
13196 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13197 (c-awk-at-statement-end-p): New functions.
13198
13199 * progmodes/cc-cmds.el: Simplify the structure of functions
13200 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
13201 two functions and c-beginning-of-statement to handle AWK Mode.
13202
13203 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13204 c-backward-single-comment for AWK mode. Attempt to clarify their
13205 doc-strings.
13206
13207 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13208
13209 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13210
13211 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13212 label handling. Labels are now recognized in a uniform and more
13213 robust way, regardless of context. Text properties are put on all
13214 labels to recognize the following declarations better.
13215 Multiword labels are handled both in indentation and fontification for
13216 the benefit of language extensions like Qt. For consistency, keywords
13217 in labels are now fontified with the label face instead.
13218 That also applies to "case" and "default".
13219
13220 (c-beginning-of-statement-1): Fix some bugs in the label
13221 handling. Disregard `c-nonlabel-token-key' in labels that begin
13222 with `c-label-kwds'.
13223
13224 (c-find-decl-spots): Support that the callback adds more
13225 `c-decl-end' spots to find.
13226
13227 (c-forward-decl-or-cast-1): Don't treat a list of plain
13228 identifiers followed by a colon as a declaration.
13229
13230 (c-forward-label): New function to recognize labels.
13231
13232 (c-guess-basic-syntax): Replace uses of `c-label-key' with
13233 `c-forward-label'. Moved the label recognition cases (14 and 15)
13234 earlier since they aren't so context sensitive now. Handle labels
13235 on the top level gracefully. Moved access label recognition to
13236 the generic label case (CASE 15) - removed CASE 5E.
13237
13238 (c-font-lock-declarations): Add recognition of labels in the
13239 same round since we need to handle labels in parallell with other
13240 declarations to recognize both accurately. It should also improve
13241 speed.
13242
13243 (c-simple-decl-matchers, c-basic-matchers-after):
13244 Move `c-font-lock-labels' so that it only is used on decoration level 2
13245 since `c-font-lock-declarations' handles it otherwise.
13246
13247 (c-complex-decl-matchers): Remove the simplistic recognition of
13248 access labels.
13249
13250 (c-decl-prefix-re): Remove the kludges that was necessary to cope
13251 with labels earlier.
13252
13253 (c-decl-start-re): New language variable to make
13254 `c-font-lock-declarations' stop for the special protection labels
13255 in Objective-C that start with `@'.
13256
13257 (c-label-key): Remove since it's no longer used.
13258
13259 (c-recognize-colon-labels, c-label-prefix-re): New language
13260 constants to support recognition of generic colon-terminated labels.
13261
13262 (c-type-decl-end-used): `c-decl-end' is now used whenever there
13263 are colon terminated labels.
13264
13265 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13266 first argument starts with a special brace list.
13267
13268 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13269 (c-font-lock-declarations): Break out the declaration and cast
13270 recognition from `c-font-lock-declarations' to a new function, so
13271 that it can be used in the indentation engine.
13272
13273 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13274 up to the start of the literal. Fixed bug with the point on the
13275 wrong side of the search limit that could happen when the start
13276 position is inside a literal.
13277
13278 * progmodes/cc-engine.el (c-parse-state)
13279 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
13280 so that it's kept a little bit back to increase the hit rate.
13281
13282 (c-parse-state): Change the macro handling and fixed some
13283 glitches. Macro context is checked more often than necessary now,
13284 but otoh less garbage conses are generated.
13285
13286 * progmodes/cc-engine.el (c-parse-state)
13287 (c-invalidate-state-cache): Cache the last position where
13288 `c-state-cache' applies. This can speed up refontification quite
13289 a bit in blocks where there are many non-brace parens before the point.
13290
13291 (c-state-cache-end): New variable for this.
13292
13293 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
13294 cache variable.
13295
13296 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13297 get close initial continue positions when the start position is
13298 inside a literal or macro. Do not call the callback for spots
13299 before the start position (which can happen e.g. for `c-decl-end'
13300 spots inside comments). Optimize better in special cases when the
13301 region is a single line inside a literal or macro (typically when
13302 the current line is refontified).
13303
13304 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
13305 to `c-add-stmt-syntax' - there's no need to explicitly whack off
13306 entries from the paren state.
13307
13308 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
13309 special case for "else if" clauses.
13310
13311 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13312 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
13313
13314 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13315 New language variable to recognize the gcc extension with statement
13316 blocks inside expressions.
13317
13318 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
13319 it somewhat more comprehensible. The argument AT-BLOCK-START is
13320 no longer used and hence removed.
13321
13322 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
13323 to `c-add-stmt-syntax'.
13324
13325 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13326 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
13327 This fixes bogus label recognition.
13328
13329 * progmodes/cc-engine.el (c-add-type, c-check-type)
13330 (c-forward-name, c-forward-type): Improve storage of template
13331 types in `c-found-types' so that they can be recognized better.
13332
13333 (c-syntactic-content): Add option to skip past nested parens.
13334
13335 * progmodes/cc-engine.el (c-forward-name):
13336 Set `c-last-identifier-range' all the time. It's less work that way.
13337 Handle that there might not be an identifier to store in
13338 `c-last-identifier-range'.
13339
13340 (c-forward-type): Handle that `c-last-identifier-range' might be
13341 nil from `c-forward-name'.
13342
13343 * progmodes/cc-defs.el (c-safe-scan-lists)
13344 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
13345
13346 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13347 to work even if the form fails.
13348
13349 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13350 down in a large file in one go.
13351
13352 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
13353
13354 * progmodes/cc-align.el (c-lineup-assignments): New lineup
13355 function which is like `c-lineup-math' but returns nil instead of
13356 `c-basic-offset' when it doesn't match.
13357
13358 (c-lineup-math): Change to use `c-lineup-assignments'.
13359
13360 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13361
13362 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13363 c-beginning-of-statement. New subfunctions
13364 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13365
13366 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13367
13368 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13369 hardcoded char classes whereever possible. Changed a couple of
13370 places to use skip by syntax instead of skip by char class.
13371
13372 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
13373 Fix a bug in the regexp that caused extreme backtracking.
13374
13375 * progmodes/cc-langs.el (c-block-comment-starter)
13376 (c-block-comment-ender): New language constants to specify in a
13377 single place how block comments look.
13378
13379 (c-comment-start-regexp, c-block-comment-start-regexp)
13380 (comment-start, comment-end, comment-start-skip)
13381 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13382 (c-syntactic-ws, c-nonempty-syntactic-ws)
13383 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
13384 `c-line-comment-starter', `c-block-comment-starter' and
13385 `c-block-comment-ender'.
13386
13387 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13388 New language constants to break up things a bit.
13389
13390 (c-simple-ws): New language constant for simple whitespace.
13391
13392 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
13393
13394 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
13395 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13396 newlines. Allow and ignore nil elements in the list.
13397
13398 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13399
13400 * progmodes/cc-cmds.el: Comment out a (n almost certainly
13401 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
13402
13403 * progmodes/cc-cmds.el: Tidy up the comments in
13404 c-beginning-of-statement and subfunctions.
13405
13406 * progmodes/cc-awk.el: Replace calls to put-text-property to the
13407 more flexible c-put-char-property and c-clear-char-properties.
13408 Add the author's email address.
13409
13410 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
13411
13412 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13413 closing "*/" of a block comment.
13414
13415 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13416 subfunctions) so that it works at BOB and EOB.
13417
13418 * progmodes/cc-cmds.el, cc-vars.el: More updating of
13419 c-beginning-of-statement, including new variable
13420 c-block-comment-start-regexp.
13421
13422 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13423
13424 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13425 symbols from `*-font-lock-extra-types' so that there's no need to
13426 use `regexp-opt' on those lists.
13427
13428 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13429 `c-type-modifier-kwds' is empty.
13430
13431 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13432 there are several strings on the same line.
13433
13434 * progmodes/cc-engine.el (c-literal-limits): Remove the
13435 compatibility function for older emacsen. `c-literal-limits-fast'
13436 has now taken the place of this function.
13437
13438 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
13439 with older emacsen: We now require `pps-extended-state'.
13440
13441 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13442
13443 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
13444 which obviates the need to hack sentence-end. This now handles
13445 escaped newlines in strings correctly. Correct minor bugs in
13446 c-move-over-sentence and in c-beginning-of-statement.
13447
13448 * progmodes/cc-cmds.el (c-beginning-of-statement (and
13449 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
13450 that movement over macros and code are rigorously separated from
13451 eachother. Correct a few incidental bugs.
13452
13453 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
13454 Improve its doc-string. Improve the handling of certain specific cases.
13455
13456 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13457
13458 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
13459 (c-guess-basic-syntax): Change the way class-level labels are
13460 recognized; they can now contain essentially any symbols.
13461
13462 (c-opt-extra-label-key): New language variable to cope with the
13463 special protection label syntax in Objective-C.
13464
13465 (c-opt-access-key): Remove; this is now handled better by
13466 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
13467
13468 (c-complex-decl-matchers): Update to handle that
13469 `c-opt-access-key' no longer exists.
13470
13471 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
13472 improved label recognition in `c-beginning-of-statement-1'.
13473
13474 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13475 Recognize bitfields better.
13476
13477 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
13478 Remove some cruft and fixed a bug that could cause it to go to a
13479 position further down.
13480
13481 * progmodes/cc-langs.el, cc-engine.el
13482 (c-beginning-of-statement-1): Improve detection of labels in
13483 declaration contexts.
13484
13485 (c-beginning-of-decl-1): Use it.
13486
13487 (c-nonlabel-token-key): New language constant and variable needed
13488 by `c-beginning-of-statement-1'.
13489
13490 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
13491 manifested itself due to the correction in `c-forward-sexp'.
13492
13493 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
13494 Make these behave as documented when used at the buffer limits.
13495
13496 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
13497 (c-type-decl-end-used): Made this a language variable.
13498
13499 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
13500 correctly when `combine-after-change-calls' is used together with
13501 temporary narrowings.
13502
13503 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13504 Report labels correctly when the start point is immediately after the
13505 colon.
13506
13507 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
13508 Remove since it isn't used anymore.
13509
13510 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
13511 bracket arglists such as template parens in C++.
13512
13513 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
13514 in the last check-in. Some optimization.
13515
13516 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
13517 where it could stop at the same level in a preceding sexp when
13518 PAREN-LEVEL is set.
13519
13520 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
13521 text property lookup only when it's needed.
13522
13523 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
13524 Change the policy for paren marked angle brackets to be more
13525 persistent; once marked they remain marked even when they're found
13526 to be unbalanced in the searched region. This should keep the
13527 paren syntax around even when individual lines are refontified in
13528 multiline template arglists.
13529
13530 (c-parse-and-markup-<>-arglists): New dynamically bound variable
13531 to control markup so that incorrect angle bracket arglists aren't
13532 marked in contexts where the correct value for
13533 `c-disallow-comma-in-<>-arglists' isn't known.
13534
13535 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
13536 argument has become `c-parse-and-markup-<>-arglists'.
13537
13538 (c-remove-<>-arglist-properties): Remove - no longer used.
13539
13540 (c-after-change-check-<>-operators): New function used on
13541 `after-change-functions' to avoid that "<" and ">" characters that
13542 are part of longer operators have paren syntax.
13543
13544 (c-<>-multichar-token-regexp): New language variable used by
13545 `c-after-change-check-<>-operators'.
13546
13547 (c-after-change): Call `c-after-change-check-<>-operators'.
13548
13549 (c-font-lock-<>-arglists): Use the context properties set by
13550 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
13551 correctly to avoid doing invalid markup.
13552
13553 (c-font-lock-declarations): Remove code that undoes the invalid
13554 markup done by `c-font-lock-<>-arglists'.
13555
13556 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
13557 after `c-font-lock-declarations'.
13558
13559 * progmodes/cc-engine.el (c-syntactic-skip-backward):
13560 Add paren-level feature.
13561
13562 (c-guess-basic-syntax): Improve the anchor position for
13563 `template-args-cont' in nested template arglists. There's still
13564 much to be desired in this area, though.
13565
13566 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13567
13568 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
13569 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
13570
13571 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13572
13573 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
13574 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
13575
13576 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
13577 it doesn't work no longer are supported.
13578
13579 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
13580 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
13581 requires support for the syntax-table' text property, which rules
13582 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
13583 cruft associated with those versions.
13584
13585 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
13586 for the `syntax-table' text property, which rules out Emacs 19 and
13587 XEmacs < 21.4. Removed various compatibility cruft associated
13588 with those versions.
13589
13590 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
13591 support for the `syntax-table' text property.
13592
13593 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
13594 variable and use an extra quoted face name instead. All the
13595 emacsen flavors handle that correctly.
13596
13597 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
13598 (c-font-lock-declarators, c-font-lock-declarations)
13599 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
13600 property to mark the items in in declarator lists to handle
13601 refontification inside multiline declarations better.
13602
13603 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
13604 construct like "a * b = c;" as a declaration.
13605
13606 2005-12-08 Kim F. Storm <storm@cua.dk>
13607
13608 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
13609 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
13610 select either meta, hyper, or super modifier for rectangle commands.
13611 (cua--rectangle-modifier-key): New defvar.
13612 (cua--M/H-key): Use it. Remove special case for `space'.
13613 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13614 on X, to meta otherwise. Always bind C-return to toggle
13615 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
13616
13617 * emulation/cua-rect.el (cua-help-for-rectangle):
13618 Use cua--rectangle-modifier-key. Handle super modifier too.
13619 (cua--init-rectangles): Always bind C-return to toggle rectangle.
13620 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
13621
13622 * ido.el: Move Acknowledgements and History after Commentary.
13623 Minor changes to Commentary.
13624
13625 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
13626 keymap if cua--prefix-override-timer is `shift'.
13627 (cua--shift-control-prefix): New function; emulate "type prefix
13628 key twice" functionality to handle shifted prefix key override.
13629 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13630 New commands.
13631 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13632
13633 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
13634
13635 * textmodes/org.el (org-insert-heading): Try to do items before
13636 headings.
13637 (org-agenda-mode): Quote `org-agenda-mode-hook'.
13638 (org-insert-item): New function.
13639 (org-renumber-ordered-list): Don't skip to higher level lists.
13640
13641 2005-12-08 Juri Linkov <juri@jurta.org>
13642
13643 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13644
13645 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13646
13647 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13648
13649 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13650 the constructed function name fun-1.
13651
13652 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13653 because such links don't lead to parent documentation.
13654
13655 2005-12-08 Kenichi Handa <handa@m17n.org>
13656
13657 * descr-text.el (describe-char): Use *Help-2* buffer if the
13658 current buffer is *Help*. Call describe-text-properties while
13659 setting the original buffer.
13660
13661 2005-12-07 Bill Wohler <wohler@newt.com>
13662
13663 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
13664 and causes problems with non-MH users (such as Gnus users).
13665
13666 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
13667
13668 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13669 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13670 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13671 command "info sources". Move calls to GDB command "list".
13672 (gdb-find-file-hook): Just use gdb-source-file-list.
13673 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13674 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13675 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13676 (gdb-data-list-register-values-handler): Use correct trigger name.
13677
13678 2005-12-07 Kim F. Storm <storm@cua.dk>
13679
13680 * ido.el (ido-completion-map): Rename from ido-mode-map.
13681 (ido-common-completion-map, ido-file-completion-map)
13682 (ido-file-dir-completion-map, ido-buffer-completion-map):
13683 Rename from ido-mode-....-map.
13684 (ido-init-completion-maps): Rename from ido-init-mode-maps.
13685 (ido-setup-completion-map): Rename from ido-define-mode-map.
13686 (ido-read-internal): Bind minibuffer-local-filename-completion-map
13687 to ido-completion-map.
13688
13689 2005-12-07 Kenichi Handa <handa@m17n.org>
13690
13691 * international/mule-cmds.el
13692 (set-display-table-and-terminal-coding-system): If the coding
13693 system specified in `unibyte-display' property is different from
13694 the arg coding-system, don't setup standard-display-table.
13695
13696 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13697
13698 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13699 that comments end at \n, regardless of selective-display.
13700
13701 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
13702
13703 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13704 (gdb-version): New variables.
13705 (gdb-source-file-list, gdb-register-names)
13706 (gdb-changed-registers): New variables for use with GDB 6.4+.
13707 (gdb-ann3): Replace with...
13708 (gdb-init-1, gdb-init-2): ...two new functions.
13709 (gdba, gdb-prompt): Call gdb-init-1.
13710 (gdb-get-version): New function. Call gdb-init-2 from here.
13711 (gud-watch): Make it work with mouse events too.
13712 (gdb-post-prompt): Don't add to queue until GDB version is known.
13713 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13714 (gdb-locals-mode): Use gdb-version.
13715 (gdb-memory-format-map, gdb-memory-unit-map)
13716 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13717 (gdb-locals-font-lock-keywords-1)
13718 (gdb-locals-font-lock-keywords-2): New variables.
13719 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
13720 (gdb-set-gud-minor-mode-existing-buffers-1)
13721 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13722 (gdb-var-update-1, gdb-var-update-handler-1)
13723 (gdb-data-list-register-values-handler)
13724 (gdb-data-list-register-values-custom)
13725 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
13726 (gdb-stack-list-locals-handler, gdb-get-register-names):
13727 New functions for use with GDB 6.4+.
13728 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13729 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13730 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13731 (gdb-stack-list-locals-regexp)
13732 (gdb-data-list-register-names-regexp): New regexps for use with
13733 GDB 6.4+.
13734
13735 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13736
13737 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13738
13739 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
13740
13741 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13742 prompts work for AUTH PLAIN. Also reported by Steve Allan
13743 <seallan@verizon.net>.
13744
13745 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13746
13747 * frame.el (set-frame-parameter): Add doc string.
13748
13749 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
13750
13751 * textmodes/org.el (org-occur-highlights): New variable.
13752 (org-highlight-new-match, org-remove-occur-highlights): New functions.
13753 (org-highlight-sparse-tree-matches): New option.
13754 (org-do-occur): New function.
13755 (org-get-heading): Make it work also at beginning of line.
13756 (org-category-table): New variable.
13757 (org-get-category-table, org-get-category)
13758 (org-camel-to-words, org-link-search): New functions.
13759 (org-select-this-todo-keyword): New variable.
13760 (org-todo-list): New command.
13761 (org-shiftright, org-shiftleft): New commands.
13762 (org-agenda-todo): Add prefix argument.
13763 (org-show-hierarchy-above): New option.
13764 (org-show-todo-tree): Numerical prefix creates tree for specific
13765 TODO keyword.
13766 (org-outline-level): New function, to assign a level to plain
13767 lists items.
13768 (org-cycle-include-plain-lists): New option.
13769 (org-mode): Use `org-outline-level' as value of `outline-level'.
13770 (org-cycle): Temporarily switch `outline-regexp' if
13771 `org-cycle-include-plain-lists' is non-nil.
13772 (org-start-icalendar-file): Fix format bug.
13773 (org-agenda-get-day-entries): Create category table.
13774 (org-agenda-get-todos, org-agenda-get-timestamps)
13775 (org-agenda-get-deadlines, org-agenda-get-scheduled)
13776 (org-agenda-get-blocks): Use `org-get-category'.
13777 (org-context-in-file-links): Rename from
13778 `org-line-numbers-in-file-links'.
13779
13780 2005-12-06 Romain Francoise <romain@orebokech.com>
13781
13782 * window.el (balance-windows): Delete extraneous third arg in call
13783 to `enlarge-window'.
13784
13785 2005-12-06 Kenichi Handa <handa@m17n.org>
13786
13787 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13788
13789 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
13790
13791 * progmodes/gdb-ui.el (gdb-var-create-handler)
13792 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13793 (gdb-var-list-children-handler, gdb-var-update-handler):
13794 Current buffer is already gdb-partial-output-buffer, don't
13795 make it current again.
13796
13797 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
13798
13799 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13800 (list-buffers-noselect): Use it.
13801
13802 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
13805 (mail-yank-ignored-headers): Use regexp-opt.
13806 (mail-mode-map): Move initialization into declaration.
13807 (mail-sent-via): Remove unused shadowed var `to-line'.
13808 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
13809 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
13810 (mail-do-fcc): Use dolist and push.
13811 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
13812 (mail-yank-ignored-headers): Don't autoload.
13813
13814 2005-12-05 Kenichi Handa <handa@m17n.org>
13815
13816 * international/mule-cmds.el (set-language-info-internal): New fun.
13817 (set-language-info): Call set-language-info-internal to update
13818 language-info-alist. If LANG-ENV is the current one, call
13819 set-language-environment to make INFO effective now.
13820 (set-language-info-alist): Likewise.
13821 (locale-language-names): With locale "en", use English
13822 lang. env. but set the default codings to iso-8859-1.
13823
13824 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
13825
13826 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
13827 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
13828 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
13829 for plain strings.
13830 (gdb-frames-mode): Remove redundant call to font-lock-mode.
13831 (gdb-all-registers): Rename from toggle-gdb-all-registers.
13832 Create registers buffer if necessary. Echo new state in minibuffer.
13833 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
13834
13835 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
13836
13837 * info.el (Info-fontify-node): Match external links using
13838 non-directory part of filename.
13839
13840 2005-12-04 Juri Linkov <juri@jurta.org>
13841
13842 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
13843 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
13844 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
13845 because there is no customization option for it.
13846
13847 * font-lock.el (lisp-font-lock-keywords-1):
13848 Add define-global-minor-mode.
13849
13850 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
13851
13852 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
13853 properties on the constructed variable names.
13854
13855 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13856 Put `definition-name' properties on the constructed function names
13857 next-sym and prev-sym.
13858
13859 * emacs-lisp/find-func.el (find-function-regexp):
13860 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
13861 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
13862 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
13863 and easy-menu-define.
13864
13865 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
13866 easy-mmode-define-global-mode and define-global-minor-mode.
13867 (lisp-imenu-generic-expression): Add define-global-minor-mode.
13868
13869 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
13870 instead of easy-mmode-define-global-mode.
13871
13872 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13873 Use define-minor-mode instead of easy-mmode-define-minor-mode.
13874
13875 * cus-edit.el (customize-group, customize-group-other-window):
13876 Filter out autoloaded options from the group completion list by
13877 using heuristics that autoloaded groups don't have `custom-autoload'
13878 property on their symbols (they have only `custom-loads').
13879
13880 * simple.el (completion-setup-function): Put completions-common-part
13881 face on complete completion string too (i.e. completion string
13882 without completions-first-difference face).
13883
13884 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
13885
13886 2005-12-03 Eli Zaretskii <eliz@gnu.org>
13887
13888 * view.el (view-mode): Doc fix.
13889
13890 * disp-table.el (standard-display-european): Add to the warning
13891 message a reference to the doc string.
13892
13893 * play/yow.el (apropos-zippy): Call print-help-return-message,
13894 similar to other Help and Apropos commands.
13895
13896 * help.el (print-help-return-message): If pop-up-frames is
13897 non-nil, set up help-return-method to delete the help window and,
13898 possibly, its frame as well, and don't display message about
13899 scrolling the help window. Doc fix.
13900 (help-return-method): Doc fix.
13901
13902 2005-12-03 Martin Rudalics <rudalics@gmx.at>
13903
13904 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
13905 whereby names of length one or names starting with a
13906 symbol-constituent character would not be returned.
13907
13908 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13909
13910 * subr.el (atomic-change-group): Add edebug and indentation spec.
13911
13912 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * completion.el (save-completions-file-name): Fix typo in last change.
13915
13916 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13917
13918 * info.el: Move back/forward history to the beginning of the tool bar.
13919
13920 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
13921
13922 * allout.el (eval-when-compile): Remove unnecessary load of cl.
13923 Add fset of allout-real-isearch-abort during compile to fix
13924 byte-compilation warnings.
13925 (allout-mode-p): Move definition of this macro above all uses, or
13926 byte compilation in barren Emacs (eg, during Emacs build) will
13927 lack the definition.
13928 (allout-mode): Move this variable above any uses, or byte
13929 compilation will fail.
13930 (allout-resolve-xref): Remove use of personal file-reference function.
13931 (allout-toggle-current-subtree-encryption): Do the current (ie,
13932 visible containing) topic, rather than nearest around point. Doc fix.
13933 (allout-toggle-subtree-encryption): New function, workhorse that
13934 works on nearest topic containing point.
13935 (allout-encrypt-string): Signal requirement for newer version of pgg.
13936 (allout-resumptions): Doc fix.
13937
13938 2005-12-02 Eli Zaretskii <eliz@gnu.org>
13939
13940 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
13941
13942 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
13943
13944 * textmodes/flyspell.el (flyspell-external-point-words):
13945 Consider a misspelling as found in the string search if: (a) misspelling
13946 and found string lengths match, or (b) misspelling is found as
13947 element in a boundary-chars separated longer string, or (c)
13948 ispell-program-name is really ispell and misspelling is found as
13949 part of a TeX string. After successful match move beginning of
13950 search region to end of match. Warn about not found misspellings
13951 once the process is done.
13952 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
13953
13954 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
13955
13956 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
13957 tool bar (removed inadvertently).
13958
13959 2005-12-02 Juri Linkov <juri@jurta.org>
13960
13961 * log-view.el (log-view-diff): Clarify doc string.
13962
13963 2005-12-01 Bill Wohler <wohler@newt.com>
13964
13965 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
13966 triggers lm-verify errors.
13967
13968 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
13969
13970 * simple.el (transient-mark-mode, line-number-mode)
13971 (column-number-mode, size-indication-mode): Remove `:require nil'.
13972
13973 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
13974
13975 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
13976 in the margin also.
13977 (gdb-breakpoints-mode-map): Use D instead of d for
13978 gdb-delete-breakpoint.
13979 (gdb-get-frame-number): Require a number to match on.
13980 (gdb-threads-mode-map): Add follow-link binding.
13981
13982 2005-11-30 Jason Rumney <jasonr@gnu.org>
13983
13984 * isearch.el (isearch-mode-map): Avoid exiting search on
13985 language-change event.
13986
13987 2005-11-30 Romain Francoise <romain@orebokech.com>
13988
13989 * speedbar.el (speedbar-default-position): New defcustom.
13990 (speedbar-frame-reposition-smartly): Use it.
13991
13992 * dframe.el (dframe-reposition-frame-emacs): Fix position
13993 computation for `left' location.
13994 Update copyright year.
13995
13996 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * help.el (help-map): Move initialization into declaration.
13999
14000 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14001
14002 * help-fns.el (help-argument-name): Don't autoload.
14003 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14004 to be re-loaded when customizing the `help' group.
14005
14006 2005-11-30 John Paul Wallington <jpw@gnu.org>
14007
14008 * help-fns.el (describe-function-1): Fill arglist output.
14009
14010 2005-11-30 Kim F. Storm <storm@cua.dk>
14011
14012 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14013 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14014 after revert-buffer (or anything else which kills all local variables).
14015
14016 * apropos.el (apropos-parse-pattern): Doc fix.
14017 Set apropos-regexp directly, rather than expecting callers to do so.
14018 (apropos-command, apropos, apropos-value, apropos-documentation):
14019 Simplify calls to apropos-parse-pattern.
14020
14021 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14022
14023 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14024 (hi-lock-face-phrase-buffer): Use hi-yellow face.
14025 (hi-lock-write-interactive-patterns): Use comment-region.
14026
14027 * longlines.el (longlines-mode): Add mail-setup-hook.
14028
14029 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14030
14031 * simple.el (sendmail-user-agent-compose, next-line):
14032 Conditionally use hard-newline.
14033
14034 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14035
14036 * international/latexenc.el (latex-inputenc-coding-alist):
14037 Reword doc string.
14038
14039 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14040
14041 * help.el (describe-key-briefly, describe-key): Recognize default
14042 bindings.
14043
14044 2005-11-29 Romain Francoise <romain@orebokech.com>
14045
14046 * view.el (view-inhibit-help-message): New defcustom.
14047 (view-mode-enter): Use it.
14048
14049 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
14050
14051 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14052 Preserve user position.
14053
14054 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
14055
14056 * font-lock.el: Throw error if facemenu is not loaded to prevent
14057 accidental change of loading order in loadup.el. (Suggested by RMS.)
14058
14059 * loadup.el: Add comment explaining why facemenu must be loaded
14060 before font-lock.
14061
14062 2005-11-28 Jay Belanger <belanger@truman.edu>
14063
14064 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14065 (calc-dispatch-map): Add more keys for `calc-same-interface'.
14066
14067 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14068
14069 * calc/calc-embed.el (calc-do-embedded): Update help message.
14070
14071 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14072
14073 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14074
14075 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14076
14077 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14078 called-interactively-p.
14079 (elp-profilable-p): Rename from elp-not-profilable-p.
14080 Invert result and take into account macros and autoloaded functions.
14081 (elp-instrument-function): Update call.
14082 (elp-instrument-package): Update call. Add completion.
14083 (elp-pack-number): Use match-string.
14084 (elp-results-jump-to-definition-by-mouse): Merge into
14085 elp-results-jump-to-definition and then remove.
14086 (elp-output-insert-symname): Make help echo text single-line.
14087
14088 * replace.el (query-replace-map): Move initialization into declaration.
14089 (occur-engine): Use with-current-buffer.
14090 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14091 (occur-mode-mouse-goto): Replace with an alias.
14092
14093 2005-11-28 Juri Linkov <juri@jurta.org>
14094
14095 * simple.el (quoted-insert): Let-bind input-method-function to nil.
14096
14097 * term/w32-win.el: Bind [S-tab] to [backtab].
14098
14099 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14100 `Info-find-file' to t.
14101
14102 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14103 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14104 and same-window-regexps.
14105 (occur-next-error): Don't move point for arg 0.
14106
14107 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
14108
14109 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14110
14111 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14112
14113 * log-edit.el (log-edit-changelog-use-first): New var.
14114 (log-edit-changelog-ours-p): Use it.
14115 (log-edit-insert-changelog): Set it with new arg `use-first'.
14116 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14117 (log-edit-hook): Add them to the list of suggested options.
14118
14119 * textmodes/flyspell.el (flyspell-last-buffer): New var.
14120 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14121 redundant work.
14122 (flyspell-mode-on): Use add-hook for after-change-functions.
14123 (flyspell-mode-off): Use remove-hook for after-change-functions.
14124 (flyspell-changes): Make it buffer-local.
14125 (flyspell-after-change-function): Make it non-interactive. Use push.
14126 (flyspell-post-command-hook): Check input-pending-p while processing
14127 the potentially long list of buffer changes.
14128
14129 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14130
14131 * buff-menu.el (list-buffers-noselect): Display the selected
14132 frame's buffer list, not the global one.
14133
14134 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14135
14136 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14137 that (list last-input-event) works as in interactive spec.
14138
14139 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14140
14141 * loadup.el ("facemenu"): Load facemenu before font-lock, because
14142 `facemenu-keymap' needs to be defined when font-lock is loaded.
14143 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14144
14145 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * completion.el: Remove useless leading * in defcustom docstrings.
14148 (save-completions-file-name): Use ~/.emacs.d if available.
14149 (completion-standard-syntax-table): Rename from
14150 cmpl-standard-syntax-table and fold initialization into declaration,
14151 thus removing cmpl-make-standard-completion-syntax-table.
14152 (completion-lisp-syntax-table, completion-c-syntax-table)
14153 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14154 (cmpl-saved-syntax, cmpl-saved-point): Remove.
14155 (symbol-under-point, symbol-before-point)
14156 (symbol-under-or-before-point, symbol-before-point-for-complete)
14157 (add-completions-from-c-buffer): Use with-syntax-table.
14158 (make-completion): Don't return a list of completion entries.
14159 Update callers.
14160 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14161 (completion-initialize): Rename from initialize-completions.
14162 (completion-find-file-hook): Rename from cmpl-find-file-hook.
14163 (kill-emacs-save-completions): Collect stats here.
14164 (save-completions-to-file, load-completions-from-file):
14165 Use with-current-buffer.
14166 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
14167 into a function. Move all calls to toplevel.
14168 (completion-lisp-mode-hook): New fun.
14169 (completion-c-mode-hook, completion-setup-fortran-mode):
14170 Set the syntax-table here. Use local-set-key.
14171 (completion-saved-bindings): New var.
14172 (dynamic-completion-mode): Make it into a proper minor mode.
14173 (load-completions-from-file): Remove unused var `num-uses'.
14174
14175 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14176 constructor if it is explicitly overridden.
14177
14178 * complete.el (PC-completion-as-file-name-predicate):
14179 Use minibuffer-completing-file-name.
14180 (partial-completion-mode): Use find-file-not-found-functions.
14181 (PC-lisp-complete-symbol): Use with-syntax-table.
14182 (PC-look-for-include-file): Remove dead setq.
14183 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14184 (PC-complete): Use with-current-buffer.
14185
14186 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14187 escape single quotes.
14188
14189 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14190
14191 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14192 of `if' whose condition always returned nil. Doc fix.
14193
14194 * buff-menu.el (Buffer-menu-revert-function): Make the selected
14195 window's buffer the current buffer around the call to
14196 `list-buffers-noselect'. This is necessary to mark that buffer
14197 with a `.' in the Buffer Menu when called from Lisp, for instance
14198 by Auto Revert Mode.
14199
14200 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14201
14202 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14203 attaching to it.
14204 (gdb-pre-prompt): Make sure gdb-error is reset.
14205
14206 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14207 with a child process, detect it.
14208 (gud-speedbar-buttons): Match regexp more carefully.
14209
14210 2005-11-27 Richard M. Stallman <rms@gnu.org>
14211
14212 * mouse.el (mouse-drag-move-window-bottom):
14213 Use adjust-window-trailing-edge.
14214
14215 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14216
14217 * simple.el (blink-matching-open): Ignore
14218 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14219 (blink-matching-paren-on-screen): Update docstring.
14220
14221 * paren.el (show-paren-mode): No longer change
14222 `blink-matching-paren-on-screen'.
14223
14224 2005-11-27 John Paul Wallington <jpw@pobox.com>
14225
14226 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14227 (gdb-threads-select, gdb-edit-register-value):
14228 Use `posn-set-point' instead of `mouse-set-point' because the
14229 latter is not fbound when configured without X.
14230
14231 2005-11-27 Kim F. Storm <storm@cua.dk>
14232
14233 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14234 existing face when partially highlighting a TAB in a rectangle.
14235
14236 2005-11-26 Kim F. Storm <storm@cua.dk>
14237
14238 * ido.el (ido-mode-map): Doc fix.
14239 (ido-mode-common-map, ido-mode-file-map)
14240 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14241 (ido-define-mode-map): Rewrite. Select one of the new maps as
14242 parent for ido-mode-map instead of building from scratch.
14243 (ido-init-mode-maps): New defun to initialize new maps.
14244 (ido-mode): Call it.
14245 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14246 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14247
14248 2005-11-26 John Paul Wallington <jpw@pobox.com>
14249
14250 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14251 `mouse-set-point' because the latter is not fbound when configured
14252 without X.
14253
14254 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
14255
14256 * files.el (file-relative-name): Doc fix.
14257
14258 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14259
14260 * progmodes/octave-inf.el (inferior-octave-startup): Force a
14261 non-empty string for secondary prompt PS2.
14262
14263 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14264
14265 * progmodes/compile.el (compilation-setup): Fix last change.
14266
14267 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
14268
14269 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14270 (gdb-mouse-toggle-breakpoint-margin)
14271 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14272 Add gdb-server-prefix to keep out of command history.
14273 (gdb-edit-register-value): New function.
14274 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14275 (gdb-info-registers-custom): Use above map.
14276
14277 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14278
14279 * custom.el (enable-theme): Signal error if argument is not a
14280 theme. Don't recalculate a face if it's not loaded yet.
14281
14282 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14283 the `user' theme is in effect.
14284
14285 * info.el (Info-on-current-buffer): Record actual filename in
14286 Info-current-file, instead of t, or a fake filename if a non-file
14287 buffer. Make autoload.
14288 (Info-find-node, Info-revert-find-node): No need to check for
14289 Info-current-file nil.
14290 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14291 Info-current-file is now never `t'.
14292 (Info-fontify-node): Many simplifications due to Info-current-file
14293 always being valid. Use Info-find-file to find node filename.
14294
14295 2005-11-25 David Kastrup <dak@gnu.org>
14296
14297 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14298 new character, then delete" in order to preserve markers.
14299
14300 2005-11-25 David Ponce <david@dponce.com>
14301
14302 * recentf.el (recentf-arrange-by-rule): Handle a special
14303 `auto-mode-alist'-like "strip suffix" rule.
14304 (recentf-build-mode-rules): Handle second level auto-mode entries.
14305
14306 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
14307
14308 * viper-keym.el (viper-ESC-key): Use different values in terminal and
14309 window modes.
14310
14311 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
14312 jde-javadoc-checker-report-mode.
14313
14314 * ediff-wind (ediff-make-wide-display): Slight simplification.
14315
14316 * ediff.el (ediff-date): Change the date of last update.
14317
14318 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
14319
14320 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
14321 Use define-minor-mode, and make it a local mode. Turn on font-lock.
14322 (hi-lock-mode): New global minor mode.
14323 (turn-on-hi-lock-if-enabled): New function.
14324 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14325 Change arguments to regexp and face instead of a font-lock pattern.
14326 Directly set face property, instead of refontifying.
14327 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14328 (hi-lock-find-patterns): Use line-number-at-pos.
14329
14330 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
14331 arguments for hi-lock-set-pattern.
14332 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14333 Call font-lock-fontify-buffer.
14334 (hi-lock-find-file-hook, hi-lock-current-line)
14335 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
14336
14337 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14338 turned off.
14339
14340 * progmodes/compile.el (compilation-setup): Don't fiddle with
14341 font-lock-defaults.
14342
14343 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
14344
14345 * progmodes/gdb-ui.el (gdb-var-create-handler)
14346 (gdb-var-list-children-handler): Find values for all variable
14347 objects. gud-speedbar-buttons decides whether to display them.
14348
14349 2005-11-24 Romain Francoise <romain@orebokech.com>
14350
14351 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14352 buffer name with a space.
14353
14354 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
14355
14356 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
14357 `org-export-local-list-max-depth'. Change default value to 3.
14358 (org-auto-renumber-ordered-lists)
14359 (org-plain-list-ordered-item-terminator): New options.
14360 (org-at-item-p, org-beginning-of-item, org-end-of-item)
14361 (org-get-indentation, org-get-string-indentation)
14362 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14363 New functions.
14364 (org-move-item-down, org-move-item-up): New commands.
14365 (org-export-as-html): New classes for CSS support. Bug fix in
14366 regular expression detecting fixed-width regions. Respect
14367 `org-local-list-ordered-item-terminator'.
14368 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14369 also a list item.
14370 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
14371 New item moving functions.
14372
14373 2005-11-24 Juri Linkov <juri@jurta.org>
14374
14375 * isearch.el (isearch-repeat): With empty search ring set
14376 `isearch-error' to the error string instead of signaling error
14377 with the function `error'.
14378
14379 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14380
14381 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
14382
14383 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
14384
14385 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14386 and variable.
14387 (gdb-var-create-handler, gdb-var-list-children-handler):
14388 Don't match on "char **...".
14389 (gdb-var-update-handler): Find values for all variable objects.
14390 (gdb-info-frames-custom): Identify frames by leading "#".
14391
14392 * progmodes/gud.el (gud-speedbar-menu-items): Add
14393 gdb-speedbar-auto-raise as radio button.
14394 (gud-speedbar-buttons): Raise speedbar if requested.
14395 Don't match on "char **...".
14396 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14397 Make it editable.
14398
14399 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
14400
14401 * info.el (Info-fontify-node): Handle the case where
14402 Info-current-file is t.
14403
14404 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * simple.el (blink-matching-open): Fix off-by-one in last change.
14407
14408 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14409
14410 * term/mac-win.el: Don't change default directory.
14411
14412 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
14413
14414 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14415 buffers correctly. (It used to throw an error in such buffers.)
14416 Make it ask for confirmation in group buffers and other Custom
14417 buffers containing more than one customization item.
14418
14419 2005-11-22 John Paul Wallington <jpw@gnu.org>
14420
14421 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14422 property on mail and url overlays.
14423 (goto-address-at-point): Use `posn-set-point' instead of
14424 `mouse-set-point' because the latter is not fbound when configured
14425 without X.
14426
14427 2005-11-22 Lars Hansen <larsh@soem.dk>
14428
14429 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14430 (ls-lisp-classify, ls-lisp-format): Delete call to
14431 ls-lisp-parse-symlink.
14432 (ls-lisp-handle-switches): Handle symlinks to directories as
14433 directories when ls-lisp-dirs-first in non-nil.
14434
14435 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
14436
14437 * startup.el (command-line): Make sure that loaddefs.el is handled
14438 correctly in load-history.
14439
14440 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
14441
14442 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
14443 (gdb-struct-string, gdb-array-string): New constants.
14444 (gdb-info-locals-handler): Use them.
14445 (gdb-reset): Reset gdb-var-list to nil.
14446
14447 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
14450 in patterns.
14451
14452 2005-11-21 Juri Linkov <juri@jurta.org>
14453
14454 * custom.el (defcustom): Update link types in docstring.
14455
14456 2005-11-20 Martin Rudalics <rudalics@gmx.at>
14457
14458 * custom.el (defgroup): Add doc-string-elt info.
14459
14460 * widget.el (define-widget): Don't use declare for the doc-string-elt.
14461
14462 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * newcomment.el (comment-enter-backward): Fix last fix.
14465
14466 * simple.el (blink-matching-open):
14467 * paren.el (show-paren-function): Allow new paren-class info.
14468
14469 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
14470
14471 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
14472 handled automagically.
14473
14474 2005-11-20 Andreas Schwab <schwab@suse.de>
14475
14476 * descr-text.el (describe-char): When copying overlays put them
14477 over the full char description instead of just the first character
14478 of it.
14479
14480 2005-11-20 Juri Linkov <juri@jurta.org>
14481
14482 * simple.el (what-cursor-position):
14483 * descr-text.el (describe-char): Use Lisp-readable syntax
14484 for octal and hex. Reorder decimal, octal and hex values.
14485 Remove excess whitespace in the output. Use `=' in `column='
14486 like in `point=' and `Hscroll='.
14487
14488 * international/mule-cmds.el (encoded-string-description):
14489 Use Lisp-readable syntax for hex.
14490
14491 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14492
14493 * newcomment.el (comment-enter-backward): Handle the case where the
14494 comment is closed by EOB.
14495
14496 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14497
14498 * longlines.el (longlines-before-revert-hook)
14499 (longlines-after-revert-hook): New functions.
14500 (longlines-mode): Turn off longlines temporarily when reverting.
14501 Add a message-setup-hook.
14502 (longlines-decode-buffer): New function.
14503 (longlines-wrap-line): Preserve marker positions.
14504
14505 2005-11-19 Andreas Schwab <schwab@suse.de>
14506
14507 * emacs-lisp/shadow.el: Handle compressed files.
14508
14509 2005-11-19 Romain Francoise <romain@orebokech.com>
14510
14511 * net/browse-url.el (browse-url-default-browser): Signal an error
14512 if no usable browser can be found, rather than try to load w3.
14513
14514 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
14515
14516 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
14517 replacing existing properties.
14518 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14519 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
14520 tty specs.
14521 (rcirc-server-prefix, rcirc-server): New faces.
14522 (rcirc-url-regexp): Generate with rx macro.
14523 (rcirc-last-server-message-time): New variable.
14524 (rcirc-filter): Record time of last message.
14525 (rcirc-keepalive): Kill processes that did not send a message
14526 since the last ping.
14527 (rcirc-mode): Give rcirc-topic a local binding here.
14528
14529 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14530
14531 * subr.el (read-passwd): Fontify the prompt as we do with other
14532 prompts.
14533
14534 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
14535
14536 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
14537 binding buffer-read-only to nil.
14538
14539 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14540
14541 * complete.el (partial-completion-mode):
14542 Mention completion-auto-help in the doc string.
14543
14544 * man.el (Man-highlight-references): Doc fix. Reformat code in a
14545 more Lisp-ish way.
14546
14547 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14548
14549 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
14550 digits, not 8, to avoid misalignment for files larger than 100MB.
14551
14552 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14553
14554 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
14555 Mention "keyboard shortcuts" in the help text.
14556
14557 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14558
14559 * startup.el (fancy-splash-default-action): Discard only
14560 mouse-down and succeeding mouse-up events in the splash screen
14561 window so that drag-n-drop event can be processed.
14562
14563 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
14564
14565 * longlines.el (longlines-mode): Add hacks for mail-mode and
14566 message-mode.
14567
14568 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
14569
14570 * textmodes/org.el (org-table-sort-lines): New command.
14571 (org-tbl-menu): Add entry for `org-table-sort-lines'.
14572 (org-add-file): Command removed, use `org-agenda-file-to-front'
14573 instead.
14574 (org-export-icalendar): Use `org-icalendar-combined-name'.
14575 (org-cycle-agenda-files, org-agenda-file-to-end)
14576 (org-agenda-file-to-front): New commands.
14577 (org-table-tab-jumps-over-hlines, org-export-html-style):
14578 New options.
14579 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
14580 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
14581 New functions.
14582 (org-fill-paragraph): Call `org-table-align' in tables.
14583 (org-mode): Call `org-set-autofill-regexps'.
14584 (org-export-as-html): Support for local handformatted lists.
14585 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
14586 (org-export-local-list-max-depth): New option.
14587 (org-html-expand): Use `org-html-protect'.
14588
14589 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
14590
14591 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
14592 to "p".
14593 (gdb): Move definition of gud-pp to...
14594
14595 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
14596 speedbar.
14597 (gdb-find-watch-expression): New function.
14598
14599 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14600
14601 * faces.el (face-attribute, set-face-attribute): Mention existence
14602 of `:ignore-defface' setting in docstring.
14603
14604 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * simple.el (completion-setup-function): Fix last change.
14607
14608 2005-11-17 John Paul Wallington <jpw@pobox.com>
14609
14610 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
14611 Use `posn-set-point' instead of `mouse-set-point' because the
14612 latter is not fbound when configured without X.
14613
14614 * comint.el (comint-insert-input): Likewise.
14615
14616 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14617
14618 * simple.el (hard-newline): New variable.
14619 (sendmail-user-agent-compose, next-line): Use it.
14620
14621 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14622 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14623 (mail-mail-reply-to, mail-mail-followup-to)
14624 (mail-position-on-field, mail-signature, mail-yank-original)
14625 (mail-attach-file): Likewise.
14626
14627 * mail/mailheader.el (mail-header-format)
14628 (mail-header-format-function): Likewise.
14629
14630 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14631
14632 2005-11-17 Juri Linkov <juri@jurta.org>
14633
14634 * font-lock.el (font-lock-faces): Rename this defgroup from
14635 `font-lock-highlighting-faces'.
14636 (font-lock-comment-face, font-lock-comment-delimiter-face)
14637 (font-lock-string-face, font-lock-doc-face)
14638 (font-lock-keyword-face, font-lock-builtin-face)
14639 (font-lock-function-name-face, font-lock-variable-name-face)
14640 (font-lock-type-face, font-lock-constant-face)
14641 (font-lock-warning-face, font-lock-negation-char-face)
14642 (font-lock-preprocessor-face)
14643 (font-lock-regexp-grouping-backslash)
14644 (font-lock-regexp-grouping-construct): Rename :group from
14645 `font-lock-highlighting-faces' to `font-lock-faces'.
14646
14647 * cus-edit.el (lisp, c, tex):
14648 * progmodes/ada-mode.el (ada):
14649 * progmodes/asm-mode.el (asm):
14650 * progmodes/cperl-mode.el (cperl-faces):
14651 * progmodes/cpp.el (cpp):
14652 * progmodes/dcl-mode.el (dcl):
14653 * progmodes/f90.el (f90):
14654 * progmodes/fortran.el (fortran):
14655 * progmodes/icon.el (icon):
14656 * progmodes/idlwave.el (idlwave-misc):
14657 * progmodes/m4-mode.el (m4):
14658 * progmodes/make-mode.el (makefile):
14659 * progmodes/meta-mode.el (meta-font):
14660 * progmodes/modula2.el (modula2):
14661 * progmodes/octave-mod.el (octave):
14662 * progmodes/pascal.el (pascal):
14663 * progmodes/perl-mode.el (perl):
14664 * progmodes/prolog.el (prolog):
14665 * progmodes/ps-mode.el (PostScript-edit):
14666 * progmodes/scheme.el (scheme):
14667 * progmodes/sh-script.el (sh-script):
14668 * progmodes/simula.el (simula):
14669 * progmodes/tcl.el (tcl):
14670 * textmodes/nroff-mode.el (nroff):
14671 * textmodes/reftex-vars.el (reftex-fontification-configurations):
14672 * textmodes/sgml-mode.el (sgml):
14673 * textmodes/texinfo.el (texinfo):
14674 Add :link (custom-group-link font-lock-faces) to defgroup.
14675
14676 * hi-lock.el (hi-lock): Rename this defgroup from
14677 `hi-lock-interactive-text-highlighting'. Change parent group from
14678 `faces' to `font-lock'. Add link to the manual.
14679 (hi-lock-mode, hi-lock-file-patterns-range)
14680 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14681 `hi-lock-interactive-text-highlighting' to `hi-lock'.
14682 (hi-lock-faces): Add :group `faces'.
14683
14684 * cus-edit.el (custom-variable-prompt): Clarify the code.
14685
14686 * faces.el (face-read-string): Set the default value arg of
14687 completing-read.
14688
14689 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
14690
14691 * rfn-eshadow.el (file-name-shadow-properties)
14692 (file-name-shadow-tty-properties, file-name-shadow-mode):
14693 Remove autoloads, because the file is now preloaded.
14694
14695 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * printing.el (easy-menu-intern): Don't define.
14698 (pr-get-symbol): Use easy-menu-intern only if defined.
14699
14700 * simple.el (blink-matching-open): Simplify a bit.
14701 (completion-setup-function): Fix the case of partial-completion-mode
14702 when the minibuffer's contents start with "-".
14703 Obey completion-base-size-function even when
14704 minibuffer-completing-file-name is non-nil.
14705
14706 2005-11-16 Richard M. Stallman <rms@gnu.org>
14707
14708 * net/eudcb-ph.el (eudc-ph-open-session):
14709 Use set-process-query-on-exit-flag.
14710
14711 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14712
14713 * international/ucs-tables.el (ucs-set-table-for-input):
14714 Use make-local-variable, not make-variable-buffer-local.
14715
14716 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14717 Improve warning message text.
14718
14719 * savehist.el (savehist-save-hook): Add :group.
14720
14721 * menu-bar.el (menu-bar-help-menu):
14722 Rename Find Extra Packages to External Packages.
14723
14724 * cus-edit.el (Custom-reset-standard): Verify that
14725 :custom-standard-value prop exists before calling it.
14726
14727 * apropos.el (apropos-calc-scores): Use apropos-pattern.
14728
14729 2005-11-16 Martin Rudalics <rudalics@gmx.at>
14730
14731 * wid-edit.el (color): Enclose %t in %{...%}.
14732
14733 * cus-edit.el (face): Enclose %t in %{...%}.
14734
14735 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
14736
14737 * savehist.el (savehist-mode-hook): Re-add the var.
14738 (savehist-mode): Use it.
14739
14740 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14741
14742 * textmodes/flyspell.el: Fix commenting convention.
14743 Remove unnecessary leading * in custom docstrings.
14744 (flyspell-emacs): Remove unused var.
14745 (flyspell-delete-region-overlays): Use remove-overlays.
14746 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14747 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14748 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14749 (flyspell-debug-signal-word-checked): Use with-current-buffer.
14750 (make-flyspell-overlay): Don't locally reuse a global name.
14751 (flyspell-highlight-incorrect-region)
14752 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14753 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14754 (flyspell-notify-misspell): Remove unused args `start' and `end'.
14755 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
14756 Wrap calls to accept-process-output inside with-local-quit since it's
14757 often called from a post-command-hook.
14758 (flyspell-correct-word, flyspell-auto-correct-word):
14759 Use ispell-send-string.
14760 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
14761
14762 * calendar/diary-lib.el (diary-list-entries): Also hide the
14763 terminating newline.
14764
14765 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
14766
14767 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14768 window-system, to allow fonts on tty.
14769
14770 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
14771
14772 * progmodes/gud.el (gud-speedbar-item-info): New function.
14773 (gud-install-speedbar-variables): Use it to display data type
14774 of watch expression as a tooltip in speedbar.
14775
14776 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
14777
14778 * font-core.el (global-font-lock-mode): Add :version keyword,
14779 because default was changed.
14780
14781 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14782
14783 * startup.el (command-line): Use `custom-reevaluate-setting' for
14784 `file-name-shadow-mode'.
14785
14786 * loadup.el: Preload rfn-eshadow.
14787
14788 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
14789 Add :version keyword.
14790 (file-name-shadow-properties, file-name-shadow-tty-properties)
14791 (file-name-shadow): Add :version keyword.
14792
14793 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14794 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14795 in the custom-group property of the symbol frames and the fringe
14796 group got no link to its parent group frames.
14797 Doc fix.
14798
14799 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14800
14801 * progmodes/gud.el (gud-stop-subjob): New function.
14802 (gud-menu-map, gud-tool-bar-map): Use it.
14803
14804 2005-11-16 Kim F. Storm <storm@cua.dk>
14805
14806 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
14807 than kill it.
14808 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
14809 to a more useful/logical place.
14810
14811 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14812
14813 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
14814 go buttons complementary.
14815
14816 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
14819 (rfn-eshadow-sifn-equal): New function.
14820 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
14821
14822 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
14823
14824 * viper-utils.el (viper-non-word-characters-reformed-vi):
14825 Quote `-' in string.
14826
14827 * viper.el (viper-emacs-state-mode-list): Ensure that
14828 rcirc-mode buffers come up in Emacs state.
14829
14830 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
14831 operation.
14832
14833 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14834
14835 * term.el (term-termcap-format): Fix typos.
14836 (term-down): Fix the negative argument case.
14837
14838 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14839
14840 * progmodes/gdb-ui.el: Remove face-alias left over from change on
14841 2005-08-15.
14842 (gdb-ann3): New command gud-go.
14843 (menu): Accomodate gdb-mi.el.
14844 (gdb-assembler-custom): Make buffer of selected window current
14845 so that set-window-point works.
14846
14847 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
14848 buttons and include new ones.
14849
14850 2005-11-16 Kim F. Storm <storm@cua.dk>
14851
14852 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
14853 (gud-menu-map): Use it.
14854
14855 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
14856
14857 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
14858 that works correctly for Custom and that does not override a user
14859 who disables it.
14860
14861 * help-mode.el (help-make-xrefs, help-xref-on-pp)
14862 (help-xref-interned, help-follow): Make hyperlinks for variables
14863 that are unbound, but have a non-nil variable-documentation property.
14864
14865 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
14866 mode hook. (It conflicted with defcustoms for some mode hooks.)
14867 Use the `variable-documentation' property to give the mode hook a
14868 docstring and expand that docstring.
14869
14870 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
14871
14872 * savehist.el (savehist-mode): Don't bother with
14873 `custom-set-minor-mode'.
14874 (savehist-coding-system): Check XEmacs version.
14875 (history-length): Declare also at run time.
14876 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
14877 Don't set the customize state.
14878 (savehist-minibuffer-hook): Special case for when
14879 minibuffer-history-variable is equal to t.
14880
14881 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
14882
14883 * files.el (write-file): Refresh VC status.
14884
14885 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
14886 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
14887 than fundamental-mode to see if the mode was set.
14888
14889 2005-11-14 Romain Francoise <romain@orebokech.com>
14890
14891 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
14892 dummy function in `eval-when-compile' to avoid compiler warning.
14893 Require `man' at compile time.
14894
14895 2005-11-14 Jay Belanger <belanger@truman.edu>
14896
14897 * calc-alg.el (calcFunc-write-out-power): Rename it to
14898 calcFunc-powerexpand.
14899 (math-write-out-power): Rename it to math-powerexpand; have it
14900 handle negative exponents.
14901 (calc-writeoutpower): Rename it to calc-powerexpand.
14902
14903 * calc-ext.el: Change calcFunc-writeoutpower and
14904 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
14905 autoloads.
14906 Add calcFunc-ldiv to autoloads.
14907
14908 * calc-arith.el (calcFunc-ldiv): New function.
14909
14910 * calc.el (calc-left-divide): New function.
14911
14912 2005-11-14 Juri Linkov <juri@jurta.org>
14913
14914 * cus-edit.el (custom-variable-prompt): Set the default value arg
14915 of completing-read.
14916
14917 * cus-dep.el (custom-make-dependencies): Reverse the list of
14918 found dependencies.
14919
14920 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14921
14922 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
14923 Highlighting" entry, it is on by default now.
14924 (menu-bar-options-save): Do not save global-font-lock-mode.
14925
14926 2005-11-13 Richard M. Stallman <rms@gnu.org>
14927
14928 * textmodes/flyspell.el (flyspell-large-region):
14929 Call flyspell-accept-buffer-local-defs.
14930
14931 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
14932
14933 * textmodes/flyspell.el (flyspell-notify-misspell):
14934 Fix misspelling of "Misspelling".
14935 (flyspell-process-localwords): New function.
14936 (flyspell-large-region): Call flyspell-process-localwords and
14937 flyspell-delete-region-overlays.
14938 (flyspell-delete-region-overlays): New function.
14939 (flyspell-delete-all-overlays): Call that.
14940
14941 2005-11-13 Richard M. Stallman <rms@gnu.org>
14942
14943 * help.el (help-for-help-internal): Improve doc of C-h a.
14944 (describe-key): Improve prompt; doc fix.
14945
14946 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * vc-svn.el (vc-svn-registered): Catch all errors.
14949
14950 * cus-dep.el (custom-make-dependencies): Typo.
14951
14952 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
14953
14954 * net/tramp-util.el (top): Fix compilation warning.
14955
14956 2005-11-13 Kim F. Storm <storm@cua.dk>
14957
14958 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
14959
14960 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
14961
14962 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
14963 (gud-speedbar-buttons): Match on "const char *" too.
14964
14965 * progmodes/gdb-ui.el (gdb-var-create-handler)
14966 (gdb-var-list-children-handler): Match on "const char *" too.
14967 (gdb-var-evaluate-expression-handler): Match on empty string.
14968 (gdb-var-update-handler): Only call
14969 gdb-var-evaluate-expression-handler when required.
14970
14971 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
14972
14973 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
14974 selected window. This still doesn't work for speedbar.
14975 (gud-speedbar-buttons): Handle string expressions properly.
14976
14977 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14978 (gdb-var-create-handler): Handle string expressions properly.
14979 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
14980 Handle string expressions properly. Move "type" field into regexp.
14981
14982 2005-11-12 Karl Fogel <kfogel@red-bean.com>
14983
14984 * bookmark.el (bookmark-maybe-message): New function to reduce
14985 code duplication: invokes `message' iff baud-rate is high enough.
14986 (bookmark-write-file): Use above instead of an inline conditional.
14987 (bookmark-load): Same.
14988
14989 2005-11-12 Karl Fogel <kfogel@red-bean.com>
14990
14991 * bookmark.el (bookmark-write-file): Don't visit the destination
14992 file, just write the data to it using write-region. This is
14993 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
14994 change to avoid visiting the file in the first place.
14995
14996 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
14997
14998 * hi-lock.el (hi-lock-mode): Set the default value of
14999 font-lock-defaults.
15000
15001 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
15002
15003 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15004 arg to `file-attributes'.
15005 (find-lisp-format): The UID and GID can now be strings.
15006
15007 2005-11-12 Kim F. Storm <storm@cua.dk>
15008
15009 * help.el (help-map): Bind C-h d to apropos-documentation.
15010
15011 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15012 when point is at end-of-buffer.
15013
15014 * apropos.el (apropos-match-face): Doc fix.
15015 (apropos-sort-by-scores): Add new choice `verbose'.
15016 (apropos-documentation-sort-by-scores): New defcustom.
15017 (apropos-pattern): Now contains the pattern entered by the user.
15018 (apropos-pattern-quoted): New defvar.
15019 (apropos-regexp): New defvar, containing the regexp corresponding
15020 to apropos-pattern.
15021 (apropos-all-words-regexp): Rename from apropos-all-regexp.
15022 (apropos-read-pattern): New defun. Use it to read pattern arg in
15023 interactive calls; returns list of words for a word list, and
15024 string for a regexp.
15025 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
15026 parses a list of words or regexp as returned by apropos-read-pattern.
15027 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15028 (apropos-score-doc): Return a very high score if the string
15029 entered by the user matches literally.
15030 (apropos-variable): Doc fix. Use apropos-read-pattern.
15031 (apropos-command): Doc fix. Use apropos-read-pattern and
15032 apropos-parse-pattern. Call apropos-print with nosubst=t.
15033 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
15034 apropos-parse-pattern.
15035 (apropos-documentation): Doc fix. Use apropos-read-pattern and
15036 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
15037 apropos-documentation-sort-by-scores. Call apropos-print with
15038 nosubst=t.
15039 (apropos-documentation-internal): Pass doc string through
15040 substitute-key-definition before adding text properties.
15041 Highlight substring matching literal user input if possible.
15042 (apropos-documentation-check-doc-file): Remove locals beg and end.
15043 Fix calculation of score (as added twice). Pass doc string through
15044 substitute-key-definition before adding text properties.
15045 (apropos-documentation-check-elc-file): Pass doc string through
15046 substitute-key-definition before adding text properties.
15047 Highlight substring matching literal user input if possible.
15048 (apropos-print): Add new arg NOSUBST; if set, command and variable
15049 doc strings have already been passed through substitute-key-definition.
15050 Add code to handle apropos-accumulator items without score element
15051 for backwards compatibility (e.g. with woman package).
15052 Only show scores if apropos-sort-by-scores is `verbose'.
15053
15054 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15057 Add jka-compr-load-suffixes to load-suffixes.
15058
15059 * jka-compr.el: Require jka-cmpr-hook.
15060 (jka-compr-info-compress-message, jka-compr-info-compress-program)
15061 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15062 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15063 (jka-compr-info-can-append, jka-compr-info-strip-extension)
15064 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15065 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
15066 (jka-compr-uninstall): Remove entries from
15067 jka-compr-added-to-file-coding-system-alist after they are used.
15068 (jka-compr-error): Remove unused var `curbuf'.
15069 (jka-compr-file-local-copy): Remove unused var `notfound'.
15070
15071 2005-11-10 Romain Francoise <romain@orebokech.com>
15072
15073 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15074
15075 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
15076
15077 * progmodes/gud.el (gud-menu-map): Move parentheses.
15078 (gdb): New command gud-pv.
15079
15080 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15081
15082 * tar-mode.el: Remove spurious or unnecessary leading stars
15083 in docstrings.
15084 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15085 (tar-parse-octal-integer-safe): Use mapc.
15086 (tar-header-block-summarize): Remove unused var `ck'.
15087 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15088 cleared before. Obey default-enable-multibyte-characters.
15089 Use mapconcat. Simplify setting of tar-header-offset.
15090 (tar-mode-map): Move initialization inside delcaration.
15091 (tar-flag-deleted): Use `abs'.
15092 (tar-expunge-internal): Remove unused var `line'.
15093 (tar-expunge-internal): Don't hardcode point-min==1.
15094 (tar-expunge): Widen while doing set-buffer-multibyte.
15095 (tar-rename-entry): Use file-name-coding-system.
15096 (tar-alter-one-field): Don't hardcode point-min==1.
15097 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15098 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
15099
15100 2005-11-10 Masatake YAMATO <jet@gyve.org>
15101
15102 * add-log.el (add-log-current-defun): Handle class::method
15103 notation of c++. Fix incorrect comment.
15104
15105 2005-11-10 Alan Mackenzie <acm@muc.de>
15106
15107 * help-fns.el (describe-variable): Make C-h v work when a variable
15108 has variable documentation yet is unbound.
15109
15110 2005-11-10 Masatake YAMATO <jet@gyve.org>
15111
15112 * man.el (Man-highlight-references): Set an empty
15113 string to `Man-arguments' if it is nil.
15114 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15115
15116 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15119 commenting conventions.
15120
15121 * cus-dep.el (custom-make-dependencies): Simplify.
15122 Better follow the commenting conventions.
15123
15124 2005-11-09 Richard M. Stallman <rms@gnu.org>
15125
15126 * apropos.el (apropos-pattern): Rename from apropos-regexp.
15127 (apropos-orig-pattern): Rename from apropos-orig-regexp.
15128 All uses changed.
15129 (apropos-rewrite-regexp): Doc fix.
15130 (apropos-variable, apropos-command, apropos, apropos-value):
15131 Change prompt; carry through the argument renaming.
15132
15133 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
15134
15135 * find-lisp.el: Require dired.
15136 (find-lisp-find-dired-internal): Do not call
15137 `abbreviate-file-name' on DIR.
15138
15139 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
15140
15141 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15142
15143 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
15144
15145 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15146 when using the speedbar.
15147 (gdb): New command gud-pp.
15148 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15149
15150 2005-11-09 Juri Linkov <juri@jurta.org>
15151
15152 * replace.el (occur-excluded-properties): New defcustom.
15153 (occur-1, occur-engine, occur-accumulate-lines): Use it.
15154
15155 2005-11-08 Jay Belanger <belanger@truman.edu>
15156
15157 * calc/calc-units.el (math-convert-units): Replace any composite
15158 unit by its definition.
15159
15160 2005-11-08 Lars Hansen <larsh@soem.dk>
15161
15162 * emacs-lisp/autoload.el (update-directory-autoloads):
15163 Add obsolete function alias.
15164
15165 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15168 comment-indent-function.
15169 (lisp-comment-indent): Replace by an alias for comment-indent-default.
15170
15171 * reveal.el (reveal-post-command): Rework the handling of
15172 reveal-open-spots, so as to be more reliable. There were several
15173 tricky corner cases where an open spot might be lost, or where
15174 a closed spot might end up on the list of open spots.
15175 Only reveal text that's ellipsised.
15176
15177 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
15178
15179 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15180
15181 2005-11-07 John Paul Wallington <jpw@gnu.org>
15182
15183 * ibuffer.el (ibuffer): Search iconified frames too when
15184 getting Ibuffer buffer's window.
15185
15186 2005-11-06 Richard M. Stallman <rms@gnu.org>
15187
15188 * progmodes/compile.el (compilation-internal-error-properties):
15189 save-excursion around the computation of MARKER.
15190
15191 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
15192
15193 * textmodes/flyspell.el (flyspell-external-point-words):
15194 flyspell-get-word returns a list, not just a string.
15195
15196 2005-11-06 John Paul Wallington <jpw@pobox.com>
15197
15198 * ibuffer.el (ibuffer): Search all visible frames when getting
15199 Ibuffer buffer's window.
15200
15201 2005-11-07 Masatake YAMATO <jet@gyve.org>
15202
15203 * man.el (Man-reference-regexp): Accept spaces between
15204 `Man-name-regexp' and `Man-section-regexp'.
15205 (Man-apropos-regexp): New variable.
15206 (Man-abstract-xref-man-page): Use value for `Man-target-string'
15207 if available.
15208 (Man-highlight-references, Man-highlight-references0):
15209 Handle the case when `Man-arguments' includes "-k".
15210 (Man-highlight-references0): Rename the argument `TARGET-POS' to
15211 `TARGET'. `TARGET' can be a number, function or nil.
15212
15213 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
15214
15215 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15216 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15217 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15218 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15219 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15220 (gdb-send-item): Use buffer-local-value and simplify.
15221
15222 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
15223
15224 * startup.el (command-line): Use `custom-reevaluate-setting' for
15225 `global-font-lock-mode'.
15226
15227 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15228 by default, except in batch mode or when the -D option is given.
15229
15230 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15231 specified keyword args on to `define-minor-mode'. Update docstring.
15232
15233 2005-11-05 Romain Francoise <romain@orebokech.com>
15234
15235 * replace.el (occur-engine): Add marker at end of line, too.
15236
15237 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15238
15239 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15240 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15241 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15242 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15243 argument to all these routines, so the passphrase can be managed
15244 externally and passed in to the system.
15245 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15246 pgg-add-passphrase-to-cache function.
15247
15248 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15249 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15250 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15251 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15252 argument to all these routines, so the passphrase can be managed
15253 externally and passed in to the system.
15254 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15255 function.
15256
15257 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15258
15259 * font-lock.el: Don't deal with font-lock-face-attributes here,
15260 move the code ...
15261
15262 * startup.el (command-line): ... here. Use face-spec-set instead
15263 of custom-declare-face.
15264
15265 * faces.el (face-spec-set): Reset the face if spec is not nil.
15266
15267 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * newcomment.el (comment-region-internal): Box more tightly in the
15270 common case where there's no TAB in the boxed text.
15271
15272 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15273
15274 * info.el (info-tool-bar-map): Use images prev-node, next-node and
15275 up-node.
15276
15277 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
15278
15279 * newsticker.el: Commentary updated. Code formatting changed.
15280 (newsticker-version): Change to "1.9".
15281 (newsticker, newsticker-feed): Doc fix.
15282 (newsticker-url-list): Doc fix. Add option "Weekly".
15283 (newsticker-retrieval-interval): Add option "Weekly".
15284 (newsticker-headline-processing): Doc fix.
15285 (newsticker-auto-mark-filter): Remove.
15286 (newsticker-auto-mark-filter-list): New.
15287 (newsticker-layout, newsticker-sort-method): Doc fix.
15288 (newsticker-hide-old-items-in-newsticker-buffer)
15289 (newsticker-heading-format, newsticker-item-format)
15290 (newsticker-desc-format): Doc fix.
15291 (newsticker-show-all-rss-elements): Remove.
15292 (newsticker-show-all-news-elements): New.
15293 (newsticker-faces, newsticker-ticker): Doc fix.
15294 (remove-from-invisibility-spec): Code formatting.
15295 (newsticker--process-ids): New.
15296 (newsticker-mode): Doc fix.
15297 (newsticker-mode): Change mode-line-format.
15298 (newsticker-start): Remove debug output.
15299 (newsticker-start-ticker): Doc fix. Add autoload cookie.
15300 (newsticker-w3m-show-inline-images): Code formatting.
15301 (newsticker-next-item): Call `force-mode-line-update'.
15302 (newsticker-previous-item): Call `force-mode-line-update'.
15303 (newsticker-next-feed): Call `force-mode-line-update'.
15304 (newsticker-previous-feed): Call `force-mode-line-update'.
15305 (newsticker-mark-all-items-at-point-as-read): Code formatting.
15306 (newsticker-show-old-items): Do not show descs.
15307 (newsticker-hide-entry): Hide too much.
15308 (newsticker-hide-entry, newsticker-show-entry)
15309 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15310 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15311 (newsticker-toggle-auto-narrow-to-item): Code formatting.
15312 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15313 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
15314 (newsticker-get-news): Call `force-mode-line-update'.
15315 Collect process ids.
15316 (newsticker--sentinel): Change coding system handling.
15317 Move image retrieval to new functions newsticker--get-logo-url-*.
15318 Move feed parsing to new functions newsticker--parse-*.
15319 Update list of process ids.
15320 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15321 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15322 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15323 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15324 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15325 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
15326 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15327 (newsticker--decode-coding-string): Remove.
15328 (newsticker--decode-numeric-entities): Check input. Format code.
15329 (newsticker--remove-whitespace): Check input.
15330 (newsticker--do-forget-preformatted): Doc fix.
15331 (newsticker--decode-rfc822-date): Allow for missing time.
15332 (newsticker--update-process-ids): New.
15333 (newsticker--image-sentinel): Change comment.
15334 (newsticker--image-read): Change error message.
15335 (newsticker--imenu-goto): Doc fix. Show headline title.
15336 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15337 (newsticker--buffer-do-insert-text): Clean whitespace in
15338 html-rendered headline title. Code formatting.
15339 Call `newsticker--buffer-print-extra-elements'.
15340 (newsticker--buffer-print-extra-element): Remove.
15341 (newsticker--buffer-print-extra-elements): New.
15342 (newsticker--buffer-do-print-extra-element): New.
15343 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
15344 large sizes.
15345 (newsticker--run-auto-mark-filter)
15346 (newsticker--do-run-auto-mark-filter):
15347 Use `newsticker-auto-mark-filter-list'.
15348
15349 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
15350
15351 * net/rcirc.el: Use split-string OMIT-NULLS argument.
15352 (rcirc-print): Force redisplay before running hooks. Do long
15353 buffer truncation after making new text read-only. Deal with nil
15354 text when decoding strings. If TARGET is nil, use either the
15355 currently selected buffer, if it is an rcirc buffer and of the
15356 same process or the process buffer.
15357 (rcirc-mode): Remove header-line. Recompute short buffer names.
15358 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15359 (rcirc-short-buffer-name): Add variable.
15360 (rcirc-kill-buffer-hook): Recompute short buffer names.
15361 Remove nick from private channel.
15362 (rcirc-send-input): Send command text to current-buffer.
15363 Don't clear overlay arrow here.
15364 (rcirc-short-buffer-name): Return a short buffer name.
15365 (rcirc-update-short-buffer-names, rcirc-abbreviate)
15366 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15367 buffer-name abbreviations.
15368 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15369 Do not touch nick-table when killing a parted channel.
15370 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15371 Clear arrow from current buffer if it is now hidden.
15372 (rcirc-current-buffer): Add variable.
15373 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15374 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15375 Remove -face from names.
15376 (rcirc-update-activity-string): Print "DND" when globally ignoring
15377 activity.
15378 (rcirc-ignore-buffer-activity-flag): Rename from
15379 rcirc-ignore-channel-activity.
15380 (rcirc-ignore-all-activity-flag): Doc fix.
15381 (rcirc-channels): Remove variable.
15382 (rcirc-kill-buffer-hook):
15383 (rcirc-get-buffer-create): Add nick to private channel.
15384 (rcirc-multiline-edit-submit): Remove tabs.
15385 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15386 folded.
15387 (rcirc-remove-nick-channel): Bug fix.
15388 (rcirc-toggle-ignore-buffer-activity): Rename from
15389 rcirc-toggle-ignore-channel-activity.
15390 (rcirc-record-activity): Add buffers to the front of the list.
15391 (rcirc-update-activity): Remove killed buffers from list.
15392 (rcirc-process-server-response-1): Remove last argument if it is
15393 null before calling handler.
15394 (rcirc): Add "rcirc" defcustom prefix.
15395 (rcirc-prompt): Simplify default prompt.
15396 Use custom-initialize-default.
15397 (rcirc-private-chats): Remove variable.
15398 (rcirc-prompt): Change initialization.
15399 (rcirc-version): Remove function.
15400 (rcirc-id-string): Add constant.
15401 (rcirc-last-buffer): Remove variable.
15402 (rcirc-buffer-alist): Add variable.
15403 (rcirc-connect): Update variable setup.
15404 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15405 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15406 default.
15407 (rcirc-handler-generic): Trigger activity.
15408 (rcirc-send-message): Create the buffor of the target.
15409 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15410 (rcirc-get-buffer): Just return nil if there is no matching buffer.
15411 (rcirc-multiline-edit-cancel): Remove function.
15412 (rcirc-set-last-buffer): Remove function.
15413 (rcirc-get-any-buffer): Add function.
15414 (rcirc-join-channels): Don't print /join text.
15415 (rcirc-toggle-ignore-channel-activity): Add and update echo area
15416 messages.
15417 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15418 (rcirc-handler-NOTICE): Recognize CTCP responses.
15419 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15420 constructing TOPIC string for buffers we are not JOINed.
15421 (rcirc-handler-CTCP-response): Add handler.
15422 (rcirc-multiline-edit-submit): Restore the window-configuration
15423 before adjusting point.
15424 (rcirc): Add customization group.
15425 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15426 (rcirc-user-full-name, rcirc-startup-channels-alist)
15427 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15428 (rcirc-ignore-all-activity-flag, rcirc-time-format)
15429 (rcirc-input-ring-size, rcirc-read-only-flag)
15430 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15431 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15432 Change defvar to defcustom.
15433 (rcirc-update-prompt): Add optional ALL arg, which will update
15434 prompts in all rcirc buffers. Regexp quote replacement text.
15435 (rcirc-fill-column): Accept frame-width as a value.
15436 (rcirc-set-changed): Add function.
15437 (rcirc-next-active-buffer): Write more meaningful messages.
15438 (rcirc-faces): Add customization group.
15439 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15440 (rcirc-nick-in-message-face, rcirc-prompt-face)
15441 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
15442 (with-rcirc-process-buffer): Move before first usage.
15443 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
15444 (rcirc-debug-flag): Rename from `rcirc-log-p'.
15445 (rcirc-debug): Rename from `rcirc-log'.
15446 (rcirc-format-response-string): Do not print `-' chars for a
15447 NOTICE with no sender. Simplify output of server responses.
15448
15449 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15450
15451 (rcirc-browse-url-map, rcirc-browse-url-at-point)
15452 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
15453 Make urls mouse and RET clickable.
15454
15455 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15456
15457 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
15458
15459 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15460
15461 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15462 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15463 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15464 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15465 argument to all these routines, so the passphrase can be managed
15466 externally and passed in to the system.
15467 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15468 pgg-add-passphrase-to-cache function.
15469
15470 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15471 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15472 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15473 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15474 argument to all these routines, so the passphrase can be managed
15475 externally and passed in to the system.
15476 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15477 function.
15478
15479 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
15480
15481 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
15482 from goto-address-url-regexp.
15483
15484 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
15485
15486 * textmodes/org.el (org-read-date, org-goto-calendar)
15487 (org-recenter-calendar, org-agenda-goto-calendar):
15488 Temporarily clear `calendar-move-hook'.
15489
15490 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
15491
15492 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
15493 merging.
15494
15495 * ediff-util.el (ediff-previous-difference): Don't skip regions that
15496 have merge clashes.
15497
15498 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15499
15500 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15501 Undo previous change.
15502
15503 * startup.el (command-line): Use `custom-reevaluate-setting' for
15504 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
15505 tty-register-default-colors on Mac.
15506
15507 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15508
15509 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
15510 (gdb-buffer-type): Make it automatically buffer local...
15511 (gdb-get-create-buffer): ...and set it accordingly.
15512 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
15513 actually work.
15514
15515 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
15516
15517 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
15518 not red.
15519
15520 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15521
15522 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
15523 case GUD buffer is not visible.
15524 (gdb-goto-breakpoint): Try to force display in source buffer.
15525 (gdb-frame-gdb-buffer): Copy other similar functions.
15526 (gdb-restore-windows): Don't display source if not asked for.
15527 (gdb-assembler-buffer-name): Don't capitalise.
15528
15529 2005-11-03 Richard M. Stallman <rms@gnu.org>
15530
15531 * wid-edit.el (key-sequence): New widget type.
15532
15533 * simple.el (set-mark-command-repeat-pop): New variable.
15534 (set-mark-command): Only interpret plan C-@ after a pop as a pop
15535 if set-mark-command-repeat-pop is true.
15536
15537 * info.el (Info-fontify-node): Don't display extra "see" if there
15538 already is one here.
15539
15540 * mouse.el: Fix special handling of DEL after dragging a region:
15541 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
15542 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
15543
15544 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
15545
15546 * textmodes/ispell.el (ispell-command-loop): Change `i' description
15547 not to assume it pertains to an affix.
15548
15549 * textmodes/flyspell.el (flyspell-post-command-hook):
15550 Bind deactivate-mark to prevent deactivation.
15551
15552 2005-11-03 Lars Hansen <larsh@soem.dk>
15553
15554 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
15555 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
15556 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
15557
15558 2005-11-03 Romain Francoise <romain@orebokech.com>
15559
15560 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
15561 Update copyright years.
15562
15563 2005-11-03 Sam Steingold <sds@gnu.org>
15564
15565 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15566 Use system-type instead of window-system because window-system is not
15567 correctly defined during loadup.
15568
15569 2005-11-02 Mark A. Hershberger <mah@everybody.org>
15570
15571 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
15572 (xml-parse-tag): Join strings separated by a comment properly.
15573
15574 2005-11-02 Andreas Schwab <schwab@suse.de>
15575
15576 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
15577
15578 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
15581 (byte-optimize-pure-func): Quote the eval'd value.
15582
15583 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15584 Rename from perl-font-lock-syntactic-face-function.
15585 Change the calling convention so it can be used as a font-lock MATCHER.
15586 Do the parse-partial-sexp loop outselves.
15587 (perl-font-lock-syntactic-keywords): Use it.
15588 (perl-mode): Don't set font-lock-syntactic-face-function any more.
15589
15590 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
15591
15592 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
15593 disassembly buffer too.
15594 (gdb-exited): Remove overlay arrows when execution has finished.
15595 (gdb-info-frames-custom, gdb-info-threads-custom)
15596 (gdb-info-registers-custom): Don't add inappropriate text
15597 properties if inferior is not active.
15598
15599 2005-11-02 Glenn Morris <rgm@gnu.org>
15600
15601 * progmodes/fortran.el (fortran-blink-match):
15602 Use `blink-matching-delay'.
15603
15604 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
15605
15606 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
15607
15608 2005-11-02 Lars Hansen <larsh@soem.dk>
15609
15610 * net/tramp.el (tramp-action-out-of-band): Handle scp message
15611 "Permission denied".
15612
15613 2005-11-01 Richard M. Stallman <rms@gnu.org>
15614
15615 * textmodes/flyspell.el (flyspell-external-point-words):
15616 Pass nil to flyspell-get-word.
15617
15618 2005-11-02 Kim F. Storm <storm@cua.dk>
15619
15620 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15621 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15622
15623 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15624
15625 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15626 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15627 (calendar-mouse-print-dates): Add optional `event' argument.
15628 Update interactive-spec.
15629 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15630 Use `calendar-event-to-date' instead of `event'.
15631
15632 2005-11-02 Masatake YAMATO <jet@gyve.org>
15633
15634 * progmodes/ld-script.el (ld-script-builtins):
15635 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15636 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15637 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15638
15639 2005-11-01 Romain Francoise <romain@orebokech.com>
15640
15641 * vc-sccs.el: Update copyright year.
15642 * ezimage.el: Likewise.
15643
15644 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
15645
15646 * info.el (Info-fontify-node): Use `string-width' for fontifying
15647 underlined titles.
15648
15649 2005-11-01 Juri Linkov <juri@jurta.org>
15650
15651 * info.el (Info-fontify-node): Downcase node header keywords Node,
15652 Prev, Next, Up before comparison.
15653 (Info-history): Insert absolute directory name, and put invisible
15654 property on it.
15655
15656 2005-11-01 Juri Linkov <juri@jurta.org>
15657
15658 * info.el (Info-file-supports-index-cookies): New variable.
15659 (Info-find-node-2): Check makeinfo version for index cookie support.
15660 (Info-index-nodes): Search for nodes with index cookies only when
15661 Info-file-supports-index-cookies is t. Otherwise, search nodes
15662 with "Index" in the node name.
15663 (Info-index-node): Search index cookie in the current node only when
15664 Info-file-supports-index-cookies is t. Otherwise, check the word
15665 "Index" in the node name.
15666 (Info-find-emacs-command-nodes): Remove code that searches nodes
15667 with "Index" node name in the top menu.
15668
15669 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15670
15671 * progmodes/scheme.el (scheme-mode-variables): Use the default
15672 comment-indent-function.
15673
15674 * faces.el (face-attribute): Handle the case where a face inherits from
15675 a non-existent face.
15676
15677 * simple.el (eval-expression-print-format): Use lisp-readable syntax
15678 for octal and hexa output, and merge the char into the paren.
15679 (kill-new): Use push.
15680 (copy-to-buffer): Use with-current-buffer.
15681 (completion-setup-function): Move code in loop to remove redundancy.
15682 (minibuffer-local-must-match-map): Don't add bindings that duplicate
15683 those inherited from minibuffer-local-completion-map.
15684
15685 * savehist.el (savehist-mode) <defcustom>:
15686 Use custom-set-minor-mode if available.
15687 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15688 and emit a message if applicable.
15689
15690 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
15691
15692 * savehist.el: Sync up to version 19.
15693 (savehist-mode): New minor mode.
15694 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15695 (savehist-length): Remove (use history-length instead).
15696 (savehist-file-modes): Rename from savehist-modes.
15697 (savehist-save-hook, savehist-loaded): New vars.
15698 (savehist-load): Use savehist-mode. Try to smooth up transition from
15699 old format to new format.
15700 (savehist-install): Allow savehist-autosave-interval to be nil.
15701 (savehist-save): Run the new hook. Be more careful to only trim the
15702 history variables.
15703 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
15704 (savehist-printable): Print into a buffer rather than char-by-char.
15705
15706 2005-11-01 John Wiegley <johnw@newartisans.com>
15707
15708 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15709 toggle-ignore keybinding (C-a). The author said it had been
15710 disabled much earlier due to a possible incompatibility, but after
15711 many months of usage I have encountered no problems (and it is a
15712 rather useful option, especially for switching to " *temp*").
15713
15714 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15715 support for OS/X's AddressBook, by calling out to the open source
15716 program "contacts" (installable through Fink).
15717
15718 * net/eudc.el (eudc-expand-inline): If the
15719 `eudc-multiple-match-handling-method' is set to `all', delete the
15720 query string before inserting the query result.
15721
15722 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15723 flag, to prevent Eshell from using the system ls when
15724 `eshell-ls-insert-directory' is in used.
15725 (eshell-ls-insert-directory): Disable font-lock in directory
15726 buffer so that Eshell's own fontification is seen. This broke
15727 recently due to changes in font-lock, so this goes back to version
15728 21 behavior.
15729
15730 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
15731
15732 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15733 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15734 (gdb-many-windows): Doc fix.
15735
15736 2005-10-31 Romain Francoise <romain@orebokech.com>
15737
15738 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15739
15740 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15741
15742 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15743 that global-font-lock-mode can be enabled by default.
15744
15745 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15746 (font-lock-add-keywords, font-lock-remove-keywords)
15747 (font-lock-fontify-buffer): Remove autoload cookies.
15748
15749 * jit-lock.el (jit-lock-register): Likewise.
15750
15751 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15752
15753 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15754
15755 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15756 intact if there is no gud-comint-buffer.
15757
15758 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
15759
15760 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15761 old prompt comint-prompt-read-only is t and GDB commands are
15762 issued from tool bar etc.
15763
15764 2005-10-31 Masatake YAMATO <jet@gyve.org>
15765
15766 * vc.el (vc-directory-exclusion-list): Add "{arch}".
15767
15768 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15769
15770 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15771 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15772
15773 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
15774
15775 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15776 starting at beginning of line. Fontification is messed up when
15777 `open-paren-in-column-0-is-defun-start' set to t.
15778 Reported by John Paul Wallington <jpw@pobox.com>.
15779
15780 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
15781
15782 * comint.el (comint-send-input): Call `comint-update-fence' when
15783 `comint-process-echoes' and `comint-prompt-read-only' are both
15784 non-nil, to avoid leftover read-only newline.
15785
15786 2005-10-30 Richard M. Stallman <rms@gnu.org>
15787
15788 * textmodes/flyspell.el (flyspell-external-point-words):
15789 Detect when WORD can't be checked properly because
15790 flyspell-get-word finds just part of it, and move on.
15791
15792 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15793 boundarychar for Polish.
15794 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15795 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15796
15797 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15798
15799 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15800 (gdb-registers-font-lock-keywords): Delete.
15801 (gdb-registers-mode): Don't fontify.
15802 (gdb-info-registers-custom): Use text properties instead as, in
15803 future, changed register values will use font-lock-warning-face.
15804 (gdb-local-font-lock-keywords): Rename to...
15805 (gdb-locals-font-lock-keywords): ...for consistency.
15806
15807 2005-10-30 Andre Spiegel <spiegel@gnu.org>
15808
15809 * vc.el (vc-switch-backend): Better error message if the buffer is
15810 not visiting a file under version control.
15811
15812 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
15813
15814 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
15815
15816 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
15817 ~/.emacs.d/.emacs.
15818
15819 2005-10-29 Richard M. Stallman <rms@gnu.org>
15820
15821 * replace.el (occur-mode-mouse-goto): Always go to other window.
15822 (occur-mode-goto-occurrence): Always switch in same window.
15823
15824 * simple.el (undo): Display message at end, not at start.
15825
15826 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
15827 New arg REUSE-CELL.
15828 (cancel-timer-internal): New function.
15829 (timer-event-handler): Use cancel-timer-internal,
15830 and pass the cell it returns to timer-activate...
15831
15832 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
15833 (jit-lock-deferred-fontify, jit-lock-context-fontify)
15834 (jit-lock-after-change): Test memory-full.
15835
15836 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15837
15838 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15839 part of the decoded armor to find the key-identifier.
15840 (pgg-gpg-lookup-key-owner): New function to return the
15841 human-readable identifier of a key owner.
15842 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15843 key itself.
15844 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15845 the key value) if we have a key and can match it against a secret
15846 key. Also, added a note pointing out fact that the prompt only
15847 indicates the first matching key.
15848
15849 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15850 pgg-decrypt-region.
15851 (pgg-pending-timers): A new hash for tracking the passphrase cache
15852 timers, so that new ones supercede old ones.
15853 (pgg-add-passphrase-to-cache): Rename from
15854 `pgg-add-passphrase-cache' to reduce confusion (all callers
15855 changed). Modified to cancel old timers when new ones are added.
15856 (pgg-remove-passphrase-from-cache): Rename from
15857 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15858 changed). Modified to cancel old timers when their keys are
15859 removed from the cache.
15860 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15861 XEmacs, an indirection to delete-itimer.
15862 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15863 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15864 users can only check cache without risk of prompting. Correct bug in
15865 notruncate behavior.
15866 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15867 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15868 Add informative docstrings.
15869 (pgg-decrypt): Convey provided passphrase in subordinate call to
15870 pgg-decrypt-region.
15871
15872 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15873 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15874 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15875 `passphrase' argument, so the passphrase can be managed externally
15876 and then passed in to the system.
15877
15878 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15879 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15880 so the passphrase cache can be used reliably with identifiers
15881 besides a pgp packet's key id.
15882
15883 * pgg-gpg.el (pgg-pgp-encrypt-region)
15884 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15885 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15886 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15887 argument to all these routines, so the passphrase can be managed
15888 externally and passed in to the system.
15889
15890 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15891 `notruncate' argument, so the passphrase cache can be used
15892 reliably with identifiers besides a pgp packet's key id.
15893
15894 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
15895
15896 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15897 symmetric encryption.
15898 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15899 encrypted session key.
15900 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15901 message ask for the passphrase in a proper way.
15902
15903 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15904 New user commands for symmetric encryption.
15905
15906 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
15907
15908 * textmodes/conf-mode.el (conf-assignment-sign)
15909 (conf-assignment-regexp): Fix docstrings.
15910 (conf-mode-initialize): New function.
15911 (conf-mode): Remove optional args. Use delay-mode-hooks to
15912 recognize recursive calls.
15913 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
15914 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
15915 (conf-xdefaults-mode): Use define-derived-mode and
15916 conf-mode-initialize.
15917
15918 2005-10-29 Romain Francoise <romain@orebokech.com>
15919
15920 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
15921
15922 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15923
15924 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15925 part of the decoded armor to find the key-identifier.
15926 (pgg-gpg-lookup-key-owner): New function to return the
15927 human-readable identifier of a key owner.
15928 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15929 key itself.
15930 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15931 the key value) if we have a key and can match it against a secret
15932 key. Also, added a note pointing out fact that the prompt only
15933 indicates the first matching key.
15934
15935 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15936 pgg-decrypt-region.
15937 (pgg-pending-timers): A new hash for tracking the passphrase cache
15938 timers, so that new ones supercede old ones.
15939 (pgg-add-passphrase-to-cache): Rename from
15940 `pgg-add-passphrase-cache' to reduce confusion (all callers
15941 changed). Modified to cancel old timers when new ones are added.
15942 (pgg-remove-passphrase-from-cache): Rename from
15943 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15944 changed). Modified to cancel old timers when their keys are
15945 removed from the cache.
15946 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15947 XEmacs, an indirection to delete-itimer.
15948 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15949 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15950 users can only check cache without risk of prompting. Correct bug in
15951 notruncate behavior.
15952 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15953 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15954 Add informative docstrings.
15955 (pgg-decrypt): Convey provided passphrase in subordinate call to
15956 pgg-decrypt-region.
15957
15958 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
15959
15960 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15961 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15962 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15963 `passphrase' argument, so the passphrase can be managed externally
15964 and then passed in to the system.
15965
15966 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15967 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15968 so the passphrase cache can be used reliably with identifiers
15969 besides a pgp packet's key id.
15970
15971 * pgg-gpg.el (pgg-pgp-encrypt-region)
15972 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15973 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15974 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15975 argument to all these routines, so the passphrase can be managed
15976 externally and passed in to the system.
15977
15978 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15979 `notruncate' argument, so the passphrase cache can be used
15980 reliably with identifiers besides a pgp packet's key id.
15981
15982 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
15983
15984 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15985 symmetric encryption.
15986 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15987 encrypted session key.
15988 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15989 message ask for the passphrase in a proper way.
15990
15991 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15992 New user commands for symmetric encryption.
15993
15994 2005-10-28 Bill Wohler <wohler@newt.com>
15995
15996 * help-mode.el (help-url): New button type. Calls browse-url.
15997 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
15998 Similar to Info nodes: URL `url'.
15999 (help-make-xrefs): Create help-url buttons for
16000 help-xref-url-regexp matches.
16001
16002 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
16003
16004 * tool-bar.el (tool-bar-add-item-from-menu)
16005 (tool-bar-local-item-from-menu): Fix doc strings.
16006
16007 2005-10-28 Romain Francoise <romain@orebokech.com>
16008
16009 * ldefs-boot.el: Update.
16010
16011 * subr.el (locate-library): Move from help-fns.el.
16012 * help-fns.el (locate-library): Move to subr.el.
16013
16014 2005-10-28 Richard M. Stallman <rms@gnu.org>
16015
16016 * net/tramp.el (tramp-completion-mode): defvar moved up.
16017
16018 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16019
16020 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16021
16022 * files.el (find-file-noselect): Use %d to format large file size.
16023
16024 * bindings.el (mode-line-format): Add %e.
16025
16026 * loadup.el ("facemenu"): Load unconditionally.
16027 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16028 ("x-dnd"): Load, when appropriate.
16029
16030 * startup.el (command-line): Call before-init-hook earlier.
16031 Warn about some bad characters in -u user name.
16032
16033 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16034 (flyspell-external-point-words): Error if misspelled word is not found.
16035 Set flyspell-large-region-beg at end of word.
16036
16037 2005-10-28 Andreas Schwab <schwab@suse.de>
16038
16039 * view.el (View-revert-buffer-scroll-page-forward):
16040 Use view-page-size-default.
16041
16042 2005-10-28 Juri Linkov <juri@jurta.org>
16043
16044 * international/quail.el (quail-get-current-str): Translate last
16045 raw character for deterministic input methods.
16046
16047 2005-10-27 Jay Belanger <belanger@truman.edu>
16048
16049 * calc/calc-ext.el: Add functions to autoloads.
16050 (math-identity-matrix-p, math-ident-row-p): New functions.
16051
16052 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16053 multiplication by an identity matrix; don't turn multiplication by
16054 an inverse matrix into division.
16055 (math-div-symbol-fancy): Replace division by matrices with
16056 multiplication by inverse.
16057
16058 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16059
16060 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16061 (calc-writeoutpower): New functions.
16062
16063 2005-10-27 Romain Francoise <romain@orebokech.com>
16064
16065 * replace.el (occur-engine): Include colon in mouse-face highlight.
16066
16067 * dired-x.el: Change Maintainer field.
16068
16069 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
16070
16071 * longlines.el (longlines-mode): Bind after-change-functions to
16072 nil during initial decoding and final encoding.
16073
16074 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16075
16076 * term.el (term-emulate-terminal, term-handle-colors-array)
16077 (term-handle-ansi-escape): Specify the terminfo capabilities
16078 implemented.
16079
16080 2005-10-26 Richard M. Stallman <rms@gnu.org>
16081
16082 * info.el (Info-fontify-node): Fix detection of sentence-break
16083 before *Note.
16084
16085 2005-10-26 Romain Francoise <romain@orebokech.com>
16086
16087 * smerge-mode.el: Add `tools' to file keywords.
16088
16089 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
16090
16091 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16092 when the fringe is not available.
16093
16094 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16095 (def-gdb-auto-update-trigger): Simplify construction.
16096 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16097 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16098 defined explicitly.
16099 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16100 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16101 defined explicitly.
16102 (gdb-info-locals-custom): Remove as it's a no-op.
16103
16104 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
16105
16106 * longlines.el (longlines-mode): Remove narrowing before
16107 performing the initial decoding or final encoding.
16108
16109 2005-10-25 Romain Francoise <romain@orebokech.com>
16110
16111 * emacs-lisp/find-func.el (find-library-name): Also strip
16112 extension if library name ends in .el, to take advantage of
16113 `find-library-suffixes'.
16114
16115 2005-10-25 Richard M. Stallman <rms@gnu.org>
16116
16117 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16118
16119 2005-10-25 Juri Linkov <juri@jurta.org>
16120
16121 * textmodes/texinfo.el (texinfo-mode): Change charset of one
16122 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16123
16124 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16127 (blackbox-redefine-key): Add argument `map'.
16128
16129 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16130 regions when moving the jit-lock-context-unfontify-pos boundary.
16131
16132 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16133
16134 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16135
16136 2005-10-25 Masatake YAMATO <jet@gyve.org>
16137
16138 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16139
16140 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16141
16142 * play/blackbox.el (blackbox-redefine-key): New function.
16143 (blackbox-mode-map): Use it to remap existing bindings for cursor
16144 motion instead of binding literal keys.
16145
16146 2005-10-25 Glenn Morris <rgm@gnu.org>
16147
16148 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16149 diary does not end in a newline. Do not assume a blank line at
16150 the start of the diary file.
16151
16152 2005-10-25 Kenichi Handa <handa@m17n.org>
16153
16154 * international/quail.el (quail-translate-key): If the input
16155 method is deterministic and failed to handle the last key, restart
16156 the key handling loop from an appropriate key.
16157
16158 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
16159
16160 * vc.el (vc-dired-mode): Extend comment for binding of
16161 `directory-listing-before-filename-regexp'.
16162
16163 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16164
16165 * textmodes/texinfo.el (texinfo-mode):
16166 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16167 not to unnecessarily expose emacs-mule's internal char codes.
16168
16169 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
16170
16171 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16172 Display hand pointer and help-echo on disabled icon too.
16173 (gdb-mouse-until): New function.
16174 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16175
16176 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
16177
16178 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16179 with 2005-10-23 change to doctor.el.
16180
16181 * finder.el (finder-mode-map): Add follow-link binding.
16182
16183 2005-10-25 Kim F. Storm <storm@cua.dk>
16184
16185 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16186 to gdb-mouse-toggle-breakpoint-fringe.
16187 (gdb-mouse-toggle-breakpoint-margin): Rename from
16188 gdb-mouse-toggle-breakpoint. Fix doc.
16189 (gdb-mouse-toggle-breakpoint-fringe): New defun.
16190 (gdb-put-string): Add optional SPROPS arg. Add props to string.
16191 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16192 string properties also for fringe breakpoint bitmaps.
16193
16194 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
16195
16196 * textmodes/org.el (org-start-icalendar-file): Fix format form.
16197
16198 2005-10-25 Masatake YAMATO <jet@gyve.org>
16199
16200 * simple.el (completion-common-substring):
16201 Use `completion-common-substring' prior to `completion-base-size'.
16202
16203 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
16204
16205 * savehist.el: Require CL while compiling.
16206 (savehist-history-variables): Remove.
16207 (savehist-save-minibuffer-history, savehist-additional-variables)
16208 (savehist-minibuffer-history-variables): New vars.
16209 (savehist-save): Use them.
16210 (savehist-uninstall, savehist-minibuffer-hook): New funs.
16211 (savehist-install): New fun, extracted from savehist-load.
16212 (savehist-load): Use them.
16213
16214 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16217 a dummy doc-string-elt property.
16218 (defalias, defvaralias, define-category): Add a docstring property.
16219
16220 * image.el (defimage):
16221 * widget.el (define-widget):
16222 * custom.el (defface, defcustom): Add `doc-string' declaration.
16223
16224 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16225 (defadvice): Add `doc-string' declaration.
16226
16227 * emacs-lisp/byte-run.el (macro-declaration-function):
16228 Handle `doc-string' declarations.
16229 (define-obsolete-function-alias, define-obsolete-variable-alias):
16230 Add `doc-string' declaration.
16231
16232 2005-10-24 Kenichi Handa <handa@m17n.org>
16233
16234 * international/utf-7.el (utf-7): Add autoload cookie.
16235
16236 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16237
16238 2005-10-24 Eli Zaretskii <eliz@gnu.org>
16239
16240 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16241 list of directories passed to batch-update-autoloads. Add "." to
16242 the list of the echoed directories.
16243
16244 * pgg-def.el:
16245 * pgg-gpg.el:
16246 * pgg-parse.el:
16247 * pgg-pgp.el:
16248 * pgg-pgp5.el:
16249 * pgg.el: Moved here from the gnus subdirectory.
16250
16251 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
16252
16253 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16254 in case comint-prompt-read-only is set to t.
16255
16256 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16257 in case comint-prompt-read-only is set to t.
16258
16259 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
16260
16261 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16262 Now a string.
16263 (icalendar-import-format): Handle CLASS, STATUS, URL.
16264 Rename `subject' to `summary'.
16265 (icalendar-import-format-summary): Rename from
16266 `icalendar-import-format-subject'.
16267 (icalendar-import-format-url, icalendar-import-format-status)
16268 (icalendar-import-format-class): New variables.
16269 (icalendar--rris): Take variable argument list.
16270 (icalendar--datestring-to-isodate): Remove unnecessary
16271 calendar-style check when converting dates with explicit month names.
16272 (icalendar-export-region): Change return type of conversion
16273 subroutines. Bury current buffer unless error occurred.
16274 (icalendar--convert-to-ical)
16275 (icalendar--parse-summary-and-rest): New functions.
16276 (icalendar--convert-ordinary-to-ical)
16277 (icalendar--convert-weekly-to-ical)
16278 (icalendar--convert-yearly-to-ical)
16279 (icalendar--convert-block-to-ical)
16280 (icalendar--convert-cyclic-to-ical)
16281 (icalendar--convert-anniversary-to-ical): Change return type.
16282 Strip trailing blanks from subject.
16283 (icalendar--convert-sexp-to-ical): Change return type.
16284 Strip trailing blanks from subject. Handle simple sexp
16285 entries as generated by icalendar.el.
16286 (icalendar--convert-float-to-ical)
16287 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16288 (icalendar-import-file): Doc fix.
16289 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16290 Correct call to icalendar--rris.
16291 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
16292 `summary'.
16293 (icalendar--add-diary-entry): Rename `subject' to `summary'.
16294
16295 2005-10-24 Romain Francoise <romain@orebokech.com>
16296
16297 * server.el (server-sentinel): Set query-on-exit flag to nil on
16298 new client processes (it isn't inherited from the server process).
16299
16300 * replace.el (occur-engine): Rearrange text properties.
16301
16302 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16305 case-fold-search is nil.
16306 (debug-help-follow): Use help-xref-interned directly.
16307
16308 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16309
16310 * thumbs.el (thumbs-image-type): Add .pbm.
16311
16312 2005-10-23 Richard M. Stallman <rms@gnu.org>
16313
16314 * faces.el (inhibit-face-set-after-frame-default): New variable.
16315 (set-face-attribute): Bind it.
16316 (face-set-after-frame-default): Test it.
16317
16318 * help-fns.el (describe-simplify-lib-file-name): New function.
16319 (describe-function-1, describe-variable): Use it.
16320
16321 * faces.el (describe-face): Use describe-simplify-lib-file-name.
16322
16323 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16324 Eliminate nil as possible value.
16325 (tooltip-hide-delay): Reduce internal-border-width.
16326
16327 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16328 (menu-bar-file-menu) <new-file>: Likewise.
16329
16330 * simple.el (line-move-finish): Ignore fields computing LINE-END.
16331
16332 * international/mule.el (load-with-code-conversion):
16333 Pass full file name to `eval-buffer' unless preloading.
16334
16335 * textmodes/flyspell.el (flyspell-large-region):
16336 Call ispell-check-version.
16337
16338 * textmodes/ispell.el (ispell-local-dictionary-overridden):
16339 Fix the make-variable-buffer-local call that was supposed
16340 to be for this variable.
16341 (ispell-aspell-supports-utf8): Doc fix.
16342 (ispell-find-aspell-dictionaries): Preserve elements of
16343 ispell-dictionary-alist for dictionaries that aspell doesn't report.
16344 (ispell-aspell-find-dictionary): Return nil on error.
16345
16346 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16347 (doctor-symptoms): Likewise.
16348
16349 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16350
16351 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16352
16353 * cus-edit.el (custom-button, custom-button-pressed): New vars.
16354 (custom-raised-buttons): Add :set spec.
16355 (custom-button-unraised, custom-button-pressed-unraised):
16356 New faces, so that custom-raised-buttons actually does something.
16357 (custom-mode): Use custom-button and custom-button-pressed.
16358
16359 * wid-edit.el (widget-specify-button): Don't ignore
16360 widget-mouse-face on graphic terminals.
16361 (widget-move-and-invoke): Cleanup.
16362
16363 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
16364
16365 * whitespace.el (whitespace-cleanup): Doc fix.
16366
16367 2005-10-23 Romain Francoise <romain@orebokech.com>
16368
16369 * emulation/viper.el (viper-set-hooks): Quote forms passed to
16370 `eval-after-load' to avoid evaluating their result.
16371
16372 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
16373
16374 * files.el (directory-listing-before-filename-regexp):
16375 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
16376
16377 * dired.el (dired-move-to-filename-regexp): Remove.
16378 All occurences replaced by `directory-listing-before-filename-regexp'.
16379
16380 * dired-x.el, locate.el, vc.el:
16381 Replace `dired-move-to-filename-regexp' by
16382 `directory-listing-before-filename-regexp'. In vc.el it is
16383 overwritten locally; maybe this can be handled in files.el too.
16384
16385 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
16386 replaced by `directory-listing-before-filename-regexp'.
16387
16388 2005-10-23 Andreas Schwab <schwab@suse.de>
16389
16390 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16391 and eval-next-after-load.
16392
16393 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
16394
16395 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16396 exist, create it.
16397
16398 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
16399
16400 * allout.el: Remove autoloads for mailcrypt and crypt++.
16401 Require pgg, pgg-gpg during compilation.
16402 (allout-version): Increment version number to 2.1, and use a literal
16403 rather than RCS Id.
16404 (allout-default-encryption-scheme): Remove.
16405 (allout-passphrase-verifier-handling)
16406 (allout-passphrase-verifier-string)
16407 (allout-file-passphrase-verifier-string)
16408 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16409 (allout-passphrase-hint-handling): Rename and simplify.
16410 (allout-init): Use `find-file-hook' if available, otherwise
16411 `find-file-hooks'.
16412 (allout-mode): Use `write-file-functions' if available, otherwise
16413 `local-write-file-hooks' and, instead of making auto-save-hook
16414 buffer local, make the write-file-hook activity contingent to
16415 allout-mode.
16416 (allout-mode): Use key-binding substitution in the docstring.
16417 (allout-kill-line): Spell-out kill ring data structure mutation
16418 instead of using byte-compiler-complaint-provoking `pop'.
16419 (allout-insert-listified): Use `insert' rather than `insert-string'
16420 (allout-toggle-current-subtree-encryption): Update docstring, adjust
16421 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16422 (allout-encrypt-string): Totally revamped vis new underlying
16423 encryption facilities.
16424 (allout-mc-activate-passwd): Remove.
16425 (allout-obtain-passphrase): New, more or less replaces
16426 allout-mc-activate-passwd.
16427 (allout-encrypted-key-info): More or less replaces
16428 allout-encrypted-text-type.
16429 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16430 (my-mark-marker): Use `(featurep 'xemacs)'.
16431
16432 2005-10-23 Lars Hansen <larsh@soem.dk>
16433
16434 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16435 (byte-compile-file-form-defmumble, byte-compile-defun)
16436 (byte-compile-defmacro): Use it.
16437 (byte-compile-form): Don't call byte-compile-set-symbol-position
16438 when a byte-compile handler is called.
16439
16440 2005-10-22 Romain Francoise <romain@orebokech.com>
16441
16442 * savehist.el (savehist-history-variables): Add `grep-find-history'.
16443
16444 * subr.el (eval-after-load): Convert library name to an absolute
16445 file name using locate-library, since load-history no longer has
16446 library names in it.
16447
16448 2005-10-22 Richard M. Stallman <rms@gnu.org>
16449
16450 * files.el (make-temp-file): Move from subr.el.
16451 * subr.el (make-temp-file): Move to files.el.
16452
16453 * window.el (get-buffer-window-list): Move from subr.el.
16454 * subr.el (get-buffer-window-list): Move to window.el.
16455
16456 * image.el (image-load-path): Use eval-at-startup to initialize.
16457
16458 * subr.el (eval-at-startup): New macro.
16459
16460 * subr.el: Much rearrangement of functions and division
16461 into pages. No code changes.
16462
16463 2005-10-22 Kenichi Handa <handa@m17n.org>
16464
16465 * tar-mode.el (tar-extract): Be sure to call
16466 find-operation-coding-system if set-auto-coding doesn't find a
16467 coding system.
16468
16469 2005-10-22 Kim F. Storm <storm@cua.dk>
16470
16471 * image.el (image-type-header-regexps): Rename from image-type-regexps.
16472 Change users.
16473 (image-type-file-name-regexps): New defconst.
16474 (image-type-from-data): Simplify loop.
16475 (image-type-from-buffer): New defun.
16476 (image-type-from-file-header): Use it instead of image-type-from-data.
16477 Use image-search-load-path instead of only looking in data-directory.
16478 (image-type-from-file-name): New defun.
16479 (image-search-load-path): Change `pathname' to `filename'.
16480 Make PATH arg optional, default to image-load-path.
16481
16482 2005-10-21 Richard M. Stallman <rms@gnu.org>
16483
16484 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
16485
16486 * textmodes/paragraphs.el (sentence-end-base): New variable.
16487 (sentence-end): Use sentence-end-base.
16488
16489 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16490
16491 * font-lock.el (font-lock-default-fontify-region): Check the multiline
16492 property independently from the font-lock-multiline variable.
16493
16494 2005-10-21 Richard M. Stallman <rms@gnu.org>
16495
16496 * emacs-lisp/find-func.el (find-library-name): Doc fix.
16497
16498 * startup.el (command-line): Convert library names
16499 in `load-history' to absolute file names.
16500
16501 * subr.el (symbol-file): Doc fix.
16502
16503 * loadhist.el (file-loadhist-lookup): Call locate-library
16504 instead of find-library-name. Don't try converting
16505 abs file names to library names, since load-history no longer
16506 has library names in it.
16507 (file-dependents, file-provides, file-requires): Doc fixes.
16508
16509 2005-10-21 Juri Linkov <juri@jurta.org>
16510
16511 * progmodes/etags.el (tags-table-mode): New function.
16512 (tags-verify-table): Replace initialize-new-tags-table with
16513 tags-table-mode.
16514
16515 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
16516 default value.
16517 (desktop-modes-not-to-save): Add tags-table-mode to the
16518 default value.
16519
16520 * info.el (Info-index-next): Add total number of index
16521 alternatives to the message.
16522
16523 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16524 backward only space (instead of space and period) before looking
16525 at sentence end.
16526
16527 * simple.el (set-variable): Use user-variable-p instead of symbolp.
16528 Add the old variable value as 4th default-value arg of read-string.
16529
16530 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16531
16532 * cus-face.el (custom-declare-face): Make face from X resources
16533 also on Mac.
16534
16535 * disp-table.el (standard-display-g1, standard-display-graphic):
16536 Refuse to use string glyphs also on Mac.
16537 (standard-display-european): Don't set terminal coding system also
16538 on Mac.
16539
16540 * frame.el (display-screens): Use x-display-screens also on Mac.
16541
16542 2005-10-21 Romain Francoise <romain@orebokech.com>
16543
16544 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
16545
16546 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16547
16548 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
16549 and $? into sexps.
16550
16551 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
16552 warning face on open-paren-in-column-0.
16553
16554 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
16555 boundary case. Fix typo.
16556 Suggested by Martin Rudalics <rudalics@gmx.at>.
16557
16558 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
16559
16560 * textmodes/org.el (org-combined-agenda-icalendar-file)
16561 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
16562 (org-export-icalendar-this-file)
16563 (org-export-icalendar-all-agenda-files)
16564 (org-export-icalendar-combine-agenda-files): New commands.
16565 (org-export-icalendar, org-print-icalendar-entries)
16566 (org-start-icalendar-file, org-finish-icalendar-file)
16567 (org-ical-ts-to-string): New functions.
16568 (org-read-date, org-goto-calendar)
16569 (org-agenda-goto-calendar): Inhibit displaying diary entries by
16570 call to `calendar'.
16571 (orgtbl-setup): Remove the :keys arguments from the menu description.
16572 (org-after-save-iCalendar-file-hook): New variable.
16573
16574 2005-10-21 Kenichi Handa <handa@m17n.org>
16575
16576 * language/vietnamese.el (tcvn-5712): Make it an alias of
16577 vietnamese-tcvn coding-system.
16578
16579 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
16580
16581 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
16582 group id is given.
16583
16584 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * progmodes/sh-script.el (sh-escaped-line-re): New var.
16587 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
16588 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
16589 whose line is either continued or ends with a comment.
16590
16591 2005-10-20 Romain Francoise <romain@orebokech.com>
16592
16593 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
16594
16595 * replace.el (occur-engine): Add follow-link property.
16596
16597 * font-core.el (font-lock-mode): Doc fix.
16598
16599 2005-10-20 Richard M. Stallman <rms@gnu.org>
16600
16601 * net/rcirc.el: New file.
16602
16603 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
16604
16605 * term.el (term-term-name): Initialize to "eterm-color".
16606
16607 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
16608
16609 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
16610 for encryption functionality.
16611 Move allout customization subgroup from `editing' to `outlines' group.
16612 Fix commentary keywords to legitimate ones.
16613 Update author info (using my current email address, obscurified).
16614 (allout-encrypt-string, allout-encryption-produce-work-buffer)
16615 (allout-encrypted-topic-p, allout-encrypted-text-type)
16616 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16617 (allout-situate-encryption-key-verifier)
16618 (allout-get-encryption-key-verifier, allout-verify-key)
16619 (allout-next-topic-pending-encryption)
16620 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16621 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16622 (outline-key-verifier-handling, outline-key-hint-handling)
16623 (outline-encrypt-unencrypted-on-saves): New defcustoms.
16624 (allout-file-key-verifier-string, allout-encryption-scheme)
16625 (allout-key-verifier-string, allout-key-hint-string)
16626 (allout-after-save-decrypt): New variables.
16627 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16628 (allout-after-saves-handler): New hook functions.
16629 (allout-post-command-business): Do allout-after-save-decrypt.
16630 (allout-enable-file-variable-adjustment): Custom var to enable
16631 mechanism for adding and adjusting settings of Emacs file variables.
16632 (allout-adjust-file-variable, allout-file-vars-section-data):
16633 New functions, implement the mechanism.
16634 (outlineify-sticky): Use the file vars mechanism.
16635 (allout-inhibit-protection, allout-during-write-cue)
16636 (allout-override-protect, allout-before-change-protect): Remove.
16637 (allout-flag-region, allout-open-topic): Adjust read-only text.
16638 (allout-open-line-not-read-only): Add to facilitate read-only
16639 text based protection.
16640 (allout-kill-line): Revise to adjust read-only text, clue the
16641 user about the inhibition.
16642 (allout-unprotected): Use unwind-protect.
16643 (allout-shift-in, allout-shift-out): Disallow manually shifting a
16644 topic deeper than the offspring depth of the previous topic -
16645 avoiding confusing "containment discontinuities".
16646 (allout-reindent-bodies): Fix retention of body relative hanging
16647 indent during promotion of collapsed bodies.
16648 (allout-open-topic): Make it easy to open new topic with same
16649 bullet as current topic - topic creation functions provided with
16650 any universal argument provokes now prompt for bullet, defaulting
16651 to the bullet of the previous topic.
16652 (allout-plain-bullets-string, allout-distinctive-bullets-string):
16653 Plain bullet alternates `.' period and `,' comma only. All other
16654 bullets are relegated to special status (but customizable).
16655 (allout-end-of-entry): Rename from allout-end-of-current-entry
16656 since it actually operates w.r.t. most immediately containing
16657 entry, visible or not.
16658 (allout-hide-current-entry, allout-show-current-entry): Use the
16659 revised version.
16660 (allout-old-expose-topic): Solidify deprecation.
16661 (allout-end-of-subtree): Add so we can span concealed as well
16662 as visible topics.
16663 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16664 (allout-end-of-current-heading): Tweak to just respect the first line.
16665 (allout-get-body-text): Add.
16666 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16667 when invoked interactively.
16668 (allout-up-current-level): Use `interactive-p'.
16669 (allout-mode, allout-init): Miscellaneous docstring and
16670 operational refinements, as well as hookups of new encryption stuff.
16671 (allout-beginning-of-current-entry): Now works as advertised.
16672 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16673 (allout-isearch-rectification): Refine condition for isearching.
16674 (allout-isearch-abort, allout-enwrap-isearch)
16675 (allout-flag-region, my-region-active-p): Relocate some macros.
16676 (allout-title): Fallback title is (buffer-name), not
16677 non-existing (current-buffer-name).
16678 (subst-char-in-string): Define if absent (for some XEmacs versions).
16679
16680 2005-10-20 Jari Aalto <jari.aalto@cante.net>
16681
16682 * mail/sendmail.el (mail-setup-hook, mail-aliases)
16683 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16684 (mail-citation-prefix-regexp, mail-signature-file)
16685 (mail-default-headers, mail-bury-selects-summary)
16686 (mail-send-nonascii): Add autoload cookies.
16687
16688 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16689
16690 * frame.el (blink-cursor-mode): Add `mac' to the list of
16691 window-system's that support blinking cursor.
16692
16693 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
16694
16695 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16696
16697 2005-10-20 Eli Zaretskii <eliz@gnu.org>
16698
16699 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16700 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16701 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16702
16703 2005-10-20 Kim F. Storm <storm@cua.dk>
16704
16705 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16706 (ido-set-current-directory): Don't add / after final @.
16707 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16708 Explicitly handle ange-ftp completion oddities.
16709 (ido-make-file-list): Don't rotate list at tramp root to avoid
16710 triggering tramp file handler for expand-file-name via get-file-buffer.
16711
16712 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16715
16716 2005-10-19 Jay Belanger <belanger@truman.edu>
16717
16718 * calc/calc-units.el (math-standard-units): Add units, adjust
16719 symbols and update values.
16720 (math-unit-prefixes): Add more prefixes.
16721
16722 2005-10-19 Romain Francoise <romain@orebokech.com>
16723
16724 * bookmark.el (bookmark-menu-heading): New face.
16725 (bookmark-bmenu-list): Use it.
16726 Don't fiddle with `baud-rate' at top-level.
16727
16728 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
16729
16730 * image.el (create-image, find-image): Mention max-image-size in
16731 docstring.
16732
16733 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16734
16735 * savehist.el (savehist-load): Revert to checking XEmacs.
16736
16737 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16738 Various docstring and line-width fixups.
16739 (conf-mode): Use cond.
16740 Set font-lock-defaults. Don't set comment-use-syntax.
16741
16742 2005-10-18 David Ponce <david@dponce.com>
16743
16744 * tree-widget.el (tree-widget-button-click): New function.
16745 (tree-widget-button-keymap): Use it.
16746
16747 2005-10-18 Romain Francoise <romain@orebokech.com>
16748
16749 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16750 (bookmark-bmenu-hide-filenames): Add follow-link property.
16751 Improve help-echo text.
16752
16753 * ffap.el (find-file-at-point): Doc fix.
16754
16755 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16756
16757 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16758
16759 2005-10-18 Masatake YAMATO <jet@gyve.org>
16760
16761 Install to the CVS repository what I forgot to install in my
16762 2005-10-16 changes.
16763
16764 * progmodes/python.el (python-complete-symbol): Pass the common
16765 prefix substring of completion to `display-completion-list'.
16766
16767 * textmodes/org.el (org-complete): Ditto.
16768
16769 2005-10-18 Masatake YAMATO <jet@gyve.org>
16770
16771 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16772
16773 * woman.el (WoMan-xref-man-page): New button type derived
16774 from `Man-abstract-xref-man-page'.
16775 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16776
16777 * man.el (Man-abstract-xref-man-page): New button type.
16778 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16779 (Man-highlight-references): Add new optional argument `xref-man-type'.
16780
16781 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16782
16783 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16784
16785 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
16786
16787 * cus-edit.el (Custom-move-and-invoke): Delete.
16788 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16789
16790 * wid-edit.el (widget-move-and-invoke): New function, from
16791 Custom-move-and-invoke.
16792
16793 2005-10-17 Bill Wohler <wohler@newt.com>
16794
16795 Move all remaining images from lisp/toolbar to etc/images, move
16796 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
16797 the low resolution images in their own directory (low-color).
16798
16799 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16800 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16801 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16802 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16803 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
16804 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
16805 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
16806
16807 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
16808 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
16809 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
16810 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
16811 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
16812 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
16813 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
16814 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
16815 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
16816 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
16817 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
16818 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
16819 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
16820 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
16821 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
16822
16823 To conform with convention, replace the underscore (_) in the
16824 following image names with dash (-) or (/) as appropriate.
16825
16826 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
16827 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
16828 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
16829 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
16830 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
16831 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
16832 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
16833 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
16834 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
16835 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
16836 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
16837 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
16838 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
16839 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
16840 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
16841
16842 * info.el (info-tool-bar-map): Replace underscores in image names
16843 with dashes.
16844
16845 * makefile.w32-in (WINS): Remove toolbar.
16846
16847 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
16848
16849 * tool-bar.el: Move to lisp from toolbar. Now that
16850 toolbar is empty, it should be deleted when folks run "cvs up -P".
16851
16852 2005-10-18 Jay Belanger <belanger@truman.edu>
16853
16854 * calc/calc-store.el (calc-store-into): Get the proper variable name
16855 to display in message.
16856
16857 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16858
16859 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
16860 expressions display in speedbar for all buffers when debugging.
16861 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
16862
16863 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
16864 (speedbar-insert-button, speedbar-make-button):
16865 Use add-text-properties.
16866 (speedbar-update-localized-contents)
16867 (speedbar-update-directory-contents)
16868 (speedbar-update-special-contents): Use dolist.
16869 (speedbar-buffer-easymenu-definition): Add a menu separator.
16870
16871 2005-10-17 Jason Rumney <jasonr@gnu.org>
16872
16873 * makefile.w32-in: Use $(lisp) consistently.
16874 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
16875 for shell specific generation of mh-autoloads.
16876
16877 2005-10-17 Richard M. Stallman <rms@gnu.org>
16878
16879 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
16880
16881 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * jit-lock.el (jit-lock-fontify-now):
16884 Move jit-lock-context-unfontify-pos to avoid wasted work.
16885
16886 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
16887
16888 * net/tramp.el (tramp-completion-mode): New defvar. Used in
16889 `tramp-completion-mode' for checking if we are in completion mode.
16890 (tramp-completion-handle-file-name-all-completions): Reorder code
16891 in order to complete for file names only in case there are no
16892 method/user/host completions. This is necessary for cooperation
16893 with ido. Reported by Kim F. Storm <storm@cua.dk>.
16894
16895 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
16896
16897 * longlines.el (longlines-search-forward)
16898 (longlines-search-backward): Match any number of spaces.
16899
16900 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
16901
16902 * diff-mode.el (diff-mode): Doc fix.
16903
16904 2005-10-16 David Reitter <david.reitter@gmail.com>
16905
16906 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
16907 as default on darwin and windows systems.
16908
16909 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
16910
16911 * arc-mode.el (archive-zip-extract): Doc fix.
16912
16913 2005-10-16 Romain Francoise <romain@orebokech.com>
16914
16915 * mouse.el (mouse-1-click-follows-link): Doc fix.
16916
16917 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16918
16919 * savehist.el: Don't require CL at runtime.
16920 (savehist-xemacs): Remove.
16921 (savehist-coding-system): Use utf-8 if present, regardless of religion.
16922 (savehist-no-conversion): Use (featurep 'xemacs).
16923 (savehist-load): Check existence of start-itimer rather than XEmacs.
16924 Use an idle timer.
16925 (savehist-process-for-saving): Replace use of CL funs `subseq' and
16926 `delete-if-not'.
16927
16928 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
16929
16930 * savehist.el: Newer version.
16931 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
16932 (savehist-last-checksum, savehist-no-conversion): New vars.
16933 (savehist-autosave, savehist-process-for-saving, savehist-printable):
16934 New functions.
16935 (savehist-load, savehist-save): Use them.
16936 (savehist-delimit): Remove.
16937
16938 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * progmodes/compile.el (compilation-goto-locus): Display the
16941 compilation buffer first and the source buffer second, in case they're
16942 in overlapping frames. Don't raise the compilation frame if it was the
16943 selected window upon entry. Pass the `other-window' arg to
16944 pop-to-buffer.
16945
16946 * info.el (Info-fontify-node): Use dolist.
16947 Change add-text-properties to put-text-property.
16948
16949 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16950
16951 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
16952 bound of search.
16953
16954 2005-10-16 Masatake YAMATO <jet@gyve.org>
16955
16956 * dabbrev.el (dabbrev-completion): Pass the common
16957 prefix substring of completion to `display-completion-list'.
16958
16959 * filecache.el (file-cache-minibuffer-complete)
16960 (file-cache-complete): Ditto.
16961
16962 * tempo.el (tempo-display-completions): Ditto.
16963
16964 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
16965
16966 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
16967
16968 * eshell/em-hist.el (eshell-list-history): Ditto.
16969
16970 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
16971
16972 * mail/mailalias.el (mail-complete): Ditto.
16973
16974 * progmodes/etags.el (complete-tag): Ditto.
16975
16976 * progmodes/make-mode.el (makefile-complete): Ditto.
16977
16978 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
16979
16980 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
16981
16982 * progmodes/pascal.el (pascal-complete-word)
16983 (pascal-show-completions): Ditto.
16984
16985 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
16986
16987 * simple.el (completion-common-substring): New variable.
16988 (completion-setup-function): Use `completion-common-substring'
16989 to put faces.
16990
16991 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16992
16993 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
16994 (x-get-selection, mac-select-convert-to-string): Convert from/to
16995 UTF-16 clipboard data as in native byte order, no BOM.
16996
16997 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
16998
16999 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17000 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17001 (gud-sentinel): Use speedbar-frame to check for speedbar.
17002
17003 2005-10-15 Richard M. Stallman <rms@gnu.org>
17004
17005 * savehist.el: New file.
17006
17007 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
17008
17009 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17010 Fix bug in \bf fontification.
17011
17012 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17013
17014 * pcvs.el (cvs-edit-log-files): New var.
17015 (cvs-mode-edit-log): New arg `file'.
17016 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17017 Instead force the use of the original file and nothing else.
17018 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17019 the cvs-minor-wrap-function is set.
17020 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17021
17022 2005-10-14 Bill Wohler <wohler@newt.com>
17023
17024 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17025 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17026 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17027 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17028 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17029 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17030 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17031 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17032 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17033 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17034 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17035 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17036 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17037 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17038 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17039
17040 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17041 appropriately (for example, gud-break to gud/break).
17042
17043 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
17044
17045 * longlines.el (longlinges-search-function)
17046 (longlines-search-forward, longlines-search-backward): New functions.
17047 (longlines-mode): Set isearch-search-fun-function to
17048 longlinges-search-function.
17049
17050 * mouse.el (mouse-drag-region-1): Handle the case where a
17051 double-click event is bound to an arbitrary function.
17052
17053 2005-10-14 David Ponce <david@dponce.com>
17054
17055 * recentf.el (recentf-track-opened-file)
17056 (recentf-track-closed-file, recentf-update-menu)
17057 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17058 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17059 mouse-1-click-follows-link.
17060
17061 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17062
17063 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17064 Gnome file-manager.png. Suggested by
17065 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17066
17067 * toolbar/README: Add diropen.xpm.
17068
17069 2005-10-13 Bill Wohler <wohler@newt.com>
17070
17071 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17072 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
17073
17074 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17075
17076 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17077 Don't waste the byte-compiler's time on constant data.
17078
17079 2005-10-13 Kenichi Handa <handa@m17n.org>
17080
17081 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17082 byte with `escape-glyph' face.
17083
17084 * international/fontset.el (ccl-encode-unicode-font):
17085 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17086 Handle the case that ucs-mule-to-mule-unicode translates a character to
17087 ASCII (usually for IPA characters).
17088
17089 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17090
17091 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17092 Don't hide the underline of titles if font-lock-mode is disabled.
17093
17094 2005-10-12 Bill Wohler <wohler@newt.com>
17095
17096 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
17097 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17098 files in MH-E-SRC have been updated.
17099 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17100
17101 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17102
17103 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17104 (mixal-mode-syntax-table): Add \n as end-comment.
17105 (mixal-operation-codes-alist): Immediately initialize to full value.
17106 (mixal-add-operation-code): Remove.
17107 (mixal-describe-operation-code): Make the arg non-optional.
17108 Use the interactive spec instead.
17109 Use mixal-operation-codes-alist rather than mixal-operation-codes.
17110 (mixal-font-lock-keywords): Don't highlight comments here any more.
17111 (mixal-font-lock-syntactic-keywords): New var.
17112 (mixal-mode): Use it. Fix comment-start-skip.
17113
17114 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17115
17116 * startup.el (command-line-x-option-alist): -nb => -nbi
17117
17118 2005-10-12 Kim F. Storm <storm@cua.dk>
17119
17120 * startup.el (fancy-splash-default-action): Discard mouse click in
17121 the splash screen window, as it has no sensible meaning in the
17122 next window to be selected. Fixes error reported by Jan D.
17123
17124 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17125
17126 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17127
17128 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17131 Try to fix up minor layout issues like indentation, line break, etc...
17132 (mixal-mode-syntax-table): Don't try to specify comment syntax,
17133 because it doesn't work.
17134 (mixal-operation-codes): Add some more codes.
17135 (mixal-font-lock-keywords): Process comments here.
17136 (mixal-mode): mixasm no longer needs -g option.
17137
17138 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
17139
17140 * progmodes/sh-script.el (sh-tmp-file):
17141 Use mktemp -t. Finish support for es and rc shells.
17142
17143 2005-10-11 Jay Belanger <belanger@truman.edu>
17144
17145 * calc/calcalg2.el (calc-integral): With an argument, compute the
17146 definite integral.
17147
17148 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
17149
17150 * mouse.el (mouse-drag-region-1): Don't try to catch a
17151 double-click when doing follow-link (it's overridden anyway).
17152
17153 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
17154
17155 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17156 (autoload-print-form-outbuf): Add docstring.
17157
17158 2005-10-11 Juri Linkov <juri@jurta.org>
17159
17160 * info.el (Info-mode-menu): Delete menu item "Edit".
17161 (Info-mode): Delete description of Info-edit from docstring,
17162 and rearrange descriptions of Info commands in the order
17163 they are documented in the Info manual.
17164
17165 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17166
17167 * calendar/appt.el (appt-check): Use diary-selective-display var.
17168
17169 2005-10-10 Richard M. Stallman <rms@gnu.org>
17170
17171 * net/newsticker.el (newsticker-start, newsticker-show-news):
17172 Add autoload cookies.
17173
17174 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
17175
17176 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17177
17178 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
17179
17180 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17181
17182 2005-10-10 Jay Belanger <belanger@truman.edu>
17183
17184 * calc/calc-arith.el (math-check-known-scalarp)
17185 (math-check-known-matrixp): Check the values of arguments that are
17186 variables.
17187 (math-check-known-square-matrixp): New function.
17188 (math-known-square-matrixp): Use math-check-known-square-matrixp.
17189 (math-super-types): Add sqmatrix type.
17190
17191 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17192 mode name `square' to `sqmatrix'.
17193
17194 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17195 mode name `square' to `sqmatrix'.
17196
17197 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17198
17199 * progmodes/etags.el (select-tags-table-mode): Don't use
17200 selective-display.
17201 (tags-select-tags-table): Pass `button' to the action function.
17202 (select-tags-table): Place the side-info on button properties rather
17203 than in hidden text. Abbreviate file names.
17204 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17205 (select-tags-table-select): Add `button' argument.
17206 Get side-info from the button property rather than from hidden text.
17207
17208 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
17209
17210 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17211 (gud-speedbar-buttons): Preserve point if possible.
17212 (gud-sentinel): Restore previous speedbar display type.
17213
17214 * progmodes/gdb-ui.el (gdba): Improve diagram.
17215 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17216 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17217 Call get-buffer-window once.
17218
17219 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17220
17221 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17222 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17223 (pascal-indent-command): Remove unused var `ind'.
17224 (pascal-indent-case): Remove unused var `oldpos'.
17225 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17226 since it's now used as a proper minor mode map.
17227 (pascal-outline): Rename to pascal-outline-mode.
17228 (pascal-outline-mode): Use define-minor-mode.
17229 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17230 selective-display.
17231
17232 2005-10-10 Andreas Schwab <schwab@suse.de>
17233
17234 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17235 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
17236
17237 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17238 outside source directory.
17239
17240 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
17241
17242 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17243 C-x' as a prefix.
17244 (orgtbl-mode-map): Full keymap instead of sparse, because all
17245 `self-insert-command' keys are redefined in this map.
17246 (org-export-as-html): Specify charset for HTML file, by taking it
17247 from the coding system.
17248
17249 2005-10-10 Kenichi Handa <handa@m17n.org>
17250
17251 * textmodes/flyspell.el (flyspell-check-word-p):
17252 If unread-command-events is non-empty, don't call sit-for.
17253
17254 2005-10-09 Richard M. Stallman <rms@gnu.org>
17255
17256 * font-lock.el (font-lock-syntactic-keywords)
17257 (font-lock-keywords): Doc fixes.
17258
17259 * textmodes/flyspell.el (flyspell-external-point-words):
17260 Simplify logic, and don't try to check for consecutive appearances
17261 of one incorrect word.
17262
17263 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
17264
17265 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17266 separator.
17267
17268 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17269 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17270 (gud-expansion-speedbar-buttons): New function.
17271 (gud-speedbar-buttons): Check for gud-comint-buffer.
17272
17273 2005-10-09 Bill Wohler <wohler@newt.com>
17274
17275 * Makefile.in (updates): Add mh-loaddefs dependency.
17276
17277 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
17278
17279 * speedbar.el (speedbar-file-key-map): Fix typo.
17280
17281 2005-10-09 Daniel Brockman <daniel@brockman.se>
17282
17283 * cus-start.el (line-spacing): Add custom spec.
17284
17285 2005-10-09 Romain Francoise <romain@orebokech.com>
17286
17287 * textmodes/ispell.el (ispell-check-version): Fix last change.
17288
17289 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17290
17291 * term/x-win.el: Remove -i, --icon-type from comment.
17292
17293 * startup.el (command-line-x-option-alist): Remove options -i,
17294 -itype, --icon-type, added -nb, --no-bitmap-icon
17295
17296 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
17297
17298 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17299 instead of :active.
17300
17301 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
17302
17303 * textmodes/ispell.el (ispell-check-version):
17304 Ignore hyphen, and all that follows, in aspell's version text.
17305
17306 2005-10-08 Jay Belanger <belanger@truman.edu>
17307
17308 * calc/calc-arith.el (math-known-square-matrixp): New function.
17309 (math-pow-fancy): Check for matrices before distributing exponent
17310 across products.
17311
17312 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17313 fullscreen keypad. Suggested by Luc Teirlinck.
17314 (calc-keypad-show-input): Add space for formatting.
17315
17316 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17317 Add square matrix option.
17318
17319 * calc/calc-poly.el (math-expand-term): Check for matrices instead
17320 of checking calc-matrix-mode when deciding how to expand.
17321
17322 * calc/calc.el (calc-set-mode-line): Add square matrix option.
17323
17324 2005-10-08 Lars Hansen <larsh@soem.dk>
17325
17326 * net/tramp.el (tramp-perl-directory-files-and-attributes):
17327 Add error handling.
17328 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17329
17330 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
17331
17332 Sync with Tramp 2.0.51.
17333
17334 * net/tramp.el (tramp-handle-set-visited-file-modtime)
17335 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17336 Insert special handling for `last-coding-system-used', again
17337 it still seems to be necessary (unlike stated before).
17338 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17339 (tramp-password-prompt-regexp): There might be other words before
17340 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17341 (tramp-chunksize): Improve docstring.
17342 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17343 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
17344 Christian Joergensen <bugs@razor.dk>.
17345
17346 2005-10-07 Glenn Morris <rgm@gnu.org>
17347
17348 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17349 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17350 precision'.
17351
17352 2005-10-07 Romain Francoise <romain@orebokech.com>
17353
17354 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17355 (ibuffer-do-shell-command-pipe-replace)
17356 (ibuffer-do-shell-command-file, ibuffer-do-eval)
17357 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17358 (ibuffer-do-revert, ibuffer-do-replace-regexp)
17359 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17360 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17361 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17362 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17363 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17364 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17365 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17366 Autoload file sans suffix.
17367
17368 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17369
17370 2005-10-07 David Ponce <david@dponce.com>
17371
17372 * recentf.el (recentf-menu-open-all-flag): New option.
17373 (recentf-digit-shortcut-command-name): New function.
17374 (recentf--shortcuts-keymap): New variable.
17375 (recentf-menu-shortcuts): New variable.
17376 (recentf-make-menu-items): Initialize it. Replace the "More..."
17377 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17378 (recentf-menu-value-shortcut): New function.
17379 (recentf-make-menu-item): Use it. No more in-lined.
17380 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17381 (recentf-open-most-recent-file): Rename from
17382 `recentf-open-file-with-key'. Don't depend on key binding.
17383 (recentf-mode-map): New variable.
17384 (recentf-mode): Use it.
17385
17386 2005-10-06 Bill Wohler <wohler@newt.com>
17387
17388 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
17389
17390 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17391 (MH-E-SRC): New. Used by mh-autoloads.
17392 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17393 files in MH-E-SRC have been updated.
17394 (compile, recompile, bootstrap): Depend on mh-autoloads.
17395
17396 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
17397
17398 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17399 gud-break and gud-remove icons when the fringe is not available.
17400
17401 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17402 Typo.
17403
17404 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
17405
17406 * play/zone.el (zone): Wrap body with save-window-excursion.
17407
17408 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
17409
17410 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17411 Use the new `list-only' arg to diary-list-entries.
17412
17413 * calendar/diary-lib.el: Use overlays rather than selective-display.
17414 (diary-selective-display): New var.
17415 (diary-header-line-format): Use it.
17416 (diary-list-entries): Add argument `list-only'.
17417 Put the buffer in diary-mode. Don't add \^M at beg and end.
17418 Replace \^M by invisible overlays.
17419 (diary-unhide-everything): Replace \^M by invisible overlays.
17420 (print-diary-entries): Look for overlays rather than \^M.
17421 Add a space to the temp buffer name.
17422 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17423 Put the buffer in diary-mode.
17424 (list-sexp-diary-entries): Replace \^M by invisible overlays.
17425 (diary-anniversary): Make the year arg optional.
17426 (diary-time-regexp): New const.
17427 (diary-font-lock-keywords): Use it to accept a few more time formats.
17428
17429 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17430
17431 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
17432
17433 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17434 Fix bug introduced 2005-07-03: Use (car (last ...))
17435 to faithfully reproduce replaced artist-last.
17436 (artist-set-arrow-points-for-poly): Likewise.
17437 Suggested by Johan Bockg\e,Ae\e(Brd.
17438
17439 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
17440
17441 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
17442 * wid-edit.el (widget):
17443 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
17444 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
17445
17446 2005-10-06 Kenichi Handa <handa@m17n.org>
17447
17448 * international/mule-cmds.el (set-language-environment):
17449 Fix setting up of case-table for unibyte mode.
17450
17451 * simple.el (what-cursor-position): If the character is displayed
17452 by some `display' text property, show that. Don't use
17453 single-key-description for eight-bit characters in multibyte mode.
17454
17455 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
17456
17457 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
17458 (gdb-ann3): Set it.
17459 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
17460 (gdb-info-frames-custom): Use inverse-video for first five
17461 characters of selected frame only.
17462 (gdb-get-frame-number): Select frame even when point is on frame
17463 number.
17464
17465 2005-10-06 Masatake YAMATO <jet@gyve.org>
17466
17467 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
17468 Put `font-lock-function-name-face'.
17469 (gdb-info-frames-custom): Put `font-lock-function-name-face'
17470 and `font-lock-variable-name-face'
17471 (gdb-registers-font-lock-keywords): New font lock keywords definition.
17472 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
17473 (gdb-memory-font-lock-keywords): New font lock keywords definition.
17474 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
17475 (gdb-local-font-lock-keywords): New font lock keywords definition.
17476 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
17477 (gdb-threads-font-lock-keywords): New font lock keywords definition.
17478 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
17479
17480 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
17481
17482 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
17483 (ediff-merge-region-is-non-clash-to-skip): Previously called
17484 ediff-merge-region-is-non-clash.
17485
17486 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
17487 Use insert-buffer-substring.
17488
17489 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
17490 selecting files to patch. Also bug fixes.
17491
17492 * ediff-util.el (ediff-setup): Bug fix.
17493 (ediff-next-difference): Never skip clashes that differ in white
17494 space only.
17495
17496 * ediff-wind.el (ediff-setup-control-frame)
17497 (ediff-destroy-control-frame): Check the menubar feature.
17498
17499 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
17500 (viper-refresh-mode-line): Use make-local-variable to localize
17501 some vars instead of make-variable-buffer-local. Suggested by
17502 Stefan Monnier.
17503
17504 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
17505 (viper-restore-cursor-type, viper-set-insert-cursor-type):
17506 Use make-local-variable instead of make-variable-buffer-local.
17507 Suggested by Stefan Monnier.
17508
17509 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
17510 (viper-comint-mode-hook): Use make-local-variable on
17511 require-final-newline.
17512 (viper-non-hook-settings): Don't use make-variable-buffer-local.
17513
17514 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
17517 also the second char of a comment-start sequence.
17518 (scheme-sexp-comment-syntax-table): New var.
17519 (lambda, define): Set their scheme-doc-string-elt property.
17520 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
17521 Use lisp-font-lock-syntactic-face-function now that it properly
17522 handles |...| symbols.
17523 (scheme-mode-variables): Set lisp-doc-string-elt-property,
17524 parse-sexp-lookup-properties and font-lock-extra-managed-props.
17525
17526 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
17527 bit from # to |.
17528 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
17529
17530 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
17531 (lisp-doc-string-elt-property): New var.
17532 (lisp-font-lock-syntactic-face-function): Use it.
17533 Rewrite to recognize docstrings even for forms not at toplevel.
17534
17535 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
17536 annotation on the | part of #| rather than on the # part.
17537 (scheme-font-lock-syntactic-face-function): New function, to
17538 distinguish strings from |...| symbols.
17539 (scheme-mode-variables): Use it. Also fix up the font-lock-time
17540 syntax-table so that #|...|# is properly highlighted.
17541
17542 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
17543 Don't mark as docstring the 3rd elem of an unknown toplevel form.
17544
17545 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
17548 and C-e.
17549
17550 * emacs-lisp/eldoc.el: Move comments into docstrings.
17551 (eldoc-message-commands): Initialize in its declaration.
17552 Add move-beginning-of-line and move-end-of-line.
17553 (eldoc-add-command, eldoc-add-command-completions)
17554 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
17555
17556 * outline.el (outline-mark-subtree): Activate the mark.
17557
17558 * calendar/appt.el (appt-time-regexp): New var.
17559 (appt-add, appt-make-list): Use it.
17560 (appt-convert-time): Clean up.
17561
17562 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
17563 Don't set any syntax-table property here.
17564 (tex-font-lock-verb): New function. Do it here.
17565 (tex-font-lock-syntactic-keywords): Use it.
17566
17567 2005-10-04 Richard M. Stallman <rms@gnu.org>
17568
17569 * wid-edit.el (widget-file-complete): Get the widget start point
17570 the right way. Default directory to `/' if file has none.
17571
17572 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
17573
17574 * textmodes/flyspell.el (flyspell-mode-on):
17575 Call ispell-maybe-find-aspell-dictionaries.
17576
17577 * textmodes/ispell.el (ispell-word, ispell-region):
17578 Call ispell-maybe-find-aspell-dictionaries.
17579 (ispell-accept-buffer-local-defs):
17580 Don't call ispell-maybe-find-aspell-dictionaries
17581
17582 2005-10-04 Richard M. Stallman <rms@gnu.org>
17583
17584 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
17585
17586 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
17587
17588 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
17589 instead of `fboundp' in order to allow for anonymous functions.
17590
17591 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
17592
17593 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
17594 case the user clicks on the link while another window is selected.
17595 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
17596
17597 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
17598 functionality.
17599 (dframe-help-echo): Save point in case mouse tracking is off.
17600
17601 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
17602
17603 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
17604
17605 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17606
17607 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
17608 not change the global value of those vars.
17609
17610 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
17611 make-local-variable which we do not need any more.
17612
17613 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
17614
17615 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17616 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17617 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17618 (speedbar-path-line): Define obsolete aliases.
17619 (speedbar-line-directory): Doc fix.
17620
17621 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17622 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17623 instead of speedbar-line-path.
17624
17625 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17626
17627 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17628 to nil if dropping on a window. Handle dropping on a minibuffer window
17629 like dropping on a non-window part of Emacs.
17630
17631 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17632
17633 * net/ange-ftp.el: Use with-current-buffer.
17634 (ange-ftp-insert-directory): Do not follow symlinks any more.
17635
17636 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17637 Remove interactive spec.
17638
17639 2005-10-03 Kim F. Storm <storm@cua.dk>
17640
17641 * ido.el (ido-mode): Use custom-initialize-set.
17642
17643 2005-10-02 Richard M. Stallman <rms@gnu.org>
17644
17645 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17646 Use insert-buffer-substring.
17647
17648 * net/tramp.el: Pacify byte compiler warnings in pacification code.
17649 (tramp-handle-file-local-copy): Use insert-buffer-substring.
17650
17651 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17652
17653 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17654 in last change.
17655 (ange-ftp-insert-directory): Fix up the search for the case where
17656 `file' is absolute.
17657
17658 2005-10-02 Romain Francoise <romain@orebokech.com>
17659
17660 * progmodes/compile.el (compile-goto-error): Delete extra paren.
17661
17662 2005-10-02 Andreas Schwab <schwab@suse.de>
17663
17664 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17665 directory component in the session info.
17666
17667 2005-10-01 Richard M. Stallman <rms@gnu.org>
17668
17669 * comint.el (comint-redirect-subvert-readonly): Doc fix.
17670
17671 * simple.el (next-error-internal): New function.
17672
17673 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17674 (compilation-start): Pass new arg to compilation-buffer-name.
17675 (compile-goto-error): Use next-error-internal.
17676
17677 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17678
17679 * speedbar.el: Remove RCS tag.
17680 (speedbar-check-read-only): Handle non-existent files.
17681
17682 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17683
17684 * info.el (Info-speedbar-hierarchy-buttons)
17685 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17686
17687 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17688
17689 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17690 Do not match newline.
17691 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17692 (bibtex-summary): Remove unnecessary save-excursion.
17693 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17694
17695 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17696
17697 * term/mac-win.el: Add charset info for "iso10646-1".
17698 Modify default fontset to use ATSUI-compatible fonts for some charsets
17699 if available.
17700
17701 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17702
17703 * speedbar.el: Re-apply arch tag.
17704 (speedbar-version): Rename to version 1.0. Suggested by Eric
17705 M. Ludlam.
17706 Reapply two changes from Emacs CVS' version of speedbar lost
17707 during the merge:
17708 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17709 (speedbar-frame-parameters): Improve customize type.
17710
17711 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17714 (ange-ftp-file-directory-p): Fix the symlink case.
17715 (ange-ftp-insert-directory): When listing a single file, get a list of
17716 the parent buffer and extract the relevant line. Inspired from a patch
17717 by Katsumi Yamaoka <yamaoka@jpl.org>.
17718 (ange-ftp-file-name-sans-versions): Simplify.
17719
17720 2005-09-30 Bill Wohler <wohler@newt.com>
17721
17722 Move MH-E image files from toolbar and mail directories into
17723 etc/images.
17724
17725 * mail/reply2.*: Move to etc/images/mail/reply*.
17726
17727 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17728 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17729 etc/images.
17730
17731 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17732 * toolbar/reply*: Move to etc/images/mail.
17733
17734 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17735
17736 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
17737
17738 * speedbar.el: New version 1.0pre3.
17739
17740 Frame management code (including timer, and mouse click specifics)
17741 moved to dframe.el:
17742 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
17743 (speedbar-timer): Removed. Use dframe-timer.
17744 (speedbar-close-frame): Removed. Use dframe-close-frame.
17745 (speedbar-activity-change-focus-flag): Removed. Use
17746 dframe-activity-change-focus-flag.
17747 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
17748 dframe-update-speed.
17749
17750 (speedbar-current-frame): New macro. Use this instead of the
17751 variable speedbar-frame.
17752
17753 (speedbar-use-images, speedbar-expand-image-button-alist)
17754 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17755
17756 (speedbar-find-image-on-load-path): Removed. Replaced by
17757 defezimage in ezimage.el.
17758 (speedbar-expand-image-button-alist): Removed. Replaced by
17759 ezimage-expand-image-button-alist in ezimage.el.
17760
17761 (speedbar-ignored-directory-regexp)
17762 (speedbar-add-ignored-directory-regexp)
17763 (speedbar-ignored-directory-expressions)
17764 (speedbar-line-directory, speedbar-buffers-line-directory)
17765 (speedbar-directory-line, speedbar-buffers-line-directory):
17766 Renamed, replacing `path' with `directory'.
17767
17768 (speedbar-create-directory, speedbar-expand-line-descendants)
17769 (speedbar-toggle-line-expansion)
17770 (speedbar-contract-line-descendants): New commands.
17771
17772 (speedbar-query-confirmation-method, speedbar-select-frame-method)
17773 (speedbar-use-tool-tips-flag): New options.
17774
17775 (speedbar-check-read-only, speedbar-require-version)
17776 (speedbar-insert-separator, speedbar-buffers-tail-notes)
17777 (speedbar-handle-delete-frame, speedbar-try-completion)
17778 (speedbar-update-localized-contents): New functions.
17779
17780 (speedbar-incompatible-version, speedbar-ro-to-do-point)
17781 (speedbar-object-read-only-indicator): New variables.
17782
17783 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17784 New hooks.
17785
17786 (speedbar-separator-face): New face.
17787
17788 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17789 (speedbar-ignored-modes): Add fundamental-mode.
17790 (speedbar-directory-unshown-regexp): Add . directories.
17791
17792 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17793 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17794 `]' for full expand/close.
17795 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17796
17797 (speedbar-check-vc): Support hidden files.
17798 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17799 (speedbar-this-file-in-vc): Use vc-state if available. If VC
17800 state is nil, it is not checked out.
17801
17802 (speedbar-line-text, speedbar-line-token): Support expand buttons
17803 with no text.
17804 (speedbar-refresh): Universal argument acts as power-click.
17805 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
17806 that buffer to get variable values.
17807
17808 And many other bugfixes.
17809
17810 * dframe.el, ezimage.el, sb-image.el: New files.
17811
17812 * sb-*.xpm: Remove files. New image files installed into
17813 etc/images/ezimage.
17814
17815 2005-09-30 Kenichi Handa <handa@m17n.org>
17816
17817 * ps-mule.el (ps-mule-show-warning): If a character is in
17818 ps-print-translation-table, don't treat it as non-printable.
17819
17820 2005-09-30 David Ponce <david@dponce.com>
17821
17822 * tree-widget.el (tree-widget-themes-load-path): New variable.
17823 (tree-widget-themes-directory): Doc fix.
17824 (tree-widget-image-formats) [Emacs]: Doc fix.
17825 (tree-widget--locate-sub-directory): New function.
17826 (tree-widget-themes-directory): Use it.
17827
17828 * recentf.el (recentf-filename-handlers): Rename from
17829 `recentf-filename-handler'. Allow a list of functions.
17830 (recentf-menu-items-for-commands): Fix :help strings.
17831 (recentf-apply-filename-handlers): New function.
17832 (recentf-expand-file-name): Use it.
17833 (recentf-cleanup): Remove duplicates too.
17834
17835 2005-09-29 Juri Linkov <juri@jurta.org>
17836
17837 * faces.el: Rearrange face definitions to be in the same order as
17838 their face descriptions in "(emacs)Standard Faces".
17839
17840 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
17841
17842 * tooltip.el (tooltip): Add group `basic-faces'.
17843
17844 * buff-menu.el (Buffer-menu-buffer): Remove group
17845 `font-lock-highlighting-faces'.
17846
17847 * progmodes/compile.el (compilation-error, compilation-warning)
17848 (compilation-info, compilation-line-number, compilation-column-number):
17849 Change group from `font-lock-highlighting-faces' to `compilation'.
17850
17851 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17852 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
17853 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
17854 (vhdl-font-lock-reserved-words-face)
17855 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
17856 `font-lock-highlighting-faces'.
17857
17858 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
17859
17860 2005-09-28 Kim F. Storm <storm@cua.dk>
17861
17862 * emulation/cua-base.el: Set CUA move property on additional commands:
17863 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
17864 forward-sexp, backward-sexp, forward-list, backward-list.
17865
17866 2005-09-28 Romain Francoise <romain@orebokech.com>
17867
17868 * comint.el (comint-show-output): Really set point at the
17869 beginning of the output when not using `comint-use-prompt-regexp'.
17870
17871 2005-09-27 Jay Belanger <belanger@truman.edu>
17872
17873 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
17874 in TeX mode.
17875
17876 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
17877
17878 * textmodes/org.el (org-table-sum): Fix format string.
17879
17880 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
17881 Quote face names.
17882
17883 2005-09-26 Romain Francoise <romain@orebokech.com>
17884
17885 * isearch.el (isearch-forward-regexp): Close doc string.
17886
17887 2005-09-25 Richard M. Stallman <rms@gnu.org>
17888
17889 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
17890
17891 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
17892
17893 * progmodes/compile.el (compilation-error-properties):
17894 When getting the file from the previous error message,
17895 correctly decode the new data format.
17896
17897 * progmodes/cc-cmds.el (c-electric-paren):
17898 Call old-blink-paren only for close-paren.
17899
17900 2005-09-24 Andreas Schwab <schwab@suse.de>
17901
17902 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
17903 condition.
17904
17905 2005-09-25 Romain Francoise <romain@orebokech.com>
17906
17907 * dired-aux.el (dired-copy-file-recursive):
17908 * dired.el (dired-delete-file):
17909 * ediff-mult.el (ediff-dir-diff-copy-file):
17910 * ediff-util.el (ediff-test-save-region):
17911 * forms.el (forms-mode):
17912 * ido.el (ido-file-internal, ido-delete-file-at-head):
17913 * log-edit.el (log-edit-done):
17914 * ses.el (ses-yank-resize):
17915 * play/gomoku.el (gomoku-human-plays, gomoku)
17916 (gomoku-human-resigns, gomoku-prompt-for-other-game)
17917 (gomoku-offer-a-draw):
17918 * play/landmark.el (lm-human-resigns, lm):
17919 * net/eudcb-ldap.el (eudc-ldap-check-base):
17920 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
17921 * progmodes/ebrowse.el (ebrowse-find-pattern):
17922 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
17923 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
17924 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
17925
17926 * vc.el (vc-delete-file):
17927 * play/gomoku.el (gomoku-terminate-game, gomoku)
17928 (gomoku-prompt-for-move, gomoku-human-takes-back):
17929 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
17930 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
17931
17932 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17933
17934 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
17935 color rxvt terminals by using the code xterm.el used to use before
17936 2005-04-09 in order to match the colors used by rxvt.
17937
17938 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17939
17940 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
17941 colors rxvt-unicode terminals by using the same code as xterm.el.
17942
17943 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * textmodes/tex-mode.el (tex-font-lock-append-prop)
17946 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
17947 new symbol used for the tex-verbatim face.
17948
17949 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17950
17951 * woman.el (woman-file-name):
17952 * wid-edit.el (widget-file-prompt-value)
17953 (widget-coding-system-prompt-value):
17954 * w32-fns.el (set-w32-system-coding-system):
17955 * vc.el (vc-version-diff, vc-annotate):
17956 * textmodes/reftex-auc.el (reftex-arg-cite)
17957 (reftex-arg-index-tag):
17958 * textmodes/refer.el (refer-get-bib-files):
17959 * textmodes/artist.el (artist-figlet-choose-font):
17960 * terminal.el (terminal-emulator):
17961 * replace.el (occur-read-primary-args):
17962 * rect.el (string-rectangle, string-insert-rectangle):
17963 * ps-print.el (ps-print-preprint):
17964 * progmodes/pascal.el (pascal-goto-defun):
17965 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
17966 * progmodes/compile.el (compilation-find-file):
17967 * printing.el (pr-interactive-n-up):
17968 * play/animate.el (animate-birthday-present):
17969 * net/rcompile.el (remote-compile):
17970 * man.el (man, Man-goto-section, Man-follow-manual-reference):
17971 * mail/rmailsum.el (rmail-summary-search-backward)
17972 (rmail-summary-search):
17973 * mail/rmailout.el (rmail-output-read-rmail-file-name)
17974 (rmail-output-read-file-name):
17975 * mail/rmail.el (rmail-search, rmail-search-backwards):
17976 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
17977 * locate.el (locate):
17978 * international/quail.el (quail-show-keyboard-layout):
17979 * international/mule.el (set-buffer-file-coding-system)
17980 (revert-buffer-with-coding-system, set-file-name-coding-system)
17981 (set-terminal-coding-system, set-keyboard-coding-system)
17982 (set-next-selection-coding-system):
17983 * international/mule-diag.el (describe-coding-system)
17984 (describe-font, describe-fontset):
17985 * international/mule-cmds.el (universal-coding-system-argument)
17986 (search-unencodable-char, describe-input-method)
17987 (set-language-environment, describe-language-environment):
17988 * international/codepage.el (codepage-setup):
17989 * international/code-pages.el (codepage-setup):
17990 * info.el (Info-search, Info-follow-reference)
17991 (Info-search-backward):
17992 * emacs-lisp/advice.el (ad-read-advised-function)
17993 (ad-read-advice-class, ad-clear-cache, ad-activate)
17994 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
17995 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
17996 (ad-read-regexp):
17997 * ediff-util.el (ediff-toggle-regexp-match):
17998 * ediff-ptch.el (ediff-prompt-for-patch-file):
17999 * dired-aux.el (dired-diff):
18000 * diff.el (diff):
18001 * cus-edit.el (custom-variable-prompt):
18002 * calendar/timeclock.el (timeclock-ask-for-project):
18003 * calc/calcalg3.el (calc-get-fit-variables):
18004 * calc/calc-store.el (calc-edit-variable)
18005 (calc-permanent-variable):
18006 * vc-mcvs.el (vc-mcvs-register):
18007 * shadowfile.el (shadow-define-literal-group):
18008 * woman.el (woman-file-name):
18009 * vc.el (vc-version-diff, vc-merge):
18010 * textmodes/reftex-index.el (reftex-index-complete-tag):
18011 * format.el (format-decode-buffer, format-decode-region):
18012 * emulation/viper-cmd.el (viper-read-string-with-history):
18013 * emacs-lisp/debug.el (cancel-debug-on-entry):
18014 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18015 * ediff.el (ediff-merge-revisions)
18016 (ediff-merge-revisions-with-ancestor, ediff-revision):
18017 * completion.el (interactive-completion-string-reader):
18018 * calc/calc-prog.el (calc-user-define-formula):
18019 Follow convention for reading with the minibuffer.
18020
18021 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
18022
18023 * progmodes/python.el (python-describe-symbol): Add globals() and
18024 locals() to the arguments of emacs.ehelp.
18025
18026 2005-09-24 Magnus Henoch <mange@freemail.hu>
18027
18028 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18029 New function, code extracted from ispell-valid-dictionary-list.
18030 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18031 Call it.
18032
18033 2005-09-24 Eli Zaretskii <eliz@gnu.org>
18034
18035 * subr.el (version-regexp-alist): Extend valid syntax for version
18036 strings: allow any of the characters -,_,+ to separate the
18037 alpha/beta/rc part from the version part. Doc fix.
18038 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
18039
18040 2005-09-23 David Reitter <david.reitter@gmail.com>
18041
18042 * mail/mailclient.el: New file.
18043
18044 2005-09-23 Richard M. Stallman <rms@gnu.org>
18045
18046 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18047 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18048 Doc fixes.
18049
18050 * progmodes/cc-mode.el (c-font-lock-init):
18051 Specify font-lock-lines-before.
18052
18053 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18054
18055 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18056 whole conflict.
18057
18058 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
18059
18060 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18061 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
18062 of `remap' feature when available. Additional key bindings for
18063 better tty support.
18064 (org-mode-restart, org-force-self-insert): New commands.
18065 (org-time-stamp-inactive): New command.
18066 (org-remap): New function.
18067 (org-table-auto-blank-field, org-level-color-stars-only): New options.
18068 (org-enable-fixed-width-editor): Move to `org-structure'
18069 customization group.
18070 (org-self-insert-command, orgtbl-self-insert-command): Modify to
18071 blank field after field motion commands.
18072
18073 2005-09-23 Kenichi Handa <handa@m17n.org>
18074
18075 * international/mule-cmds.el (set-language-environment):
18076 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18077 have to call utf-translate-cjk-load-tables.
18078
18079 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18080
18081 * mouse.el (mouse-move-drag-overlay): Fix last change.
18082
18083 2005-09-22 David Ponce <david@dponce.com>
18084
18085 * tree-widget.el (tree-widget-value-create): Fix previous change.
18086
18087 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18088
18089 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18090
18091 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18092
18093 * mouse.el (mouse-move-drag-overlay): New function.
18094 (mouse-drag-region-1): Use it.
18095 Try to simplify a bit the state handling. Handle clicks on links
18096 inside intangible areas.
18097 (mouse-save-then-kill): Minor simplification.
18098 (mouse-secondary-overlay): Make it always non-nil instead of
18099 recreating it each time.
18100 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18101 (mouse-kill-secondary, mouse-secondary-save-then-kill):
18102 Simplify accordingly.
18103
18104 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18105
18106 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18107
18108 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
18109
18110 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18111 (ediff-file-name-sans-prefix): Treat nil as an empty string.
18112 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18113 to patch.
18114
18115 * ediff-util.el: Use insert-buffer-substring.
18116
18117 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18118
18119 * emulation/viper-cmd.el (viper-change-state): Don't move over the
18120 field boundaries in the minibuffer.
18121 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18122 (viper-minibuffer-post-command-hook): New hook.
18123 (viper-line): Don't move cursor at bolp.
18124
18125 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18126
18127 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18128 avoid compiler warnings.
18129
18130 * emulation/viper-macs.el (ex-map): Better messages.
18131
18132 * emulation/viper-utils.el (viper-beginning-of-field): New function.
18133
18134 * emulation/viper.el: Replace make-variable-buffer-local with
18135 viper-make-variable-buffer-local everywhere, to avoid warnings.
18136
18137 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18138
18139 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18140 Delete unused var `old-selected-window'.
18141 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18142 (mouse-drag-secondary): Delete unused var `start-frame'.
18143
18144 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18145
18146 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18147
18148 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18149
18150 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18151 Re-indent within 80 columns. Use inhibit-read-only.
18152
18153 2005-09-19 Romain Francoise <romain@orebokech.com>
18154
18155 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18156
18157 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18158
18159 * font-lock.el (font-lock-default-fontify-region): Don't add a line
18160 unconditionally, since the after-change-function already did it.
18161
18162 2005-09-19 Miles Bader <miles@gnu.org>
18163
18164 * net/newsticker.el: Get rid of CVS keyword.
18165
18166 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
18167
18168 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18169 The prompt is formatted later.
18170
18171 2005-09-19 David Ponce <david@dponce.com>
18172
18173 * tree-widget.el (tree-widget-value-create): Save the converted
18174 tree :node widget.
18175
18176 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
18177
18178 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18179 variable `message'.
18180
18181 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
18182
18183 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18184 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
18185 <slawomir.nowaczyk.847@student.lu.se>.
18186
18187 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
18188
18189 * image.el (image-load-path): Use symbol `data-directory' instead
18190 of its value, for backward compatibility with packages that bind
18191 it during `find-image'. Suggested by Katsumi Yamaoka.
18192 (image-search-load-path): Handle symbols whose values are strings.
18193
18194 2005-09-18 Romain Francoise <romain@orebokech.com>
18195
18196 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18197 with-current-buffer form in save-excursion.
18198
18199 2005-09-18 Deepak Goel <deego@gnufans.org>
18200
18201 * apropos.el (apropos-command): Fix `message' call: first arg
18202 should be a format spec. In this and all other cases that appear
18203 below and elsewhere in the source code, I made a change only when
18204 two conditions were satisfied: [1] I can think of a possibility
18205 that the arguments would cause an error, for example, the code in
18206 question relies on external variables such as filenames. [2] I
18207 was sure that the arg to `message' could not have been nil in the code.
18208
18209 * textmodes/tildify.el (tildify-region): Ditto.
18210
18211 * textmodes/reftex-index.el (reftex-index-change-entry)
18212 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18213 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18214 * textmodes/org.el (org-complete, org-deadline, org-schedule)
18215 (org-priority, org-table-sum):
18216 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18217 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18218 (flyspell-word, flyspell-display-next-corrections):
18219 * textmodes/bibtex.el (bibtex-print-help-message):
18220 * textmodes/artist.el (artist-key-set-point-poly):
18221 * term/mac-win.el (mac-services-insert-text):
18222 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18223 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18224 (vhdl-port-paste-testbench, vhdl-compose-new-component)
18225 (vhdl-compose-configuration):
18226 * progmodes/sh-script.el (sh-blink, sh-show-indent)
18227 (sh-set-indent, sh-learn-line-indent):
18228 * progmodes/ps-mode.el (ps-mode-target-column):
18229 * progmodes/idlwave.el (idlwave-make-tags)
18230 (idlwave-scan-library-catalogs):
18231 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18232 * progmodes/gud.el (gud-jdb-analyze-source):
18233 * progmodes/flymake.el (flymake-log):
18234 * progmodes/ebnf2ps.el (ebnf-generate-region):
18235 * progmodes/cmacexp.el (c-macro-expansion):
18236 * progmodes/ada-xref.el (ada-treat-cmd-string):
18237 * progmodes/ada-mode.el (ada-create-case-exception-substring)
18238 (ada-justified-indent-current, ada-batch-reformat):
18239 * play/zone.el (zone):
18240 * play/landmark.el (lm-move):
18241 * play/decipher.el (decipher-show-alphabet):
18242 * net/newsticker.el (newsticker--display-jump)
18243 (newsticker--display-scroll):
18244 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18245 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18246 * mail/feedmail.el (feedmail-dump-message-to-queue):
18247 * eshell/esh-proc.el (eshell-remove-process-entry):
18248 * emulation/ws-mode.el (ws-last-error):
18249 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18250 (viper-record-kbd-macro):
18251 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18252 * emacs-lisp/lisp-mnt.el (lm-report-bug):
18253 * emacs-lisp/find-func.el (find-function-noselect):
18254 * calendar/timeclock.el (timeclock-status-string)
18255 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18256 (timeclock-when-to-leave-string):
18257 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18258 * calc/calc-units.el (calc-enter-units-table):
18259 * calc/calc-mode.el (calc-mode-record-mode):
18260 * woman.el (woman-mini-help):
18261 * wdired.el (wdired-change-to-wdired-mode):
18262 * vc.el (vc-retrieve-snapshot):
18263 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18264 * startup.el (display-startup-echo-area-message):
18265 * simple.el (set-goal-column):
18266 * ses.el (ses-command-hook, ses-recalculate-cell):
18267 * server.el (server-process-filter):
18268 * printing.el (pr-interface-txt-print, pr-interface-printify)
18269 (pr-interface-ps):
18270 * pcvs.el (cvs-help):
18271 * log-edit.el (log-edit, log-edit-mode-help):
18272 * iswitchb.el (iswitchb-possible-new-buffer):
18273 * isearch.el (isearch-edit-string):
18274 * image-mode.el (image-mode, image-minor-mode):
18275 * ibuf-macs.el (define-ibuffer-filter):
18276 * hi-lock.el (hi-lock-find-patterns):
18277 * files.el (toggle-read-only):
18278 * ediff-util.el (ediff-copy-diff)
18279 (ediff-write-merge-buffer-and-maybe-kill):
18280 * echistory.el (Electric-history-undefined):
18281 * dnd.el (dnd-insert-text):
18282 * dired-aux.el (dired-query):
18283 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18284 * bookmark.el (bookmark-bmenu-locate):
18285 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18286 Fix `message' calls to ensure first arg is a format string.
18287 The change was made only when these two conditions were satisfied:
18288 [1] when there is a possibility that the arguments would cause an error
18289 for example, if the code in question relies on external variables
18290 such as filenames, and
18291 [2] if the arg to `message' could not have been nil in the code.
18292
18293 * pcomplete.el (pcomplete--help): Fix `message' format spec.
18294 Not having a %s would be weird, though not technically wrong.
18295
18296 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18297
18298 * term/mac-win.el (mac-add-charset-info): Doc fix.
18299
18300 2005-09-17 Romain Francoise <romain@orebokech.com>
18301
18302 * shell.el (shell-resync-dirs): Handle echoing processes more
18303 reliably. Don't insert resync command if `comint-process-echoes'
18304 is non-nil.
18305
18306 2005-09-17 Magnus Henoch <mange@freemail.hu>
18307
18308 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18309 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18310 aspell versions >= 0.60.
18311 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18312 only if ispell-aspell-supports-utf8 is non-nil.
18313
18314 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18315
18316 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18317 buffer-local value to lisp-indent-function.
18318
18319 2005-09-17 Milan Zamazal <pdm@zamazal.org>
18320
18321 * progmodes/glasses.el (glasses-make-readable): If
18322 glasses-separator differs from underscore, put appropriate
18323 overlays over underscore characters.
18324 (glasses-convert-to-unreadable): If glasses-separator differs from
18325 underscore, try to convert glasses-separator characters to
18326 underscores.
18327
18328 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18329
18330 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18331 Use with-syntax-table and dolist.
18332
18333 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
18334
18335 * textmodes/reftex-auc.el:
18336 * textmodes/reftex-cite.el:
18337 * textmodes/reftex-dcr.el:
18338 * textmodes/reftex-global.el:
18339 * textmodes/reftex-parse.el:
18340 * textmodes/reftex-ref.el:
18341 * textmodes/reftex-sel.el:
18342 * textmodes/reftex-toc.el:
18343 * textmodes/reftex-vars.el:
18344 * textmodes/reftex.el: Small changes to remove compiler warnings.
18345
18346 * textmodes/reftex-index.el: Likewise.
18347 (reftex-query-index-phrase): More efficient use of markers.
18348
18349 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18350
18351 * image.el (image-load-path): New variable.
18352 (image-search-load-path): New function.
18353 (find-image): Search for images in `image-load-path'.
18354
18355 2005-09-15 Richard M. Stallman <rms@gnu.org>
18356
18357 * follow.el: Change Maintainer field.
18358
18359 2005-09-15 David Ponce <david@dponce.com>
18360
18361 * recentf.el (recentf-save-file-modes): New option.
18362 (recentf-save-list): Use it.
18363
18364 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
18365
18366 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18367 (mode-line-mule-info, mode-line-modified): Move bindings from
18368 mouse-3 to mouse-1.
18369
18370 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18371
18372 * simple.el (sendmail-user-agent-compose): Revert last change.
18373
18374 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18375
18376 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18377 Use with-current-buffer.
18378 (ange-ftp-gwp-start): Remove unused var `gw-user'.
18379 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18380 (ange-ftp-insert-directory): Remove unused var `short'.
18381 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18382
18383 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18384 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18385
18386 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18387 (check-calendar-holidays, diary-list-entries): Autoload.
18388 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18389 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18390
18391 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18392 which mistakenly removed a call to display-buffer.
18393
18394 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
18395
18396 * obsolete/iso-insert.el: Move to obsolete/ from international/.
18397
18398 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
18399
18400 * progmodes/hideshow.el
18401 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18402 (hs-allow-nesting): New user var.
18403 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18404 (hs-hide-block-at-point): When nesting allowed,
18405 if there is already an overlay in place, delete it.
18406 (hs-safety-is-job-n): Delete func; remove call sites.
18407 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18408 (hs-overlay-at): New func.
18409 (hs-already-hidden-p, hs-show-block): Use it.
18410 (hs-hide-all): Don't pre-clean if nesting allowed.
18411 (hs-show-all): Temporarily disallow
18412 nesting around call to `hs-discard-overlays'.
18413
18414 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
18415
18416 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18417 Delete unused local var.
18418
18419 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
18420
18421 * help-fns.el (describe-categories): "?\ " -> "?\s".
18422 (help-do-arg-highlight): Recognize also ARG-n, as in
18423 `move-to-left-margin' (ARG+n is already recognized). Simplify.
18424
18425 * international/codepage.el (dos-unsupported-char-glyph):
18426 * net/newsticker.el (tool-bar-map, w3-mode-map)
18427 (w3m-minor-mode-map):
18428 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18429 (ent-alist):
18430 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18431
18432 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
18433
18434 * custom.el (custom-push-theme): Handle the case where a symbol is
18435 bound but face properties have not yet been assigned.
18436
18437 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18438 Fix behavior if noerase is `t' and there is no mail buffer.
18439
18440 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
18441 if `continue' is nil, rather than signal an error.
18442
18443 2005-09-12 Richard M. Stallman <rms@gnu.org>
18444
18445 * font-lock.el (font-lock-keywords): Add autoload.
18446
18447 * help-fns.el (describe-variable): Rearrange to put source link
18448 in a predictable place.
18449
18450 * net/newsticker.el: New file.
18451
18452 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18453
18454 * calendar/calendar.el (calendar-for-loop): Add edebug info.
18455 (calendar-basic-setup): Use the new nil arg.
18456 (number-of-diary-entries): Move to diary-lib.el.
18457
18458 * calendar/diary-lib.el: Use with-current-buffer, match-string.
18459 (diary-list-entries): Use with-syntax-table and dolist.
18460 Rename from list-diary-entries.
18461 Use number-of-diary-entries if `number' is nil.
18462 (diary, diary-view-entries): Use this new name and new nil arg value.
18463 (number-of-diary-entries): Move from calendar.el.
18464 (diary-unhide-everything): New function.
18465 (include-other-diary-files, fancy-diary-display)
18466 (diary-show-all-entries, make-diary-entry): Use it.
18467 (diary-mail-entries): Use buffer-string.
18468 (mark-diary-entries): Fix long standing paren typo.
18469 (diary-sexp-entry): Use count-lines.
18470 (make-diary-entry): Avoid `previous-line'.
18471 (diary-mode-map): New var.
18472 (diary-mode): Redraw cal after saving. Setup header-line.
18473 (fancy-diary-display-mode): Use local-set-key.
18474
18475 * startup.el (command-line): Try calling various terminal-init-foo-bar
18476 functions by stripping hyphenated suffixes from $TERM.
18477
18478 * files.el (normal-mode): Check boundness of font-lock-keywords.
18479
18480 2005-09-12 Richard M. Stallman <rms@gnu.org>
18481
18482 * progmodes/compile.el: Don't decide a file's directory
18483 until the user actually tries to go there.
18484 (compilation-next-error-function):
18485 Pass compilation-find-file the directory from the file-struct.
18486 (compilation-internal-error-properties): Separate local FILE-STRUCT
18487 from FILE. Doc the args better. Rename arg FMT to FMTS.
18488 (compilation-find-file): Arg DIR renamed to DIRECTORY.
18489 Expand it, and if nil, use default-directory.
18490 (compilation-get-file-structure): Don't mix specified directory
18491 with default directory. Put specified directory into
18492 file-struct. Don't make the file name absolute.
18493
18494 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18495 (compile-command): Add autoload.
18496 (compilation-disable-input): Add autoload.
18497
18498 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
18499
18500 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
18501 strings of the variables it can override.
18502 (time-stamp): New (as yet undocumented) time-stamp-format escapes
18503 %Q and %q, for fully-qualified domain name and unqualified host name.
18504
18505 2005-09-11 Kim F. Storm <storm@cua.dk>
18506
18507 * emacs-lisp/authors.el (authors-aliases): Update list.
18508 (authors-fixed-entries): Update mldrag.el entry.
18509
18510 2005-09-10 Alan Mackenzie <acm@muc.de>
18511
18512 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
18513 from the region narrowed to.
18514
18515 2005-09-10 Magnus Henoch <mange@freemail.hu>
18516
18517 * textmodes/ispell.el (ispell-check-version): Signal an error if
18518 aspell version is less than 0.60.
18519
18520 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
18521
18522 * progmodes/octave-inf.el (inferior-octave-startup):
18523 Resync current dir at the end.
18524
18525 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
18526
18527 * woman.el (woman-topic-at-point-default):
18528 Rename to woman-use-topic-at-point-default.
18529 (woman-topic-at-point): Rename to woman-use-topic-at-point.
18530 (woman-file-name): Reflect renames above. Automatically use the
18531 word at point as topic if woman-use-topic-at-point is non-nil.
18532 Otherwise offer it as default but don't insert it in the
18533 minibuffer. Also use `test-completion' instead of `assoc' as
18534 suggested by Stefan Monnier.
18535
18536 2005-09-10 Andre Spiegel <spiegel@gnu.org>
18537
18538 * vc.el (vc-directory, vc-update-change-log): Throw an error on
18539 the attempt to do it over Tramp. This is not yet supported.
18540
18541 2005-09-10 Eli Zaretskii <eliz@gnu.org>
18542
18543 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18544 (menu-bar-non-minibuffer-window-p): New functions.
18545 ("Split Window", "Save As..."): Use them.
18546 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
18547 ("Print Buffer", "Truncate Long Lines in this Buffer"):
18548 Use menu-bar-menu-frame-live-and-visible-p.
18549 ("Save Buffer", "Insert File", "Open Directory...")
18550 ("Open File...", "Visit New File..."):
18551 Use menu-bar-non-minibuffer-window-p.
18552 (kill-this-buffer-enabled-p, dired <menu-enable>):
18553 Use menu-bar-non-minibuffer-window-p.
18554
18555 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18556
18557 * cus-start.el (all): Don't complain about fringe-related
18558 built-ins if fringes are not supported. Ditto about
18559 selection-related built-ins. Fix the test for GTK-related built-ins.
18560
18561 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
18562 ("Postscript Print Buffer", "Print Region", "Save As...")
18563 ("Save", "Insert File...", "Open Directory...")
18564 ("Open File...", "Visit New File..."")
18565 ("Truncate Long Lines in this Buffer"): Don't look at
18566 menu-updating-frame if this display does not support multiple frames.
18567
18568 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18569
18570 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
18571
18572 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
18573
18574 * woman.el: Format- and whitespace-related changes.
18575
18576 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18577
18578 * woman.el: Fix my email address.
18579
18580 2005-09-08 Richard M. Stallman <rms@gnu.org>
18581
18582 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
18583 (sh-mode): Locally set skeleton-pair-default-alist.
18584
18585 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
18586
18587 * progmodes/flymake.el: Require `compile' unconditionally.
18588
18589 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
18590
18591 * woman.el (woman-file-name): Provide a default, not initial input.
18592
18593 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
18594
18595 * font-lock.el (font-lock-support-mode): Doc fix.
18596
18597 * descr-text.el (describe-property-list): Handle non-symbol prop names.
18598
18599 2005-09-08 Richard M. Stallman <rms@gnu.org>
18600
18601 * simple.el (blink-matching-open): Get rid of text props from
18602 the string shown in echo area. Don't permanently set point.
18603 Some rearrangements.
18604
18605 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18606
18607 * recentf.el (recentf-filename-handler): Add custom choice
18608 `abbreviate-file-name'.
18609
18610 * msb.el (msb--very-many-menus): Fix typo.
18611
18612 * disp-table.el (standard-display-european): Don't set
18613 enable-multibyte-characters to nil.
18614
18615 2005-09-08 David Ponce <david@dponce.com>
18616
18617 * recentf.el (recentf-show-file-shortcuts-flag): New option.
18618 (recentf-expand-file-name): Doc fix.
18619 (recentf-dialog-mode-map): Define digit shortcuts.
18620 (recentf--files-with-key): New variable.
18621 (recentf-show-digit-shortcut-filter): New function.
18622 (recentf-open-files-items): New function.
18623 (recentf-open-files): Use it.
18624 (recentf-open-file-with-key): New command.
18625
18626 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
18627
18628 * buff-menu.el (Buffer-menu-sort-by-column): New function.
18629 Suggested by Kim F. Storm.
18630 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18631 (Buffer-menu-make-sort-button): Use global keymap.
18632
18633 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
18634
18635 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18636 (Man-getpage-in-background-advice): Remove defadvice; it isn't
18637 necessary any longer with the remapped command.
18638 (Man-bgproc-sentinel-advice): Remove defadvice which counts
18639 formatting time only.
18640
18641 * net/tramp.el (tramp-action-password)
18642 (tramp-multi-action-password): Compile the password prompt from
18643 `method', `user' and `host'. Sometimes it isn't obvious which
18644 password to enter, for example with remote files offered by
18645 recentf.el, or with multiple steps. Suggested by Robert Marshall
18646 <robert@chezmarshall.freeserve.co.uk>.
18647
18648 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18649
18650 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18651 Fix regexp for when "s///" is at the beginning of line.
18652
18653 2005-09-07 Jay Belanger <belanger@truman.edu>
18654
18655 * calc/calc-poly.el (math-expand-term): Multiply out any powers
18656 when in matrix mode.
18657
18658 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18659
18660 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18661 non-anonymous functions.
18662
18663 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
18664
18665 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18666 when using a header line. Otherwise, use mouse-1-click-follows-link.
18667
18668 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18669 can't be moved; don't signal an error.
18670
18671 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
18672
18673 * cus-theme.el (custom-theme-write-faces): Save the current face
18674 spec, not the defface spec.
18675
18676 * custom.el (custom-known-themes): Clarify meaning of "standard".
18677 (custom-push-theme): Save old values in the standard theme.
18678 (disable-theme): Correct typo.
18679 (custom-face-theme-value) Deleted unused function.
18680 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18681
18682 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18683
18684 * progmodes/compile.el (compilation-goto-locus): Take into account
18685 iconified frames when determining whether the buffer is
18686 already visible.
18687 Don't reset window height if the window already existed.
18688
18689 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
18690
18691 * custom.el (load-theme): Rename from require-theme.
18692 Add interactive spec.
18693 (enable-theme): Rename from custom-enable-theme.
18694 Add interactive spec.
18695 (disable-theme): Rename from custom-disable-theme.
18696 Add interactive spec.
18697 (custom-make-theme-feature): Doc fix.
18698 (custom-theme-directory): Doc fix.
18699 (provide-theme): Call enable-theme.
18700
18701 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * obsolete/lazy-lock.el (lazy-lock-mode):
18704 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18705 font-lock-mode if it's off. Print a warning instead.
18706
18707 * progmodes/compile.el (compilation-start): Ignore errors if the
18708 process died before we get to send-eof.
18709
18710 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18711 Undo last change. Enclosing the result in quotes broke things on Unix
18712 since tex-send-command passes it through shell-quote-argument.
18713 (tex-send-command): Pass `file' through convert-standard-filename
18714 when possible.
18715 (tex-uptodate-p): Handle the case where TeX hasn't put additional
18716 info in a transcript.
18717
18718 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18719
18720 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18721 fix compilation warning. Reorder the key definitions to group
18722 together keys emitted by the current version of xterm.
18723
18724 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18725 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18726 Reorder predicates to correct min-color usage.
18727
18728 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
18729
18730 * longlines.el (longlines-mode): Inhibit read-only when encoding.
18731 Kill local variables when longlines-mode is turned off.
18732
18733 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18734
18735 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18736
18737 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18738
18739 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18740
18741 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18742 (font-lock-lines-before): Change default to being inactive.
18743 (font-lock-default-fontify-region): Obey font-lock-lines-before.
18744 (font-lock-after-change-function): Don't handle f-l-lines-before here.
18745
18746 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18747
18748 * net/tramp.el (tramp-handle-make-auto-save-file-name):
18749 Deactivate temporarily advice if active (not needed for Emacs 22,
18750 but for backwards compatibility).
18751 (tramp-exists-file-name-handler): Rewrite. First implementation
18752 was too simple.
18753 (tramp-advice-make-auto-save-file-name):
18754 Call `tramp-handle-make-auto-save-file-name' (again, just for
18755 backwards compatibility).
18756
18757 2005-08-31 Reto Zimmermann <reto@gnu.org>
18758
18759 * progmodes/vhdl-mode.el
18760 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18761 (vhdl-end-p): Fix indentation bug "else" after "-- when".
18762 (vhdl-set-default-project): New function (easier setting of default).
18763 (vhdl-port-copy): Handle extended identifiers for generics.
18764 (vhdl-compiler-alist): Better description for error message regexp.
18765 (vhdl-make): Query for target, use previous as default.
18766 (vhdl-port-copy): Fix port copy for port names starting with "signal".
18767 (vhdl-font-lock-keywords-2): Fix fontification for record
18768 el. assign.
18769 (vhdl-speedbar-make-subpack-line): Add package body link.
18770 (vhdl-generate-makefile-1): Not include itself as dependency.
18771 (vhdl-font-lock-init): Highlight c-preprocessor directives.
18772 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18773 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18774 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18775 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18776 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18777 (vhdl-import-project): Add string argument for `error'.
18778 (vhdl-compose-configuration)
18779 (vhdl-compose-configuration-architecture): Add configuration
18780 declaration generation.
18781 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18782 (vhdl-trailer-re): Add "record" keyword (better indentation).
18783 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18784 "[^ \t-\"]+".
18785 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18786 (vhdl-testbench-entity-file-name)
18787 (vhdl-testbench-architecture-file-name): Allow separate
18788 customization of testbench file names.
18789 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18790 (vhdl-get-visible-signals): Allow newline within alias declaration.
18791 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18792 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18793 (member-ignore-case): Alias for missing function in XEmacs.
18794 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18795 (vhdl-update-sensitivity-list): Ignore case on read signals.
18796 (vhdl-replace-string): Adjust case only for file names.
18797 (vhdl-update-sensitivity-list): Fix search for read signals.
18798 (vhdl-update-sensitivity-list): Exclude formal parameters.
18799 (vhdl-get-visible-signals): Include aliases of signals.
18800 (vhdl-get-visible-signals): Fix signal name searching.
18801 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18802 (vhdl-fixup-whitespace-region): Fix for character
18803 literals (e.g. `:').
18804
18805 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18806
18807 * ansi-color.el (comint-last-output-start):
18808 * bs.el (font-lock-verbose):
18809 * diff-mode.el (add-log-buffer-file-name-function):
18810 * dired-x.el (vm-folder-directory):
18811 * faces.el (help-xref-stack-item):
18812 * files.el (font-lock-keywords):
18813 * find-lisp.el (dired-buffers, dired-subdir-alist):
18814 * ido.el (cua-inhibit-cua-keys):
18815 * log-view.el (cvs-minor-wrap-function):
18816 * outline.el (font-lock-warning-face):
18817 * simple.el (compilation-current-error):
18818 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
18819 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
18820 * tooltip.el (comint-prompt-regexp):
18821 * w32-fns.el (explicit-shell-file-name):
18822 * term/mac-win.el (mac-charset-info-alist)
18823 (mac-services-selection, mac-system-script-code):
18824 * term/tty-colors.el (msdos-color-values):
18825 * term/w32-win.el (xlfd-regexp-registry-subnum):
18826 * term/x-win.el (x-keysym-table, x-selection-timeout)
18827 (x-session-id, x-session-previous-id):
18828 * textmodes/ispell.el (mail-yank-prefix):
18829 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
18830 * textmodes/org.el (calc-embedded-close-formula)
18831 (calc-embedded-open-formula)
18832 (font-lock-unfontify-region-function):
18833 * textmodes/reftex-global.el (isearch-next-buffer-function)
18834 (TeX-master):
18835 * textmodes/reftex.el (font-lock-keywords):
18836 * textmodes/tex-mode.el (font-lock-comment-face)
18837 (font-lock-doc-face):
18838 * textmodes/texinfo.el (outline-heading-alist):
18839 Add defvars.
18840
18841 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
18842 (artist-spray-chars, artist-mode-init, artist-replace-string)
18843 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
18844 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
18845 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
18846
18847 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
18848 (conf-align-assignments): "?\ " -> "?\s".
18849
18850 * textmodes/reftex-index.el (TeX-master): Add defvar.
18851 (reftex-index-phrases-marker): Move up defvar.
18852
18853 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
18854 (reftex-toc-include-labels-indicator)
18855 (reftex-toc-include-index-indicator)
18856 (reftex-toc-max-level-indicator): Move up declarations.
18857
18858 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
18859 of args to `tramp-run-real-handler', even if it's empty in this case.
18860
18861 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18862
18863 * dired.el (dired-move-to-filename-regexp): Add date format for
18864 Mac OS X 10.3 in East Asian locales.
18865
18866 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18867
18868 * files.el (make-auto-save-file-name): Add file name handler call
18869 if applicable.
18870
18871 * net/tramp.el (tramp-file-name-handler-alist)
18872 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
18873 (tramp-handle-make-auto-save-file-name): Rename from
18874 `tramp-make-auto-save-file-name'.
18875 (tramp-exists-file-name-handler): New defun.
18876 (tramp-advice-make-auto-save-file-name): Make defadvice only when
18877 `make-auto-save-file-name' is not a magic file name operation.
18878
18879 2005-08-30 Richard M. Stallman <rms@gnu.org>
18880
18881 * files.el (risky-local-variable-p):
18882 Match `-predicates' and `-commands.
18883
18884 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
18885 (custom-save-all): Visit the file if necessary;
18886 kill the buffer if we created it.
18887 (custom-save-delete): Don't visit file or kill buffer here.
18888
18889 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
18890
18891 * textmodes/org.el (org-special-keyword): New face.
18892 (org-table-copy-down, org-table-eval-formula)
18893 (org-table-recalculate, org-init-section-numbers):
18894 Use `string-to-number' instead of `string-to-int'.
18895 (org-get-location): Use `insert-buffer-substring' instead of
18896 `insert-buffer'.
18897 (org-modify-diary-entry-string): New function.
18898 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
18899 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
18900 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
18901 active region.
18902 (org-export-as-html): Handle QUOTE keyword.
18903 (org-quote-string): New option.
18904 (org-bookmark-jump-unhide): New function, used for
18905 `bookmark-after-jump-hook'.
18906 (org-diary-default-entry): Apply only when not called through
18907 `org-agenda'.
18908
18909 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
18910
18911 * net/eudc.el (mode-popup-menu):
18912 * play/handwrite.el (ps-printer-name, ps-lpr-command):
18913 * progmodes/ada-mode.el (compile-auto-highlight)
18914 (skeleton-further-elements):
18915 * progmodes/autoconf.el (font-lock-syntactic-keywords):
18916 * progmodes/cmacexp.el (msdos-shells):
18917 * progmodes/compile.el (font-lock-extra-managed-props)
18918 (font-lock-keywords, font-lock-maximum-size)
18919 (font-lock-support-mode):
18920 * progmodes/grep.el (font-lock-lines-before):
18921 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
18922 * progmodes/mixal-mode.el (compile-command):
18923 * progmodes/perl-mode.el (font-lock-comment-face)
18924 (font-lock-doc-face, font-lock-string-face):
18925 * progmodes/prolog.el (comint-prompt-regexp):
18926 * progmodes/sh-script.el (font-lock-comment-face)
18927 (font-lock-set-defaults, font-lock-string-face):
18928 * progmodes/sql.el (font-lock-keyword-face)
18929 (font-lock-set-defaults, font-lock-string-face):
18930 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
18931 (itimer-version, lazy-lock-defer-contextually)
18932 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
18933 Add defvars.
18934
18935 * progmodes/cperl-mode.el (cperl-electric-lbrace)
18936 (cperl-electric-keyword, cperl-electric-pod)
18937 (cperl-electric-backspace, cperl-forward-re)
18938 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
18939 (vc-rcs-header, vc-sccs-header): Add defvars.
18940
18941 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
18942 (font-lock-syntactic-keywords, gud-find-expr-function):
18943 Add defvars.
18944
18945 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
18946 (gdb-frame-parameters): Declare before use.
18947
18948 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
18949 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
18950 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
18951 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
18952
18953 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
18954 (idlwave-help-with-source): Use `insert-buffer-substring', not
18955 `insert-buffer'.
18956
18957 2005-08-29 Juri Linkov <juri@jurta.org>
18958
18959 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
18960 Put outline-back-to-heading function call inside save-excursion.
18961
18962 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * man.el (Man-init-defvars, Man-translate-references)
18965 (Man-support-local-filenames, Man-highlight-references):
18966 * progmodes/sql.el (sql-interactive-mode):
18967 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
18968
18969 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
18970 (compilation-mode-font-lock-keywords): Add defvars.
18971 (checkdoc-interactive-loop): "?\ " -> "?\s".
18972
18973 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
18974 (font-lock-doc-face, font-lock-string-face)
18975 (font-lock-keywords-case-fold-search): Add defvars.
18976 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
18977
18978 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
18979 Don't pass X and Y (they are ignored anyway).
18980 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
18981 (mouse-delete-window): Make arguments optional.
18982
18983 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
18984 (caesar-translate-table, minor-modes, news-buffer-save)
18985 (news-group-name, news-minor-modes): Add defvars.
18986
18987 * emacs-lisp/lselect.el (mouse-highlight-priority)
18988 (x-lost-selection-functions, zmacs-regions):
18989 * emacs-lisp/pp.el (font-lock-verbose):
18990 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
18991 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
18992 (ses-mode-map):
18993 * emacs-lisp/tcover-unsafep.el (safe-functions):
18994 * international/mule-cmds.el (mac-system-coding-system)
18995 (mac-system-locale):
18996 * language/ethio-util.el (rmail-current-message)
18997 (rmail-message-vector):
18998 * language/thai-util.el (thai-auto-composition-mode):
18999 * mail/metamail.el (rmail-current-message, rmail-message-vector):
19000 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19001 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19002 (vm-primary-inbox, vm-spool-files):
19003 * mail/rmail.el (deleted-head, font-lock-fontified)
19004 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19005 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19006 (total-messages):
19007 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19008 (rmail-summary-mode-map):
19009 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19010 (rmail-last-label, rmail-last-multi-labels)
19011 (rmail-summary-vector, rmail-total-messages):
19012 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19013 * mail/rmailsum.el (msgnum):
19014 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19015 (rmail-current-message):
19016 * obsolete/fast-lock.el (font-lock-face-list):
19017 * obsolete/rnewspost.el (mail-reply-buffer):
19018 * obsolete/scribe.el (compile-command):
19019 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19020
19021 2005-08-28 John Paul Wallington <jpw@gnu.org>
19022
19023 * ibuf-ext.el (ibuffer-auto-update-changed):
19024 Use `frame-or-buffer-changed-p' to check whether we need to update.
19025 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19026 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
19027 as a `frame-or-buffer-changed-p' state vector instead.
19028
19029 2005-08-27 Romain Francoise <romain@orebokech.com>
19030
19031 * textmodes/makeinfo.el (makeinfo-compile):
19032 Use `compilation-start'. Set `next-error-function' according to
19033 `disable-errors'.
19034 (makeinfo-next-error): New function.
19035 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19036 (makeinfo-buffer): Likewise.
19037
19038 * progmodes/compile.el (compilation-start): Add autoload cookie.
19039
19040 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19041 * textmodes/sgml-mode.el: Likewise.
19042 * progmodes/python.el: Likewise.
19043
19044 2005-08-27 Eli Zaretskii <eliz@gnu.org>
19045
19046 * simple.el (blink-matching-paren-distance): Document the meaning
19047 of nil value, and allow to customize to nil.
19048
19049 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19050 command.com, not command.exe.
19051
19052 2005-08-26 John Wiegley <johnw@newartisans.com>
19053
19054 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19055 code around a bit so that an extraneous nil argument is not added
19056 to a command when no args are given.
19057
19058 * eshell/esh-arg.el (eshell-parse-double-quote): If a
19059 double-quoted argument resolves to nil, return it as an empty
19060 string rather than as nil. This made it impossible to pass "" to
19061 a shell script as a null string argument.
19062
19063 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19064
19065 * outline.el (outline-invent-heading): New fun.
19066 (outline-promote, outline-demote): Use it.
19067 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19068 (outline-end-of-subtree): Remove unused var `opoint'.
19069
19070 2005-08-26 David Reitter <david.reitter@gmail.com>
19071
19072 * menu-bar.el (truncate-lines, write-file, print-buffer)
19073 (ps-print-buffer-faces, ps-print-buffer, split-window):
19074 Disable menu items when the frame they refer to is invisible, or when
19075 they refer to a buffer and the minibuffer is selected.
19076
19077 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
19078
19079 * progmodes/flymake.el (flymake-highlight-err-lines):
19080 Use save-excursion around flymake-highlight-line to preserve point.
19081
19082 2005-08-26 Eli Zaretskii <eliz@gnu.org>
19083
19084 * progmodes/octave-mod.el: Change Author and Maintainer address.
19085 (octave-maintainer-address): Change Kurt's email address.
19086 * progmodes/octave-inf.el: Change Author and Maintainer address.
19087 * progmodes/octave-hlp.el: Change Author and Maintainer address.
19088
19089 2005-08-26 Kim F. Storm <storm@cua.dk>
19090
19091 * subr.el (version-list-<, version-list-<=, version-list-=):
19092 Rename from integer-list-*.
19093 (version-list-not-zero): Likewise. Fix while loop.
19094 (version=): Use version-list-= instead of string-equal.
19095
19096 2005-08-26 Richard M. Stallman <rms@gnu.org>
19097
19098 * outline.el (outline-promote): Try shortening the heading.
19099 As last resort, read the heading to use.
19100 (outline-demote): As last resort, read the heading to use.
19101
19102 2005-08-26 Romain Francoise <romain@orebokech.com>
19103
19104 * progmodes/compile.el (compilation-start): Doc fix.
19105
19106 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19107 (antlr-font-lock-additional-keywords): Fix reference to
19108 `antlr-font-lock-literal-regexp' erroneously changed during the
19109 mass face rename.
19110 (antlr-run-tool): Use `compilation-start'.
19111
19112 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19113 instead of the obsolete `compile-internal'.
19114
19115 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
19116
19117 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19118 (number, original-date):
19119 * calendar/cal-china.el (date):
19120 * calendar/cal-coptic.el (date):
19121 * calendar/cal-french.el (date):
19122 * calendar/cal-hebrew.el (date, entry, number, original-date):
19123 * calendar/cal-islam.el (date, number, original-date):
19124 * calendar/cal-iso.el (date):
19125 * calendar/cal-julian.el (date):
19126 * calendar/cal-mayan.el (date):
19127 * calendar/cal-menu.el (date, event):
19128 * calendar/cal-persia.el (date):
19129 * calendar/lunar.el (date):
19130 * calendar/solar.el (date): Add defvars.
19131
19132 * emerge.el:
19133 * ibuffer.el:
19134 * info-xref.el:
19135 * obsolete/bg-mouse.el:
19136 * obsolete/sun-curs.el:
19137 * obsolete/swedish.el: Move the `defvar's to the top level.
19138
19139 * smerge-mode.el (smerge-refined-change): Add :group.
19140
19141 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19142
19143 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19144 (smerge-keep-n): Remove props.
19145 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19146 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19147 now that it's done in smerge-keep-n.
19148 (smerge-refined-change): New face.
19149 (smerge-refine-chopup-region, smerge-refine-highlight-change)
19150 (smerge-refine): New funs.
19151 (smerge-basic-map): Bind smerge-refine.
19152
19153 2005-08-25 Juri Linkov <juri@jurta.org>
19154
19155 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19156 compilation-process-setup-function and compilation-disable-input
19157 in grep-mode instead of let-bindings in grep.
19158
19159 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19160 Delete "Automatic File De/compression" (auto-compression-mode).
19161
19162 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
19163
19164 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19165 Silence warning about non-existent variable.
19166
19167 2005-08-25 Richard M. Stallman <rms@gnu.org>
19168
19169 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19170 Rename "Describe Key" to "Describe Key or Mouse Operation".
19171
19172 * mail/mailalias.el (build-mail-aliases): Delete comments
19173 from the contents before processing them.
19174
19175 * isearch.el (isearch-edit-string): Erase the Search prompt
19176 if user enters an empty string and there is no default.
19177
19178 * comint.el (comint-file-name-prefix): Add autoload.
19179
19180 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
19181
19182 * subr.el (play-sound): Rearrange to avoid warning.
19183
19184 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
19185
19186 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19187 New hook.
19188 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19189
19190 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19191
19192 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19193
19194 * custom.el (custom-theme-set-variables): Sort minor modes last.
19195
19196 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19197
19198 * subr.el (version-separator, version-regexp-alist): New vars used by
19199 version comparison funs.
19200 (integer-list-<, integer-list-=, integer-list-<=)
19201 (integer-list-not-zero): New funs for integer list comparison.
19202 (version-to-list, version=, version<, version<=): New funs for version
19203 comparison.
19204
19205 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
19206
19207 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19208 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19209 time to silence the byte-compiler.
19210
19211 * ibuffer.el (ibuffer-compile-make-eliding-form)
19212 (ibuffer-check-formats): Use `with-no-warnings' to hide references
19213 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19214 so it's silly to get warnings for it).
19215 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19216 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19217 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19218 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19219 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19220 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19221 Defvar at compile time.
19222 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19223 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19224 Declare them before use.
19225
19226 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19227 (info-xref-good, info-xref-bad): Defvar at compile time.
19228
19229 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19230 Use `let*' instead of `let'.
19231
19232 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19233 (*mouse-y*, menu, char): Defvar at compile time.
19234 (sc::menu): Declare it before use.
19235 (sc::pack-one-line): Use `let', not `let*'.
19236
19237 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19238 (mail-send-hook): Defvar at compile time.
19239
19240 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19241 Defvar at compile time.
19242
19243 * term/sun-mouse.el (current-global-mousemap)
19244 (current-local-mousemap): Declare them before use.
19245
19246 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
19247
19248 * bookmark.el (bookmark-after-jump-hook): New hook.
19249 (bookmark-jump): Run `bookmark-after-jump-hook'.
19250
19251 2005-08-23 Juri Linkov <juri@jurta.org>
19252
19253 * faces.el (minibuffer-prompt): Doc fix.
19254
19255 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
19256
19257 * progmodes/xscheme.el: Trivial changes to silence warnings.
19258 (xscheme-previous-mode, xscheme-previous-process-state):
19259 Add defvars.
19260 (xscheme-last-input-end, xscheme-process-command-line)
19261 (xscheme-process-name, xscheme-buffer-name)
19262 (xscheme-expressions-ring-max, xscheme-expressions-ring)
19263 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19264 (xscheme-control-g-synchronization-p)
19265 (xscheme-control-g-disabled-p, xscheme-string-receiver)
19266 (default-xscheme-runlight, xscheme-runlight)
19267 (xscheme-runlight-string, xscheme-process-filter-state)
19268 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19269 Move to beginning of file.
19270 (scheme-interaction-mode-commands-alist)
19271 (scheme-interaction-mode-map, scheme-debugger-mode-map):
19272 Declare them before use. Note: the initialization code for the
19273 variables has not been moved because it uses functions that reference
19274 the variables.
19275 (xscheme-control-g-message-string, xscheme-process-filter-alist)
19276 (xscheme-prompt-for-expression-map): Declare them before use.
19277 (scheme-debugger-mode-commands): "?\ " -> "?\s".
19278
19279 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
19280
19281 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19282
19283 2005-08-22 Juri Linkov <juri@jurta.org>
19284
19285 * faces.el (set-face-underline): Delete this duplicate function
19286 and make an obsolete alias to set-face-underline-p.
19287 (set-face-underline-p): Use docstring of set-face-underline.
19288 (describe-face): Create hyperlink to parent face.
19289
19290 * info.el (Info-insert-dir): Use save-excursion around
19291 insert-buffer-substring.
19292 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19293 (Info-escape-percent): Delete function.
19294 (Info-fontify-node): Replace Info-escape-percent by
19295 replace-regexp-in-string with REP arg set to lambda that
19296 duplicates `%' and preserves text properties.
19297
19298 * progmodes/compile.el (compilation-disable-input): Doc fix.
19299 (define-compilation-mode): Doc fix and refill.
19300 (kill-compilation): Use `mode-name' in the error message.
19301 (compilation-find-file): Use `compilation-error' in the
19302 read-file-name's prompt.
19303
19304 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19305
19306 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19307 (smerge-auto-leave): Make undo re-enable the mode.
19308 (debug-ignored-errors): Add the user-error of impossible resolution.
19309 (smerge-resolve): Move things around a bit, in preparation for later.
19310 (smerge-diff): Don't fail if the buffer has no associated file.
19311 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19312 (smerge-conflict-overlay): New function.
19313 (smerge-match-conflict): Don't add text properties here.
19314 (smerge-find-conflict): Instead, add an overlay here.
19315 Also check for the case where we're inside a conflict already, so as to
19316 obviate the need for font-lock-multiline, which is unbearably slow with
19317 large conflicts and ciomplex font-lock patterns.
19318 (smerge-remove-props): Remove overlay rather than text-properties.
19319 (smerge-mode): Don't set font-lock-multiline.
19320 Remove overlays when turned off.
19321
19322 2005-08-21 Kim F. Storm <storm@cua.dk>
19323
19324 * ido.el (ido-ignore-item-p): Use save-match-data.
19325 Bind case-fold-search to ido-case-fold locally.
19326
19327 2005-08-20 Richard M. Stallman <rms@gnu.org>
19328
19329 * files.el (normal-mode): If font lock is on, turn it off and on.
19330
19331 * subr.el (replace-regexp-in-string): Doc fix.
19332
19333 * startup.el (command-line-1): Don't suppress startup screen
19334 due to existing processes.
19335
19336 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19337
19338 * progmodes/compile.el (compilation-disable-input): Default to nil.
19339
19340 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19341
19342 * progmodes/compile.el (compilation-disable-input): New defcustom.
19343 (compilation-start): If compilation-disable-input is non-nil, send
19344 EOF to the compilation process.
19345
19346 2005-08-20 Eli Zaretskii <eliz@gnu.org>
19347
19348 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19349 Run the argument of tex-shell-cd-command through
19350 convert-standard-filename, to get the correct style of slashes on
19351 Windows, and enclose the result in quotes, in case the file name
19352 includes whitespace or other special characters.
19353
19354 2005-08-19 Andreas Schwab <schwab@suse.de>
19355
19356 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19357 process.
19358
19359 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
19360
19361 * cus-start.el (minibuffer-prompt-properties): Correct typo.
19362
19363 2005-08-18 Kim F. Storm <storm@cua.dk>
19364
19365 * scroll-lock.el: Fix errors due to incorrect line wrapping.
19366
19367 2005-08-18 Richard M. Stallman <rms@gnu.org>
19368
19369 * scroll-lock.el: New file.
19370
19371 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
19372
19373 * dired.el (dired-move-to-end-of-filename):
19374 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19375
19376 2005-08-18 Kim F. Storm <storm@cua.dk>
19377
19378 * ido.el (ido-everywhere): Fix defcustom :set function to disable
19379 rather than toggle mode when custom value is nil.
19380 (ido-everywhere): Fix defun doc string.
19381
19382 2005-08-17 Richard M. Stallman <rms@gnu.org>
19383
19384 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19385 as tag instead of "Inviolable".
19386
19387 2005-08-17 Kim F. Storm <storm@cua.dk>
19388
19389 * windmove.el (windmove-coordinates-of-position): Remove.
19390 (windmove-coordinates-of-window-position): Remove.
19391 (windmove-reference-loc): Use posn-at-point instead.
19392
19393 * subr.el (insert-for-yank-1): Doc fix.
19394
19395 * ido.el (ido-enter-matching-directory): Rename from
19396 ido-enter-single-matching-directory. Change `slash' choice to
19397 `only'. Add `first' choice.
19398 (ido-exhibit): Adapt to above changes.
19399
19400 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
19401
19402 * Makefile.in: Expand comment about building loaddefs.el.
19403
19404 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
19405
19406 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19407 Comment use of defadvice.
19408
19409 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19410
19411 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
19412
19413 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19414 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19415 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19416 * progmodes/idlw-shell.el, progmodes/ld-script.el,
19417 * progmodes/which-func.el, ruler-mode.el, strokes.el,
19418 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19419 for backward compatibility for faces that did not appear in the
19420 previous Emacs release.
19421
19422 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19423
19424 2005-08-15 Kim F. Storm <storm@cua.dk>
19425
19426 * emulation/cua-base.el (cua-delete-region): Return t if
19427 deleted region was non-empty.
19428 (cua-replace-region): Inhibit overwrite-mode for
19429 self-insert-command if replaced region was non-empty.
19430 (cua--explicit-region-start, cua--status-string): Make them
19431 buffer-local at top-level...
19432 (cua-mode): ...rather than when mode is enabled.
19433
19434 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
19435
19436 * progmodes/vhdl-mode.el (vhdl-emacs-21):
19437 Set t for Emacs 21, 22, and so on.
19438
19439 2005-08-15 David Ponce <david@dponce.com>
19440
19441 * tree-widget.el: Update Commentary header.
19442 (tree-widget-theme): Doc fix.
19443 (tree-widget-space-width): New option.
19444 (tree-widget-image-properties): Look up in the default theme too.
19445 (tree-widget--cursors): Only for images with arrow pointer shape.
19446 (tree-widget-lookup-image): Pointer shape is hand by default.
19447 (tree-widget-icon): Rename generic icon widget from
19448 `tree-widget-control'.
19449 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
19450 derive from `tree-widget-icon'.
19451 (tree-widget-handle): Improve default look and feel of the text
19452 representation.
19453 (tree-widget): Rename :*-control properties to :*-icon properties.
19454 Add :action and :help-echo properties.
19455 (tree-widget-after-toggle-functions): Move.
19456 (tree-widget-close-node, tree-widget-open-node): Remove.
19457 (tree-widget-before-create-icon-functions): New hook.
19458 (tree-widget-value-create): Update to allow customization of icons
19459 and nodes at run-time via that new hook.
19460 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
19461 (tree-widget-icon-action, tree-widget-icon-help-echo)
19462 (tree-widget-action, tree-widget-help-echo): New functions.
19463
19464 2005-08-15 Kim F. Storm <storm@cua.dk>
19465
19466 * ido.el (ido-buffer-internal): Use with-no-warnings.
19467 (ido-make-merged-file-list): Use while-no-input.
19468
19469 2005-08-15 Richard M. Stallman <rms@gnu.org>
19470
19471 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
19472 (flyspell-large-region): Fix doc and custom type.
19473
19474 2005-08-14 Richard M. Stallman <rms@gnu.org>
19475
19476 * files.el (interpreter-mode-alist): Doc fix.
19477
19478 * mail/rmail.el (rmail-nonignored-headers): New variable.
19479 (rmail-clear-headers): Use it.
19480 (rmail-reply): Better handling of mail-followup-to header.
19481
19482 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19483 Rename variable from sh-font-lock-keywords. In the `shell' entry,
19484 don't try to refer to executable-font-lock-keywords.
19485 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
19486 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
19487 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
19488 (sh-mode): Set comment-start-skip, local-abbrev-table,
19489 imenu-case-fold-search.
19490 (sh-set-shell): Don't set them here.
19491 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
19492 Don't cache the results in the original alist; don't ever modify
19493 that alist.
19494
19495 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
19496
19497 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
19498 empty.
19499
19500 2005-08-15 Andreas Schwab <schwab@suse.de>
19501
19502 * desktop.el: Put autoload cookie at risky-local-variable declarations.
19503
19504 * dired.el, info.el, mail/rmail.el: Revert last change.
19505
19506 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
19507
19508 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
19509 modification in `eval-after-load' form.
19510 * info.el: Likewise.
19511 * mail/rmail.el: Likewise.
19512
19513 2005-08-14 Juri Linkov <juri@jurta.org>
19514
19515 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19516 Remove highlighting of "Compilation started". Highlight only
19517 the word "finished" in "Compilation finished". Add highlighting
19518 of "interrupt", "killed", "terminated" and the exit code.
19519 (compilation-start): Add newline after header. Use exactly the
19520 same time stamp format as the finishing message.
19521 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
19522
19523 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
19524 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
19525 Add highlighting of "interrupt", "killed", "terminated".
19526
19527 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
19528 enabled and the current command is self-insert-command, call it
19529 explicitly with overwrite-mode bound to nil, to not allow it
19530 to delete the character after the selected region.
19531
19532 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
19533
19534 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
19535 move-end-of-line, end-of-line, and beginning-of-line to the list
19536 of commands after which the echo area is updated.
19537
19538 2005-08-12 Eli Zaretskii <eliz@gnu.org>
19539
19540 * cus-edit.el (custom-save-all, custom-save-delete):
19541 Bind recentf-exclude to exclude custom-file.
19542
19543 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
19544
19545 * mail/rmailsum.el (rmail-summary-end-of-message): New command
19546 to go to the bottom of the mail message. Added to
19547 `rmail-summary-mode-map' with key "/".
19548 (rmail-summary-show-message): New (internal) function for use by
19549 both `rmail-summary-beginning/end-of-message'.
19550 (rmail-summary-beginning-of-message): Change to use
19551 rmail-summary-show-message.
19552
19553 * mail/rmail.el (rmail-end-of-message): New command to go to the
19554 end of the current message. Added to `rmail-mode-map' with key "/".
19555 (rmail-beginning-of-message): Fix to work as documented.
19556 (rmail-mode): Change documentation.
19557
19558 * progmodes/compile.el (compilation-start): Add the line
19559 "Compilation started" with compilation start time.
19560 (compilation-mode-font-lock-keywords): Add `started' to keywords.
19561
19562 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
19563
19564 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
19565 of menu items.
19566
19567 2005-08-11 Richard M. Stallman <rms@gnu.org>
19568
19569 * simple.el (pop-global-mark): Reverse test of widen-automatically.
19570
19571 * battery.el (battery-status-function): Don't use ignore-errors.
19572
19573 2005-08-11 Lute Kamstra <lute@gnu.org>
19574
19575 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
19576 define-obsolete-variable-alias.
19577
19578 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
19579
19580 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
19581 (ange-ftp-send-cmd): Revert last change, and expand
19582 the comment explaining the problem.
19583
19584 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
19585
19586 * ldefs-boot.el: Update.
19587
19588 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
19589 item to "Time, Load and Mail". Change help echo text.
19590
19591 * time.el (display-time-use-mail-icon, display-time-format)
19592 (display-time-string-forms): Shorten first line of docstrings.
19593
19594 2005-08-10 Lars Hansen <larsh@soem.dk>
19595
19596 * desktop.el (desktop-buffer-mode-handlers):
19597 Make non-customizable. Add autoload cookie. Change initial value to
19598 nil; add elements in respective modules instead. Fix doc string.
19599 (desktop-load-file): New function.
19600 (desktop-minor-mode-handlers): New autoloaded variable.
19601 (desktop-create-buffer): Call minor mode handlers.
19602 Use desktop-load-file to load major and minor mode modules prior to
19603 checking for a handler.
19604 (desktop-save): Don't add nil to desktop-minor-modes for minor
19605 modes with nil function in desktop-minor-mode-table. Don't delete
19606 desktop file before rewriting it.
19607 (desktop-locals-to-save): Add autoload cookie. Don't make
19608 automatically buffer-local. Add variables column-number-mode,
19609 size-indication-mode, indent-tabs-mode,
19610 indicate-buffer-boundaries, indicate-empty-lines and
19611 show-trailing-whitespace.
19612 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
19613 regexps. Don't use desktop-clear-preserve-buffers-regexp.
19614 (desktop-clear-preserve-buffers-regexp): Delete.
19615 (desktop-clear-preserve-buffers): Update initial value and docstring.
19616 (desktop-save-buffer): Fix doc string.
19617
19618 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19619 (hilit-chg-desktop-restore): New function.
19620 (highlight-changes-mode): Add highlight-changes-mode to
19621 desktop-locals-to-save.
19622
19623 * dired.el: Add handler to desktop-buffer-mode-handlers.
19624 (dired-restore-desktop-buffer): Remove autoload cookie.
19625 (dired-mode): Add autoload cookie.
19626
19627 * info.el: Add handler to desktop-buffer-mode-handlers.
19628 (Info-restore-desktop-buffer): Remove autoload cookie.
19629 (Info-mode): Add autoload cookie.
19630
19631 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19632 (mh-restore-desktop-buffer): Remove autoload cookie.
19633 (mh-folder-mode): Add autoload cookie.
19634
19635 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19636 (rmail-restore-desktop-buffer): Remove autoload cookie.
19637
19638 2005-08-11 Masatake YAMATO <jet@gyve.org>
19639
19640 * hexl.el (hexl-address-region):
19641 (hexl-ascii-region, hexl-font-lock-keywords):
19642 (hexl-highlight-line-range): Use the term "region"
19643 instead of "area" for consistency with the other symbols
19644 defined in hexl.el.
19645
19646 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
19647
19648 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19649 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19650 out by Juri Linkov). Add `display-battery-mode'.
19651
19652 2005-08-09 Juri Linkov <juri@jurta.org>
19653
19654 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19655 Remove `-text' from face variable names.
19656 (compilation-error-file-name, compilation-warning-file-name)
19657 (compilation-info-file-name): Delete faces.
19658 (compilation-line-number, compilation-column-number):
19659 Remove face underlining.
19660 (compilation-message-face): Set to `underline' value by default.
19661 (compilation-error-face, compilation-warning-face)
19662 (compilation-info-face): Remove `-file-name' from face names.
19663 (compilation-error-text-face, compilation-warning-text-face)
19664 (compilation-info-text-face): Delete face variables.
19665 (compilation-text-face): Delete function.
19666
19667 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19668 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19669 (grep-error-face): Set to `compilation-error' instead of
19670 `compilation-error-face' (which is redefined to `grep-hit-face' in
19671 grep buffers).
19672 (grep-mode-font-lock-keywords): Remove `-text' from face variable
19673 names. Use `grep-error-face' instead of `compilation-error-text-face'.
19674
19675 * dired-aux.el (dired-do-query-replace-regexp):
19676 Use `query-replace-read-args'.
19677
19678 * replace.el (query-replace-read-from, query-replace-read-to)
19679 (query-replace-read-args): Rename arg `string' to `prompt'.
19680
19681 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19682
19683 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
19684
19685 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19686 uploading files.
19687 (ange-ftp-canonize-filename): Handle file names beginning with ~
19688 correctly.
19689
19690 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19691
19692 * textmodes/fill.el (canonically-space-region)
19693 (fill-context-prefix, fill-french-nobreak-p)
19694 (fill-delete-newlines, fill-comment-paragraph)
19695 (justify-current-line): "?\ " -> "?\s".
19696
19697 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
19698
19699 * textmodes/fill.el (fill-nonuniform-paragraphs):
19700 Improve argument/docstring consistency.
19701
19702 2005-08-09 Richard M. Stallman <rms@gnu.org>
19703
19704 * textmodes/ispell.el (ispell-word): More fboundp checks.
19705
19706 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19707 (find-file-noselect-1): Call it here, only if RAWFILE.
19708 (normal-mode): Always set some major mode.
19709 (save-some-buffers-action-alist): Change some explanation strings.
19710 (file-name-non-special): In the `quote' method, use unwind-protect.
19711
19712 2005-08-09 Magnus Henoch <mange@freemail.hu>
19713
19714 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19715 (ispell-have-aspell-dictionaries): New variable.
19716 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19717 (ispell-get-aspell-config-value): New function.
19718 (ispell-aspell-find-dictionary): New function.
19719 (ispell-aspell-add-aliases): New function.
19720 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19721 appropriate. Don't look for ispell dictionaries if we use aspell.
19722 (ispell-menu-map): Don't build a submenu of dictionaries.
19723
19724 2005-08-09 Richard M. Stallman <rms@gnu.org>
19725
19726 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19727 (sql-read-passwd): Use read-passwd.
19728
19729 * progmodes/idlw-toolbar.el (idlwave-toolbar)
19730 (idlwave-toolbar-is-possible): Add defvars.
19731
19732 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19733 Avoid warnings.
19734
19735 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19736 (idlwave-system-class-info, idlwave-executive-commands-alist):
19737 Use defvar.
19738
19739 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19740
19741 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19742 Avoid warnings.
19743
19744 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19745 and content-type: headers.
19746
19747 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19748
19749 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19750 and rename some of them to be more self-explanatory.
19751
19752 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19753
19754 * startup.el (command-line-1): Implement -scriptload.
19755
19756 * replace.el (occur-engine): Initial *Occur* output not undoable.
19757
19758 * menu-bar.el (menu-bar-file-menu): Rename some menu items
19759 and improve help strings.
19760
19761 * isearch.el (isearch-repeat): When changing direction,
19762 mark search successful.
19763
19764 * ediff-init.el: Use (featurep 'xemacs).
19765
19766 * comint.el (send-invisible): Identify buffer, if not selected.
19767
19768 * align.el: Delete autoload for c-guess-basic-syntax.
19769
19770 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19771
19772 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19773 Improve argument/docstring consistency. Doc fixes.
19774 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19775 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19776 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19777 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19778 (r2bv-organization, r2bv-pages, r2bv-primary-author)
19779 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19780 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19781 Defvar at compile time.
19782
19783 2005-08-09 Juri Linkov <juri@jurta.org>
19784
19785 * info.el: Replace `info' with upper-case `Info' where appropriate.
19786 (info-title-1, info-title-2, info-title-3, info-title-4)
19787 (info-menu-header): Move up face definitions.
19788 (info-menu-star): Rename from `info-menu-5'.
19789 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19790 (Info-fontify-visited-nodes): Fix docstring.
19791 (Info-hide-note-references): Fix docstring.
19792 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19793 menu items in the same way as on cross-references.
19794 (info-apropos): Fix sorting order and formatting to be like in the
19795 stand-alone Info browser. Display error messages for 1 sec.
19796 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
19797 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19798 from the menu bar.
19799 (Info-insert-dir): Restore point after calling
19800 `insert-buffer-substring'.
19801
19802 2005-08-08 Richard M. Stallman <rms@gnu.org>
19803
19804 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
19805 (recompute-lucid-menubar): Add defvars.
19806
19807 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
19808
19809 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
19810
19811 * net/net-utils.el (run-dig): Rename from `dig'.
19812
19813 * play/gametree.el (gametree-mode): Use make-local-variable,
19814 not make-variable-buffer-local.
19815
19816 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
19817
19818 * ansi-color.el (ansi-color-make-extent)
19819 (ansi-color-set-extent-face): Use fboundp, not functionp.
19820
19821 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
19822 not make-variable-buffer-local.
19823
19824 * bookmark.el (Info-current-file): Add defvar.
19825 (bookmark-jump-noselect): Use with-no-warnings.
19826
19827 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
19828
19829 * ebuff-menu.el (Helper-return-blurb): Add defvar.
19830
19831 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
19832
19833 * find-file.el (ada-procedure-start-regexp)
19834 (ada-package-start-regexp): Add defvars.
19835
19836 * info.el (Info-insert-dir): Use insert-buffer-substring.
19837
19838 * xml.el (xml-att-def-re): Add defvar.
19839
19840 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
19841 calling convention.
19842
19843 * subr.el (while-no-input): Return t if there is input.
19844
19845 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
19846
19847 * cus-start.el (all): Add `overflow-newline-into-fringe'.
19848
19849 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
19850
19851 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
19852 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
19853
19854 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
19855
19856 * cmuscheme.el (scheme-start-file): Replace reference to
19857 `user-emacs-directory' by "~/.emacs.d/".
19858
19859 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
19860
19861 * info.el (Info-dir-remove-duplicates): Avoid case folding
19862 in loop; instead, keep downcased strings for comparison.
19863 Suggested by Helmut Eller.
19864
19865 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
19866
19867 Sync with Tramp 2.0.50.
19868
19869 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
19870 XEmacs case; not necessary anymore.
19871 (tramp-user-regexp): Allow "@" as part of user name.
19872 (tramp-handle-set-visited-file-modtime)
19873 (tramp-handle-insert-file-contents)
19874 (tramp-handle-write-region): No special handling for
19875 `last-coding-system-used, because this is done in
19876 `tramp-accept-process-output' now.
19877 (tramp-accept-process-output): New defun.
19878 (tramp-process-one-action, tramp-process-one-multi-action)
19879 (tramp-wait-for-regexp, tramp-wait-for-output)
19880 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
19881 Howells <dhowells@redhat.com>.
19882 (clear-visited-file-modtime): Defadvice removed. The check for
19883 unset buffer's modtime does not need to be based on
19884 `tramp-buffer-file-attributes'. Suggested by RMS.
19885 (tramp-message): Insert "\n" if not being at beginning of line.
19886 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
19887 sequence with same logic.
19888 (tramp-completion-handle-expand-file-name): Discard call of
19889 `tramp-drop-volume-letter'. It is not necessary, and there have
19890 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
19891 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19892 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
19893 should always be visible.
19894 (tramp-handle-insert-directory, tramp-setup-complete)
19895 (tramp-set-process-query-on-exit-flag)
19896 (tramp-append-tramp-buffers): Pacify byte-compiler.
19897 (tramp-bug): Delete non-existing variables from list.
19898 Apply `tramp-load-report-modules' as pre-hook.
19899 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
19900 `shell-prompt-pattern' because of non-7bit characters.
19901 Reported by Sebastian Luque <sluque@mun.ca>.
19902 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
19903 (tramp-match-string-list): Remove function.
19904 (tramp-wait-for-regexp): Remove call of that function.
19905 Suggested by Kim F. Storm <storm@cua.dk>.
19906 (tramp-set-auto-save-file-modes): Use octal integer code #o600
19907 instead of octal character code ?\600. The latter resulted in a
19908 syntax error with XEmacs.
19909
19910 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
19911 XEmacs case; not necessary anymore.
19912 (tramp-smb-handle-write-region): No special handling for
19913 `last-coding-system-used, because this is done in
19914 `tramp-accept-process-output' now.
19915 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
19916
19917 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
19918
19919 * wid-edit.el (widget-choice-value-create):
19920 Unconditionally respect user choice. Set :explicit-choice back to nil
19921 when no longer needed.
19922 (widget-choice-action): Unconditionally respect user choice.
19923 Eliminate :explicit-choice-value.
19924
19925 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
19926
19927 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
19928 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
19929 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
19930 running new function `toggle-indicate-empty-lines'.
19931 Rename "Customize" item to "Customize fringe".
19932 Rename "Indicators" item to "Buffer boundaries" and change help echo.
19933 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
19934 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
19935 Delete "Empty lines only" item.
19936 (menu-bar-showhide-fringe-ind-customize): New function.
19937 (menu-bar-showhide-fringe-ind-mixed)
19938 (menu-bar-showhide-fringe-ind-box)
19939 (menu-bar-showhide-fringe-ind-right)
19940 (menu-bar-showhide-fringe-ind-left)
19941 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
19942 instead of `fringe-indicators'.
19943
19944 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19945
19946 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
19947 Change the date of last update.
19948
19949 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19950
19951 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
19952 (viper-exec-yank, viper-put-back): Don't display modification msg
19953 if in the minibuffer.
19954
19955 * viper-init.el (viper-replace-overlay-cursor-color)
19956 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
19957 Make variables frame local.
19958
19959 * viper-util.el (viper-append-filter-alist): Use append instead of
19960 nconc.
19961
19962 * viper.el (viper-vi-state-mode-list)
19963 (viper-emacs-state-mode-list): Move help-mode and
19964 completion-list-mode from the first list to the second.
19965 (viper-mode): Docstring.
19966 (viper-go-away, viper-non-hook-settings): Don't localize
19967 minor-mode-alist in newer Emacsen. Add advice to
19968 set-cursor-color. Don't bind "\C-c\\".
19969
19970 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
19971
19972 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
19973 (scheme-macro-expand-command): New user options.
19974 (scheme-trace-procedure, scheme-expand-current-form): New commands.
19975 (scheme-form-at-point, scheme-start-file)
19976 (scheme-interactively-start-process): New functions.
19977 (scheme-get-process): New function, extracted from `scheme-proc'.
19978 (run-scheme): Call `scheme-start-file' to get start file, and pass
19979 it to `make-comint'.
19980 (switch-to-scheme, scheme-proc):
19981 Call `scheme-interactively-start-process' if no Scheme buffer/process
19982 is available.
19983
19984 2005-08-06 Juri Linkov <juri@jurta.org>
19985
19986 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19987 Use `compilation-text-face', `compilation-info-text-face' and
19988 `compilation-error-text-face' instead of `font-lock-keyword-face'.
19989 (compilation-error): New face.
19990 (compilation-error-file-name): Inherit from
19991 `compilation-error' instead of `font-lock-warning-face'.
19992 (compilation-warning-file-name): Inherit from
19993 `compilation-warning' instead of `font-lock-warning-face'.
19994 (compilation-info, compilation-error-file-name)
19995 (compilation-warning-file-name, compilation-info-file-name)
19996 (compilation-line-number, compilation-column-number): Doc fix.
19997 (compilation-error-text-face, compilation-warning-text-face)
19998 (compilation-info-text-face): New face variables.
19999 (compilation-line-face, compilation-column-face)
20000 (compilation-enter-directory-face)
20001 (compilation-leave-directory-face): Doc fix.
20002 (compilation-text-face): New function.
20003
20004 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20005 instead of 1 to display binary file names as info file links.
20006 (grep-error-face): Use `compilation-error-face' instead of
20007 `font-lock-keyword-face'.
20008 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20009 and `compilation-warning-text-face' instead of
20010 `font-lock-keyword-face'. Use `compilation-error-text-face'
20011 instead of `grep-error-face'.
20012
20013 2005-08-05 Kenichi Handa <handa@m17n.org>
20014
20015 * international/code-pages.el: Add autoload cookies for all coding
20016 systems.
20017
20018 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
20019
20020 * cus-start.el (all): Put undo.c where it alphabetically belongs.
20021
20022 2005-08-04 Juri Linkov <juri@jurta.org>
20023
20024 * progmodes/compile.el (compilation-mode-map):
20025 * progmodes/grep.el (grep-mode-map):
20026 Bind TAB to `compilation-next-error' and [backtab] to
20027 `compilation-previous-error'.
20028
20029 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20030 matching line numbers, column numbers and their ranges with regexp
20031 matching only line numbers.
20032 (grep-context-face): New face variable.
20033 (grep-mode-font-lock-keywords): Use it.
20034
20035 * faces.el (read-face-name): Delete duplicate faces.
20036
20037 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
20038
20039 * thumbs.el (thumbs-find-image): Don't make variables
20040 automatically buffer local.
20041 (thumbs-current-tmp-filename, thumbs-current-image-filename)
20042 (thumbs-image-num): Make automatically buffer local.
20043 (thumbs-show-thumbs-list): Use `make-local-variable', not
20044 `make-variable-buffer-local'.
20045 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20046
20047 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20048 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20049 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20050 (bother, bye, canyou, chatlst, continue, deathlst, describe)
20051 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20052 (feelings-about, foullst, found, hello, history, howareyoulst)
20053 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20054 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20055 (neglst, obj, object, owner, please, problems, qlist)
20056 (random-adjective, relation, remlst, repetitive-shortness)
20057 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20058 (shortlst, something, sportslst, stallmanlst, states, subj)
20059 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20060 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20061 Defvar at compile time.
20062
20063 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20064 not `make-variable-buffer-local'.
20065
20066 2005-08-02 Kim F. Storm <storm@cua.dk>
20067
20068 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20069 rectangle overlay in selected window.
20070
20071 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
20072
20073 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20074 instead of display group. Make `indicate-buffer-boundaries'
20075 customizable through Custom.
20076
20077 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
20078
20079 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20080 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20081 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20082 (gdb-put-string): Fix typos in docstrings.
20083
20084 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
20085
20086 Update copyright notices of files in progmodes directory for
20087 release of Emacs 22.1.
20088
20089 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20090
20091 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20092 Don't barf if the GUD buffer has been killed.
20093
20094 2005-08-01 Kim F. Storm <storm@cua.dk>
20095
20096 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20097
20098 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20099
20100 * simple.el (next-error-follow-minor-mode):
20101 make-variable-buffer-local -> make-local-variable.
20102
20103 * emacs-lisp/cl-extra.el: Require CL also when compiling.
20104
20105 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20106 (byte-compile-form-make-variable-buffer-local): New functions to warn
20107 about misuses of make-variable-buffer-local where make-local-variable
20108 was meant.
20109
20110 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
20111
20112 * bs.el (bs-attributes-list): Doc fix.
20113 (bs): Update url-link.
20114
20115 * desktop.el (desktop-save-buffer): Fix typos in docstring.
20116 (desktop-load-default): Simplify.
20117
20118 * ibuffer.el (ibuffer-columnize-and-insert-list)
20119 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20120 (ibuffer-unmark-all, ibuffer-toggle-marks)
20121 (ibuffer-unmark-forward, ibuffer-unmark-backward)
20122 (ibuffer-compile-make-format-form, ibuffer-format-column)
20123 (ibuffer-current-buffers-with-marks)
20124 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20125 (ibuffer): Doc fix.
20126 (ibuffer-mode): Fix typo in docstring.
20127 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20128 with `define-obsolete-variable-alias'.
20129 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
20130
20131 2005-07-29 Kenichi Handa <handa@m17n.org>
20132
20133 * international/mule-cmds.el (select-message-coding-system):
20134 Be sure to use LF for end-of-line. If no coding system is decided,
20135 return iso-8859-1-unix.
20136
20137 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20138
20139 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20140 (ange-ftp-pending-error-line): New vars.
20141 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20142 to handle the non-fatal no-route-to-host messages.
20143 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20144
20145 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
20146
20147 * isearch.el (isearch-mode-map, isearch-other-meta-char)
20148 (isearch-quote-char, isearch-printing-char)
20149 (isearch-text-char-description): "?\ " -> "?\s".
20150 (isearch-lazy-highlight-cleanup)
20151 (isearch-lazy-highlight-initial-delay)
20152 (isearch-lazy-highlight-interval)
20153 (isearch-lazy-highlight-max-at-a-time)
20154 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20155 Declare with define-obsolete-*-alias macros.
20156 (isearch-forward): Fix typo in docstring.
20157 (search-invisible, search-ring-yank-pointer)
20158 (regexp-search-ring-yank-pointer): Doc fixes.
20159
20160 * recentf.el (recentf-menu-append-commands-p): Declare with
20161 `define-obsolete-variable-alias'.
20162 (recentf-max-saved-items, recentf-menu-filter)
20163 (recentf-arrange-by-rule-subfilter): Doc fixes.
20164 (recentf-menu-append-commands-flag)
20165 (recentf-initialize-file-name-history, recentf-expand-file-name)
20166 (recentf-clear-data): Fix typos in docstrings.
20167
20168 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
20169
20170 * progmodes/gdb-ui.el: Smarten comments.
20171 (gdb-info-breakpoints-custom): Use nowarn when finding file.
20172
20173 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20174
20175 * term/apollo.el (terminal-init-apollo): New function containing
20176 all former top level forms in the file.
20177 * term/bobcat.el (terminal-init-bobcat):
20178 * term/cygwin.el (terminal-init-cygwin):
20179 * term/iris-ansi.el (terminal-init-iris-ansi):
20180 * term/linux.el (terminal-init-linux):
20181 * term/news.el (terminal-init-news):
20182 * term/rxvt.el (terminal-init-rxvt):
20183 * term/sun.el (terminal-init-sun):
20184 * term/tvi970.el (terminal-init-tvi970):
20185 * term/vt100.el (terminal-init-vt100):
20186 * term/vt102.el (terminal-init-vt102):
20187 * term/vt125.el (terminal-init-vt125):
20188 * term/vt200.el (terminal-init-vt200):
20189 * term/vt201.el (terminal-init-vt201):
20190 * term/vt220.el (terminal-init-vt220):
20191 * term/vt240.el (terminal-init-vt240):
20192 * term/vt300.el (terminal-init-vt300):
20193 * term/vt320.el (terminal-init-vt320):
20194 * term/vt400.el (terminal-init-vt400):
20195 * term/vt420.el (terminal-init-vt420):
20196 * term/wyse50.el (terminal-init-wyse50):
20197 * term/xterm.el (terminal-init-xterm): Likewise.
20198
20199 * term/README: Describe the terminal-init-* functionality.
20200
20201 * startup.el (command-line): After loading the terminal initialization
20202 file call the corresponding terminal initialization function.
20203
20204 2005-07-27 Kenichi Handa <handa@m17n.org>
20205
20206 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20207 negative.
20208
20209 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20210 (ps-mule-composition-prologue): Fix for the case that
20211 RelativeCompose is false.
20212
20213 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20214
20215 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20216
20217 * descr-text.el (describe-char): Handle the case where the list of
20218 chars is displayed in a separate frame.
20219 Be a bit more discriminating when looking for the char.
20220
20221 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
20222
20223 * bookmark.el (bookmark-automatically-show-annotations)
20224 (bookmark-read-annotation-text-func): Doc fixes.
20225 (bookmark-save): Improve argument/docstring consistency.
20226 (bookmark-get-bookmark, bookmark-get-bookmark-record)
20227 (bookmark-alist-from-buffer)
20228 (bookmark-upgrade-file-format-from-0)
20229 (bookmark-grok-file-format-version)
20230 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20231 (bookmark-read-annotation-mode)
20232 (bookmark-insert-current-bookmark, bookmark-jump)
20233 (bookmark-exit-hook): Fix typos in docstrings.
20234 (bookmark-exit-hooks): Define as obsolete alias.
20235 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20236 not `bookmark-exit-hooks'. Fix docstring.
20237 (bookmark-bmenu-select): "?\ " -> "?\s".
20238
20239 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
20240
20241 * startup.el (command-line): Fix typo.
20242
20243 2005-07-24 Richard M. Stallman <rms@gnu.org>
20244
20245 * tooltip.el (tooltip-mode): Test emacs-basic-display,
20246 not emacs-quick-startup.
20247
20248 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
20249
20250 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20251 (reb-next-match, reb-show-subexp): Use `with-selected-window'
20252 instead of `reb-with-current-window'.
20253 (reb-prev-match): Likewise. Also, don't move left if the search
20254 was unsuccessful.
20255 (reb-initialize-buffer): New function.
20256 (re-builder, reb-change-syntax): Use it.
20257
20258 * man.el (Man-goto-page): Make second argument NOERROR optional.
20259
20260 2005-07-23 Richard M. Stallman <rms@gnu.org>
20261
20262 * man.el (Man-bgproc-sentinel): Check here for failure to find
20263 any man page in the output, and report the error here.
20264 (Man-arguments): Make it permanent local.
20265 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
20266 (Man-mode): Pass t for NOERROR.
20267
20268 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20269 (grep-mode-font-lock-keywords):
20270 Don't use compilation-...-face for messages that are not file names.
20271
20272 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20273 Don't use compilation-...-face for messages that are not file names.
20274
20275 2005-07-22 Juri Linkov <juri@jurta.org>
20276
20277 * startup.el (normal-splash-screen): Update menu name.
20278
20279 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20280
20281 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20282
20283 * term/xterm.el: Load term/rxvt if the terminal is actually an
20284 rxvt terminal.
20285 (xterm-rxvt-set-background-mode): Remove, not used anymore.
20286
20287 * term/rxvt.el (function-key-map): Use substitute-key-definition
20288 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
20289
20290 * term/cygwin.el: New file.
20291
20292 2005-07-22 Kim F. Storm <storm@cua.dk>
20293
20294 * image-file.el (insert-image-file, image-file-yank-handler):
20295 Fix last change to maintain a (unique) yank-handler on yanked images.
20296
20297 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
20298
20299 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20300 of the file size (as in "177B" for 177 bytes). This happens with
20301 "ls -lh" on FreeBSD.
20302
20303 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
20304
20305 * hilit-chg.el (highlight-changes-global-initial-state)
20306 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20307 (hilit-chg-fixup, highlight-changes-mode):
20308 Fix typos in docstrings.
20309 (highlight-changes-global-modes, highlight-changes-rotate-faces):
20310 Doc fixes.
20311
20312 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
20313
20314 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20315 mode function using `eval-after-load'.
20316
20317 2005-07-21 Kim F. Storm <storm@cua.dk>
20318
20319 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
20320 included when reporting an Emacs crash, and tell about the DEBUG file.
20321
20322 * image-file.el (insert-image-file): Add yank-handler.
20323 (image-file-yank-handler): Yank handler to make unique copies of
20324 images when they are yanked into a buffer next to each other.
20325
20326 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
20327
20328 * comint.el (comint-use-prompt-regexp, comint-send-input)
20329 (comint-source-default, comint-extract-string)
20330 (comint-get-source, comint-word, comint-completion)
20331 (comint-source, comint-prompt-read-only, comint-update-fence):
20332 Fix typos in docstrings.
20333 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20334 Declare with define-obsolete-*-alias macros.
20335 (comint-previous-matching-input-from-input)
20336 (comint-next-matching-input-from-input)
20337 (comint-previous-matching-input, comint-next-matching-input)
20338 (comint-forward-matching-input):
20339 Improve argument/docstring consistency.
20340
20341 * desktop.el (desktop-clear-preserve-buffers-regexp):
20342 Also preserve the *server* buffer.
20343
20344 * simple.el (clone-indirect-buffer): Doc fix.
20345 (fixup-whitespace, just-one-space)
20346 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20347 (next-error, next-error-highlight)
20348 (next-error-highlight-no-select, next-error-last-buffer)
20349 (next-error-buffer-p, next-error-find-buffer, next-error)
20350 (previous-error, next-error-no-select, previous-error-no-select)
20351 (open-line, split-line, minibuffer-prompt-width, kill-new)
20352 (binary-overwrite-mode): Fix typos in docstrings.
20353 (set-fill-column): Fix typo in message.
20354
20355 * skeleton.el (skeleton-proxy-new): Doc fix.
20356
20357 * strokes.el (strokes-load-hook): Doc fix.
20358 (strokes-grid-resolution, strokes-get-grid-position)
20359 (strokes-renormalize-to-grid, strokes-read-stroke)
20360 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20361 (strokes-global-map): Fix typos in docstrings.
20362 (strokes-help): Doc fix. Fix help message and pass it through
20363 `substitute-command-keys'.
20364
20365 * tempo.el (tempo-insert-prompt, tempo-interactive)
20366 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20367 (tempo-insert-string-functions, tempo-local-tags)
20368 (tempo-define-template, tempo-insert-template)
20369 (tempo-insert-prompt-compat, tempo-is-user-element)
20370 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20371 Fix typos in docstrings.
20372
20373 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20374 (vcursor-key-bindings, vcursor-use-vcursor-map)
20375 (vcursor-find-window, vcursor-scroll-down)
20376 (vcursor-disable, vcursor-beginning-of-buffer)
20377 (vcursor-end-of-buffer): Fix typos in docstrings.
20378 (vcursor-relative-move, vcursor-get-char-count):
20379 Improve argument/docstring consistency.
20380
20381 * version.el: "?\ " -> "?\s".
20382
20383 * wid-edit.el (widget-default-create, widget-after-change)
20384 (widget-default-format-handler, widget-checklist-add-item)
20385 (widget-radio-add-item, widget-choose, widget-specify-secret)
20386 (widget-field-value-create, widget-field-value-get)
20387 (widget-editable-list-format-handler)
20388 (widget-editable-list-entry-create, widget-group-value-create)
20389 (widget-documentation-link-add)
20390 (widget-documentation-string-value-create): "?\ " -> "?\s".
20391 (widget-convert-text): Doc fix.
20392 (widget-narrow-to-field, widget-field-find)
20393 (widget-url-link-action, widget-emacs-library-link-action)
20394 (widget-color-notify): Fix typos in docstrings.
20395
20396 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20397 (x-select-text, set-w32-system-coding-system)
20398 (w32-add-charset-info): Fix typos in docstrings.
20399
20400 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20401 (cua-enable-cua-keys, cua-use-hyper-key)
20402 (cua-virtual-rectangle-edges): Fix typos in docstrings.
20403 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20404
20405 * net/tramp.el (tramp-handle-load): Fix typo in error message.
20406
20407 * emacs-lisp/re-builder.el (regexp-builder): Declare with
20408 `defalias' instead of faking it.
20409
20410 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20411 (eshell-ls-missing, eshell-ls-dired-initial-args)
20412 (eshell-ls-use-in-dired): Fix typos in docstrings.
20413
20414 2005-07-20 Kim F. Storm <storm@cua.dk>
20415
20416 * emulation/cua-base.el (cua-mode): Improve doc string.
20417
20418 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
20419
20420 * abbrev.el (expand-region-abbrevs): Doc fix.
20421 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20422 Improve argument/docstring consistency.
20423
20424 * arc-mode.el (archive-get-descr, archive-alternate-display):
20425 Doc fixes.
20426 (archive-l-e): Improve argument/docstring consistency.
20427 (archive-tmpdir, archive-unixdate, archive-unixtime)
20428 (archive-chmod-entry): Fix typos in docstrings.
20429 (archive-unflag, archive-unflag-backwards)
20430 (archive-unmark-all-files): "?\ " -> "?\s".
20431
20432 * buff-menu.el (Buffer-menu-unmark): Doc fix.
20433 (Buffer-menu-not-modified, Buffer-menu-execute)
20434 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20435 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20436
20437 * composite.el (compose-string, encode-composition-rule)
20438 (compose-last-chars): Fix typos in docstrings.
20439
20440 * desktop.el (desktop-enable, desktop-basefilename):
20441 Declare with `define-obsolete-variable-alias'.
20442 (desktop-internal-v2s): Don't quote keywords.
20443 (desktop-clear): "?\ " -> "?\s".
20444
20445 * dired.el (dired-align-file, dired-flag-backup-files)
20446 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
20447 (dired-listing-switches, dired-ls-F-marks-symlinks)
20448 (dired-dwim-target, dired-load-hook, dired-mode-hook)
20449 (dired-directory, dired-faces, dired, dired-revert)
20450 (dired-mode, dired-summary, dired-view-file)
20451 (dired-copy-filename-as-kill, dired-delete-file)
20452 (dired-no-confirm, dired-unmark-all-marks)
20453 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
20454 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
20455 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
20456 Fix typos in message strings.
20457
20458 * dired-x.el (virtual-dired): Declare with `defalias'.
20459 (dired-mark-unmarked-files, dired-local-variables-file)
20460 (dired-omit-here-always): Doc fix.
20461 (dired-omit-mode, dired-find-subdir)
20462 (dired-enable-local-variables, dired-clean-up-buffers-too)
20463 (dired-extra-startup, dired-mark-extension, dired-jump)
20464 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
20465 (dired-smart-shell-command, dired-guess-shell-alist-user)
20466 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
20467 (dired-x-bind-find-file, dired-x-submit-report):
20468 Fix typos in docstrings.
20469 (dired-mark-unmarked-files): "?\ " -> "?\s".
20470
20471 * dirtrack.el (dirtrack-list): Fix typos in docstring.
20472
20473 * faces.el (describe-face): "?\ " -> "?\s".
20474 (read-all-face-attributes, read-face-font, modify-face)
20475 (face-attr-construct, italic): Fix typos in docstrings.
20476 (frame-update-face-colors): Declare with
20477 `define-obsolete-function-alias'.
20478
20479 * files.el (find-file-noselect, recode-file-name): Doc fixes.
20480 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
20481 (magic-mode-alist, buffer-file-numbers-unique)
20482 (write-file-functions, get-free-disk-space):
20483 Fix typos in docstrings.
20484 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
20485 (write-contents-hooks, write-file-hooks):
20486 Declare with `define-obsolete-variable-alias'.
20487
20488 * forms-d2.el (arch-rj): Fix typo in docstrings.
20489 (arch-tocol): Likewise. "?\ " -> "?\s".
20490
20491 * frame.el (set-frame-font, cursor-in-non-selected-windows):
20492 Fix typo in docstring.
20493 (set-screen-width, set-screen-height): Delete redundant info in
20494 doctrings.
20495 (new-frame, screen-height, screen-width): Declare with
20496 `define-obsolete-function-alias'.
20497 (delete-frame-hook, blink-cursor): Declare with
20498 `define-obsolete-variable-alias'.
20499
20500 * paths.el (prune-directory-list): Fix typos in docstring.
20501
20502 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
20503 (cvs-prefix-get): Fix typos in docstrings.
20504
20505 * ps-print.el (ps-extend-face-list, ps-extend-face)
20506 (ps-print-background-image): Fix typos in docstrings.
20507 (ps-default-fg, ps-default-bg): Doc fixes.
20508
20509 * s-region.el (s-region-bind): Doc fix.
20510 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
20511
20512 * textmodes/org.el (org-table-formula-substitute-names)
20513 (org-table-get-vertical-vector): Doc fixes.
20514 (org-table-recalculate): Remove unused argument to `message'.
20515
20516 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
20517
20518 * textmodes/org.el (org-table-column-names)
20519 (org-table-column-name-regexp)
20520 (org-table-named-field-locations): New variables.
20521 (org-archive-subtree): Protect `this-command' when calling
20522 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
20523 the kill buffer.
20524 (org-complete): Remove fixed-formula completion.
20525 (org-edit-formulas-map): New variable.
20526 (org-table-edit-formulas): New command.
20527 (org-finish-edit-formulas, org-abort-edit-formulas)
20528 (org-show-variable, org-table-get-vertical-vector): New functions.
20529 (org-table-maybe-eval-formula): Handle `:=' fields.
20530 (org-table-get-stored-formulas, org-table-store-formulas)
20531 (org-table-get-formula, org-table-modify-formulas)
20532 (org-table-replace-in-formulas): Handle named field formulas.
20533 (org-table-get-specials): Store locations of named fields.
20534
20535 2005-07-19 Juri Linkov <juri@jurta.org>
20536
20537 * progmodes/grep.el (grep-regexp-alist)
20538 (grep-mode-font-lock-keywords, grep-process-setup):
20539 Use default GNU grep match color "01;31m" instead of "01;41m".
20540 (grep-regexp-alist, grep-mode-font-lock-keywords):
20541 Use `\\[[0-9]*m' instead of `\\[00m'.
20542 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
20543 sgr_start where its handling is more important. Use the real
20544 length of sgr_start instead of constant 8.
20545 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
20546 specially. Delete all remaining escape sequences.
20547 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
20548 (grep-regexp-alist): Make hyperlink only for binary file name
20549 instead of the whole line.
20550 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
20551 (grep-mode): Add autoload.
20552
20553 * emacs-lisp/find-func.el (find-function-regexp):
20554 Add `define-compilation-mode'.
20555
20556 2005-07-19 Juri Linkov <juri@jurta.org>
20557
20558 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
20559 (compare-windows-sync-string-size, compare-windows-recenter)
20560 (compare-windows-highlight, compare-windows): Add version 22.1.
20561 (compare-windows) <defface>: Inherit from lazy-highlight instead
20562 of duplicating its default value.
20563
20564 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
20565 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
20566
20567 * descr-text.el (describe-char): Create link buttons for `charset'
20568 and `code point'. Add the current input method name with a link
20569 button to `to input' field. Print face names of display table
20570 characters in `The display table entry is displayed by' section
20571 instead of printing face-id in the `display' field.
20572 Guess hardcoded faces and create a link button for them.
20573 Skip empty fields when calculating max-width.
20574 Treat `widget-create' specially while inserting strings from the
20575 collected field list.
20576 (describe-char-after): Made obsolete in version 22.1, not 21.5.
20577
20578 * diff-mode.el (diff-file-header): Change foreground color from
20579 yellow to green on light backgrounds.
20580 (diff-context): Inherit from `shadow' only for color/grayscale
20581 with more than 88 colors.
20582 (diff-indicator-removed, diff-indicator-added)
20583 (diff-indicator-changed): New faces.
20584 (diff-font-lock-keywords): Use new faces. Regroup rules.
20585 Add "^---$" for `normal' diff format. Fontify `#' lines with
20586 font-lock-comment-delimiter-face and font-lock-comment-face.
20587 Add `#' to ^[^...] in the rule for `diff-context-face'.
20588
20589 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
20590 a button-like box. Inherit from `highlight' on low colors.
20591 (shadow): Use shades of gray only for color/grayscale with
20592 more than 88 colors. Use green for light backgrounds with
20593 8 colors, and yellow for dark backgrounds with 8 colors.
20594
20595 * font-lock.el (font-lock-regexp-grouping-backslash):
20596 Don't inherit from escape-glyph (use bold for all cases).
20597
20598 * info.el (info-xref-visited): Use light foreground color `violet'
20599 for dark backgrounds instead of dark color `magenta3'.
20600 (info-title-1): Use `yellow' color for dark backgrounds.
20601
20602 * isearch.el (isearch): Use not-too-dark magenta3 instead of
20603 too-light magenta2.
20604
20605 * replace.el (match): Use slightly more light RoyalBlue3 instead
20606 of dark RoyalBlue4.
20607
20608 * wid-edit.el (widget-inactive): Inherit from `shadow'.
20609
20610 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
20611
20612 * novice.el (disabled-command-hook): Declare it with
20613 `define-obsolete-variable-alias'.
20614
20615 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20616 (desktop-buffer-misc-functions, desktop-buffer-handlers)
20617 (desktop-load-default): Add release to obsolescence info.
20618 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20619 (desktop-append-buffer-args, desktop-read):
20620 Fix typos in docstrings.
20621 (desktop-kill): Fix typo in message.
20622 (desktop-save): Doc fix.
20623
20624 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
20625
20626 * viper-cmd.el (viper-escape-to-state): Bug fix.
20627 (viper-envelop-ESC-key): Change the definition of fast
20628 keysequence so it'll work with keyboard macros.
20629
20630 * ediff.el (ediff-patch-buffer): Change the docstring.
20631
20632 2005-07-19 Kenichi Handa <handa@m17n.org>
20633
20634 * international/mule-cmds.el (select-safe-coding-system): Try to
20635 use an auto-coding (if any) before anything else. If the found
20636 auto-coding is invalid, show a warning message.
20637
20638 * international/mule.el (find-auto-coding): New function created
20639 by modifying the body of set-auto-coding.
20640 (set-auto-coding): Use find-auto-coding to find a coding.
20641
20642 2005-07-18 Richard M. Stallman <rms@gnu.org>
20643
20644 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20645 not isearch-mode-end-hook-error.
20646 (allout-before-change-protect): Fix error message.
20647
20648 2005-07-18 Juri Linkov <juri@jurta.org>
20649
20650 * allout.el (allout-mode):
20651 * calculator.el (calculator-copy):
20652 * custom.el (custom-known-themes):
20653 * dired.el (dired-desktop-buffer-misc-data)
20654 (dired-restore-desktop-buffer):
20655 * dired-x.el (dired-omit-marker-char):
20656 * files.el (basic-save-buffer):
20657 * font-core.el (font-lock-mode):
20658 * calendar/calendar.el (calendar-goto-hebrew-date)
20659 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20660 (calendar-goto-persian-date):
20661 * language/ethio-util.el (ethio-sera-to-fidel-region):
20662 * textmodes/picture.el (picture-mode):
20663 Delete duplicate duplicate words.
20664
20665 2005-07-18 Juri Linkov <juri@jurta.org>
20666
20667 * isearch.el (isearch-mode-map): Remove key bindings for regexp
20668 chars * ? } |.
20669 (isearch-fallback): Don't call `isearch-process-search-char'.
20670 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20671 (isearch-process-search-char): Call `isearch-fallback' for regexp
20672 chars * ? } |.
20673 (isearch-return-char): Make obsolete with `make-obsolete' instead
20674 of simply documenting it as obsolete in the docstring.
20675 (isearch-fallback): Refill docstring.
20676
20677 * international/isearch-x.el
20678 (isearch-process-search-multibyte-characters): Remove unneeded
20679 `concat'. Add intermediate values to `junk-hist' instead of
20680 `minibuffer-history'. Test the length of `str'.
20681
20682 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
20683
20684 * allout.el (allout-resolve-xref): Fix typos in error strings.
20685 (allout-before-change-protect): Remove unneeded `concat'.
20686
20687 * array.el (array-mode, array-reconfigure-rows)
20688 (untabify-backward): Fix typos in docstrings.
20689 (array-reconfigure-rows): Use `insert-buffer-substring', not
20690 `insert-buffer'.
20691
20692 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20693 * progmodes/ada-mode.el (ada-make-body):
20694 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20695
20696 * dired.el (dired-log):
20697 * tar-mode.el (tar-subfile-save-buffer):
20698 * play/zone.el (zone-pgm-stress-destress):
20699 Use `insert-buffer-substring', not `insert-buffer'.
20700
20701 2005-07-17 Simon Josefsson <jas@extundo.com>
20702
20703 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20704
20705 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
20706
20707 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20708 Add plain auth method.
20709 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20710
20711 2005-07-17 Kim F. Storm <storm@cua.dk>
20712
20713 * ido.el (dired-other-window): Add ido property.
20714
20715 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
20716
20717 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20718 Fix typo in docstring.
20719 (byte-compile-interactive-only-functions): Add `insert-buffer' and
20720 `insert-file-literally'.
20721
20722 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20723 info and delete redundant message. Doc fix.
20724 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20725 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20726
20727 2005-07-16 Richard M. Stallman <rms@gnu.org>
20728
20729 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20730 (byte-compile-and): Use byte-compile-and-recursion.
20731 (byte-compile-or-recursion): New function.
20732 (byte-compile-or): Use that.
20733 (byte-compile-if): Guard the else-clause too.
20734 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20735
20736 * isearch.el (isearch-mode-end-hook-quit): New variable.
20737 (isearch-done): Bind it.
20738 (isearch-mode-end-hook): Doc fix.
20739
20740 * allout.el (allout-isearch-did-quit): Variable deleted.
20741 (allout-real-isearch-abort): Function name no longer used.
20742 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20743 (allout-isearch-rectification): isearch-mode always exists.
20744 Don't set allout-isearch-did-quit.
20745 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20746 allout-isearch-did-quit.
20747 (allout-enwrap-isearch): Just add the hook.
20748 (allout-isearch-abort): Function deleted.
20749 (allout-pre-command-business): Avoid warning.
20750
20751 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20752 Correctly avoid warnings.
20753 (pascal-outline): Likewise.
20754
20755 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20756
20757 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20758
20759 * play/tetris.el (tetris-mode): Avoid warning.
20760
20761 * play/snake.el (snake-mode): Avoid warning.
20762
20763 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20764 (gamegrid-set-display-table): Avoid warning.
20765 (gamegrid-set-timer): Likewise.
20766 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20767 (gamegrid-add-score-with-update-game-score-1): Take FILE
20768 as argument.
20769 (gamegrid-add-score-with-update-game-score): Pass that argument.
20770 Rename have-shared-game-dir to gamegrid-shared-game-dir.
20771
20772 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20773
20774 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20775 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20776
20777 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20778 and insert-file.
20779
20780 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20781 (sc-ask): Avoid warnings.
20782
20783 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20784 (eshell-hist-initialize): Use that var the natural way.
20785
20786 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20787
20788 * emacs-lisp/re-builder.el (reb-cook-regexp):
20789 Avoid warning calling lre-compile-string.
20790 (reb-color-display-p): Avoid warning.
20791
20792 * calculator.el (calculator-last-input): Guard uses
20793 of event-key and key-press-event-p.
20794 (event-key, key-press-event-p): Delete definitions.
20795
20796 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20797 (find-gc-source-directory, find-gc-subrs-callers)
20798 (find-gc-noreturn-list, find-gc-source-files)
20799 (find-gc-subrs-called): Vars renamed and defvar'd.
20800
20801 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20802 (checkdoc-overlay-put, checkdoc-delete-overlay)
20803 (checkdoc-overlay-start, checkdoc-overlay-end)
20804 (checkdoc-mode-line-update, checkdoc-char=):
20805 Define such that compiler knows they are defined.
20806 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
20807 (checkdoc-read-event): Delete. Use read-event directly.
20808
20809 * whitespace.el (whitespace-make-overlay)
20810 (whitespace-overlay-put, whitespace-delete-overlay)
20811 (whitespace-overlay-start, whitespace-overlay-end):
20812 Define such that compiler knows they are defined.
20813 (whitespace): Move conditional inside.
20814
20815 * tempo.el (tempo-insert-template): Suppress warning.
20816
20817 * ediff-diff.el (longlines-mode): Add defvar.
20818
20819 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
20820
20821 * server.el: Bind "C-x #" in a way that works even if C-x is
20822 redefined to a command key, not a prefix key.
20823
20824 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20825
20826 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
20827 cl-make-type-test till execution time.
20828
20829 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
20830
20831 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
20832 arg ARG and use it.
20833
20834 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20835
20836 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
20837
20838 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
20839
20840 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20841 a defcustom with two :set or :type keywords.
20842
20843 2005-07-15 Richard M. Stallman <rms@gnu.org>
20844
20845 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20846 Don't give ^M comment-end syntax.
20847
20848 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
20849
20850 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
20851 Don't consider gdbmi (gdb-mi.el has its own update functions).
20852 (gdb-var-delete): Make it work for gdbmi as well.
20853 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
20854
20855 * progmodes/gud.el (etags, sdb): Only require etags when needed.
20856 (gud-speedbar-menu-items): Correct logic for enabling items.
20857
20858 2005-07-15 Kim F. Storm <storm@cua.dk>
20859
20860 * ido.el: Fix commentary.
20861 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
20862 Use with-no-warnings around ffap-guesser.
20863 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
20864 Let bind minibuffer-completing-file-name to t.
20865
20866 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
20867
20868 * startup.el (site-run-file, keyboard-type): Doc fixes.
20869 (command-line): Check for "--basic-display" argument; also for
20870 "--quick", not "--bare-bones" (which was renamed).
20871 (fancy-splash-text): Add missing item "Getting New Versions".
20872 (normal-splash-screen): Fix typos and improve consistency with
20873 `fancy-splash-text'. Update copyright year.
20874
20875 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
20876 valid binding for `help-char'.
20877
20878 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
20879
20880 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
20881
20882 * term.el (term-mode): Disable cua-mode for term buffers.
20883
20884 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
20885
20886 * add-log.el (add-log-mailing-address, change-log-merge):
20887 Doc fixes.
20888 (change-log-get-method-definition): Fix typo in docstring.
20889
20890 2005-07-14 Kim F. Storm <storm@cua.dk>
20891
20892 * emulation/cua-base.el:
20893 (cua--pre-command-handler-1, cua--pre-command-handler)
20894 (cua--post-command-handler-1, cua--post-command-handler):
20895 Split in two. Check (buffer local) value of cua-mode.
20896 (cua-selection-mode): New command.
20897
20898 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
20899
20900 * custom.el (custom-initialize-safe-set)
20901 (custom-initialize-safe-default): Doc fixes.
20902
20903 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20904 and simplify :init-value again.
20905
20906 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20907 and simplify :init-value again. Delete autoload.
20908
20909 * startup.el (command-line): Use `custom-reevaluate-setting' again
20910 for tooltip-mode.
20911
20912 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20913 a defcustom with two :initialize keywords.
20914
20915 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
20916
20917 * allout.el (my-mark-marker, allout-isearch-prior-pos)
20918 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
20919 (allout-post-command-business, allout-flag-region)
20920 (isearch-reenable-font-lock, allout-yank)
20921 (allout-insert-latex-header, allout-insert-latex-trailer)
20922 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
20923 (allout-latex-verb-quote): Fix typos in docstrings.
20924 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
20925 (allout-unprotected, allout-prefix-data):
20926 Improve argument/docstring consistency.
20927 (allout-chart-subtree): Fix argument spec.
20928 (allout-open-topic): Rename `use_sib_bullet' argument to
20929 `use-sib-bullet'. Doc fix.
20930
20931 * whitespace.el (whitespace-check-buffer-leading)
20932 (whitespace-check-buffer-trailing)
20933 (whitespace-check-buffer-indent)
20934 (whitespace-check-buffer-spacetab)
20935 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
20936 (whitespace-check-leading-whitespace)
20937 (whitespace-check-trailing-whitespace)
20938 (whitespace-check-spacetab-whitespace)
20939 (whitespace-check-indent-whitespace)
20940 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
20941 (whitespace-modes): Fix typos in docstrings.
20942 (defgroup, defcustom): Doc fixes.
20943
20944 * winner.el (winner-mode, winner-boring-buffers)
20945 (winner-pending-undo-ring): Doc fixes.
20946 (winner-ring): Remove unneeded `progn'.
20947 (winner-equal): `defsubst' it.
20948 (winner-redo): Fix message.
20949
20950 2005-07-13 Kim F. Storm <storm@cua.dk>
20951
20952 * simple.el (line-move-1): Always use vertical-motion to
20953 do the last (or only) line move to ensure some movement.
20954 Undo 2005-06-23 change--don't check for overlays.
20955
20956 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20957
20958 * term/mac-win.el (ccl-encode-mac-roman-font)
20959 (ccl-encode-mac-centraleurroman-font)
20960 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
20961 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
20962 Change charset-id boundary of dimension to ?\xef.
20963 (mac-char-fontspec-list): New constant.
20964 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
20965 argument. Nil uses itself as family in font-spec. Previous
20966 behavior for nil is now provided by non-nil non-string argument.
20967 All callers changed. Add font-specs for Mac fonts to
20968 "fontset-default" unless iso8859-1 fonts are installed.
20969
20970 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20971
20972 * progmodes/sh-script.el (sh-get-indent-info): Only indent
20973 a continuation line if the \ is preceded by SPC or TAB.
20974 (sh-get-indent-info): Simplify.
20975 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
20976 Use with-current-buffer.
20977
20978 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
20979 when the matched text is empty.
20980
20981 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
20982
20983 * startup.el (command-line): Revert to previous handling of
20984 tooltip-mode. Explain in comment why the complexity is needed.
20985
20986 * tooltip.el (tooltip-mode): Revert to previous implementation of
20987 its defcustom.
20988
20989 * frame.el (blink-cursor-mode): Revert to previous implementation
20990 of its defcustom. Update comment.
20991
20992 2005-07-12 Lars Hansen <larsh@soem.dk>
20993
20994 * desktop.el: Update e-mail address.
20995
20996 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20997
20998 * term/mac-win.el (mac-services-mail-selection)
20999 (mac-services-mail-to): New functions.
21000 (mac-application-menu-map): Bind them.
21001
21002 2005-07-12 wulei <milton@wulei.net> (tiny change)
21003
21004 * progmodes/gdb-ui.el: Add note about buffering with Windows.
21005
21006 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
21007
21008 * custom.el (custom-reevaluate-setting): Doc fix.
21009
21010 2005-07-11 Jay Belanger <belanger@truman.edu>
21011
21012 * calc/calc.el (calc-embedded-announce-formula-alist)
21013 (calc-embedded-open-close-plain-alist)
21014 (calc-embedded-open-close-mode-alist): Add checks for additional
21015 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21016
21017 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
21018
21019 * custom.el (custom-enable-theme): Don't add theme to
21020 `custom-enabled-themes' with `push' because there is no
21021 setf-method for `delq'.
21022
21023 2005-07-11 Richard M. Stallman <rms@gnu.org>
21024
21025 * custom.el (custom-declare-variable): Doc fix.
21026
21027 * dired-aux.el (dired-compare-directories): Remove "." and ".."
21028 from the alists.
21029
21030 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21031 Do nothing if edebug-active.
21032
21033 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21034 (edebug-display): Do it here instead.
21035
21036 2005-07-10 Richard M. Stallman <rms@gnu.org>
21037
21038 * cus-face.el (custom-theme-set-faces): Make it work.
21039 (custom-reset-faces): Doc fix.
21040 (custom-theme-reset-internal-face, custom-theme-face-value):
21041 Functions deleted.
21042
21043 * custom.el (custom-push-theme): Maintain list of the settings
21044 of a given theme in its theme-settings property.
21045 Maintain position of old settings in the theme-value
21046 or theme-face property.
21047 (custom-enabled-themes): New variable.
21048 (custom-theme-enabled-p): New function.
21049 (provide-theme): Update custom-enabled-themes.
21050 Disable and reenable the `user' theme.
21051 (require-theme): Doc fix.
21052 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21053 (custom-theme-value, custom-theme-variable-value): Likewise.
21054 (custom-theme-reset-internal): Likewise.
21055 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21056 (custom-enable-theme, custom-disable-theme): New functions.
21057 (custom-variable-theme-value, custom-face-theme-value): Likewise.
21058 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21059 (custom-theme-reset-variables): Simplify.
21060 (deftheme, custom-declare-theme, custom-make-theme-feature):
21061 Definitions moved.
21062
21063 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
21064
21065 * longlines.el (longlines-show-region)
21066 (longlines-unshow-hard-newlines): Recognize hard newlines by
21067 non-nil hard property, instead of t.
21068
21069 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
21070
21071 * viper-cmd.el (viper--key-maps): New variable.
21072 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21073 emulation-mode-map-alists.
21074 (viper-envelop-ESC-key): Use viper-subseq.
21075 (viper-search-forward/backward/next): Disable debug-on-error.
21076
21077 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21078 (viper-ESC-key): New defcustoms.
21079
21080 * viper-macs.el (ex-map-read-args): Use viper-subseq.
21081
21082 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21083 (viper-subseq): Copy of subseq from cl.el.
21084
21085 * viper.el (viper-go-away, viper-set-hooks): Use
21086 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21087
21088 * viper-mous.el (viper-current-frame-saved): Use defvar.
21089
21090 * viper-init.el: Get rid of -face in face names.
21091
21092 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21093 Make it work with longlines mode
21094
21095 * ediff-mult.el (ediff-meta-mode-hook): New variable.
21096
21097 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21098
21099 * ediff-init.el: Get rid of -face in face names.
21100
21101 2005-07-10 Richard M. Stallman <rms@gnu.org>
21102
21103 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21104 and with-timeout-unsuspend.
21105
21106 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21107 and with-timeout-unsuspend.
21108
21109 * emacs-lisp/timer.el (with-timeout-timers): New variable.
21110 (with-timeout): Bind that variable to record timers.
21111 (with-timeout-suspend, with-timeout-unsuspend): New functions.
21112
21113 * emacs-lisp/debug.el (debug-help-follow): New function.
21114 (debugger-mode-map): Use that instead of help-follow.
21115 (debugger-setup-buffer): Use eval-buffer-list
21116 to handle eval-buffer frames.
21117
21118 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
21119
21120 * timezone.el (timezone-parse-date): Change first regexp
21121 so it will not mistakenly match dates with no time zone.
21122
21123 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
21124
21125 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21126
21127 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
21128
21129 * custom.el (custom-initialize-safe-set)
21130 (custom-initialize-safe-default): New functions.
21131
21132 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21133 and simplify :init-value.
21134
21135 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21136 and simplify :init-value. Delete obsolete comment.
21137
21138 * startup.el (command-line): Use `custom-reevaluate-setting' to
21139 handle `tooltip-mode'. Delete obsolete comment.
21140
21141 * files.el (set-visited-file-name): Avoid calling
21142 `file-name-nondirectory' with a nil argument.
21143
21144 2005-07-09 Richard M. Stallman <rms@gnu.org>
21145
21146 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21147 was called with nil for the buffer, handle the read position right.
21148 Handle read position for eval-region, too.
21149
21150 2005-07-09 Juri Linkov <juri@jurta.org>
21151
21152 * fringe.el (fringe-mode): Add period in docstring.
21153 (fringe-query-style): Build prompt depending on `all-frames' arg.
21154
21155 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21156 to not create links to unrelated functions in the Help buffer.
21157
21158 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21159 Doc fix.
21160
21161 * simple.el (next-error-hook): New variable.
21162 (next-error): Use it. Doc fix.
21163
21164 * textmodes/ispell.el (ispell-command-loop): Add current
21165 dictionary name and program name to mode-line-format.
21166 (ispell-region, ispell-process-line): Add current dictionary name
21167 and program name to messages.
21168
21169 2005-07-08 Jay Belanger <belanger@truman.edu>
21170
21171 * calc/calc.el (calc-embedded-announce-formula-alist)
21172 (calc-embedded-open-close-formula-alist)
21173 (calc-embedded-open-close-word-alist)
21174 (calc-embedded-open-close-plain-alist)
21175 (calc-embedded-open-close-new-formula-alist)
21176 (calc-embedded-open-close-mode-alist)
21177 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21178 (calc-embedded-mode-hook): New variables.
21179
21180 * calc/calc-embed.el (calc-embedded-firsttime)
21181 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21182 New variables.
21183 (calc-do-embedded): Use calc-embedded-firsttime,
21184 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21185 determine whether or not to run hooks.
21186 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21187 calc-embedded-firsttime-formula appropriately.
21188 Set calc-embedded delimiter variables according to mode.
21189
21190 2005-07-08 Richard M. Stallman <rms@gnu.org>
21191
21192 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21193 Check for "emacs", etc., as entire symbol, not just as word.
21194 (checkdoc-file-comments-engine): Use regexp-quote on FN.
21195
21196 * files.el (set-visited-file-name): Report the error
21197 for "empty filename" earlier.
21198 (kill-some-buffers): Ignore buffers already dead.
21199
21200 * fringe.el (fringe-mode): Doc fix.
21201
21202 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21203 Check for (featurep 'xemacs) and turn off warnings in what it guards.
21204 Use unwind-protect to ensure byte-compile-unresolved-functions
21205 is updated.
21206
21207 * whitespace.el (whitespace-buffer-leading-cleanup):
21208 Simplify w/ skip-chars-forward.
21209 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21210
21211 * mail/rmail.el (rmail-only-expunge): Fix paren error.
21212 Unconditionally try to leave point at the same old place.
21213
21214 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
21215
21216 * comint.el (comint-postoutput-scroll-to-bottom)
21217 (comint-show-maximum-output): Take scroll-margin into consideration.
21218
21219 2005-07-08 Kim F. Storm <storm@cua.dk>
21220
21221 * ido.el (ido-use-filename-at-point): New choice `guess'.
21222 (ido-file-internal): Try ffap-guesser if selected.
21223
21224 * ido.el (ido-before-fallback-functions): New hook.
21225 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21226 (ido-read-file-name): Run it.
21227
21228 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21229
21230 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21231 strings rather than a list of symbols to the completion function.
21232
21233 2005-07-07 Jay Belanger <belanger@truman.edu>
21234
21235 * calc/calc-units.el (math-apply-units): Change the places in
21236 which units are simplified.
21237
21238 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
21239
21240 * cus-edit.el (customize-option, customize-option-other-window):
21241 Make them handle aliases.
21242
21243 * custom.el (custom-variable-p): Make it recursively follow
21244 aliases. Mention that in the docstring.
21245
21246 2005-07-07 Richard M. Stallman <rms@gnu.org>
21247
21248 * cus-start.el (exec-path): Use `directory' instead of `file'.
21249 Fix tag for nil.
21250
21251 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21252
21253 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21254 when called non-interactively. Doc fix.
21255
21256 2005-07-07 Lute Kamstra <lute@gnu.org>
21257
21258 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21259 new address as well.
21260
21261 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
21262
21263 * progmodes/gud.el: Require font-lock for displaying errors.
21264 Used by gdb-ui.el.
21265
21266 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21267
21268 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21269 values for the pattern lists which are `read'able but not
21270 `append'able (like symbols).
21271
21272 2005-07-06 Richard M. Stallman <rms@gnu.org>
21273
21274 * progmodes/flymake.el (flymake-float-time): Instead of
21275 with-no-warnings, test for XEmacs.
21276 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21277 to avoid warning.
21278
21279 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
21280
21281 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21282
21283 2005-07-05 Lute Kamstra <lute@gnu.org>
21284
21285 * battery.el: Add support for Darwin (with much debugging help
21286 from Samuel Lauber <sam124@operamail.com>).
21287 (battery-status-function, battery-echo-area-format)
21288 (battery-mode-line-format): Add support for pmset on Darwin.
21289 (battery-load-low, battery-load-critical): New user options.
21290 (battery-pmset): New function.
21291
21292 2005-07-05 Lute Kamstra <lute@gnu.org>
21293
21294 Update FSF's address in GPL notices.
21295
21296 * textmodes/page-ext.el: Update FSF's address.
21297
21298 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21299
21300 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21301 filling from using prefix when filling a single-line docstring.
21302
21303 * progmodes/flymake.el: Remove useless eval-when-compile.
21304
21305 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21306
21307 2005-07-04 Richard M. Stallman <rms@gnu.org>
21308
21309 * textmodes/org.el (org-file-apps-defaults-gnu):
21310 Rename from org-file-apps-defaults-linux.
21311 (org-default-apps): Don't test system-type for `linux'.
21312 (org-file-apps): Doc fix.
21313
21314 2005-07-04 David Ponce <david@dponce.com>
21315
21316 * tree-widget.el: Improve header Commentary section.
21317 (tree-widget) [defgroup]
21318 (tree-widget-image-enable, tree-widget-themes-directory)
21319 (tree-widget-theme, tree-widget-image-properties-emacs)
21320 (tree-widget-image-properties-xemacs, tree-widget-create-image)
21321 (tree-widget-image-formats, tree-widget-control)
21322 (tree-widget-empty-control, tree-widget-leaf-control
21323 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21324 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21325 (tree-widget-keep, tree-widget-after-toggle-functions)
21326 (tree-widget-open-node, tree-widget-close-node): Doc fix.
21327 (tree-widget-open-control, tree-widget-close-control): Fix doc and
21328 :help-echo message.
21329 (tree-widget-set-theme): Doc fix. Use `string-equal'.
21330 (tree-widget-image-properties): Doc fix. Clearer implementation.
21331 (tree-widget--cursors): New constant.
21332 (tree-widget-lookup-image): New function split from
21333 `tree-widget-find-image'. Clearer implementation.
21334 (tree-widget-find-image): Use it.
21335 (tree-widget-button-keymap): Use `set-keymap-parent'.
21336 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21337 Define the sub-widgets here.
21338 (tree-widget-node): Check that :node is not a tree-widget.
21339 (tree-widget-get-super, tree-widget-open-control)
21340 (tree-widget-close-control, tree-widget-empty-control)
21341 (tree-widget-leaf-control, tree-widget-guide)
21342 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21343 (tree-widget-no-handle, tree-widget-value-delete)
21344 (tree-widget-map): Remove.
21345 (tree-widget-children-value-save): Doc fix. Simplified.
21346 (tree-widget-value-create): Update according to previous changes.
21347
21348 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
21349
21350 * textmodes/org.el: Leading space replaced by TABS.
21351 (org-recalc-marks, org-table-rotate-recalc-marks)
21352 (org-table-get-specials): Treat "^" and "_" marks.
21353 (org-table-justify-field-maybe): Optional argument NEW.
21354 (org-table-eval-formula): Parsing of the format simplified.
21355 New modes C,I. Honor the %= parameter in the current table.
21356 Avoid unnecessary re-align by using the NEW argument to
21357 `org-table-justify-field-maybe'.
21358 (org-calc-default-modes): Default for date-format mimicks org-mode.
21359 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21360
21361 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
21362
21363 * cus-face.el (custom-theme-set-faces): Make it handle face
21364 aliases whose alias declarations are pre- or autoloaded.
21365
21366 2005-07-04 Juri Linkov <juri@jurta.org>
21367
21368 * faces.el (read-face-name): Put the code for getting a face name
21369 from the buffer before adding the faces from the `face' property.
21370 Use `completing-read-multiple' instead of `completing-read'.
21371 Require `crm'. Add default value and post-process the returned
21372 list of faces.
21373
21374 * emacs-lisp/crm.el (crm-find-current-element)
21375 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21376
21377 * emacs-lisp/lisp-mode.el (eval-defun-1):
21378 * emacs-lisp/edebug.el (edebug-eval-defun):
21379 Remove unnecessary quotes.
21380
21381 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
21382
21383 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21384 (prolog-indent-level): Fix typo in docstring.
21385
21386 * info.el (Info-history, Info-history-forward)
21387 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21388
21389 * add-log.el (add-change-log-entry):
21390 * comint.el (comint-dynamic-list-input-ring)
21391 (comint-dynamic-list-completions):
21392 * dabbrev.el (dabbrev-expand):
21393 * delim-col.el (delimit-columns-rectangle-line):
21394 * diff-mode.el (diff-context->unified, diff-reverse-direction)
21395 (diff-unified->context):
21396 * ediff-init.el (ediff-abbrev-jobname):
21397 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21398 (ediff-replace-session-activity-marker-in-meta-buffer):
21399 * info.el (Info-summary):
21400 * lpr.el (printify-region):
21401 * printing.el (pr-create-interface):
21402 * ps-print.el (ps-print-quote):
21403 * ses.el (ses-column-widths, ses-print-cell)
21404 (ses-adjust-print-width, ses-center):
21405 * shell.el (shell-file-name-quote-list):
21406 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21407 (strokes-fill-current-buffer-with-whitespace)
21408 (strokes-xpm-for-stroke, strokes-list-strokes)
21409 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21410 * term.el (term-dynamic-list-input-ring)
21411 (term-dynamic-list-completions):
21412 * calc/calc.el (math-format-stack-value):
21413 * emacs-lisp/edebug.el (edebug-display-freq-count):
21414 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21415 (delphi-new-comment-line):
21416 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21417 * progmodes/executable.el (executable-set-magic):
21418 * progmodes/python.el (inferior-python-mode):
21419 * progmodes/scheme.el (scheme-mode-syntax-table):
21420 * progmodes/sh-script.el (sh-maybe-here-document):
21421 * progmodes/sql.el (sql-copy-column):
21422 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21423 * textmodes/bibtex.el (bibtex-mode):
21424 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21425 (sgml-auto-attributes):
21426 * textmodes/table.el (table-insert, table-shorten-cell)
21427 (table--generate-source-scan-lines, table-delete-row)
21428 (*table--cell-delete-char, table--spacify-frame)
21429 (table--horizontally-shift-above-and-below)
21430 (table--cell-insert-char, table--cell-blank-str)
21431 (table--fill-region-strictly):
21432 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
21433 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
21434
21435 * add-log.el (change-log):
21436 * apropos.el (apropos):
21437 * comint.el (comint-completion, comint-source):
21438 * dabbrev.el (dabbrev):
21439 * delim-col.el (columns):
21440 * diff-mode.el (diff-mode):
21441 * ediff.el (ediff):
21442 * ediff-diff.el (ediff-diff):
21443 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
21444 * ediff-mult.el (ediff-mult):
21445 * ediff-ptch.el (ediff-ptch):
21446 * ediff-wind.el (ediff-window):
21447 * facemenu.el (facemenu):
21448 * indent.el (indent):
21449 * info.el (info):
21450 * jka-cmpr-hook.el (compression, jka-compr):
21451 * lpr.el (lpr):
21452 * outline.el (outlines):
21453 * pcmpl-cvs.el (pcmpl-cvs):
21454 * pcmpl-rpm.el (pcmpl-rpm):
21455 * printing.el (printing):
21456 * ps-print.el (postscript, ps-print, ps-print-horizontal)
21457 (ps-print-vertical, ps-print-headers, ps-print-font)
21458 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
21459 (ps-print-background, ps-print-printer, ps-print-page)
21460 (ps-print-miscellany):
21461 * ses.el (ses):
21462 * shell.el (shell, shell-directories, shell-faces):
21463 * startup.el (initialization):
21464 * strokes.el (strokes):
21465 * term.el (term):
21466 * uniquify.el (uniquify):
21467 * w32-vars.el (w32):
21468 * calc/calc.el (calc):
21469 * emacs-lisp/bytecomp.el (bytecomp):
21470 * emacs-lisp/cl-indent.el (lisp-indent):
21471 * emacs-lisp/edebug.el (edebug):
21472 * emacs-lisp/elp.el (elp):
21473 * emacs-lisp/testcover.el (testcover):
21474 * emacs-lisp/trace.el (trace):
21475 * emulation/viper-ex.el (viper-ex):
21476 * emulation/viper-mous.el (viper-mouse):
21477 * mail/mailalias.el (mailalias):
21478 * mail/supercite.el (supercite, supercite-frames)
21479 (supercite-attr, supercite-cite, supercite-hooks):
21480 * net/rcompile.el (remote-compile):
21481 * net/rlogin.el (rlogin):
21482 * obsolete/ooutline.el (outlines):
21483 * progmodes/delphi.el (delphi):
21484 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
21485 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
21486 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
21487 (ebnf-optimization):
21488 * progmodes/etags.el (etags):
21489 * progmodes/executable.el (executable):
21490 * progmodes/idlwave.el (idlwave):
21491 * progmodes/pascal.el (pascal):
21492 * progmodes/prolog.el (prolog):
21493 * progmodes/python.el (python):
21494 * progmodes/scheme.el (scheme):
21495 * progmodes/sh-script.el (sh, sh-script):
21496 * progmodes/sql.el (SQL):
21497 * progmodes/tcl.el (tcl):
21498 * textmodes/bibtex.el (bibtex, bibtex-autokey):
21499 * textmodes/enriched.el (enriched):
21500 * textmodes/makeinfo.el (makeinfo):
21501 * textmodes/sgml-mode.el (sgml):
21502 * textmodes/table.el (table-hooks):
21503 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
21504 * textmodes/texinfo.el (texinfo):
21505 * textmodes/two-column.el (two-column):
21506 Finish `defgroup' description with period.
21507
21508 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
21509 * eshell/esh-var.el (eshell-var):
21510 * progmodes/vhdl-mode.el (vhdl-testbench):
21511 * textmodes/org.el (org): Fix typos in docstrings.
21512
21513 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
21514 consistency.
21515
21516 * progmodes/flymake.el (flymake-find-file): Remove.
21517 (flymake-float-time): Use `with-no-warnings'.
21518 (flymake-check-start-time, flymake-check-was-interrupted)
21519 (flymake-err-info, flymake-is-running, flymake-last-change-time)
21520 (flymake-new-err-info): `defvar' at compile time.
21521
21522 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
21523
21524 * replace.el (occur-hook): Doc fix.
21525 (occur-1): Don't call `occur-hook' if there are no matches.
21526
21527 2005-07-03 Richard M. Stallman <rms@gnu.org>
21528
21529 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
21530 global-map, save the same map.
21531 (global-map): Don't alter it at top level.
21532 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
21533 Then alter it here instead.
21534 (tpu-edt-off): Set global-map to the saved one.
21535
21536 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
21537 All references simplified.
21538 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
21539 (zmacs-regions): Add defvar.
21540 (repeat-complex-command-map): Everything about that deleted.
21541
21542 * textmodes/artist.el (artist-key-is-drawing)
21543 (artist-key-endpoint1, artist-key-poly-point-list)
21544 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
21545 (artist-key-compl-table, artist-rb-save-data)
21546 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
21547 Don't put them in eval-when-compile.
21548 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
21549
21550 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
21551 Use with-no-warnings.
21552
21553 * net/browse-url.el (dos-windows-version): Add defvar.
21554
21555 * mail/supercite.el (filladapt-prefix-table): Add defvar.
21556
21557 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
21558 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
21559 (rmail-new-summary-line-count): Rename from new-summary-line-count.
21560 Add defvar.
21561 (rmail-summary-beginning-of-message): Use with-no-warnings.
21562 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
21563
21564 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
21565 Use with-no-warnings.
21566
21567 * emulation/vi.el (vi-mark-region): Use c-mark-function.
21568 (c-mark-function): Add point-moving-unit property.
21569 (vi-goto-line): Use with-no-warnings.
21570
21571 * emulation/edt.el (edt-last-copied-word): Add defvar.
21572 (zmacs-region-stays): Likewise.
21573 (edt-mark-section-wisely): Use c-mark-function for C.
21574 Use makr-defun for Fortran.
21575 (time-string): defvar deleted.
21576 (edt-display-the-time): Don't set time-string.
21577
21578 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
21579
21580 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21581 Don't warn when name is not constant
21582 or for defining the group `emacs'.
21583
21584 * tooltip.el (gud-tooltip-mode): Add defvar.
21585
21586 * startup.el (default-frame-background-mode): Add defvar.
21587
21588 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
21589
21590 * info.el (tool-bar-map): Add defvar.
21591
21592 * dired.el (dnd-protocol-alist): Add defvar.
21593
21594 * dired-aux.el (dired-query): Display question with answer, when
21595 the user answers.
21596
21597 * custom.el (custom-add-option): Doc fix.
21598
21599 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21600
21601 2005-07-03 Eli Zaretskii <eliz@gnu.org>
21602
21603 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21604 bogus name from the last change.
21605
21606 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
21607
21608 * custom.el (custom-declare-variable): Fix typos in comment.
21609 (custom-known-themes): Doc fix.
21610 (custom-theme-directory): New defcustom.
21611 (require-theme): Make it check `custom-theme-directory'.
21612
21613 * cus-theme.el (custom-new-theme-mode): New function.
21614 (custom-theme-name, custom-theme-variables, custom-theme-faces)
21615 (custom-theme-description): Add compiler defvars.
21616 (customize-create-theme): Add doc to the "*New Custom Theme*"
21617 buffer. Use `custom-new-theme-mode'.
21618 (custom-theme-write): Put the created buffer in emacs-lisp-mode
21619 and save it to the `custom-theme-directory'. Make this the
21620 default directory of the buffer.
21621
21622 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
21623
21624 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21625 Fix unbalanced parentheses.
21626
21627 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21628
21629 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21630 into flymake-mode and delegate to flymake-mode.
21631
21632 * find-file.el (ff-which-function-are-we-in): Clean up.
21633
21634 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
21635
21636 * replace.el (occur-rename-buffer): Fix docstring.
21637
21638 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21639 (edt-last-copied-word, edt-learn-macro-count)
21640 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21641 (edt-rect-start-point, edt-user-global-map, rect-start-point)
21642 (time-string, zmacs-region-stays):
21643 * emulation/edt-mapper.el (edt-save-function-key-map)
21644 (EDT-key-name): `defvar' to silence the byte-compiler.
21645
21646 2005-07-02 Martin Rudalics <rudalics@gmx.at>
21647
21648 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21649 font-lock-regexp-backslash. Doc fix.
21650 (font-lock-regexp-backslash-grouping-construct): Rename from
21651 font-lock-regexp-backslash-construct. Doc fix.
21652 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21653 grouping constructs.
21654
21655 2005-07-02 Eli Zaretskii <eliz@gnu.org>
21656
21657 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21658 updating all the prerequisites.
21659
21660 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
21661
21662 * textmodes/org.el (org-agenda-start-on-weekday)
21663 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21664 (org-agenda-use-time-grid, org-archive-location)
21665 (org-allow-space-in-links, org-usenet-links-prefer-google)
21666 (org-enable-table-editor, org-export-default-language)
21667 (org-export-html-show-new-buffer, org-fill-paragraph)
21668 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21669 (org-goto-quit, org-occur, org-eval-in-calendar)
21670 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21671 (org-agenda-diary-entry, org-remember-help)
21672 (org-table-convert-region, org-at-table-p)
21673 (org-table-move-row-down, org-table-move-row-up)
21674 (org-table-copy-region, org-table-toggle-vline-visibility)
21675 (org-table-get-stored-formulas, org-table-get-specials)
21676 (org-recalc-commands, org-table-eval-formula)
21677 (org-table-formula-substitute-names, orgtbl-make-binding)
21678 (org-format-org-table-html, org-format-table-table-html)
21679 (org-format-table-table-html-using-table-generate-source)
21680 (org-customize): Fix typos in docstrings.
21681 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21682 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21683 (org-back-to-heading): Doc fixes.
21684 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21685 (org-agenda-change-all-lines, org-get-header):
21686 Improve argument/docstring consistency.
21687 (orgtbl-error): Fix error message.
21688
21689 * progmodes/flymake.el (flymake-find-possible-master-files)
21690 (flymake-master-file-compare, flymake-get-line-err-count)
21691 (flymake-highlight-line, flymake-gui-warnings-enabled):
21692 Fix typos in docstrings.
21693 (flymake-parse-line, flymake-get-project-include-dirs-function)
21694 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21695 Doc fixes.
21696 (flymake-get-project-include-dirs-function)
21697 (flymake-make-err-menu-data):
21698 Improve argument/docstring consistency.
21699
21700 2005-07-01 Lute Kamstra <lute@gnu.org>
21701
21702 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21703 Catch errors with ignore-errors. Use temporary buffer.
21704 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
21705
21706 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21707 background color faces.
21708 (facemenu-set-foreground, facemenu-set-background):
21709 Use facemenu-set-face-from-menu.
21710 (facemenu-set-face-from-menu): Treat face names that start with
21711 "fg:" or "bg:" as special.
21712 (facemenu-add-new-color): Don't create faces. Simplify.
21713
21714 2005-06-30 Richard M. Stallman <rms@gnu.org>
21715
21716 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21717 (crm-find-current-element): Likewise.
21718
21719 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21720
21721 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21722
21723 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21724
21725 * arc-mode.el (archive-extract): Make it work as a mouse binding.
21726 (archive-mouse-extract): Make it an obsolete alias.
21727 (archive-mode-map): Don't use archive-mouse-extract any more.
21728 (archive-mode, archive-extract): write-contents-hooks ->
21729 write-contents-functions.
21730 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21731 first arg.
21732 (archive-rename-entry): Update the call.
21733 (archive-zip-summarize): Remove unused var `method'.
21734 (archive-lzh-summarize): Remove unused var `creator'.
21735
21736 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21737 dedicated frame upon exit.
21738
21739 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21740 (archive-zip-extract, archive-zip-expunge)
21741 (archive-zip-update, archive-zip-update-case): Use executable-find.
21742 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21743 Use restore-buffer-modified-p.
21744 (archive-extract, archive-add-new-member, archive-write-file-member):
21745 Use with-current-buffer.
21746 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21747
21748 2005-06-30 Andreas Schwab <schwab@suse.de>
21749
21750 * progmodes/gud.el (gud-filter): Remove unneeded progn.
21751
21752 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21753
21754 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21755
21756 2005-06-30 Juri Linkov <juri@jurta.org>
21757
21758 * faces.el (vertical-border): Inherit from mode-line-inactive
21759 only on tty.
21760
21761 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
21762
21763 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21764 example, -NLINES in the `occur' docstring).
21765
21766 * replace.el (occur-1): When no matches are found, do not set the
21767 `buffer-read-only' and modified flags for the occur buffer,
21768 because it is deleted.
21769
21770 * emulation/cua-base.el (cua-check-pending-input)
21771 (cua-repeat-replace-region, cua-mode, cua-debug)
21772 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21773 Fix typos in docstrings.
21774
21775 * emulation/cua-gmrk.el (cua-toggle-global-mark)
21776 (cua-cut-region-to-global-mark)
21777 (cua--cut-rectangle-to-global-mark):
21778 Remove period from end of messages.
21779
21780 * emulation/cua-rect.el (cua-do-rectangle-padding):
21781 Remove period from end of messages.
21782 (cua--rectangle-seq-format): Fix typo in docstring.
21783 (cua-sequence-rectangle, cua-fill-char-rectangle):
21784 Improve argument/docstring consistency.
21785
21786 2005-06-29 Juri Linkov <juri@jurta.org>
21787
21788 * faces.el (default-frame-background-mode): New internal variable.
21789 (frame-set-background-mode): Use it.
21790
21791 * startup.el (normal-top-level): Set default-frame-background-mode
21792 instead of frame-background-mode. Before setting it, test for its
21793 nil value. Remove tests for frame-background-mode and frame
21794 parameter `reverse'. Add test for "unspecified-fg".
21795
21796 * term/xterm.el (xterm-rxvt-set-background-mode):
21797 * term/rxvt.el (rxvt-set-background-mode):
21798 Set default-frame-background-mode instead of frame-background-mode.
21799
21800 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
21801
21802 * simple.el (set-variable): Warn about obsolete user variables.
21803
21804 * imenu.el (imenu--completion-buffer):
21805 * mouse.el (mouse-buffer-menu-alist):
21806 * msb.el (msb-invisible-buffer-p):
21807 * calendar/diary-lib.el (diary-header-line-format):
21808 * emacs-lisp/pp.el (pp-buffer):
21809 * progmodes/cperl-mode.el (cperl-do-auto-fill):
21810 * textmodes/picture.el (picture-replace-match):
21811 Change space constants followed by a sexp to "?\s ".
21812
21813 * play/decipher.el (decipher-loop-with-breaks):
21814 * textmodes/texinfo.el (texinfo-insert-@item): Change space
21815 constants "protected" from end of line by a comment to "?\s".
21816
21817 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * font-lock.el (save-buffer-state): Use `declare'.
21820
21821 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
21822 reset the syntax-table to cperl-mode-syntax-table.
21823 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
21824 "foo_print_bar" is not matched as a reserved keyword.
21825
21826 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
21827
21828 * textmodes/org.el (orgtbl-setup): New function, for delayed
21829 setup for the orgtbl commands.
21830 (org-calc-default-modes): New option.
21831 (orgtbl-make-binding): Use `defun' to get better help display.
21832 (org-diary): Call `org-compile-prefix-format'.
21833 (org-table-formula-substitute-names): New function.
21834 (org-agenda-day-view, org-agenda-week-view): New commands.
21835 (org-agenda-toggle-week-view): Command removed.
21836 (org-tbl-menu): Split off from org-org-menu.
21837 (org-mode): Move removal of outline-mode menus to here.
21838 (org-table-formula-debug): New option.
21839 (org-table-insert-row): Keep first field if just "#" or "*".
21840 (org-mode): Paragraph regexps fixed.
21841 (org-table-recalculate-regexp): New constant.
21842 (org-table-justify-field-maybe): Avoid replace if not necessary.
21843 (org-copy-special, org-cut-special): Use `call-interactively'.
21844 (org-table-copy-region): Take region from `interactive' call.
21845 (org-trim): Return string even if no match.
21846 (org-formula): New face.
21847 (org-set-font-lock-defaults): No longer highlight "FIXME".
21848 But highlight formula-related fields in table.
21849 (org-table-p): Use regexp, not fontification.
21850 (org-table-align): Handle white space at end of line.
21851 (org-table-formula-evaluate-inline): New option.
21852 (org-mode): Auto-wrapping in comment lines turned off.
21853 (org-table-copy-down): Evaluate only in copied field, not in
21854 destination.
21855 (org-table-current-formula): Variable removed.
21856 (org-table-store-formulas, org-table-get-stored-formulas)
21857 (org-table-modify-formulas, org-table-replace-in-formulas)
21858 (org-table-maybe-eval-formula): New functions.
21859 (org-table-get-formula): Modify to use stored formulas.
21860 (org-table-insert-column, org-table-delete-column)
21861 (org-table-move-column): Call `org-table-modify-formulas'.
21862 (org-complete): Add completion for keyword formulas.
21863 (orgtbl-mode): Pull orgtbl-mode-map to start of
21864 minor-mode-map-alist.
21865
21866 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21867
21868 * progmodes/python.el (python-check): Require `compile' before
21869 modifying its variables.
21870
21871 * newcomment.el (comment-indent-default): Don't get fooled by an early
21872 end of buffer.
21873
21874 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21875
21876 * ps-print.el (ps-print-version): Fix version number.
21877
21878 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
21879
21880 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
21881
21882 2005-06-28 Richard M. Stallman <rms@gnu.org>
21883
21884 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
21885 (flyspell-local-mouse-map): Declaration deleted.
21886 (flyspell-mouse-map): Bind only mouse-2.
21887 (flyspell-mode-map): Don't test flyspell-use-local-map.
21888 (flyspell-overlay-keymap-property-name): Var deleted.
21889 (flyspell-mode-on): Don't make local bindings for
21890 flyspell-mouse-map and flyspell-mode-map.
21891 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
21892
21893 * textmodes/ispell.el (ispell-word): Do not ignore short words.
21894
21895 * progmodes/compile.el (compilation-next-error-function):
21896 Don't switch buffers; operate on the current buffer.
21897
21898 * progmodes/compile.el (compilation-error-file-name)
21899 (compilation-warning-file-name, compilation-info-file-name)
21900 (compilation-line-number, compilation-column-number): New faces.
21901 (compilation-error-face, compilation-warning-face)
21902 (compilation-info-face, compilation-line-face)
21903 (compilation-column-face): Use them.
21904
21905 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
21906
21907 * comint.el (comint-password-prompt-regexp): Accept ", try again".
21908
21909 * bindings.el (global-map): Bind insertchar and its variants.
21910
21911 2005-06-27 Richard M. Stallman <rms@gnu.org>
21912
21913 * textmodes/artist.el (artist-text-overwrite)
21914 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
21915
21916 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21917
21918 * ps-print.el: It was not working the page selection for printing.
21919 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
21920 (ps-print-version): New version 6.6.7.
21921 (ps-end-sheet): New fun.
21922 (ps-header-sheet, ps-end-job): Call it.
21923
21924 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
21925
21926 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
21927
21928 2005-06-27 Lute Kamstra <lute@gnu.org>
21929
21930 * facemenu.el (facemenu-unlisted-faces): Add foreground and
21931 background color faces.
21932 (facemenu-get-face): Delete function.
21933 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
21934 (facemenu-add-new-color): Make second argument mandatory.
21935 Create the appropriate face and return it. Simplify.
21936 (facemenu-set-foreground, facemenu-set-background): Don't check if
21937 color is defined. Use return value of facemenu-add-new-color.
21938
21939 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
21940
21941 * progmodes/gud.el (gud-filter): Add missing argument to
21942 with-selected-window.
21943
21944 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21945
21946 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
21947 a :require to the defcustom.
21948
21949 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
21950 defcustoms corresponding to minor modes.
21951
21952 2005-06-26 David Ponce <david@dponce.com>
21953
21954 * recentf.el: Require tree-widget instead of wid-edit.
21955 (recentf-filename-handler): Fix widget :type.
21956 (recentf-cancel-dialog, recentf-open-more-files)
21957 (recentf-open-files-action): Doc fix.
21958 (recentf-dialog-goto-first): New function.
21959 (recentf-dialog-mode-map): Set parent keymap first.
21960 (recentf-dialog-mode): Define with define-derived-mode.
21961 Don't display continuation lines in dialogs.
21962 (recentf-edit-list): Rename from recentf-edit-selected-items.
21963 (recentf-edit-list-select): Rename from recentf-edit-list-action.
21964 Simplify.
21965 (recentf-edit-list-validate): New function.
21966 (recentf-edit-list): Update accordingly.
21967 (recentf-open-files-item-shift): Remove.
21968 (recentf-open-files-item): Convert menu elements into tree and
21969 link widgets. Don't create the widgets.
21970 (recentf-open-files): Update accordingly.
21971 (recentf-save-list): Untabify.
21972
21973 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
21974
21975 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
21976 (keep-lines): Add INTERACTIVE arg. Never delete lines only
21977 partially contained in the active region. Do not take active
21978 region into account when called from Lisp, unless INTERACTIVE arg
21979 is non-nil. Use `forward-line' instead of `beginning-of-line' to
21980 avoid trouble with fields. Make marker point nowhere when no
21981 longer used. Always return nil. Doc fix.
21982 (flush-lines): Add INTERACTIVE arg. Do not take active region
21983 into account when called from Lisp, unless INTERACTIVE arg is
21984 non-nil. Use `forward-line' instead of `beginning-of-line' to
21985 avoid trouble with fields. Make marker point nowhere when no
21986 longer used. Always return nil. Doc fix.
21987 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
21988 interchangeable. Do not take active region into account when
21989 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
21990 message in echo area when called from Lisp, unless INTERACTIVE arg
21991 is non-nil. Avoid saying "1 occurrences". Do not use markers.
21992 Return the number of matches. Doc fix.
21993 (occur): Doc fix.
21994 (perform-replace): Make comment follow double space convention for
21995 the sake of `outline-minor-mode'.
21996
21997 * faces.el (facep): Doc fix.
21998
21999 2005-06-25 Richard M. Stallman <rms@gnu.org>
22000
22001 * facemenu.el (facemenu-enable-faces-p): New function.
22002 (facemenu-background-menu, facemenu-foreground-menu)
22003 (facemenu-face-menu): Add menu-enable property.
22004
22005 * jka-compr.el (jka-compr-insert-file-contents):
22006 Special handling if cannot find the uncompression program.
22007
22008 * cus-face.el (custom-face-attributes): Add autoload.
22009
22010 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22011 Bind comment-indent-function locally.
22012
22013 * window.el (save-selected-window): Use save-current-buffer.
22014
22015 * subr.el (with-selected-window): Use save-current-buffer.
22016
22017 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22018 and with-current-buffer.
22019
22020 2005-06-24 Richard M. Stallman <rms@gnu.org>
22021
22022 * simple.el (line-move-1): Fix previous change.
22023
22024 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
22025
22026 * replace.el (occur-1): Set `buffer-read-only' and the
22027 buffer-modified flag before running `occur-hook' to protect
22028 against unintentional buffer switches that can lead to data loss.
22029
22030 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
22031
22032 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22033 (gud-gdb-marker-filter): Use font-lock-warning-face for any
22034 initial error.
22035
22036 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22037 after fresh input.
22038 (gdb-var-create-handler): Put name of expression in quotes.
22039
22040 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
22041
22042 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22043 elements of RING in order, and without bogus nil elements.
22044
22045 2005-06-23 Richard M. Stallman <rms@gnu.org>
22046
22047 * simple.el (set-variable): Args renamed; doc fix.
22048 (line-move-1): When there are overlays around, use vertical-motion.
22049
22050 * faces.el (escape-glyph): Use brown against light background.
22051 (nobreak-space): Rename from no-break-space.
22052 Fix previous change.
22053
22054 * dired-aux.el (dired-do-copy): Fix arg prompt.
22055
22056 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22057
22058 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22059
22060 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22061 rather than "Distributor".
22062
22063 2005-06-23 Lute Kamstra <lute@gnu.org>
22064
22065 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22066 (debug-on-entry): Use it. New interactive declaration that uses
22067 function-called-at-point.
22068
22069 2005-06-23 Kim F. Storm <storm@cua.dk>
22070
22071 * subr.el (save-match-data): Add comment about using evaporate arg
22072 to set-match-data.
22073
22074 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
22075
22076 * cus-edit.el (customize-face)
22077 (customize-face-other-window): Handle face aliases.
22078
22079 * faces.el (face-documentation, set-face-attribute)
22080 (face-spec-set): Handle face aliases.
22081
22082 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
22083
22084 * help-mode.el (help-make-xrefs): If a symbol representing a face
22085 name is not followed by the word "face", it could still be a
22086 function or variable name, so don't bypass other checks.
22087
22088 2005-06-22 Juri Linkov <juri@jurta.org>
22089
22090 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22091 Replace aliased functions with calls where second arg `inherit' is t.
22092
22093 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
22094
22095 * progmodes/gdb-ui.el (gdb-error): New variable.
22096 (gdb-error): New function.
22097 (gdb-annotation-rules): Act on error-begin and error annotations.
22098 (gdb-concat-output): Use font-lock-warning-face for errors.
22099
22100 2005-06-22 Miles Bader <miles@gnu.org>
22101
22102 * bindings.el (propertized-buffer-identification): Use renamed
22103 `Buffer-menu-buffer' face.
22104
22105 * faces.el (vertical-border): Rename from `vertical-divider'.
22106 (escape-glyph): Change dark-background color back to `cyan'.
22107
22108 2005-06-21 Juri Linkov <juri@jurta.org>
22109
22110 * faces.el (face-user-default-spec): Try getting `customized-face'
22111 prior to `saved-face'.
22112 (frame-background-mode): Refill docstring.
22113
22114 * emacs-lisp/lisp-mode.el (eval-defun-1):
22115 * emacs-lisp/edebug.el (edebug-eval-defun):
22116 Set `saved-face' temporarily to nil before calling form.
22117 Set `customized-face' to the new spec after that.
22118
22119 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
22120
22121 * subr.el (1value, lambda, key-substitution-in-progress):
22122 Doc fixes.
22123
22124 * autoinsert.el (auto-insert-alist):
22125 * ses.el (ses-call-printer):
22126 * subr.el (noreturn):
22127 * emacs-lisp/lisp.el (check-parens):
22128 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22129 * net/browse-url.el (browse-url-mosaic):
22130 * progmodes/cc-defs.el (c-safe-scan-lists):
22131 * progmodes/ebnf-abn.el (ebnf-abn-lex):
22132 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22133 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22134 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22135 * progmodes/ebnf-iso.el (ebnf-iso-lex):
22136 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22137
22138 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
22139
22140 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22141
22142 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
22143
22144 * calendar/appt.el (appt-make-list): Activate the package, if
22145 not already active (for backwards compatibility).
22146
22147 2005-06-20 Kim F. Storm <storm@cua.dk>
22148
22149 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
22150
22151 2005-06-20 Miles Bader <miles@gnu.org>
22152
22153 * faces.el (vertical-divider): New face.
22154
22155 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
22156
22157 * simple.el (kill-whole-line): Doc fix.
22158 (next-error-buffer-p, next-error-find-buffer)
22159 (clone-indirect-buffer): Fix typos in docstrings.
22160 (comment-line-break-function): Doc fix: don't say variable
22161 is automatically buffer-local (it isn't).
22162
22163 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
22164
22165 * net/tramp-ftp.el (top):
22166 * net/tramp-smb.el (top):
22167 * net/tramp-util.el (top):
22168 * net/tramp-uu.el (top):
22169 * net/tramp-vc.el (top):
22170 * net/tramp.el (top): Revert copyright years back to original
22171 ones. Tramp has a life outside GNU Emacs.
22172
22173 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
22174
22175 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22176
22177 2005-06-18 Juri Linkov <juri@jurta.org>
22178
22179 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22180 end of first regexp to limit the match to the position between
22181 line number and source line with same separator character as used
22182 between file name and line number. In the second regexp limit
22183 mouse-face area to file name and line number by adding new group
22184 for them and referring it in HYPERLINK arg.
22185 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22186 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22187 previous line where grep markers may be already removed.
22188
22189 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
22190
22191 * progmodes/ps-mode.el: Update version and maintainer's email address.
22192
22193 2005-06-18 Steve Youngs <steve@xemacs.org>
22194
22195 * net/browse-url.el (browse-url-browser-function)
22196 (browse-url-default-browser): Add firefox.
22197 (browse-url-firefox-program, browse-url-firefox-arguments)
22198 (browse-url-firefox-startup-arguments)
22199 (browse-url-firefox-new-window-is-tab): New defcustoms.
22200 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22201
22202 2005-06-17 Richard M. Stallman <rms@gnu.org>
22203
22204 * startup.el (command-line): Warn if specified user name has
22205 no home directory.
22206
22207 * term.el (term-get-old-input, term-input-filter, term-input-sender)
22208 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22209
22210 * longlines.el (longlines-mode, longlines-show-hard-newlines):
22211 Doc fixes.
22212
22213 * faces.el (underline): Try bold if terminal doesn't support underline.
22214
22215 * mail/sendmail.el (mail-setup-with-from): New variable.
22216 (mail-insert-from-field): New function.
22217 (sendmail-send-it): Call it.
22218 (mail-setup): Optionally call it here.
22219
22220 * term/linux.el: Call tty-no-underline.
22221
22222 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
22223
22224 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22225
22226 2005-06-17 Miles Bader <miles@gnu.org>
22227
22228 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22229 (ediff-current-diff-C, ediff-current-diff-Ancestor)
22230 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22231 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22232 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22233 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22234 Remove "-face" suffix from face names.
22235 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22236 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22237 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22238 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22239 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22240 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22241 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22242 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22243 New backward-compatibility aliases for renamed faces.
22244 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22245 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22246 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22247 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22248 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22249 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22250 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22251 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22252 Use renamed ediff faces.
22253
22254 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22255 Remove "-face" suffix from face names.
22256 (eshell-test-ok-face, eshell-test-failed-face):
22257 New backward-compatibility aliases for renamed faces.
22258 (eshell-run-test): Use renamed eshell-test faces.
22259
22260 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22261 face name.
22262 (eshell-prompt-face): New backward-compatibility alias for renamed
22263 face.
22264 (eshell-emit-prompt): Use renamed eshell-prompt face.
22265
22266 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22267 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22268 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22269 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22270 Remove "-face" suffix from face names.
22271 (eshell-ls-directory-face, eshell-ls-symlink-face)
22272 (eshell-ls-executable-face, eshell-ls-readonly-face)
22273 (eshell-ls-unreadable-face, eshell-ls-special-face)
22274 (eshell-ls-missing-face, eshell-ls-archive-face)
22275 (eshell-ls-backup-face, eshell-ls-product-face)
22276 (eshell-ls-clutter-face):
22277 New backward-compatibility aliases for renamed faces.
22278 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22279
22280 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22281 Remove "-face" suffix from face name.
22282 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22283 instead of literal face.
22284
22285 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
22286
22287 * emacs-lisp/warnings.el (display-warning, lwarn)
22288 (warning-minimum-log-level): Doc fixes.
22289 (warning-minimum-level, warning-minimum-log-level):
22290 Add :debug to :type choices.
22291
22292 * progmodes/ada-mode.el (ada-format-paramlist)
22293 (ada-get-indent-case, ada-check-matching-start)
22294 (ada-check-defun-name, ada-goto-matching-decl-start)
22295 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22296 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22297 (ada-make-subprogram-body): Follow error conventions.
22298 (ada-case-exception-file, ada-indent-comment-as-code)
22299 (ada-indent-handle-comment-special, ada-indent-renames)
22300 (ada-indent-return, ada-search-directories-internal)
22301 (ada-tab-policy, ada-case-exception-substring)
22302 (ada-other-file-alist, ada-matching-start-re)
22303 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22304 (ada-imenu-generic-expression, ada-compile-goto-error)
22305 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22306 (ada-popup-menu, ada-add-extensions, ada-mode)
22307 (ada-region-selected, ada-create-case-exception)
22308 (ada-create-case-exception-substring, ada-after-keyword-p)
22309 (ada-activate-keys-for-case, ada-adjust-case-region)
22310 (ada-adjust-case-buffer, ada-format-paramlist)
22311 (ada-scan-paramlist, ada-insert-paramlist)
22312 (ada-indent-newline-indent)
22313 (ada-indent-newline-indent-conditional)
22314 (ada-justified-indent-current, ada-goto-previous-word)
22315 (ada-indent-current, ada-get-indent-open-paren)
22316 (ada-get-indent-paramlist, ada-get-indent-end)
22317 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22318 (ada-get-indent-block-start, ada-get-indent-subprog)
22319 (ada-get-indent-noindent, ada-get-indent-label)
22320 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22321 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22322 (ada-goto-stmt-end, ada-goto-next-word)
22323 (ada-check-matching-start, ada-check-defun-name)
22324 (ada-goto-matching-decl-start, ada-goto-matching-start)
22325 (ada-goto-matching-end, ada-search-ignore-string-comment)
22326 (ada-in-decl-p, ada-looking-at-semi-or)
22327 (ada-looking-at-semi-private, ada-in-paramlist-p)
22328 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22329 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22330 (ada-next-procedure, ada-previous-procedure, ada-next-package)
22331 (ada-previous-package, ada-create-menu)
22332 (ada-fill-comment-paragraph-justify)
22333 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22334 (ada-other-file-name, ada-last-which-function-line)
22335 (ada-last-which-function-subprog, ada-which-function)
22336 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22337 (ada-gen-treat-proc, ada-check-emacs-version)
22338 (ada-continuation-indent, ada-align-region-separate):
22339 Fix typos in docstrings.
22340 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22341
22342 2005-06-16 Lute Kamstra <lute@gnu.org>
22343
22344 * simple.el (fundamental-mode): Run after-change-major-mode-hook
22345 conditionally.
22346
22347 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
22348
22349 * comint.el (comint-replace-by-expanded-filename)
22350 (comint-prompt-regexp, comint-delimiter-argument-list)
22351 (comint-preinput-scroll-to-bottom):
22352 * info.el (Info-hide-cookies-node):
22353 * ls-lisp.el (ls-lisp-classify):
22354 * find-file.el (ff-search-directories, ff-special-constructs)
22355 (ff-find-other-file):
22356 * font-lock.el (font-lock-keywords):
22357 * shell.el (shell-prompt-pattern)
22358 (shell-dynamic-complete-functions, shell-mode)
22359 (shell-delimiter-argument-list):
22360 * term.el (term-replace-by-expanded-filename)
22361 (term-prompt-regexp, term-delimiter-argument-list):
22362 * woman.el (woman-ignore, woman0-if):
22363 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22364 * emacs-lisp/elint.el (elint-init-env):
22365 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22366 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22367 * language/ethio-util.el (ethio-tilde-escape)
22368 (ethio-use-three-dot-question):
22369 * net/zone-mode.el (zone-mode-load-time-setup):
22370 * progmodes/cc-align.el (c-lineup-argcont):
22371 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22372 * progmodes/cperl-mode.el (cperl-set-style-back):
22373 * progmodes/inf-lisp.el (inferior-lisp-prompt):
22374 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22375 Fix spellings in docstrings.
22376
22377 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22378 * progmodes/modula2.el (m2-for): Fix spellings.
22379
22380 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22381
22382 * simple.el (undo-more): Don't use `format' on `error' arguments.
22383 Improve argument/docstring consistency.
22384 (pending-undo-list): Doc fix.
22385
22386 * smerge-mode.el (smerge-ensure-match):
22387 * emulation/vip.el (vip-ex):
22388 * net/zone-mode.el (zone-mode-update-serial):
22389 * progmodes/idlwave.el (idlwave-complete):
22390 * progmodes/vhdl-mode.el (vhdl-visit-file)
22391 (vhdl-compose-wire-components):
22392 Don't use `format' on `error' arguments.
22393
22394 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22395 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22396 (tooltip-help-tips): Fix typos in docstrings.
22397
22398 2005-06-16 David Ponce <david@dponce.com>
22399
22400 * tree-widget.el (tree-widget-value-create): Simplify last change.
22401
22402 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
22403
22404 * ido.el (ido-incomplete-regexp): New variable.
22405 (ido-set-matches-1): Handle invalid-regexp error and set
22406 ido-incomplete-regexp.
22407 (ido-incomplete-regexp): New face.
22408 (ido-completions): Use it.
22409 (ido-complete, ido-exit-minibuffer, ido-completions):
22410 Handle incomplete regexps.
22411 (ido-completions): Add check for complete match when entering a regexp.
22412
22413 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22414
22415 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22416
22417 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22418
22419 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22420 by field delimiters.
22421
22422 2005-06-15 David Ponce <david@dponce.com>
22423
22424 * tree-widget.el: eval-and-compile inlined functions so they will
22425 be available at run-time too.
22426 (tree-widget-super-format-handler)
22427 (tree-widget-format-handler): Remove.
22428 (tree-widget-value-create): Handle the :indent property.
22429
22430 2005-06-15 Miles Bader <miles@gnu.org>
22431
22432 * progmodes/which-func.el (which-func): Only inherit
22433 `font-lock-function-name-face' when that makes sense against the
22434 default mode-line face, otherwise set the face color explicitly.
22435
22436 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
22437 faces instead of (non-existent) variables.
22438
22439 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22440
22441 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
22442 (iswitchb-get-matched-buffers): Likewise. Simplify.
22443
22444 2005-06-14 Miles Bader <miles@gnu.org>
22445
22446 * progmodes/ld-script.el (ld-script-location-counter):
22447 Remove "-face" suffix from face name.
22448 (ld-script-location-counter-face):
22449 New backward-compatibility alias for renamed face.
22450 (ld-script-location-counter-face): Use renamed face.
22451
22452 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
22453 (cperl-hash): Remove "-face" suffix from face names.
22454 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
22455 New backward-compatibility aliases for renamed faces.
22456 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
22457 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
22458
22459 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
22460 name.
22461 (which-func-face): New backward-compatibility alias for renamed face.
22462 (which-func-format): Use renamed which-func face.
22463
22464 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
22465 (vhdl-function, vhdl-directive, vhdl-reserved-word)
22466 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
22467 names.
22468 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
22469 (vhdl-speedbar-configuration, vhdl-speedbar-package)
22470 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
22471 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
22472 (vhdl-speedbar-architecture-selected)
22473 (vhdl-speedbar-configuration-selected)
22474 (vhdl-speedbar-package-selected)
22475 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
22476 names.
22477 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
22478 Use renamed faces.
22479 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
22480 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
22481 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
22482 Use renamed faces.
22483 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
22484 names.
22485 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
22486 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
22487 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
22488 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
22489 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
22490 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
22491
22492 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
22493 face name.
22494 (sh-heredoc-face): New backward-compatibility alias for renamed face.
22495 (sh-heredoc-face): Use renamed sh-heredoc face.
22496
22497 * progmodes/idlw-help.el (idlwave-help-link):
22498 Remove "-face" suffix from face name.
22499 (idlwave-help-link-face):
22500 New backward-compatibility alias for renamed face.
22501 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
22502
22503 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
22504 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
22505 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
22506 New backward-compatibility aliases for renamed faces.
22507 (idlwave-shell-disabled-breakpoint-face)
22508 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
22509
22510 * progmodes/flymake.el (flymake-errline, flymake-warnline):
22511 Remove "-face" suffix from face names.
22512 (flymake-errline-face, flymake-warnline-face):
22513 New backward-compatibility aliases for renamed faces.
22514 (flymake-highlight-line): Use renamed flymake faces.
22515
22516 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
22517 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
22518 (ebrowse-member-class, ebrowse-progress):
22519 Remove "-face" suffix from face names.
22520 (ebrowse-tree-mark-face, ebrowse-root-class-face)
22521 (ebrowse-file-name-face, ebrowse-default-face)
22522 (ebrowse-member-attribute-face, ebrowse-member-class-face)
22523 (ebrowse-progress-face):
22524 New backward-compatibility aliases for renamed faces.
22525 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
22526 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
22527 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
22528 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
22529
22530 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
22531 antlr-syntax)
22532 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
22533 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
22534 names.
22535 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22536 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
22537 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
22538 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
22539 backward-compatibility aliases for renamed faces.
22540 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
22541 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
22542 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
22543 remove "font-lock-". Use renamed antlr-mode faces.
22544 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
22545 literal face-names with face variable references.
22546
22547 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
22548 face name.
22549 (Buffer-menu-buffer-face): New backward-compatibility alias for
22550 renamed face.
22551 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
22552
22553 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
22554
22555 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
22556 Eliminate "-face" suffix.
22557 (makefile-targets): Inherit from font-lock-function-name-face and
22558 eliminate "-face" suffix.
22559 (makefile-shell): Remove attributes and eliminate "-face" suffix.
22560 (makefile-*-font-lock-keywords): Append makefile-targets in rule
22561 actions, instead of prepending, to make it less visible.
22562 (makefile-previous-dependency, makefile-match-dependency):
22563 Don't match a target on a continuation line.
22564
22565 * files.el (auto-mode-alist): Put Makefile in gmake mode.
22566
22567 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
22568
22569 * progmodes/gdb-ui.el (menu): Re-order menu items.
22570 (gdb-tooltip-print): Respect tooltip-use-echo-area.
22571
22572 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
22573 Define in tooltip.el.
22574 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
22575 (gud-tooltip-tips): Respect tooltip-use-echo-area and
22576 gud-tooltip-echo-area.
22577
22578 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
22579 backward compatibility and make obsolete.
22580 (tooltip-help-tips): Use tooltip-use-echo-area.
22581 (tooltip-show-help-function): Rename to...
22582 (tooltip-show-help): ...this, because it is a function.
22583 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
22584
22585 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
22586
22587 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
22588 (edebug-print-length, edebug-print-level, edebug-print-circle)
22589 (edebug-modify-breakpoint, edebug-eval-last-sexp)
22590 (edebug-eval-print-last-sexp): Doc fixes.
22591
22592 2005-06-14 Kim F. Storm <storm@cua.dk>
22593
22594 * ido.el (ido-mode): Make a new keymap every time we enable ido,
22595 as the coverage buffer/file/both may change.
22596
22597 2005-06-14 Lute Kamstra <lute@gnu.org>
22598
22599 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22600 and run-mode-hooks. Simplify.
22601
22602 * mail/rmailedit.el (rmail-edit-mode):
22603 * progmodes/octave-inf.el (inferior-octave-mode):
22604 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22605
22606 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22607 and run-mode-hooks.
22608 (recentf-edit-list, recentf-open-files): Don't call
22609 kill-all-local-variables directly.
22610
22611 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22612
22613 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
22614
22615 * emacs-lisp/byte-run.el (make-obsolete)
22616 (define-obsolete-function-alias): Rename arguments FUNCTION and
22617 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22618 (make-obsolete-variable, define-obsolete-variable-alias):
22619 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22620 respectively.
22621
22622 * isearchb.el (isearchb-activate):
22623 * pcvs.el (cvs-mode):
22624 * ses.el (ses-load):
22625 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22626 * net/tramp.el (tramp-find-file-exists-command)
22627 (tramp-find-shell):
22628 * progmodes/ada-mode.el (ada-create-case-exception)
22629 (ada-create-case-exception-substring, ada-make-subprogram-body):
22630 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22631 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22632 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22633 * textmodes/org.el (org-promote, org-evaluate-time-range)
22634 (org-agenda-next-date-line, org-agenda-previous-date-line)
22635 (org-agenda-error, org-open-at-point, org-table-move-row)
22636 (org-format-table-table-html-using-table-generate-source)
22637 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22638 * textmodes/reftex.el (reftex-access-scan-info):
22639 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22640 (reftex-toc-promote-prepare): Follow error conventions.
22641
22642 * diff-mode.el (diff-mode): Fix typo in docstring.
22643
22644 * forms.el (forms--intuit-from-file): Fix reference to
22645 `forms-number-of-fields' in error message.
22646 (forms-print): Fix quoting in error message.
22647
22648 * forms.el (forms-mode):
22649 * emulation/vi.el (vi-goto-insert-state):
22650 * progmodes/flymake.el (flymake-new-err-info)
22651 (flymake-start-syntax-check-for-current-buffer)
22652 (flymake-simple-cleanup):
22653 * eshell/esh-var.el (eshell/export):
22654 * progmodes/gud.el (xdb):
22655 * textmodes/flyspell.el (flyspell-incorrect-hook)
22656 (flyspell-maybe-correct-transposition)
22657 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22658
22659 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
22660
22661 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22662 minibuffer prompt.
22663
22664 2005-06-13 Kim F. Storm <storm@cua.dk>
22665
22666 * subr.el (add-to-ordered-list): New defun.
22667
22668 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22669 add cua--keymap-alist to emulation-mode-map-alists.
22670
22671 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22672
22673 * subr.el (complete-in-turn): New macro.
22674 (dynamic-completion-table, lazy-completion-table): Add debug info.
22675
22676 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22677 in preference to face aliases.
22678
22679 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22680 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22681 Remove unused vars `start' and `firstline'.
22682 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22683 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22684
22685 2005-06-13 Eli Zaretskii <eliz@gnu.org>
22686
22687 * cus-start.el (all): Don't complain about missing GTK-related
22688 variables, unless either `gtk' is boundp or this isn't a
22689 `windows-nt' build.
22690
22691 2005-06-13 Lute Kamstra <lute@gnu.org>
22692
22693 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22694 run-mode-hooks.
22695
22696 * ediff-mult.el (ediff-meta-mode):
22697 * ediff-util.el (ediff-mode): Use run-mode-hooks.
22698
22699 * ledit.el (ledit-mode): Use delay-mode-hooks.
22700
22701 * woman.el (woman-mode-line-format): Delete constant.
22702 (woman-mode-map): Initialize it properly.
22703 (woman-mode): Set mode-class property to special.
22704 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
22705 Set major-mode and mode-name. Don't set mode-line-format directly.
22706 (Man-getpage-in-background): Don't reference woman-mode-line-format.
22707
22708 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22709 string argument obsolete.
22710
22711 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
22712
22713 * textmodes/org.el (org-CUA-compatible): New option.
22714 (org-disputed-keys): New variable.
22715 (org-key): New function.
22716 (orgtbl-make-binding): Add docstring to the created function.
22717 (org-mode): Set paragraph start/separate regexps.
22718 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22719 (org-archive-location, org-archive-mark-done)
22720 (org-archive-stamp-time): New options.
22721 (org-archive-subtree): New command.
22722 (org-fill-paragraph): New function.
22723 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22724 (org-fake-empty-table-line): Function removed.
22725 (org-format-org-table-html): Do not create empty table lines at
22726 separator lines. Improved table header treatment.
22727 (org-link-format): New option.
22728 (org-make-link): New function.
22729 (org-insert-link, org-store-link): Use org-make-link.
22730 (org-open-file): Quote file name for shell command, to allow
22731 spaces in file names.
22732 (org-link-regexp): Fix bug with mailto link.
22733 (org-link-maybe-angles-regexp, org-protected-link-regexp):
22734 New constants.
22735 (org-export-as-html): Deal with the optional angles around a link.
22736 Better treatment of file: links.
22737 (org-open-at-point): Replace @{ and @} with < and >.
22738 (org-run-mode-hooks): Function removed.
22739 (org-agenda-mode): No longer use `org-run-mode-hooks'.
22740
22741 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
22742
22743 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22744 MI command -data-list-register-values.
22745 (gdb-post-prompt): Indent properly.
22746
22747 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
22748
22749 * hilit-chg.el (highlight-changes-colors): Rename from
22750 `highlight-changes-colours'.
22751 (highlight-changes-colours): Keep as obsolete alias.
22752 (highlight-changes-face-list): Doc fix.
22753 (hilit-chg-make-list): Use `highlight-changes-colors'.
22754
22755 2005-06-12 Mark A. Hershberger <mah@everybody.org>
22756
22757 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22758 defun-prompt-regexp.
22759
22760 2005-06-12 Eli Zaretskii <eliz@gnu.org>
22761
22762 * loadup.el: Don't say we are dumping under 2 names on windows-nt
22763 and cygwin.
22764
22765 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22766 Don't use an old loaddefs.el, as in Makefile.in.
22767
22768 2005-06-12 Lute Kamstra <lute@gnu.org>
22769
22770 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22771
22772 * man.el (Man-mode-map): Initialize it properly.
22773 (Man-mode): Set mode-class property to special.
22774
22775 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22776
22777 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
22778
22779 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22780 A newline is needed in the docstring there.
22781
22782 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22783 Doc fixes.
22784
22785 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22786
22787 * printing.el: Doc fix. The menubar is no more changed when printing
22788 is loaded, it only changes when pr-menu-bind or pr-update-menus is
22789 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
22790 (pr-version): New version number (6.8.4).
22791 (pr-menu-bind): New command.
22792 (pr-update-menus): Docstring and code fix.
22793 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
22794 Docstring fix.
22795 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
22796 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
22797
22798 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
22799
22800 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
22801 "Returns" to "return", document useful return values, etc.
22802
22803 2005-06-11 Alan Mackenzie <acm@muc.de>
22804
22805 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
22806 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
22807 (adaptive-file-function): Minor amendment to doc-string.
22808
22809 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22810
22811 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
22812 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
22813 Fix :type--it is `integer', not `string'.
22814
22815 * faces.el (modeline-highlight): Rename from (the erroneous)
22816 `modeline-higilight'.
22817
22818 2005-06-11 Lute Kamstra <lute@gnu.org>
22819
22820 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
22821 lisp-interaction-mode-map but make it the parent.
22822 (edebug-eval-mode): Use define-derived-mode.
22823
22824 2005-06-11 Andreas Schwab <schwab@suse.de>
22825
22826 * bindings.el: Add binding of `ESC functionkey' for every
22827 `M-functionkey'.
22828 * hexl.el (hexl-mode-map): Likewise.
22829
22830 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
22831
22832 * progmodes/compile.el (compilation-error-regexp-alist-alist)
22833 [msft]: update regexp for newer msft compilers.
22834
22835 2005-06-10 Mark A. Hershberger <mah@everybody.org>
22836
22837 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
22838 ATTLIST portions of included DTDs.
22839 (xml-parse-dtd): Eliminate use of inefficient match-data.
22840
22841 2005-06-10 Miles Bader <miles@gnu.org>
22842
22843 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
22844 (mpuz-text): Remove "-face" suffix from face names.
22845 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
22846 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
22847 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
22848
22849 * play/gomoku.el (gomoku-O, gomoku-X):
22850 Remove "-face" suffix from face names.
22851 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
22852 New backward-compatibility aliases for renamed faces.
22853 (gomoku-font-lock-keywords): Use renamed gomoku faces.
22854
22855 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22856
22857 * thumbs.el: Fixes for changes of 2005-06-09.
22858 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
22859 as a directory.
22860 (thumbs-thumbname): Remove directory separator from format string;
22861 `thumbs-thumbsdir' now returns a valid directory name.
22862 (thumbs-temp-dir): New defsubst.
22863 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
22864 Use it.
22865
22866 * cus-edit.el (minibuffer):
22867 * files.el (make-backup-file-name-function):
22868 * filesets.el (filesets-external-viewers):
22869 * hilit-chg.el (highlight-changes-colours)
22870 (highlight-changes-face-list, highlight-changes-rotate-faces):
22871 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
22872 * kmacro.el (kmacro-call-macro):
22873 * log-edit.el (log-edit-changelog-full-paragraphs):
22874 * mouse.el (mouse-1-click-follows-link):
22875 * skeleton.el (skeleton-autowrap):
22876 * subr.el (insert-for-yank-1):
22877 * tempo.el (tempo-insert-region):
22878 * terminal.el (terminal-emulator):
22879 * time.el (display-time-mail-face):
22880 * vc.el (vc-annotate):
22881 * vcursor.el (vcursor-copy-line):
22882 * woman.el (woman-bold-headings, woman-ignore)
22883 (woman-default-faces, woman-monochrome-faces):
22884 * calendar/todo-mode.el (todo-insert-threshold):
22885 * emulation/pc-select.el (pc-select-selection-keys-only)
22886 (pc-selection-mode):
22887 * emulation/vip.el (vip-find-char-forward):
22888 * emulation/viper-cmd.el (viper-find-char-forward):
22889 * international/mule-cmds.el
22890 (select-safe-coding-system-accept-default-p)
22891 (input-method-exit-on-invalid-key):
22892 * international/mule-diag.el (describe-coding-system):
22893 * international/ucs-tables.el (unify-8859-on-encoding-mode):
22894 * net/browse-url.el (browse-url-xterm-program):
22895 * obsolete/lazy-lock.el (lazy-lock-mode):
22896 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
22897 (cperl-mode):
22898 * progmodes/cpp.el (cpp-face-light-name-list)
22899 (cpp-face-dark-name-list):
22900 * progmodes/delphi.el (delphi-newline-always-indents):
22901 Fix spellings in docstrings.
22902
22903 * ido.el (ido-mode, ido-file-extensions-order)
22904 (ido-default-file-method, ido-default-buffer-method)
22905 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
22906 (ido-decorations, ido-read-file-name-as-directory-commands)
22907 (ido-read-file-name-non-ido, ido-work-directory-list)
22908 (ido-ignore-item-temp-list, ido-current-directory)
22909 (ido-magic-forward-char, ido-enter-find-file)
22910 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
22911 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
22912
22913 2005-06-10 Lute Kamstra <lute@gnu.org>
22914
22915 * play/dunnet.el (dun-mode): Use define-derived-mode.
22916 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
22917 obsolete alias.
22918
22919 * play/doctor.el (doctor-mode-map): Remove defvar.
22920 (doctor-mode): Use define-derived-mode.
22921
22922 * mail/mspools.el (mspools-mode):
22923 * net/eudc-hotlist.el (eudc-hotlist-mode):
22924 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
22925
22926 2005-06-10 Miles Bader <miles@gnu.org>
22927
22928 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
22929 Remove "-face" suffix from face names.
22930 (flyspell-incorrect-face, flyspell-duplicate-face):
22931 New backward-compatibility aliases for renamed faces.
22932 (flyspell-mode-on, make-flyspell-overlay)
22933 (flyspell-highlight-incorrect-region)
22934 (flyspell-highlight-duplicate-region)
22935 (flyspell-display-next-corrections)
22936 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
22937
22938 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
22939 from face name.
22940 (texinfo-heading-face): New backward-compatibility alias for
22941 renamed face.
22942 (texinfo-heading-face): Use renamed texinfo-heading face.
22943
22944 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
22945 suffix from face names.
22946 (tex-math-face, tex-verbatim-face):
22947 New backward-compatibility aliases for renamed faces.
22948 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
22949 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
22950 literal face name.
22951
22952 * textmodes/table.el (table-cell): Remove "-face" suffix from face
22953 name.
22954 (table-cell-face): New backward-compatibility alias for renamed face.
22955 (table--put-cell-face-property, table--update-cell-face):
22956 Use renamed table-cell face.
22957
22958 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
22959 from face name.
22960 (sgml-namespace-face): New backward-compatibility alias for
22961 renamed face.
22962 (sgml-namespace-face): Use renamed sgml-namespace face.
22963
22964 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
22965 (org-level-4, org-level-5, org-level-6, org-level-7)
22966 (org-level-8, org-warning, org-headline-done)
22967 (org-deadline-announce, org-scheduled-today)
22968 (org-scheduled-previously, org-link, org-done, org-table)
22969 (org-time-grid): Remove "-face" suffix from face names.
22970 (org-level-1-face, org-level-2-face, org-level-3-face)
22971 (org-level-4-face, org-level-5-face, org-level-6-face)
22972 (org-level-7-face, org-level-8-face, org-warning-face)
22973 (org-headline-done-face, org-deadline-announce-face)
22974 (org-scheduled-today-face, org-scheduled-previously-face)
22975 (org-link-face, org-done-face, org-table-face)
22976 (org-time-grid-face):
22977 New backward-compatibility aliases for renamed faces.
22978 (org-level-faces, org-set-font-lock-defaults, org-timeline)
22979 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
22980 (org-agenda-get-timestamps, org-agenda-get-scheduled)
22981 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
22982
22983 * emulation/viper-init.el (viper-search, viper-replace-overlay)
22984 (viper-minibuffer-emacs, viper-minibuffer-insert)
22985 (viper-minibuffer-vi): Remove "-face" suffix from face names.
22986 (viper-search-face, viper-replace-overlay-face)
22987 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22988 (viper-minibuffer-vi-face):
22989 New backward-compatibility aliases for renamed faces.
22990 (viper-search-face, viper-replace-overlay-face)
22991 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22992 (viper-minibuffer-vi-face): Use renamed viper faces.
22993
22994 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
22995 Remove "-face" suffix from face names.
22996 (testcover-nohits-face, testcover-1value-face):
22997 New backward-compatibility aliases for renamed faces.
22998 (testcover-mark): Use renamed testcover faces.
22999
23000 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23001 face name.
23002 (diary-button-face): New backward-compatibility alias for renamed face.
23003 (diary-entry): Use renamed diary-button face.
23004
23005 * calendar/calendar.el (diary, calendar-today, holiday)
23006 (mark-visible-calendar-date): Remove "-face" suffix from face names.
23007 (diary-face, calendar-today-face, holiday-face):
23008 New backward-compatibility aliases for renamed faces.
23009 (eval-after-load "facemenu", diary-entry-marker)
23010 (calendar-today-marker, calendar-holiday-marker, diary-face):
23011 Use renamed calendar faces.
23012
23013 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23014 (compare-windows-face): New backward-compatibility alias for
23015 renamed face.
23016 (compare-windows-highlight): Use renamed compare-windows face.
23017
23018 * strokes.el (strokes-char): Remove "-face" suffix from face name.
23019 (strokes-char-face): New backward-compatibility alias for renamed face.
23020 (strokes-encode-buffer): Use renamed strokes-char face.
23021
23022 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23023 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23024 Remove "-face" suffix from face names.
23025 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23026 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23027 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23028 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23029 Use renamed pcvs faces.
23030 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23031 * pcvs-defs.el (cvs-mode-map): Likewise.
23032 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23033
23034 * info.el (info-title-1, info-title-2, info-title-3)
23035 (info-title-4): Remove "-face" suffix from and downcase face names.
23036 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23037 (Info-title-4-face):
23038 New backward-compatibility aliases for renamed faces.
23039 (Info-fontify-node): Use renamed info faces.
23040
23041 * hilit-chg.el (highlight-changes, highlight-changes-delete):
23042 Remove "-face" suffix from face names.
23043 (highlight-changes-face, highlight-changes-delete-face):
23044 New backward-compatibility aliases for renamed faces.
23045 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23046 (hilit-chg-make-list): Use renamed highlight-changes faces.
23047
23048 * generic-x.el (show-tabs-tab, show-tabs-space):
23049 Remove "-face" suffix from face names.
23050 (show-tabs-tab-face, show-tabs-space-face):
23051 New backward-compatibility aliases for renamed faces.
23052 (show-tabs-generic-mode-font-lock-defaults-1)
23053 (show-tabs-generic-mode-font-lock-defaults-2):
23054 Use renamed show-tabs faces.
23055
23056 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23057 (smerge-markers): Remove "-face" suffix from face names.
23058 (smerge-mine-face, smerge-other-face, smerge-base-face)
23059 (smerge-markers-face):
23060 New backward-compatibility aliases for renamed faces.
23061 (smerge-mine-face, smerge-other-face, smerge-base-face)
23062 (smerge-markers-face): Use renamed smerge faces.
23063
23064 * log-view.el (log-view-file, log-view-message): Remove "-face"
23065 suffix from face names.
23066 (log-view-file-face, log-view-message-face):
23067 New backward-compatibility aliases for renamed faces.
23068 (log-view-file-face, log-view-message-face): Use renamed log-view
23069 faces.
23070
23071 * paren.el (show-paren-match, show-paren-mismatch):
23072 Remove "-face" suffix from face names.
23073 (show-paren-match-face, show-paren-mismatch-face):
23074 New backward-compatibility aliases for renamed faces.
23075 (show-paren-function): Use renamed show-paren faces.
23076
23077 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23078 (ruler-mode-margins, ruler-mode-fringes)
23079 (ruler-mode-column-number, ruler-mode-fill-column)
23080 (ruler-mode-comment-column, ruler-mode-goal-column)
23081 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23082 suffix from face names.
23083 (ruler-mode-default-face, ruler-mode-pad-face)
23084 (ruler-mode-margins-face, ruler-mode-fringes-face)
23085 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23086 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23087 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23088 New backward-compatibility aliases for renamed faces.
23089 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23090 (ruler-mode-column-number, ruler-mode-fill-column)
23091 (ruler-mode-comment-column, ruler-mode-goal-column)
23092 (ruler-mode-tab-stop, ruler-mode-current-column)
23093 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23094 faces.
23095
23096 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23097 face name.
23098 (whitespace-highlight-the-space): Use renamed face.
23099 (whitespace-highlight-face): New backward-compatibility alias for
23100 renamed face.
23101
23102 * woman.el (woman-italic, woman-bold, woman-unknown)
23103 (woman-addition, woman-symbol-face):
23104 Remove "-face" suffix from face names.
23105 (woman-italic-face, woman-bold-face, woman-unknown-face)
23106 (woman-addition-face):
23107 New backward-compatibility aliases for renamed faces.
23108 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23109 (woman-decode-region, woman-replace-match)
23110 (woman-display-extended-fonts, woman-special-characters)
23111 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23112 Use renamed woman faces.
23113
23114 * longlines.el (longlines-visible-face): Face removed.
23115
23116 * diff-mode.el (diff-header, diff-file-header, diff-index)
23117 (diff-hunk-header, diff-removed, diff-added, diff-changed)
23118 (diff-function, diff-context, diff-nonexistent): Remove "-face"
23119 suffix from face names.
23120 (diff-header-face, diff-file-header-face, diff-index-face)
23121 (diff-hunk-header-face, diff-removed-face, diff-added-face)
23122 (diff-changed-face, diff-function-face, diff-context-face)
23123 (diff-nonexistent-face): New backward-compatibility aliases for
23124 renamed faces.
23125 (diff-header-face, diff-file-header-face)
23126 (diff-index, diff-index-face, diff-hunk-header)
23127 (diff-hunk-header-face, diff-removed, diff-removed-face)
23128 (diff-added, diff-added-face, diff-changed-face, diff-function)
23129 (diff-function-face, diff-context-face, diff-nonexistent)
23130 (diff-nonexistent-face): Use renamed diff-mode faces.
23131
23132 * progmodes/compile.el (compilation-warning-face)
23133 (compilation-info-face): Remove "-face" suffix from face names.
23134 (compilation-warning-face, compilation-info-face):
23135 New backward-compatibility aliases for renamed faces.
23136 (compilation-warning-face, compilation-info-face):
23137 Use renamed compilation faces.
23138
23139 * add-log.el (change-log-date, change-log-name)
23140 (change-log-email, change-log-file, change-log-list)
23141 (change-log-conditionals, change-log-function)
23142 (change-log-acknowledgement): Remove "-face" suffix from face names.
23143 (change-log-date-face, change-log-name-face)
23144 (change-log-email-face, change-log-file-face)
23145 (change-log-list-face, change-log-conditionals-face)
23146 (change-log-function-face, change-log-acknowledgement-face):
23147 New backward-compatibility aliases for renamed faces.
23148 (change-log-font-lock-keywords): Use renamed change-log faces.
23149
23150 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23151 (custom-set, custom-changed, custom-saved, custom-button)
23152 (custom-button-pressed, custom-documentation, custom-state)
23153 (custom-comment, custom-comment-tag, custom-variable-tag)
23154 (custom-variable-button, custom-face-tag, custom-group-tag-1)
23155 (custom-group-tag): Remove "-face" suffix from face names.
23156 (custom-magic-alist, custom-magic-value-create)
23157 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23158 (custom-invalid-face, custom-rogue-face, custom-modified-face)
23159 (custom-set-face, custom-changed-face, custom-saved-face)
23160 (custom-button-face, custom-button-pressed-face)
23161 (custom-documentation-face, custom-state-face)
23162 (custom-comment-face, custom-comment-tag-face)
23163 (custom-variable-tag-face, custom-variable-button-face)
23164 (custom-face-tag-face, custom-group-tag-face-1)
23165 (custom-group-tag-face):
23166 New backward-compatibility aliases for renamed faces.
23167
23168 * wid-edit.el (widget-documentation, widget-button)
23169 (widget-field, widget-single-line-field, widget-inactive)
23170 (widget-button-pressed): "-face" suffix removed from face names.
23171 (widget-documentation-face, widget-button-face)
23172 (widget-field-face, widget-single-line-field-face)
23173 (widget-inactive-face, widget-button-pressed-face):
23174 New backward-compatibility aliases for renamed faces.
23175 (widget-documentation-face, widget-button-face)
23176 (widget-button-pressed-face, widget-specify-field)
23177 (widget-specify-inactive): Use renamed widget faces.
23178
23179 2005-06-10 Kenichi Handa <handa@m17n.org>
23180
23181 * term/x-win.el (x-clipboard-yank): Remove condition-case
23182 wrapping.
23183
23184 2005-06-11 Kenichi Handa <handa@m17n.org>
23185
23186 * add-log.el (change-log-font-lock-keywords): Make the regexp for
23187 date lines stricter.
23188
23189 2005-06-10 Zhang Wei <id.brep@gmail.com>
23190
23191 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23192 of x-get-selection.
23193
23194 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23195
23196 * comint.el (comint-mode, comint-snapshot-last-prompt):
23197 * frame.el (frame-current-scroll-bars):
23198 * term.el (term-mode, term-check-proc, term-input-sender)
23199 (term-simple-send, term-extract-string, term-word)
23200 (term-match-partial-filename):
23201 * window.el (window-current-scroll-bars):
23202 * emulation/cua-base.el (cua-normal-cursor-color)
23203 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23204 (cua-global-mark-cursor-color):
23205 * mail/undigest.el (rmail-forward-separator-regex):
23206 Fix typos in docstrings.
23207
23208 * comint.el (comint-check-proc, make-comint-in-buffer)
23209 (comint-source-default): Doc fixes.
23210
23211 * term.el (term-send-string): Improve argument/docstring consistency.
23212
23213 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
23214
23215 * comint.el (comint-send-input): Bind `inhibit-read-only' around
23216 call to `delete-region'.
23217 (comint-mode-hook): Do not enable Font Lock by default.
23218
23219 2005-06-09 Lute Kamstra <lute@gnu.org>
23220
23221 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23222 could be void.
23223
23224 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
23225
23226 * emacs-lisp/debug.el (debugger-will-be-back): New var.
23227 (debug): Use it.
23228 (debugger-step-through, debugger-continue, debugger-jump)
23229 (debugger-return-value): Set it when needed.
23230 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23231 Use inhibit-read-only.
23232
23233 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
23234
23235 * window.el (shrink-window-if-larger-than-buffer)
23236 (window-size-fixed): Fix typo in docstring.
23237
23238 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
23239 thumbnails directory on loading.
23240 (thumbs-conversion-program): Use `eq' to check the system type,
23241 not `equal'.
23242 (thumbs-temp-dir): Initialize to `temporary-file-directory',
23243 not "/tmp". Fix docstring.
23244 (thumbs-thumbsdir): New function to return the thumbnails
23245 directory, creating it if needed.
23246 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23247 (thumbs-temp-file): Delete variable and make it into a function.
23248 (thumbs-resize-image, thumbs-modify-image): Use it.
23249 (thumbs-kill-buffer): Simplify.
23250 (thumbs-gensym): Defalias or duplicate CL `gensym'.
23251 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23252 docstrings.
23253
23254 2005-06-09 Kim F. Storm <storm@cua.dk>
23255
23256 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23257 set-match-data to free markers in match-data.
23258
23259 * replace.el (replace-match-data): Pass RESEAT arg `t' to
23260 match-data to unchain markers in match-data.
23261
23262 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23263
23264 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23265 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
23266 unnecessary now.
23267
23268 2005-06-08 Richard M. Stallman <rms@gnu.org>
23269
23270 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23271 give the variable a doc string that doesn't say don't set it directly.
23272
23273 * textmodes/ispell.el (ispell-check-version):
23274 Use match-string-no-properties.
23275 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23276 (ispell-buffer-local-words): Likewise.
23277
23278 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23279 except on terminals with enough colors to really display it.
23280 (makefile-dependency-regex): Delete spurious `bb'.
23281
23282 * faces.el (escape-glyph): Use blue once again in last case.
23283 (no-break-space): Redefine so that it isn't invisible on a tty.
23284
23285 2005-06-08 Kim F. Storm <storm@cua.dk>
23286
23287 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23288 also when reading directory name.
23289
23290 2005-06-08 Lute Kamstra <lute@gnu.org>
23291
23292 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23293 (flyspell-mode-line-string): Remove autoload cookie.
23294 (flyspell-mode): Remove defvar.
23295
23296 2005-06-07 Lute Kamstra <lute@gnu.org>
23297
23298 * textmodes/org.el (org-run-mode-hooks): New function.
23299 (org-agenda-mode): Use it.
23300
23301 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
23302
23303 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23304
23305 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23306
23307 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23308
23309 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
23310
23311 * font-lock.el (font-lock-add-keywords): Doc fix.
23312
23313 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23314
23315 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23316 (tex-compile-default): In the absence of any history, use the order in
23317 tex-compile-alist to choose the preferred command.
23318 (tex-compile-commands): Reorder a bit.
23319
23320 * textmodes/flyspell.el (flyspell-auto-correct-binding)
23321 (flyspell-incorrect-face, flyspell-duplicate-face):
23322 Use (X)Emacs-agnostic code.
23323 (flyspell-mode-map): Don't overwrite at each load. Remove code
23324 redundant with the subsequent add-minor-mode. Merge Emacs and
23325 XEmacs code.
23326 (flyspell-word): Minor simplification.
23327 (flyspell-math-tex-command-p): Quieten the byte-compiler.
23328 (flyspell-external-point-words): Remove unused vars `size' and `start'.
23329 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23330 Merge the corresponding Emacs code.
23331 (flyspell-correct-word, flyspell-xemacs-popup):
23332 Use flyspell-do-correct.
23333
23334 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23335 a dedicated window.
23336
23337 * international/latexenc.el (latexenc-find-file-coding-system):
23338 Undo part of last patch, to turn off a compiler warning.
23339
23340 2005-06-06 Juri Linkov <juri@jurta.org>
23341
23342 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23343 Rename `tmm-inactive-face' to `tmm-inactive'.
23344
23345 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
23346
23347 * iswitchb.el: Rename faces.
23348
23349 2005-06-06 Kim F. Storm <storm@cua.dk>
23350
23351 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23352 (cua-global-mark): Remove -face suffix from face names.
23353
23354 * emulation/cua-gmrk.el (cua--init-global-mark):
23355 Remove cua-global-mark face setup.
23356
23357 2005-06-06 Richard M. Stallman <rms@gnu.org>
23358
23359 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23360 just like other allowed characters.
23361 (makefile-match-dependency): Exclude leading and training whitespace
23362 from the range of regexp subexp 1.
23363 (makefile-macroassign-regex): Don't try to match the body,
23364 just the name of the macro being defined.
23365
23366 * info.el (Info-read-node-name-2): New function.
23367 (Info-read-node-name-1): Use that.
23368 Add a completion-base-size-function property.
23369
23370 * simple.el (completion-setup-function): Look for
23371 completion-base-size-function property of minibuffer-completion-table.
23372
23373 * files.el (locate-file-completion): Doc fix.
23374
23375 * printing.el: Don't call pr-update-menus; user must do that.
23376
23377 * emacs-lisp/debug.el (debugger-window): New variable.
23378 (debug): Use debugger-window if it is set and still alive.
23379 Record debugger-window for next entry.
23380
23381 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23382
23383 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
23384
23385 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23386 (hack-one-local-variable, hack-local-variables)
23387 (hack-local-variables-prop-line): Pass that arg.
23388
23389 2005-06-06 Kim F. Storm <storm@cua.dk>
23390
23391 * ido.el (ido-first-match, ido-only-match, ido-subdir)
23392 (ido-indicator): Remove -face suffix from face names.
23393
23394 2005-06-06 Juri Linkov <juri@jurta.org>
23395
23396 * font-lock.el (font-lock-regexp-backslash)
23397 (font-lock-regexp-backslash-construct): New faces.
23398 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
23399 after `('. Add `while-no-input' to control structures.
23400
23401 * faces.el (no-break-space, shadow): New faces.
23402 (escape-glyph): Use less loud colors pink2 and red4.
23403
23404 * diff-mode.el (diff-context-face)
23405 * dired.el (dired-ignored)
23406 * rfn-eshadow.el (file-name-shadow)
23407 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23408
23409 * info.el (Info-title-1-face): Use green instead of yellow because
23410 bold yellow is not readable on light backgrounds.
23411
23412 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23413 before selecting the desired mode to not spend time fontifying
23414 old contents.
23415
23416 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
23417
23418 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23419 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23420
23421 * ps-print.el (ps-default-fg, ps-default-bg):
23422 Fix typos in docstrings.
23423
23424 * isearchb.el (isearchb): Don't pass a spurious second argument to
23425 `iswitchb-completions'.
23426
23427 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
23428
23429 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
23430 to preserve point.
23431 (gdb-find-file-hook): Add doc string.
23432
23433 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
23434 C dereferenced pointer expression.
23435 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
23436
23437 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
23438
23439 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
23440 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
23441 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
23442 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
23443 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
23444 Make background transparent.
23445
23446 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
23447
23448 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
23449 (font-lock-remove-keywords): Doc fix.
23450 (font-lock-mode-major-mode): Compiler defvar.
23451 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
23452
23453 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
23454 (font-lock-mode): Update `font-lock-mode-major-mode'.
23455 (font-lock-set-defaults): Compiler defvar.
23456 (font-lock-default-function): Take `font-lock-mode-major-mode'
23457 into account.
23458
23459 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
23460 keep track of which major mode it enabled the minor mode for.
23461 Use find-file-hook again. Update docstring.
23462
23463 * simple.el (eval-expression-print-level)
23464 (eval-expression-print-length, eval-expression-debug-on-error):
23465 Doc fixes.
23466
23467 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
23468
23469 * iswitchb.el (iswitchb-single-match-face)
23470 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
23471 (iswitchb-invalid-regexp-face): New faces.
23472 (iswitchb-completions): Use them.
23473 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
23474 now marked as an obsolete alias.
23475 (iswitchb-read-buffer): Remove check for bound font variables.
23476 (iswitchb-invalid-regexp): New free variable.
23477 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
23478 set iswitchb-invalid-regexp.
23479 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
23480 invalid regexps.
23481 (iswitchb-completions): Add check for complete match when entering
23482 a regexp.
23483 (iswitchb-completions): Remove require-match argument.
23484 (iswitchb-exhibit): Fix caller.
23485 (iswitchb-common-match-inserted): New variable.
23486 (iswitchb-complete, iswitchb-completion-help): Use it.
23487
23488 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
23489
23490 * url-http.el (url-http-chunked-encoding-after-change-function):
23491 Use `url-http-debug' instead of `message'.
23492
23493 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
23494
23495 * url-http.el (url-http-parse-headers): Pass redirected URL as a
23496 callback argument.
23497
23498 2005-06-04 Kim F. Storm <storm@cua.dk>
23499
23500 * simple.el (line-move): Only call sit-for when moving backwards.
23501
23502 * ido.el (ido-make-merged-file-list-1): New defun split from
23503 ido-make-merged-file-list.
23504 (ido-make-merged-file-list): Bind throw-on-input around call to
23505 ido-make-merged-file-list-1. Return input-pending-p if
23506 interrupted by more input available.
23507 (ido-read-internal): Handle input-pending-p return value from
23508 ido-make-merged-file-list.
23509
23510 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
23511
23512 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
23513 compatibility code.
23514
23515 * international/latexenc.el (latexenc-find-file-coding-system):
23516 Don't inherit the EOL part of the coding-system from the
23517 tex-main buffer. Fit within 80 columns.
23518
23519 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
23520
23521 * tmm.el (tmm-inactive-face): New face.
23522 (tmm-remove-inactive-mouse-face): New function.
23523 (tmm-prompt, tmm-add-one-shortcut)
23524 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
23525 but not selectable.
23526
23527 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
23528
23529 * faces.el (face-equal): Improve argument/docstring consistency.
23530
23531 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
23532
23533 * progmodes/make-mode.el (makefile-targets-face)
23534 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
23535 (makefile-bsdmake-dependency-regex)
23536 (makefile-makepp-rule-action-regex)
23537 (makefile-bsdmake-rule-action-regex): New constants.
23538 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
23539
23540 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23541 Allow (...) within `...' for makepp messages.
23542
23543 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
23544
23545 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
23546
23547 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
23548 "." files are deleted from all file lists before comparison.
23549
23550 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23551 (viper-ESC-key): Made them customizable.
23552
23553 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
23554
23555 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
23556
23557 * autorevert.el (auto-revert-buffers): Use save-match-data.
23558
23559 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23560
23561 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
23562 menu items with a nil command binding.
23563
23564 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
23565
23566 * emacs-lisp/cl-macs.el (defsetf):
23567 Improve argument/docstring consistency.
23568
23569 * faces.el (list-faces-display): Improve the formatting by
23570 computing the maximum length required for any face-name (reworked
23571 patch of 1999-01-11, accidentally deleted on 1999-07-21).
23572 (internal-find-face): Remove redundant info in docstring.
23573
23574 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
23575
23576 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23577 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
23578 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
23579 (gdb-assembler-custom): Improve regexps.
23580 (def-gdb-auto-update-handler): Use window point to preserve point.
23581
23582 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23583
23584 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
23585
23586 2005-05-31 Jay Belanger <belanger@truman.edu>
23587
23588 * calc/calc-embed.el (calc-embedded-word): Change argument passed
23589 to calc-embedded.
23590 (calc-embedded-make-info): Have plain prefix argument select
23591 entire line.
23592
23593 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
23594
23595 * faces.el (list-faces-display): Signal error if passed a regexp
23596 that matches no face name.
23597
23598 * simple.el (filter-buffer-substring): Fix typo in docstring.
23599
23600 2005-05-31 Richard M. Stallman <rms@gnu.org>
23601
23602 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23603 (vhdl-emacs-21): Doc fix.
23604 (vhdl-mode): Unconditionally set comment-padding.
23605 (vhdl-fixup-whitespace-region): Insert spaces only where
23606 there are none.
23607 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23608
23609 2005-05-30 John Wiegley <johnw@newartisans.com>
23610
23611 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23612 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23613 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23614 `directory-sep-char' to ?/, and all uses of `string-to-int' to
23615 `string-to-number'.
23616
23617 2005-05-30 Jay Belanger <belanger@truman.edu>
23618
23619 * calc/calc.el (calc-bug-address): Fix docstring.
23620 (calc-window-hook, calc-trail-window-hook): New variables.
23621 (calc-trail-display): Restore use of calc-trail-window-hook.
23622 (calc): Restore use of calc-window-hook.
23623
23624 2005-05-31 Masatake YAMATO <jet@gyve.org>
23625
23626 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23627
23628 * help-fns.el (help-C-file-name): Add autoload mark for
23629 `find-function-noselect'.
23630
23631 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23632
23633 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23634 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23635
23636 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23637
23638 * calendar/diary-lib.el (mark-included-diary-files): Only kill
23639 included diary buffer if it was not already being visited.
23640 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23641
23642 * calendar/icalendar.el (top-level): Do not require appt.
23643
23644 * mail/supercite.el (sc-select-attribution): Only use a list
23645 element from sc-attrib-selection-list if it returns a string.
23646 Reported by Davide G. M. Salvetti <salve@debian.org>.
23647
23648 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
23649
23650 * thumbs.el (thumbs-thumbname): The resulting thumbname now
23651 includes a hash value to improve its uniqueness, and has a ".jpg"
23652 extension. Also, it is now a valid filename on all systems.
23653 (thumbs-make-thumb): Use `let', not `let*'.
23654 (thumbs-show-thumbs-list): Check for JPEG availability.
23655
23656 2005-05-30 Richard M. Stallman <rms@gnu.org>
23657
23658 * filesets.el (filesets-menu-ensure-use-cached):
23659 Prevent warning when emacs-version>= is undefined.
23660
23661 * printing.el (pr-interactive-n-up): Use string-to-number.
23662
23663 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23664
23665 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23666 Warn only when name to be defined is quoted.
23667
23668 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
23669
23670 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23671 Make regexp more robust.
23672 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23673 Force regeneration of disassembly.
23674
23675 2005-05-29 Jay Belanger <belanger@truman.edu>
23676
23677 * calc/calc.el (calc-user-invocation): Check if
23678 calc-invocation-macro is non-nil.
23679
23680 2005-05-29 Juri Linkov <juri@jurta.org>
23681
23682 * add-log.el (change-log-font-lock-keywords):
23683 Add `+' to e-mail regexp to accept mail address with keywords.
23684
23685 * man.el (Man-name-regexp): Add `:' to accept qualified names.
23686
23687 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
23688
23689 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23690
23691 * ielm.el (inferior-emacs-lisp-mode): Ditto.
23692
23693 2005-05-29 Richard M. Stallman <rms@gnu.org>
23694
23695 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23696 Undo the change that moves to end of the current word.
23697
23698 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23699
23700 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23701 Throw error when count <= 0 to ensure input is a number.
23702 (gdb-read-memory-custom): Pick up address from buffer.
23703 (gdb-memory-mode): Allow user to increment and decrement
23704 memory address from header line.
23705
23706 2005-05-29 Richard M. Stallman <rms@gnu.org>
23707
23708 * flyspell.el (flyspell-version): Function deleted.
23709 (flyspell-auto-correct-previous-hook): Doc fix.
23710
23711 * jit-lock.el (jit-lock-function, jit-lock-after-change):
23712 Do nothing if memory is full.
23713
23714 * font-lock.el (font-lock-fontify-syntactically-region):
23715 Pass t for GREEDY to looking-back.
23716
23717 * saveplace.el (save-place-alist-to-file): Write the file
23718 using write-region.
23719
23720 * subr.el (looking-back): New argument GREEDY.
23721
23722 * progmodes/compile.el (compilation-start): Set the mode
23723 before inserting the initial text.
23724
23725 * progmodes/which-func.el (which-func-update-1): Turn the mode
23726 off in case of error by setting which-func-mode.
23727
23728 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
23729
23730 * flyspell.el (flyspell-auto-correct-previous-word):
23731 Narrow down to what's on the screen, and recenter overlays
23732 at the end of the next word.
23733
23734 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
23735
23736 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23737 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23738 (flyspell-abbrev-p): Default to nil.
23739 (flyspell-use-global-abbrev-table-p): Doc fix.
23740 (flyspell-large-region): Allow nil as value.
23741 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23742
23743 (mail-mode-flyspell-verify): More robust handling
23744 of `mail-header-separator'. More efficient signature detection.
23745 Allow for regexp metacharacters in message-header-separator.
23746 Adding `To' not to be checked in mail-mode-flyspell-verify.
23747
23748 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23749 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23750 Bind flyspell-auto-correct-binding.
23751 Bind C-. and C-, .
23752 (flyspell-mode-map): Likewise.
23753 (flyspell-mode): Doc fix.
23754 (flyspell-accept-buffer-local-defs): Preserve current buffer.
23755 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23756 (flyspell-word-cache-result): New var, always local.
23757 (flyspell-check-pre-word-p): Doc fix.
23758 (flyspell-check-changed-word-p): Handle spc like newline.
23759 (flyspell-post-command-hook): Set flyspell-word-cache-result.
23760 (flyspell-word-search-backward, flyspell-word-search-forward):
23761 New functions.
23762 (flyspell-word): Return t if nothing to check.
23763 When parsing TeX code, check for after } or \.
23764 Use flyspell-word-search-backward to find previous word.
23765 Return nil if duplicated word.
23766 For word already checked, return same value as last time.
23767 Set flyspell-word-cache-result after checking.
23768 Don't clobber the return value.
23769 (flyspell-get-word): Major rewrite.
23770 (flyspell-external-point-words): New locals pword, pcount.
23771 Fix size used in progress message.
23772 Find the proper corresponding word in flyspell-large-region-buffer.
23773 (flyspell-region): Check for flyspell-large-region = nil.
23774 (flyspell-highlight-incorrect-region): Clean up overlays in region.
23775 (flyspell-auto-correct-word): Check that WORD is a cons.
23776 (flyspell-correct-word): Likewise.
23777
23778 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
23779
23780 * progmodes/make-mode.el (makefile-rule-action-regex)
23781 (makefile-macroassign-regex, makefile-makepp-mode)
23782 (makefile-bsdmake-mode): Continuation lines may be empty.
23783 Reported by Joshua Varner.
23784 (makefile-makepp-font-lock-keywords): Add $(stem).
23785
23786 2005-05-28 Karl Berry <karl@gnu.org>
23787
23788 * textmodes/tex-mode.el: Now that tex-send-command calls
23789 shell-quote-argument (2005-03-31 change), remove all calls to
23790 shell-quote-argument; they all end up invoking tex-send-command.
23791 The double quoting loses on filenames with non-safe characters,
23792 such as "@". Reported by Frederik Fouvry.
23793
23794 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23795
23796 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
23797 about preserving point.
23798
23799 2005-05-27 Jay Belanger <belanger@truman.edu>
23800
23801 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
23802 Info-goto-node.
23803
23804 * calc/calc-embed.el (calc-embed-arg): New variable.
23805 (calc-do-embedded-activate, calc-embedded-activate-formula)
23806 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
23807 variable by new variable.
23808 (calc-embedded-make-info): Replace undeclared variable by new
23809 variable. When selecting region with positive prefix
23810 argument, use end of previous line instead of beginning of line.
23811
23812 * calc/calc-aent.el (calc-arg-values): Declare it.
23813
23814 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
23815 Declare them.
23816
23817 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
23818
23819 * calc/calc.el (calc-alg-map): Declare it.
23820
23821 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
23822
23823 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
23824
23825 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
23826 (gdb-registers-buffer, toggle-gdb-all-registers):
23827 Toggle display of floating point registers.
23828 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
23829
23830 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
23831 (toggle-gud-tooltip-dereference):
23832 Rename from gud-toggle-tooltip-dereference.
23833
23834 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23835
23836 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
23837
23838 2005-05-27 Jay Belanger <belanger@truman.edu>
23839
23840 * calc/calc-prog.el (calc-kbd-report): Remove.
23841 (calc-kbd-query): Rewrite.
23842
23843 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
23844
23845 * image.el (image-library-alist): Move to image.c.
23846 (image-type-available-p): Doc fix.
23847
23848 2005-05-27 Lute Kamstra <lute@gnu.org>
23849
23850 * calc/calc.el (calc):
23851 * outline.el (outline-1, outline-2, outline-3, outline-4)
23852 (outline-5, outline-6, outline-7, outline-8):
23853 * textmodes/dns-mode.el (dns-mode):
23854 * textmodes/sgml-mode.el (sgml-namespace-face):
23855 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
23856 (tex-verbatim-face, tex-use-reftex):
23857 * textmodes/texinfo.el (texinfo-heading-face):
23858 Specify customization group.
23859
23860 * longlines.el: Don't require easy-mmode.
23861 (longlines-visible-face): Specify customization group.
23862
23863 2005-05-27 Kenichi Handa <handa@m17n.org>
23864
23865 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
23866 encoding table of windows-1251.
23867
23868 * international/ucs-tables.el (ucs-set-table-for-input):
23869 If translation-table-for-input of a coding system is a symbol, get
23870 its translation-table property.
23871
23872 * international/code-pages.el: Don't register a coding system into
23873 non-iso-charset-alist more than once.
23874 (cp-make-coding-system): Likewise.
23875
23876 2005-05-26 John Wiegley <johnw@newartisans.com>
23877
23878 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
23879 `eshell-resume-eval' is wrapped in a list, it indicates that the
23880 command was run asynchronously. In that case, unwrap the value
23881 before checking the delimiter value.
23882
23883 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
23884 character before a space at the end of a line is \, assume the space
23885 is part of the last argument rather than a final argument separator.
23886
23887 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
23888 is in use, and the target is `t' or `nil' (which are the most common
23889 values), don't assume that the symbol target is a buffer.
23890
23891 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
23892
23893 * calendar/calendar.el (calendar-mode-line-format):
23894 Use mode-line-highlight as mouse-face.
23895
23896 * time.el (display-time-string-forms, display-time-update):
23897 Use mode-line-highlight as mouse-face.
23898
23899 2005-05-26 Jay Belanger <belanger@truman.edu>
23900
23901 * calc/calc.el (calc-language-alist): Remove extra defvar.
23902
23903 2005-05-26 Lute Kamstra <lute@gnu.org>
23904
23905 * arc-mode.el (archive-mode):
23906 * bookmark.el (bookmark-read-annotation-mode)
23907 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
23908 * bs.el (bs-mode):
23909 * calc/calc-yank.el (calc-edit-mode):
23910 * calc/calc.el (calc-mode, calc-trail-mode):
23911 * calculator.el (calculator-mode):
23912 * chistory.el (command-history-mode):
23913 * comint.el:
23914 * cus-edit.el (custom-mode):
23915 * descr-text.el (describe-text-mode):
23916 * ebuff-menu.el (Electric-buffer-menu-mode):
23917 * ediff-util.el (ediff-mode):
23918 * emacs-lisp/re-builder.el (reb-mode):
23919 * emulation/vi.el (vi-mode-setup):
23920 * emulation/ws-mode.el (wordstar-mode):
23921 * eshell/esh-mode.el (eshell-mode):
23922 * forms.el (forms-mode):
23923 * help-mode.el (help-mode):
23924 * hexl.el (hexl-mode):
23925 * ibuffer.el (ibuffer-mode):
23926 * ielm.el (inferior-emacs-lisp-mode):
23927 * info.el (Info-mode, Info-edit-mode):
23928 * international/swedish.el:
23929 * ledit.el (ledit-from-lisp-mode):
23930 * locate.el (locate-mode):
23931 * mail/rmail.el (rmail-mode):
23932 * mail/rmailedit.el (rmail-edit-mode):
23933 * mail/rmailsum.el (rmail-summary-mode):
23934 * mail/supercite.el (sc-electric-mode):
23935 * net/eudc.el (eudc-mode):
23936 * net/quickurl.el (quickurl-list-mode):
23937 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
23938 * obsolete/ooutline.el (outline-mode):
23939 * obsolete/options.el (Edit-options-mode):
23940 * obsolete/rnews.el (news-mode):
23941 * obsolete/rnewspost.el (news-reply-mode):
23942 * play/5x5.el (5x5-mode):
23943 * play/decipher.el (decipher-mode, decipher-stats-mode):
23944 * play/gomoku.el (gomoku-mode):
23945 * play/snake.el (snake-mode):
23946 * play/solitaire.el (solitaire-mode):
23947 * play/tetris.el (tetris-mode):
23948 * progmodes/ada-mode.el (ada-mode):
23949 * progmodes/antlr-mode.el (antlr-mode):
23950 * progmodes/autoconf.el (autoconf-mode):
23951 * progmodes/dcl-mode.el (dcl-mode):
23952 * progmodes/delphi.el (delphi-mode):
23953 * progmodes/ebrowse.el (ebrowse-tree-mode)
23954 (ebrowse-electric-list-mode, ebrowse-member-mode)
23955 (ebrowse-electric-position-mode):
23956 * progmodes/f90.el (f90-mode):
23957 * progmodes/fortran.el (fortran-mode):
23958 * progmodes/icon.el (icon-mode):
23959 * progmodes/idlw-help.el (idlwave-help-mode):
23960 * progmodes/idlw-shell.el (idlwave-shell-mode):
23961 * progmodes/idlwave.el (idlwave-mode):
23962 * progmodes/inf-lisp.el (inferior-lisp-mode):
23963 * progmodes/m4-mode.el (m4-mode):
23964 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
23965 * progmodes/modula2.el (modula-2-mode):
23966 * progmodes/octave-inf.el (inferior-octave-mode):
23967 * progmodes/octave-mod.el (octave-mode):
23968 * progmodes/pascal.el (pascal-mode):
23969 * progmodes/sh-script.el (sh-mode):
23970 * progmodes/sql.el (sql-mode, sql-interactive-mode):
23971 * progmodes/vhdl-mode.el (vhdl-mode):
23972 * progmodes/xscheme.el (scheme-interaction-mode):
23973 * replace.el (occur-mode):
23974 * ses.el (ses-mode):
23975 * simple.el (completion-list-mode):
23976 * skeleton.el:
23977 * speedbar.el (speedbar-mode):
23978 * term.el (term-mode):
23979 * terminal.el (terminal-edit-mode):
23980 * textmodes/reftex-index.el (reftex-index-mode)
23981 (reftex-index-phrases-mode):
23982 * textmodes/reftex-sel.el (reftex-select-label-mode)
23983 (reftex-select-bib-mode):
23984 * textmodes/reftex-toc.el (reftex-toc-mode):
23985 * wdired.el (wdired-change-to-wdired-mode):
23986 * wid-browse.el (widget-browse-mode):
23987 Use run-mode-hooks.
23988
23989 * array.el (array-mode):
23990 * calendar/todo-mode.el (todo-mode):
23991 * man.el (Man-mode):
23992 * play/landmark.el (lm-mode):
23993 * play/mpuz.el (mpuz-mode):
23994 Use kill-all-local-variables and run-mode-hooks.
23995
23996 * subr.el (delay-mode-hooks): Specify indentation.
23997
23998 2005-05-26 Mark A. Hershberger <mah@everybody.org>
23999
24000 * xml.el (xml-substitute-special): Don't die for undefined xml
24001 entities.
24002
24003 2005-05-26 Jay Belanger <belanger@truman.edu>
24004
24005 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24006 of nil.
24007
24008 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
24009
24010 * progmodes/gdb-ui.el (gdb-frame-address):
24011 Rename from gdb-current-address.
24012 (gdb-previous-frame-address): Rename from gdb-previous-address.
24013 (gdb-selected-frame): Rename from gdb-current-frame.
24014 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24015 (gdb-frame-number): Rename from gdb-current-stack-level.
24016 (gdb-ann3): Match new mode-name for disassembly buffer.
24017 Extend initialization of variables.
24018 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24019 (gdb-memory-mode): Use mouse-face in header line.
24020 (gdb-assembler-buffer-name): Call it disassembly and give frame
24021 in mode line.
24022 (gdb-source-spec-regexp, gdb-assembler-custom)
24023 (gdb-invalidate-assembler, gdb-frame-handler):
24024 Make robust to leading zeroes in address format.
24025
24026 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
24027
24028 * textmodes/org.el (org-mode): Use `define-derived-mode' to
24029 define `org-mode'.
24030 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24031
24032 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24033
24034 * log-edit.el (log-edit-changelog-entries): Distinguish between
24035 filenames like xfns.c and fns.c.
24036
24037 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
24038
24039 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24040 point after reverting.
24041 (Buffer-menu-make-sort-button): Handle the case where
24042 `Buffer-menu-use-header-line' is nil.
24043
24044 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
24045
24046 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24047 New funcs. In minibuffer-local-completion-map bind `]', `/'
24048 and `:' to them.
24049
24050 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
24051
24052 * startup.el (normal-top-level): Allow modification of load-path while
24053 we're iterating over it.
24054
24055 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
24056
24057 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24058 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24059 (thumbs-resize-interactive, thumbs-insert-image)
24060 (thumbs-insert-thumb, thumbs-dired-show-marked)
24061 (thumbs-find-image-at-point, thumbs-delete-images)
24062 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24063 (thumbs-increment-image-size, thumbs-decrement-image-size):
24064 Fix typos in docstrings.
24065
24066 2005-05-24 Andre Spiegel <spiegel@gnu.org>
24067
24068 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24069 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24070 (cperl-mode): Use them.
24071
24072 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
24073
24074 * window.el (quit-window, shrink-window-if-larger-than-buffer):
24075 Doc fixes.
24076
24077 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
24078
24079 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24080 Bind C-d to gdb-inferior-io-eof.
24081
24082 * dired.el (dired-dnd-popup-notice): Use message-box.
24083
24084 2005-05-23 Masatake YAMATO <jet@gyve.org>
24085
24086 * bindings.el (mode-line-major-mode-keymap):
24087 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24088
24089 * faces.el (mode-line-highlight): New face.
24090
24091 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24092 as mouse-face.
24093
24094 * bindings.el (top-level, help-echo, mode-line-modified)
24095 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24096 as mouse-face.
24097
24098 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
24099
24100 * progmodes/cc-engine.el (c-guess-basic-syntax):
24101 Remove spurious call to `zerop'.
24102
24103 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24104
24105 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
24106
24107 CC Mode update to 5.30.10:
24108
24109 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24110 could go past the limit in decoration level 2, thereby causing
24111 errors during interactive fontification.
24112
24113 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24114 the file is evaluated interactively.
24115
24116 * cc-engine.el (c-guess-basic-syntax): Handle operator
24117 declarations somewhat better in C++.
24118
24119 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24120 make use of `run-mode-hooks' which has been added in Emacs 21.1.
24121 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24122 (awk-mode): Use it.
24123 (make-local-hook): Suppress warning about obsoleteness.
24124
24125 * cc-engine.el, cc-align.el, cc-cmds.el
24126 (c-append-backslashes-forward, c-delete-backslashes-forward)
24127 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24128 Compensate for return value from `forward-line' when it has moved
24129 but not to a different line due to eob.
24130
24131 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24132 `objc-method-intro' and `objc-method-args-cont'.
24133
24134 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
24135
24136 CC Mode update to 5.30.10:
24137
24138 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24139 in the copyright statement. Incidentally, change "along with GNU
24140 Emacs" to "along with this program" where it occurs.
24141
24142 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24143 so that it is interactive, hence can be found by M-x awk-mode
24144 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
24145 <gmorris+emacs@ast.cam.ac.uk>.
24146
24147 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24148 Mode's regexps.
24149
24150 2005-05-23 Kevin Ryde <user42@zip.com.au>
24151
24152 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24153 c-parse-state, to avoid a lisp error (on bad code).
24154
24155 2005-05-23 Lute Kamstra <lute@gnu.org>
24156
24157 * subr.el (font-lock-defaults): Remove defvar as it's already
24158 defined in font-core.el.
24159
24160 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24161
24162 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
24163
24164 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24165 more general and work when GDB variable "print pretty" is on,
24166 as with Emacs, for example.
24167
24168 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
24169
24170 * font-core.el: Update comment.
24171
24172 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24173 Use `after-change-major-mode-hook' instead of `find-file-hook'.
24174
24175 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24176
24177 2005-05-22 Eli Zaretskii <eliz@gnu.org>
24178
24179 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24180 and `yank-handler' in the doc strings.
24181
24182 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24183
24184 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
24185
24186 2005-05-22 Richard M. Stallman <rms@gnu.org>
24187
24188 * help.el (describe-key): Move print-help-return-message call
24189 out of conditional.
24190
24191 * progmodes/etags.el (list-tags): Use with-no-warnings.
24192
24193 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24194 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24195 (starttls-extra-args, starttls-extra-arguments): Add defvars.
24196
24197 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24198
24199 * language/viet-util.el (viet-viscii-nonascii-translation-table):
24200 Add defvar.
24201
24202 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24203 Use defvar, not defconst.
24204
24205 * hexl.el (hexl-follow-line): Use with-no-warnings.
24206
24207 * emulation/tpu-extras.el: Use write-file-functions instead of
24208 write-file-hooks.
24209
24210 * dired.el (dired-font-lock-keywords): Fontify files with junk
24211 extensions even if marked by -F.
24212
24213 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
24214
24215 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24216 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24217 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24218 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24219 (concatenate, list-length, get*, getf, cl-remprop):
24220 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24221 (etypecase, progv, lexical-let, lexical-let*)
24222 (multiple-value-bind, multiple-value-setq, shiftf):
24223 Improve argument/docstring consistency.
24224
24225 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24226
24227 2005-05-22 Andre Spiegel <spiegel@gnu.org>
24228
24229 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24230 doesn't exist.
24231
24232 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
24233 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24234
24235 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
24236
24237 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24238 already deleted variables: auto-fill-hook, blink-paren-hook,
24239 lisp-indent-hook, inhibit-local-variables, unread-command-event,
24240 suspend-hooks, comment-indent-hook, meta-flag,
24241 before-change-function, after-change-function,
24242 font-lock-doc-string-face.
24243
24244 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
24245
24246 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24247
24248 2005-05-21 Eli Zaretskii <eliz@gnu.org>
24249
24250 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24251 rmail-dont-reply-to.
24252
24253 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24254
24255 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24256 literal blank when splitting new-header-values.
24257
24258 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
24259
24260 * calendar/cal-menu.el (cal-menu-update): Add separator as a
24261 string so that tmm doesn't create a completion entry for it.
24262
24263 * textmodes/table.el (table-disable-menu): Ditto.
24264
24265 2005-05-21 Richard M. Stallman <rms@gnu.org>
24266
24267 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24268
24269 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24270
24271 * net/rcompile.el (remote-compile): Use compilation-start.
24272
24273 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24274
24275 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
24276
24277 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24278 Default to makefile-bsdmake-mode on BSD systems.
24279
24280 * imenu.el (imenu-generic-expression, imenu--generic-function'):
24281 REGEXP may also be a search function now. The part of doc-string
24282 for describing the structure was 95% identical to that of
24283 `imenu--generic-function'. Unify it there.
24284
24285 * progmodes/make-mode.el (makefile-imenu-generic-expression):
24286 Use function to find dependencies, because regexp alone is so complex,
24287 it easily goes into an endless loop.
24288 (makefile-makepp-mode): Also add submenu for Perl functions
24289 defined in the makefile.
24290 (makefile-bsdmake-mode): Special imenu-generic-expression no
24291 longer needed, due to function call.
24292 (makefile-match-dependency): Take BOUND into account when checking
24293 if we're through.
24294
24295 2005-05-20 Jay Belanger <belanger@truman.edu>
24296
24297 * calc/calc-units.el (calc-invalidate-units-table):
24298 Use inhibit-read-only.
24299 (math-build-units-table-buffer): Use view-mode.
24300
24301 2005-05-20 David Kastrup <dak@gnu.org>
24302
24303 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24304 easy-menu-add is not a nop on Emacs; and clarify when to call it.
24305
24306 2005-05-20 Lute Kamstra <lute@gnu.org>
24307
24308 * diff-mode.el (diff-header-face, diff-file-header-face)
24309 (diff-index-face, diff-hunk-header-face, diff-removed-face)
24310 (diff-added-face, diff-changed-face, diff-function-face)
24311 (diff-context-face, diff-nonexistent-face): Put them in the
24312 diff-mode customization group.
24313
24314 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24315
24316 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24317
24318 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24319
24320 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24321 Minor regexp-optimization.
24322
24323 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
24324
24325 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24326 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24327 (org-agenda-add-time-grid-maybe): New function.
24328 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24329 (org-table-create): `dotimes' instead of `mapcar'.
24330 (org-xor): Simplify implementation.
24331 (org-agenda): `inhibit-redisplay' turned on.
24332 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24333 a consistent line after a state change.
24334 (org-agenda-remove-times-when-in-prefix): New option.
24335 (org-prefix-has-time): New variable.
24336 (org-parse-time-string): Optional argument NODEFAULT.
24337 (org-format-agenda-item): Parse items for time-of-day
24338 specifications and move these into the prefix if possible.
24339 (org-agenda-priority): Get current heading, not previous heading
24340 during agenda remote editing.
24341
24342 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
24343
24344 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24345 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24346 (remove-duplicates, delete-duplicates, substitute)
24347 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24348 (nsubstitute-if-not, find, find-if, find-if-not, position)
24349 (position-if, position-if-not, count, count-if, count-if-not)
24350 (mismatch, search, sort*, stable-sort, merge, member*)
24351 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24352 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24353 (intersection, nintersection, set-difference, nset-difference)
24354 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24355 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24356 (nsublis, tree-equal): Improve argument/docstring consistency.
24357
24358 * subr.el (send-string, send-region): Remove obsolescence declaration.
24359 (window-dot, set-window-dot, read-input, show-buffer)
24360 (eval-current-buffer, string-to-int):
24361 Add release number to obsolescence declarations.
24362
24363 2005-05-19 Kim F. Storm <storm@cua.dk>
24364
24365 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24366 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24367
24368 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
24369
24370 * faces.el (list-faces-display): Make back button respect optional
24371 regexp arg.
24372
24373 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
24374
24375 * calculator.el (calculator-radix-grouping-mode)
24376 (calculator-radix-grouping-digits, calculator-displayer)
24377 (calculator-radix-grouping-separator, calculator-copy-displayer):
24378 * dabbrev.el (dabbrev-search-these-buffers-only):
24379 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24380 (diff-advance-after-apply-hunk, diff-mode-hook)
24381 (diff-minor-mode-prefix):
24382 * imenu.el (imenu-use-popup-menu):
24383 * jit-lock.el (jit-lock-context-time):
24384 * newcomment.el (comment-fill-column, comment-column)
24385 (comment-style, comment-padding, comment-multi-line)
24386 (comment-empty-lines, comment-auto-fill-only-comments):
24387 * reveal.el (reveal-around-mark):
24388 * uniquify.el (uniquify-buffer-name-style)
24389 (uniquify-after-kill-buffer-p)
24390 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24391 (uniquify-min-dir-content, uniquify-separator)
24392 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24393 * w32-vars.el (w32-fixed-font-alist):
24394 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24395 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24396 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24397 * progmodes/perl-mode.el (perl-indent-level)
24398 (perl-continued-statement-offset, perl-continued-brace-offset)
24399 (perl-brace-offset, perl-brace-imaginary-offset)
24400 (perl-label-offset, perl-indent-continued-arguments)
24401 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24402 * progmodes/tcl.el (tcl-indent-level)
24403 (tcl-continued-indent-level, tcl-auto-newline)
24404 (tcl-tab-always-indent, tcl-electric-hash-style)
24405 (tcl-help-directory-list, tcl-use-smart-word-finder)
24406 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24407 (inferior-tcl-source-command):
24408 * textmodes/fill.el (enable-kinsoku):
24409 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24410 * textmodes/table.el (table-yank-handler):
24411 Specify missing group (and type, if simple) in defcustom.
24412
24413 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
24414
24415 * progmodes/compile.el (compilation-finish-function): Fix defvar.
24416
24417 2005-05-19 Richard M. Stallman <rms@gnu.org>
24418
24419 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24420
24421 * subr.el (event-basic-type): Don't get an error.
24422 (left-fringe-p): Function deleted.
24423
24424 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24425 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
24426
24427 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
24428 in recursive copy.
24429
24430 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
24431
24432 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
24433
24434 * emacs-lisp/bytecomp.el
24435 (byte-compile-file-form-custom-declare-variable):
24436 Call byte-compile-nogroup-warn if appropriate.
24437
24438 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
24439 (compilation-set-window): Don't call left-fringe-p; do it directly.
24440
24441 2005-05-19 Jay Belanger <belanger@truman.edu>
24442
24443 * calc/calc-graph.el (calc-graph-format-data): Make sure
24444 var-PlotRejects is bound before trying to check its value.
24445
24446 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
24447
24448 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
24449 definition of this variable from reftex-global.el to reftex.el,
24450 because it is needed in the menu.
24451
24452 2005-05-19 Lute Kamstra <lute@gnu.org>
24453
24454 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
24455 years are fixed. Don't insert a space after a dash.
24456
24457 2005-05-19 Kim F. Storm <storm@cua.dk>
24458
24459 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
24460
24461 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
24462
24463 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
24464 strings, because (eq ... ?\\) is fairly frequent.
24465
24466 * progmodes/make-mode.el (makefile-add-this-line-targets):
24467 Simplify and integrate into `makefile-pickup-targets'.
24468 (makefile-add-this-line-macro): Simplify and integrate into
24469 `makefile-pickup-macros.
24470 (makefile-pickup-filenames-as-targets): Simplify.
24471 (makefile-previous-dependency, makefile-match-dependency):
24472 Don't stumble over `::'.
24473
24474 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
24475
24476 * subr.el (post-command-idle-hook, post-command-idle-delay):
24477 Remove obsoletion of post-command-idle-hook and
24478 post-command-idle-delay.
24479
24480 * faces.el (list-faces-display): Provide button when describe-face
24481 is called to take user back to the list of faces.
24482
24483 * help-fns.el (describe-variable): Remove hyperlinks in a
24484 variable's value as these are quite frequently inappropriate.
24485
24486 * follow.el (follow-submit-feedback, follow-mode):
24487 Remove references to post-command-idle-hook.
24488
24489 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
24490
24491 * progmodes/make-mode.el (makefile-previous-dependency)
24492 (makefile-match-dependency): Check for := (and in bsd mode also
24493 !=) to give a better result, even when font-lock is not on.
24494
24495 2005-05-18 Jay Belanger <belanger@truman.edu>
24496
24497 * calc/calc-help.el (calc-s-prefix-help):
24498 Add `calc-copy-special-constant' to help string.
24499
24500 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
24501
24502 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24503
24504 2005-05-18 Jay Belanger <belanger@truman.edu>
24505
24506 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
24507 in linear factors are in proper order.
24508
24509 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
24510
24511 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24512 Support for jurabib.
24513
24514 * textmodes/reftex.el (featurep): Define aliases for overlay
24515 commands, for XEmacs compatibility, and use these aliases in
24516 overlay initializations.
24517 (reftex-highlight): Use `reftex-move-overlay'.
24518 (reftex-unhighlight): Use `reftex-delete-overlay'.
24519 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
24520 (reftex-access-search-path): Use `reftex-uniquify' instead of
24521 `reftex-uniq'
24522
24523 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
24524 `before-string' property modification enables for Emacs as well.
24525 (reftex-select-item): Use `reftex-delete-overlay'.
24526 (reftex-select-mark): Use `reftex-make-overlay' and
24527 `reftex-overlay-put'.
24528 (reftex-select-unmark): Use `reftex-delete-overlay' and
24529 `reftex-overlay-put'.
24530
24531 2005-05-18 Lute Kamstra <lute@gnu.org>
24532
24533 * emacs-lisp/lisp.el (check-parens): Fix docstring.
24534
24535 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
24536
24537 * add-log.el (add-change-log-entry):
24538 * array.el (array-make-template, array-reconfigure-rows)
24539 (array-init-max-row, array-init-max-column)
24540 (array-init-columns-per-line, array-init-field-width):
24541 * replace.el (replace-match-maybe-edit, perform-replace):
24542 * textmodes/spell.el (spell-region):
24543 Replace `read-input' by `read-string'.
24544
24545 * forms.el (forms-mode):
24546 * finder.el (finder-compile-keywords):
24547 * shadowfile.el (shadow-read-files):
24548 Replace `eval-current-buffer' by `eval-buffer'.
24549
24550 * terminal.el (te-pass-through):
24551 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
24552 (ange-ftp-raw-send-cmd):
24553 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
24554 (send-process-next-char, telnet-initial-filter, telnet):
24555 Replace `send-string' by `process-send-string'.
24556
24557 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
24558 (prolog-consult-region): Replace `send-string' by
24559 `process-send-string'; replace `send-region' by `process-send-region'.
24560
24561 * progmodes/delphi.el (delphi-log-msg):
24562 Replace `set-window-dot' by `set-window-point'.
24563
24564 * subr.el (window-dot, set-window-dot, read-input, send-string)
24565 (send-region, show-buffer, eval-current-buffer):
24566 Make really obsolete, as the comment says.
24567
24568 2005-05-17 Kim F. Storm <storm@cua.dk>
24569
24570 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
24571 (cua--init-keymaps): Bind C-return instead of S-return to set
24572 rectangle mark.
24573
24574 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
24575 instead of S-return to toggle/clear rectangle mark.
24576
24577 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
24578
24579 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
24580 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
24581 Also fontify plain strings assigned to variables, mostly so that a
24582 colon has a face and is thus not taken as a dependency separator.
24583 (makefile-previous-dependency): Inline the new matcher, because it
24584 is too complex to work in both directions.
24585 (makefile-match-dependency): Eliminate `backward' arg (see above).
24586 Completely reimplemented so as to not sometimes go into an endless
24587 loop. It should also be more efficient, because first it only
24588 searches for `:', instead of applying the very complex regexp.
24589 (makefile-mode): Cancel `font-lock-support-mode', because blocks
24590 to be fontified in one piece can be too long for JIT.
24591 Makefiles are never *that* big.
24592
24593 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
24594
24595 * dired.el (dired-mode): Simplify.
24596
24597 2005-05-17 Lute Kamstra <lute@gnu.org>
24598
24599 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24600 defcustom for the mode hook variable.
24601
24602 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24603 Emacs Lisp Reference Manual.
24604
24605 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
24606
24607 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24608 (evenp, list*):
24609 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24610 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24611
24612 * net/tramp-smb.el (tramp-smb-open-connection):
24613 Pass `tramp-chunksize' as fifth (required) argument.
24614
24615 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
24616
24617 * font-lock.el (lisp-font-lock-keywords-1):
24618 Set `font-lock-negation-char-face' for [^...] char group.
24619 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24620
24621 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24622 a var, and refine it to mask one more level of nested vars.
24623 (makefile-rule-action-regex): Turn it into a var, and refine it so
24624 it recognizes backslashed continuation lines as belonging to the
24625 same command.
24626 (makefile-macroassign-regex): Refine it so it recognizes
24627 backslashed continuation lines as belonging to the same command.
24628 (makefile-var-use-regex): Don't look at the next char, because it
24629 might be the same one to be skipped by the initial [^$], leading
24630 to an overlooked variable use.
24631 (makefile-make-font-lock-keywords): Remove two parameters, which
24632 are now variables that some of the modes set locally.
24633 Handle dependency and rule action matching through functions, because
24634 regexps alone match too often. Dependency matching now comes
24635 last, so it can check, whether a colon already matched something else.
24636 (makefile-mode): Inform that font-lock improves makefile parsing
24637 capabilities.
24638 (makefile-match-dependency, makefile-match-action): New functions.
24639
24640 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
24641
24642 * emacs-lisp/cl-extra.el (equalp): Doc fix.
24643
24644 * align.el (align-regexp):
24645 * ansi-color.el (ansi-color-get-face):
24646 * array.el (array-reconfigure-rows, array-init-max-row)
24647 (array-init-max-column, array-init-columns-per-line)
24648 (array-init-field-width):
24649 * dired-aux.el (dired-trample-file-versions):
24650 * dired-x.el (dired-mark-sexp):
24651 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24652 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24653 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24654 * faces.el (face-read-integer):
24655 * files.el (backup-extract-version, insert-directory):
24656 * hexl.el (hexl-insert-decimal-char):
24657 * server.el (server-process-filter):
24658 * shell.el (shell-extract-num):
24659 * startup.el (command-line-1):
24660 * term.el (term-command-hook):
24661 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24662 (time-stamp-do-number):
24663 * time.el (display-time-update):
24664 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24665 (timezone-fix-time):
24666 * vms-patch.el (vms-suspend-resume-hook):
24667 * calendar/appt.el (appt-convert-time):
24668 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24669 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24670 * calendar/cal-islam.el (mark-islamic-diary-entries):
24671 * calendar/calendar.el (calendar-cursor-to-date)
24672 (calendar-star-date):
24673 * calendar/diary-lib.el (diary-attrtype-convert)
24674 (mark-diary-entries, diary-entry-time):
24675 * calendar/solar.el (solar-get-number):
24676 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24677 * emacs-lisp/re-builder.el (reb-display-subexp):
24678 * emulation/edt.el (edt-set-scroll-margins):
24679 * emulation/tpu-extras.el (tpu-set-scroll-margins):
24680 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24681 (vip-get-ex-count):
24682 * emulation/viper-ex.el (viper-get-ex-token)
24683 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24684 * international/fontset.el (fontset-plain-name):
24685 * mail/feedmail.el (feedmail-look-at-queue-directory):
24686 * mail/mailalias.el (mail-get-names):
24687 * mail/rmail.el (rmail-convert-to-babyl-format):
24688 * mail/rmailsum.el (rmail-make-basic-summary-line)
24689 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24690 (rmail-summary-goto-msg):
24691 * mail/smtpmail.el (smtpmail-read-response):
24692 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24693 (ange-ftp-vms-add-file-entry):
24694 * play/gametree.el (gametree-looking-at-ply)
24695 (gametree-current-branch-score):
24696 * progmodes/ada-xref.el (ada-prj-find-prj-file)
24697 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24698 * progmodes/cperl-mode.el (condition-case):
24699 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24700 (ebrowse-set-member-buffer-column-width)
24701 (ebrowse-select-1st-to-9nth):
24702 * progmodes/etags.el (etags-snarf-tag):
24703 * progmodes/flymake.el (flymake-parse-line):
24704 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24705 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24706 (idlwave-shell-menu-def):
24707 * progmodes/ps-mode.el (ps-run-goto-error):
24708 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24709 (vhdl-speedbar-contract-level):
24710 * term/mac-win.el (x-handle-numeric-switch):
24711 * term/sun-mouse.el (sun-get-frame-data):
24712 * term/w32-win.el (x-handle-numeric-switch):
24713 * term/x-win.el (x-handle-numeric-switch):
24714 * textmodes/ispell.el (ispell-parse-output):
24715 * textmodes/nroff-mode.el (nroff-outline-level):
24716 * textmodes/reftex-cite.el (reftex-bib-sort-year)
24717 (reftex-bib-sort-year-reverse, reftex-format-citation):
24718 * textmodes/reftex-parse.el (reftex-init-section-numbers)
24719 (reftex-section-number):
24720 * textmodes/texinfmt.el (texinfo-paragraphindent):
24721 Replace `string-to-int' by `string-to-number'.
24722
24723 * international/latexenc.el: Add page marker to force the "Local
24724 Variables:" string out of the last page.
24725
24726 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24727
24728 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24729 tooltip-change-major-mode.
24730 (gud-tooltip-print-command): Remove case where gud-minor-mode
24731 is gdb ("--fullname").
24732 (gud-tooltip-tips): Turn GUD tooltips off for this case and
24733 explain to user.
24734
24735 2005-05-16 Jay Belanger <belanger@truman.edu>
24736
24737 * calc/calc-store.el (calc-copy-special-constant): New function.
24738
24739 * calc/calc-ext.el (calc-init-extensions): Add binding for
24740 `calc-copy-special-constant'.
24741
24742 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24743 for the `calc-copy-special-constant' command.
24744
24745 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24746
24747 * subr.el (left-fringe-p): New function.
24748
24749 * progmodes/compile.el (compilation-setup): Set local value of
24750 overlay-arrow-string to "" always.
24751 (compilation-set-window): Left fringe then don't scroll.
24752 No left fringe then no arrow and scroll message to top.
24753 (compilation-context-lines): Adjust doc string accordingly.
24754
24755 2005-05-16 Kim F. Storm <storm@cua.dk>
24756
24757 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24758 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24759 (ido-wide-find-dir-or-delete-dir): New command for M-d.
24760 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
24761 (ido-read-file-name): Handle commands with ido property value
24762 equal to find-file as reading a file name, to allow C-d to enter dired.
24763 (ibuffer-find-file): Add ido property with value find-file.
24764
24765 2005-05-15 Kim F. Storm <storm@cua.dk>
24766
24767 * subr.el (open-network-stream-nowait): Remove.
24768 (open-network-stream-server): Remove.
24769
24770 2005-05-15 Richard M. Stallman <rms@gnu.org>
24771
24772 * faces.el (describe-face): Output a definition link button.
24773
24774 * help-mode.el (help-face-def): New button type.
24775
24776 * emacs-lisp/copyright.el (copyright-fix-years):
24777 Match properly if the first year is 2-digit.
24778 Don't mess up the whitespace after the years by filling.
24779
24780 * dired-aux.el (dired-mark-confirm):
24781 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24782
24783 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24784 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24785 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24786
24787 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24788 Set font-lock-comment-start-skip.
24789
24790 * font-lock.el (font-lock-comment-start-skip): New variable.
24791 (font-lock-comment-end-skip): New variable.
24792 (font-lock-fontify-syntactically-region): Use them if non-nil.
24793
24794 2005-05-15 Jay Belanger <belanger@truman.edu>
24795
24796 * calc/calc-store.el (calc-store-value): Return a string rather
24797 than display it as a message.
24798 Use calc-var-name for variable name.
24799 (calc-store-into): Add the result of calc-store-value to message.
24800 (calc-copy-variable): Add a message.
24801 (calc-store-exchange): Improve error messages.
24802 (calc-store-binary, calc-store-map): Don't reset the values of
24803 special constants.
24804
24805 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
24806
24807 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
24808 manual to docstring.
24809
24810 * files.el (hack-local-variables-confirm): Add STRING argument.
24811 Make the function handle non file visiting buffers correctly.
24812 (hack-local-variables-prop-line, hack-local-variables)
24813 (hack-one-local-variable): Use STRING arg of
24814 `hack-local-variables-confirm'.
24815
24816 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
24817
24818 Sync with Tramp 2.0.49.
24819
24820 * net/tramp.el (tramp-handle-dired-call-process)
24821 (tramp-handle-insert-directory):`insert-buffer' cannot be used
24822 because the contents of the Tramp buffer is changed before
24823 insertion (`expand-file' and alike).
24824 (tramp-handle-insert-directory): If `localname' has an empty
24825 nondirectory name, it must not be quoted.
24826 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
24827 variable `tramp-chunksize'. Change callees.
24828 (tramp-open-connection-setup-interactive-shell): Check remote host
24829 for buggy `send-process-string' implementation.
24830 Set `tramp-chunksize' if found. Reported by Michael Kifer
24831 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
24832 (tramp-handle-shell-command): `insert-buffer' cannot be used
24833 because the contents of the Tramp buffer is changed before
24834 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
24835 <frederic.bothamy@free.fr>.
24836 (tramp-set-auto-save): Actions should be done for Tramp file name
24837 handler only. Ange-FTP has its own auto-save mechanism.
24838 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24839 (tramp-set-auto-save-file-modes): Set file modes of
24840 `buffer-auto-save-file-name' to ?\600 as fallback solution.
24841 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
24842 (tramp-bug): Remove obsolete variable.
24843 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
24844 for presence of `mml-mode'. Make it running for older Emacsen as well.
24845
24846 2005-05-14 John Paul Wallington <jpw@pobox.com>
24847
24848 * ibuf-ext.el (define-ibuffer-filter filename):
24849 If `dired-directory' is a list, use its car.
24850
24851 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
24852
24853 * ibuffer.el (define-ibuffer-column filename):
24854 If `dired-directory' is a list, use its car.
24855
24856 2005-05-14 Richard M. Stallman <rms@gnu.org>
24857
24858 * subr.el (symbol-file): Doc fix.
24859
24860 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
24861 (byte-compile-form): Call byte-compile-nogroup-warn.
24862 (byte-compile-warning-types): Doc fix.
24863
24864 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
24865
24866 * progmodes/cc-engine.el (c-literal-faces):
24867 Add font-lock-comment-delimiter-face.
24868
24869 * net/net-utils.el (dig): Use with-no-warnings.
24870
24871 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
24872 (sc-recite-frame-alist, sc-default-cite-frame)
24873 (sc-default-uncite-frame, sc-default-recite-frame)
24874 (sc-attrib-selection-list, sc-rewrite-header-list):
24875 Mark as risky-local-variable.
24876
24877 * international/ogonek.el (ogonek-jak, ogonek-how):
24878 Don't use beginning-of-buffer.
24879
24880 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
24881
24882 * calendar/solar.el (solar-data-list): Move definition up.
24883
24884 * dnd.el (dnd-protocol-alist): Add autoload.
24885
24886 * progmodes/sh-script.el: Many doc usage fixes.
24887 (sh-indent-after-do): Change default to match common styles.
24888
24889 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
24890
24891 * files.el (interpreter-mode-alist)
24892 (auto-mode-interpreter-regexp): Doc fixes.
24893
24894 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
24895
24896 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
24897
24898 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
24899
24900 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24901
24902 * dired.el (dired-mode): make-variable-buffer-local =>
24903 make-local-variable.
24904
24905 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24906
24907 * term/mac-win.el (mac-select-convert-to-string): Try coding
24908 systems in mac-script-code-coding-systems if specified one cannot
24909 encode string for `com.apple.traditional-mac-plain-text'.
24910
24911 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
24912
24913 * progmodes/make-mode.el (makefile-targets-face)
24914 (makefile-shell-face, makefile-makepp-perl-face): New faces.
24915 (makefile-dependency-regex): Fix it to not make the colon in
24916 $(var:a=b) special.
24917 (makefile-rule-action-regex): New regexp for highlighting embedded
24918 Shell strings.
24919 (makefile-macroassign-regex): Handle != for highlighting as
24920 embedded Shell strings.
24921 (makefile-var-use-regex): New const.
24922 (makefile-statements, makefile-automake-statements)
24923 (makefile-gmake-statements, makefile-makepp-statements)
24924 (makefile-bsdmake-statements): New consts.
24925 (makefile-make-font-lock-keywords): New function.
24926 (makefile-automake-font-lock-keywords)
24927 (makefile-gmake-font-lock-keywords)
24928 (makefile-makepp-font-lock-keywords)
24929 (makefile-bsdmake-font-lock-keywords): New consts.
24930 (makefile-mode-map): Add switchers between the various submodes.
24931 (makefile-mode): Document the availability of the variants.
24932 (makefile-automake-mode, makefile-gmake-mode)
24933 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
24934
24935 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
24936 new variants of makefile-mode.
24937
24938 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24939
24940 * font-lock.el (font-lock-comment-delimiter-face): Fix up
24941 the inheritance.
24942
24943 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
24944
24945 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
24946 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
24947
24948 * files.el (normal-mode): Extend the scope of the
24949 `enable-local-variables' binding to include the `set-auto-mode' call.
24950 (magic-mode-alist): Doc fix.
24951
24952 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24953
24954 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
24955 font-lock-comment-face rather than copying its setting.
24956
24957 2005-05-12 Andreas Schwab <schwab@suse.de>
24958
24959 * eshell/esh-mode.el (eshell-send-input): Doc fix.
24960
24961 2005-05-12 Lute Kamstra <lute@gnu.org>
24962
24963 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
24964 defcustom for the mode hook variable. Delete the last argument.
24965 * generic-x.el: Fix callers of define-generic-mode.
24966 (generic-x-modes): Delete group.
24967 (show-tabs-tab-face, show-tabs-space-face): Put them in the
24968 generic-x customization group.
24969
24970 2005-05-12 Kim F. Storm <storm@cua.dk>
24971
24972 * font-lock.el (font-lock-negation-char-face): Default to "off".
24973
24974 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
24975 font-lock-negation-char-face to ! in !=.
24976
24977 2005-05-12 Masatake YAMATO <jet@gyve.org>
24978
24979 * add-log.el (find-change-log): Fix typos in the docstring
24980 of function.
24981
24982 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24983
24984 * international/latexenc.el (latexenc-find-file-coding-system):
24985 Avoid `re-search-forward' when looking for input encoding because
24986 of speed and safety. Better regular expressions for recognizing
24987 input encoding. Limit a search for TeX-master/tex-main-file to
24988 the local variable section.
24989
24990 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
24991
24992 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
24993 syntax of $ to "'" (quote).
24994
24995 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
24996
24997 * dnd.el (dnd-protocol-alist): Improve custom type.
24998
24999 * dired.el (dired-dnd-protocol-alist): New variable.
25000 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
25001 `dired-mode-hook' to the end.
25002
25003 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25004
25005 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25006 comment-end if comment-start-skip is not set.
25007 Obey the font-lock-comment-delimiter-face variables.
25008
25009 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25010
25011 * files.el (executable-find): Move from executable.el. Use
25012 locate-file.
25013 * progmodes/executable.el (executable-find): Move to files.el.
25014
25015 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25016 when trying to ensure forward progress.
25017
25018 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
25019
25020 * mouse-sel.el (mouse-sel-follow-link-p): New function.
25021 (mouse-select, mouse-select-internal, mouse-extend-internal):
25022 Use it to implement mouse-1-click-follows-link functionality.
25023
25024 2005-05-11 Richard M. Stallman <rms@gnu.org>
25025
25026 * font-lock.el (font-lock-fontify-syntactically-region):
25027 Use font-lock-comment-delimiter-face for comment delimiters.
25028
25029 2005-05-10 Jay Belanger <belanger@truman.edu>
25030
25031 * calc/calc-help.el (calc-m-prefix-help): Add mention of
25032 preserving embedded modes.
25033
25034 2005-05-10 Richard M. Stallman <rms@gnu.org>
25035
25036 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25037
25038 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25039 Move from ada-stmt.el.
25040 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25041
25042 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25043 Move to ada-mode.el.
25044 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25045
25046 * cus-edit.el (custom-file): Call file-chase-links.
25047
25048 * files.el (read-directory-name): Fix previous change.
25049 (hack-local-variables-confirm): New function.
25050 (hack-local-variables-prop-line, hack-local-variables)
25051 (hack-one-local-variable): Use it.
25052
25053 2005-05-10 Lute Kamstra <lute@gnu.org>
25054
25055 * font-lock.el (font-lock-keywords-alist)
25056 (font-lock-removed-keywords-alist): Clarify docstrings.
25057
25058 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
25059
25060 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25061 (gdb-source-info): Check for preprocessor info.
25062 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
25063 a macro for a function.
25064 (gdb-info-breakpoints-custom): Try to find file again if not already
25065 found (user might have used GDB dir command).
25066 (gdb-get-location): Update gdb-location-alist correctly for change
25067 to gdb-info-breakpoints-custom.
25068
25069 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25070 (gud-tooltip-print-command): Add gdbmi case.
25071 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25072 preprocessor info.
25073
25074 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
25075
25076 * startup.el (fancy-splash-insert): Fix typo in doc string.
25077
25078 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
25079
25080 * obsolete/float.el (string-to-float):
25081 * obsolete/hilit19.el (hilit-add-pattern):
25082 * obsolete/rnews.el (news-parse-range, news-select-message)
25083 (news-get-pruned-list-of-files): Replace `string-to-int' by
25084 `string-to-number'.
25085
25086 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25087 `find-file-not-found-hooks'; use `add-hook'.
25088 (uncompress-while-visiting): Set `write-file-functions', not
25089 `write-file-hooks'; use `add-hook'.
25090
25091 2005-05-09 Kim F. Storm <storm@cua.dk>
25092
25093 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25094 (cua-paste): Handle clipboard action.
25095 (cua--init-keymaps): Remap clipboard-kill-region and
25096 clipboard-kill-ring-save.
25097
25098 2005-05-08 Eli Zaretskii <eliz@gnu.org>
25099
25100 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25101 Improve commentary.
25102
25103 * simple.el (next-error-overlay-arrow-position): Revert the change
25104 made on 2005-04-30.
25105
25106 2005-05-07 Jay Belanger <belanger@truman.edu>
25107
25108 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25109 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25110 `calc-sel-reselect'.
25111
25112 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25113 Calc is in embedded mode.
25114
25115 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25116
25117 * progmodes/compile.el (compilation-setup):
25118 Set overlay-arrow-string to an empty string on text terminals.
25119
25120 * textmodes/ispell.el (ispell-program-name): Try looking for
25121 "aspell" along exec-path, and if found, use it as the default
25122 speller program.
25123
25124 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
25125
25126 * international/mule.el (sgml-xml-auto-coding-function):
25127 Recognize encoding='FOO' in single quotes as well as in double quotes.
25128
25129 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25130
25131 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25132 as well as `interactive', so that defmacro* would recognize
25133 `declare' forms.
25134
25135 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25136
25137 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25138 Explain more about the LIGHTER arg's usage in the doc string.
25139 Add commentary to clarify what the code does. Fix the regexp that
25140 strips whitespace from LIGHTER. Quote LIGHTER before using it,
25141 since it could have characters special to regular expressions.
25142
25143 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25144
25145 * replace.el (occur-1): Bind inhibit-read-only so that
25146 erase-buffer doesn't barf on read-only text properties (likewise
25147 for add-text-properties in occur-engine). Mark buffer as unmodified.
25148 (occur-engine): Don't set buffer-read-only here.
25149
25150 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25151
25152 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25153 list-buffers-directory. This caused the *cvs-commit* buffer to be
25154 sometimes mistakenly reused as a *cvs* buffer.
25155
25156 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
25157
25158 * tooltip.el: Move code for GUD tooltips into gud.el.
25159 (require): CL no longer needed to compile case.
25160 (tooltip-mode): Do not toggle functions for GUD tooltips.
25161 (tooltip-gud-tips-p): Remove. Replace with minor mode
25162 gud-tooltip-mode in gud.el.
25163 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25164 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25165 tooltip-gud prefix with gud-tooltip and obsolete.
25166 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25167 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25168 (tooltip-mouse-motion): Mouse movement functions/variable.
25169 Rename in gud.el by adding gud prefix.
25170 (tooltip-gud-original-filter, tooltip-gud-dereference)
25171 (tooltip-gud-event, tooltip-toggle-gud-tips)
25172 (tooltip-gud-process-output, tooltip-gud-print-command)
25173 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
25174 gud.el by replacing tooltip-gud prefix with gud-tooltip.
25175 (gdb-tooltip-print): Move to gdb-ui.el.
25176
25177 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25178 (require): CL needed to compile case.
25179 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25180 tooltip-gud-tips-p. Make it a minor-mode.
25181 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25182 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25183 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25184 (gud-tooltip-change-major-mode)
25185 (gud-tooltip-activate-mouse-motions-if-enabled)
25186 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25187 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25188 (gud-tooltip-original-filter, gud-tooltip-dereference)
25189 (gud-tooltip-event, tooltip-toggle-gud-tips)
25190 (gud-tooltip-process-output, gud-tooltip-print-command)
25191 (gud-tooltip-tips): Move from tooltip.el.
25192
25193 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25194 (gdb-cpp-define-alist-flags): Doc fix.
25195 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25196 gud-tooltip-mode is t.
25197
25198 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25199
25200 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25201 evaporate if their text is deleted.
25202 (goto-address-at-point): Make it work as a mouse binding as well.
25203 (goto-address-at-mouse): Obsolete it. Update users.
25204
25205 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25206
25207 * calendar/appt.el (top-level): No longer activate on load.
25208
25209 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
25210
25211 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25212 * net/webjump.el (webjump):
25213 * progmodes/idlw-help.el (idlwave-do-context-help1)
25214 (idlwave-highlight-linked-completions):
25215 * textmodes/po.el (po-find-file-coding-system-guts):
25216 Replace `assoc-ignore-case' by `assoc-string'.
25217
25218 2005-05-06 Eli Zaretskii <eliz@gnu.org>
25219
25220 * files.el (locate-file): Doc fix.
25221
25222 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25223 Remove the redundant test for ms-dos.
25224
25225 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25226 look for the preprocessor with exec-suffixes. If not found in
25227 standard places, look in exec-path. Remove most of the tests that
25228 used system-type.
25229
25230 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25231
25232 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25233
25234 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25235 file-name clash with jka-compr.el on 8+3 filesystems.
25236
25237 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25238
25239 * term/mac-win.el: Don't define or bind scroll bar functions if
25240 x-toolkit-scroll-bars is t.
25241 (x-select-text, x-get-selection-value): Clear
25242 x-last-selected-text-clipboard if x-select-enable-clipboard is
25243 nil.
25244 (PRIMARY): Put mac-scrap-name property.
25245 (mac-select-convert-to-file-url): New function.
25246 (public.file-url): New selection target type. Add to
25247 selection-converter-alist.
25248 (x-get-selection, x-selection-value): Handle it.
25249 (x-cut-buffer-or-selection-value): New alias.
25250
25251 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25252
25253 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25254 entry to avoid calling bibtex-find-entry with arg global
25255 being t. Remove arg key.
25256 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25257 (bibtex-copy-summary-as-kill): Change accordingly.
25258
25259 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25260
25261 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25262 (org-agenda-date-later): Use with-current-buffer.
25263
25264 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
25265
25266 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25267 (define-obsolete-variable-alias): Doc Fixes.
25268
25269 2005-05-06 Kim F. Storm <storm@cua.dk>
25270
25271 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
25272 vertical-motion when selective-display is active.
25273
25274 * ido.el (ido-setup-hook): New hook.
25275 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25276 (ido-input-stack): New var.
25277 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
25278 ido-next-work-file binding to M-O.
25279 Bind M-f to ido-wide-find-file-or-pop-dir.
25280 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25281 (ido-read-internal): Run ido-setup-hook.
25282 Catch quit in read-file-name and read-string to cancel edit.
25283 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25284 Automatically pop-all when completing a directory name (RET).
25285 (ido-file-internal): Add with-no-warnings around ffap and dired code.
25286 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25287 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25288 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25289 New functions for M-b/M-f to move among the directory components.
25290 (ido-make-merged-file-list): Catch quit to cancel merge.
25291 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25292 (ido-completion-help): No warnings for ido-completion-buffer-full.
25293
25294 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
25295
25296 * font-lock.el (font-lock-negation-char-face): New face and variable.
25297 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25298 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25299 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25300 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25301
25302 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
25303
25304 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25305 Fix typo in docstring.
25306
25307 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25308 (ebrowse-print-statistics-line)
25309 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25310
25311 * term/w32-win.el (image-library-alist): Add additional name for
25312 Xpm library.
25313
25314 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
25315
25316 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25317 use gcc instead of cpp.
25318
25319 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25320 (gdb-create-define-alist): Use it.
25321 (gdb-cpp-define-alist-program): Update for MS-DOS.
25322
25323 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
25324
25325 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25326
25327 2005-05-04 Richard M. Stallman <rms@gnu.org>
25328
25329 * help.el (describe-key): No error when UNTRANSLATED is nil.
25330
25331 * simple.el (line-move-1): Fix previous change to signal errors
25332 appropriately.
25333
25334 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
25335
25336 * calendar/icalendar.el (icalendar-version): Now at 0.12.
25337 (icalendar-duration-correction): Remove.
25338 (icalendar--get-event-properties): Split result at commas.
25339 (icalendar--decode-isoduration): New optional argument
25340 DURATION-CORRECTION.
25341 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25342 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25343 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25344 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25345 (icalendar--convert-anniversary-to-ical): New functions, extracted
25346 from icalendar-export-region, with bug fixes.
25347 (icalendar-export-region): Use the above functions.
25348 (icalendar-import-buffer): Check before saving diary file.
25349 (icalendar--convert-recurring-to-diary)
25350 (icalendar--convert-non-recurring-all-day-to-diary)
25351 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25352 extracted from icalendar--convert-ical-to-diary, with bug fixes.
25353 (icalendar--convert-ical-to-diary): Use the above functions.
25354
25355 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
25356
25357 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25358 Remove these recent additions.
25359 (c-mode): Restore to before 2005-04-28.
25360
25361 * progmodes/cc-vars.el (cc-define-list-program): Remove this
25362 recent addition.
25363
25364 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25365 (gdb-define-alist): New variables.
25366 (gdb-create-define-alist): New function.
25367 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25368 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25369 with string-to-number.
25370 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
25371
25372 * progmodes/gud.el: Replace string-to-int with string-to-number.
25373 (gud-find-file): Handle gdb-define-alist.
25374
25375 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25376
25377 2005-05-02 Jay Belanger <belanger@truman.edu>
25378
25379 * calc/calc-aent.el (math-read-token):
25380 * calc/calc-bin.el (calc-word-size):
25381 * calc/calc-ext.el (calc-read-number-fancy):
25382 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25383 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25384 * calc/calc-frac.el (calc-over-notation):
25385 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25386 (calc-graph-num-points, calc-graph-init):
25387 * calc/calc-prog.el (calc-read-parse-table-part)
25388 (calc-edit-macro-repeats):
25389 * calc/calc-yank.el (calc-do-grab-rectangle):
25390 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25391 Replace `string-to-int' by `string-to-number'.
25392
25393 2005-05-02 Kim F. Storm <storm@cua.dk>
25394
25395 * kmacro.el: Use executing-kbd-macro-index variable.
25396
25397 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
25398
25399 * net/rlogin.el (rlogin-parse-words): Delete func.
25400 (rlogin): Use split-string, not rlogin-parse-words.
25401 Also, if there are option-like elements in the parsed args,
25402 take the host to be the first arg immediately following them.
25403 Suggested by Michael Mauger.
25404
25405 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25406
25407 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25408
25409 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25410
25411 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25412 (cc-mode-cpp-program): Rename to cc-define-list-program and
25413 move to cc-vars.el.
25414
25415 * progmodes/cc-vars.el (cc-define-list-program):
25416 Change to "gcc -E -dM -". Make customizable.
25417
25418 2005-05-02 Kim F. Storm <storm@cua.dk>
25419
25420 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25421
25422 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25423
25424 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
25425
25426 * international/mule-util.el (truncate-string): Remove alias and
25427 obsolete declaration.
25428
25429 * international/mule-cmds.el (update-iso-coding-systems):
25430 Remove alias and obsolete declaration.
25431
25432 * international/mule.el (coding-system-parent): Remove alias and
25433 obsolete declaration.
25434
25435 * subr.el (define-function, sref): Remove aliases and obsolete
25436 declarations.
25437 (chars-in-region): Remove obsolete declaration.
25438
25439 2005-05-01 Richard M. Stallman <rms@gnu.org>
25440
25441 * info.el (Info-mode): Set widen-automatically to nil, locally.
25442
25443 * simple.el (widen-automatically): New variable.
25444 (pop-global-mark): Obey widen-automatically.
25445
25446 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
25447
25448 * term/xterm.el (function-key-map): Call substitute-key-definition
25449 before the keymap size is increased by a lot of define-key calls.
25450
25451 2005-05-01 Richard M. Stallman <rms@gnu.org>
25452
25453 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
25454 Rename ARG to ELEMENT. Doc fix.
25455
25456 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25457
25458 * allout.el (allout-exposure): Remove macro and obsolete declaration.
25459 Remove references to allout-exposure/change to allout-new-exposure.
25460
25461 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
25462 bytecode symbols.
25463
25464 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
25465 (compiled-function-p, focus-frame, unfocus-frame):
25466 Remove aliases and obsolete declarations.
25467 Back out inadvertent changes from previous commit.
25468
25469 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25470
25471 * files.el (require-final-newline): Make Custom tags consistent
25472 with mode-require-final-newline.
25473 (mode-require-final-newline): Doc fix.
25474
25475 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
25476
25477 * international/latexenc.el (latexenc-find-file-coding-system):
25478 Fix regular expressions.
25479
25480 2005-05-01 David Kastrup <dak@gnu.org>
25481
25482 * international/latexenc.el (latexenc-find-file-coding-system):
25483 Fix regular expressions.
25484
25485 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25486
25487 * subr.el (string-to-int): Make obsolete.
25488
25489 2005-04-30 Richard M. Stallman <rms@gnu.org>
25490
25491 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
25492
25493 * loadup.el: load jka-comp-hook.
25494
25495 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
25496 (jka-compr-handler): Add autoload. `put' calls moved
25497 to jka-comp-hook.el.
25498 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
25499 (jka-compr-inhibit): Autoload.
25500
25501 * jka-comp-hook.el: New file.
25502 Enable the mode by default.
25503
25504 * files.el (backup-buffer-copy): Use copy-file instead
25505 of write-region, and put back the 'excl.
25506
25507 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
25508
25509 * progmodes/flymake.el (flymake-split-string)
25510 (flymake-split-string, flymake-log, flymake-pid-to-names)
25511 (flymake-reg-names, flymake-get-source-buffer-name)
25512 (flymake-unreg-names, flymake-add-line-err-info)
25513 (flymake-add-err-info): Clarify docstrings.
25514 (flymake-popup-menu, flymake-make-emacs-menu)
25515 (flymake-make-xemacs-menu): Add docstrings.
25516 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
25517 Set variables directly throughout.
25518
25519 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
25520
25521 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
25522 exists. Initialize cc-define-alist.
25523 (c-mode): Add cc-create-define-alist locally to after-save-hook.
25524 If there is no file (Macroexpansion) don't create an alist.
25525
25526 2005-04-29 Sam Steingold <sds@gnu.org>
25527
25528 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
25529 (cc-create-define-alist): Use it instead of the hard-coded string.
25530
25531 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25532
25533 * international/mule-conf.el (file-coding-system-alist): Fix regexp
25534 for latexenc.
25535
25536 2005-04-29 Lute Kamstra <lute@gnu.org>
25537
25538 * emacs-lisp/generic.el: Improve commentary section.
25539 (define-generic-mode): Improve docstring.
25540
25541 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
25542
25543 * textmodes/org.el (many places): Change to quiet the byte compiler.
25544 (org-prefix-format-compiled): New variable.
25545 (org-compile-prefix-format): New function.
25546 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
25547 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
25548 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
25549 (org-get-entries-from-diary): Use `org-get-time-of-day' for
25550 consistency with entries from `org-mode' files.
25551 (org-get-time-of-day): Fix bug with partial matches early in a line.
25552 (org-non-link-chars): New constant.
25553 (org-link-regexp): Respect `org-non-link-chars'.
25554 (org-agenda-day-view): Remove command.
25555 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
25556 (org-follow-bbdb-link, org-store-link): Search also company field.
25557 (org-highlight-overlay): New variable.
25558 (org-highlight, org-unhighlight): New functions.
25559 (org-agenda-mode): Add pre-command-hook to remove highlight.
25560 (org-evaluate-time-range): Behavior depends upon whether time stamp
25561 contains a time or not.
25562 (org-show-subtree, org-show-entry): New functions.
25563 (org-agenda-cleanup-fancy-diary): Remove empty lines.
25564
25565 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
25566
25567 * comint.el (comint-output-filter-functions): Add autoload cookie.
25568
25569 2005-04-28 Kim F. Storm <storm@cua.dk>
25570
25571 * ido.el (ido-everywhere): Fix last change.
25572
25573 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25574
25575 * international/latexenc.el: New file.
25576 * international/mule-conf.el (file-coding-system-alist): For .tex,
25577 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
25578
25579 2005-04-28 Lute Kamstra <lute@gnu.org>
25580
25581 * font-lock.el (font-lock-add-keywords)
25582 (font-lock-remove-keywords): Clarify docstring.
25583 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
25584 Don't start docstrings with a `*'.
25585 (font-lock-update-removed-keyword-alist): Give it a docstring.
25586
25587 * generic-x.el: Update commentary section.
25588 Only require font-lock when compiling.
25589 Define all modes conditionally.
25590 Place all generic modes in the generic-x-modes customization group.
25591 (generic-x-modes): New customization group.
25592 (generic-default-modes, generic-mswindows-modes)
25593 (generic-unix-modes, generic-other-modes): New constants.
25594 (generic-define-mswindows-modes, generic-define-unix-modes):
25595 Update docstrings. Make them obsolete.
25596 (generic-extras-enable-list): New default value. Update docstring.
25597 Improve :type. Change :set function.
25598 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25599 Fix docstring.
25600
25601 * emacs-lisp/generic.el (generic-mode-internal):
25602 Simplify font-lock-defaults.
25603 (define-generic-mode): Fix docstring.
25604
25605 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25606
25607 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25608 font-lock-face property to highlight matches.
25609
25610 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
25611
25612 * progmodes/cc-mode.el (cc-create-define-alist): New function.
25613 (cc-define-alist): New variable.
25614 (c-mode): Make it local and initialize it.
25615
25616 * progmodes/gdb-ui.el (gdb-active-process): New variable.
25617 (gdb-exited): New function.
25618 (gdb-annotation-rules): Use it.
25619 (gdb-starting): Set gdb-active-process to t.
25620 (gdb-stopping): Amend doc string.
25621 (gdb-reset): Set gdb-active-process to nil.
25622
25623 * tooltip.el (tooltip-gud-tips): Show the associated #define
25624 directives when a C program under GDB is not executing.
25625
25626 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
25627
25628 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25629 font-lock-fontify-syntactic-keywords.
25630
25631 * font-lock.el (font-lock-default-fontify-region): Don't force
25632 parse-sexp-lookup-properties to nil.
25633
25634 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25635
25636 * man.el (man-mode-syntax-table): Set up `:' to have
25637 word-constituent syntax.
25638
25639 2005-04-27 Lute Kamstra <lute@gnu.org>
25640
25641 * novice.el (disable-command): Don't add spurious newlines to the
25642 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
25643
25644 2005-04-26 Jay Belanger <belanger@truman.edu>
25645
25646 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25647 than one window before deleting window.
25648
25649 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
25650
25651 * shell.el (shell-prompt-pattern): Doc fix.
25652 (shell-mode): Set paragraph-separate buffer locally to "\\'".
25653
25654 * comint.el (comint-prompt-regexp, comint-get-old-input)
25655 (comint-use-prompt-regexp)
25656 (comint-use-prompt-regexp-instead-of-fields)
25657 (comint-replace-by-expanded-history, comint-send-input)
25658 (comint-output-filter, comint-get-old-input-default)
25659 (comint-line-beginning-position, comint-bol, comint-show-output)
25660 (comint-backward-matching-input, comint-forward-matching-input)
25661 (comint-next-prompt, comint-previous-prompt):
25662 Rename `comint-use-prompt-regexp-instead-of-fields' to
25663 `comint-use-prompt-regexp'. Keep old name as alias and declare
25664 obsolete.
25665 (comint-use-prompt-regexp): Shorten first line of doc string.
25666
25667 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25668 Set paragraph-separate buffer locally to "\\'".
25669
25670 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25671 Adapt to above name change.
25672
25673 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25674 (smbclient-prompt-regexp): Ditto.
25675
25676 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25677
25678 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
25679
25680 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25681 gdb-location-list.
25682 Break lines that are over 80 characters wide.
25683
25684 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
25685
25686 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25687 New fun and var, to preserve compatibility.
25688
25689 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25690
25691 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
25692
25693 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25694 name to file-newer-than-file-p.
25695
25696 2005-04-26 Richard M. Stallman <rms@gnu.org>
25697
25698 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25699
25700 * progmodes/python.el (python-mode):
25701 Use new name eldoc-documentation-function.
25702
25703 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25704
25705 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25706 (eldoc-documentation-function):
25707 Rename from eldoc-print-current-symbol-info-function. Calls changed.
25708
25709 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
25710
25711 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25712
25713 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25714
25715 * term/xterm.el (function-key-map): Fix strings for
25716 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
25717 {C,S,A,C-S}-{f1-f12}.
25718
25719 2005-04-26 Kenichi Handa <handa@m17n.org>
25720
25721 * international/mule-cmds.el (select-safe-coding-system):
25722 Fix previous change.
25723
25724 2005-04-26 Lute Kamstra <lute@gnu.org>
25725
25726 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25727
25728 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25729 (font-lock-comment-delimiter-face): Ditto.
25730
25731 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25732
25733 2005-04-25 Jay Belanger <belanger@truman.edu>
25734
25735 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25736 to t while inserting information; use help-mode.
25737
25738 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25739
25740 * term.el (ansi-term-color-vector): Use the xterm colors.
25741 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
25742
25743 2005-04-25 Lute Kamstra <lute@gnu.org>
25744
25745 * font-core.el (font-lock-defaults): Fix docstring.
25746
25747 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25748
25749 2005-04-25 Kenichi Handa <handa@m17n.org>
25750
25751 * international/mule-cmds.el (select-safe-coding-system):
25752 Don't check consistency with coding: spec, etc if raw-text or
25753 no-conversion was found to be safe.
25754
25755 2005-04-24 Richard M. Stallman <rms@gnu.org>
25756
25757 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25758 citation markers at start of each line.
25759
25760 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25761 citation markers at start of each line.
25762
25763 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25764
25765 * files.el (mode-require-final-newline): Fix previous change.
25766 (require-final-newline): Fix type label.
25767
25768 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
25769
25770 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25771 statement in buffer (broken by 2004-11-24 change).
25772
25773 2005-04-24 Kim F. Storm <storm@cua.dk>
25774
25775 * ido.el (ido-everywhere): Save and restore old read-buffer-function
25776 and read-file-name-function values. Don't overwrite existing
25777 non-nil values if ido-mode is enabled without ido-everywhere.
25778
25779 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
25780
25781 * files.el (mode-require-final-newline): Minor doc fix.
25782
25783 2005-04-24 Eli Zaretskii <eliz@gnu.org>
25784
25785 * subr.el (syntax-after): Doc fix.
25786 (syntax-class): If argument is nil, return nil. Mask off upper 16
25787 bits, not 8 bits.
25788
25789 * files.el (mode-require-final-newline): Doc fix.
25790 (backup-buffer-copy): Fix last change.
25791
25792 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25793
25794 * term/mac-win.el: Require select. Set selection-coding-system to
25795 mac-system-coding-system. Call menu-bar-enable-clipboard.
25796 (x-last-selected-text-clipboard, x-last-selected-text-primary)
25797 (x-select-enable-clipboard): New variables.
25798 (x-select-text, x-get-selection, x-selection-value)
25799 (x-get-selection-value, mac-select-convert-to-string)
25800 (mac-services-open-file, mac-services-open-selection)
25801 (mac-services-insert-text): New functions.
25802 (CLIPBOARD, FIND): Put mac-scrap-name property.
25803 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
25804 (public.tiff): Put mac-ostype property.
25805 (selection-converter-alist): Add entries for them.
25806 (mac-application-menu-map): New keymap.
25807 (interprogram-cut-function, interprogram-paste-function): Set to
25808 x-select-text and x-get-selection-value, respectively.
25809 (split-window-keep-point): Set to t.
25810
25811 2005-04-23 Richard M. Stallman <rms@gnu.org>
25812
25813 * files.el (read-directory-name): Always pass non-nil
25814 DEFAULT-FILENAME arg to read-file-name.
25815 (backup-buffer-copy, basic-save-buffer-2): Take care against
25816 writing thru an unexpected existing symlink.
25817 (revert-buffer): In indirect buffer, revert the base buffer.
25818 (magic-mode-alist): Doc fix.
25819 (buffer-stale-function): Doc fix.
25820 (minibuffer-with-setup-hook): Avoid warning.
25821 (mode-require-final-newline): Doc and custom fix.
25822
25823 * follow.el (follow-end-of-buffer): Use with-no-warnings.
25824
25825 * font-lock.el (font-lock-comment-face): On terminals with few colors,
25826 use the default appearance.
25827 (font-lock-comment-delimiter-face): New face, new variable.
25828
25829 * imenu.el (imenu--generic-function): The official position of a
25830 definition is the start of the line that BEG is in.
25831
25832 * midnight.el (midnight-timer): Move defvar up.
25833
25834 * mouse.el (mouse-drag-region-1): Delete some debugging code.
25835
25836 * saveplace.el (save-place-to-alist): Use with-no-warnings.
25837
25838 * startup.el (command-line): Use with-no-warnings.
25839
25840 * window.el (window-size-fixed): New defvar.
25841
25842 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
25843
25844 * mail/rmail.el (rmail-font-lock-keywords):
25845 Use font-lock-comment-delimiter-face.
25846
25847 * mail/sendmail.el (mail-font-lock-keywords):
25848 Use font-lock-comment-delimiter-face.
25849
25850 * progmodes/compile.el (next-error-highlight-timer): New defvar.
25851
25852 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
25853
25854 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25855 Specify t for LAXMATCH when matching directories.
25856 Save match data around compilation-compat-error-properties form.
25857
25858 2005-04-23 David Kastrup <dak@gnu.org>
25859
25860 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
25861 Mention that the autoloaded aliases should be kept for AUCTeX.
25862
25863 2005-04-23 Andreas Schwab <schwab@suse.de>
25864
25865 * isearch.el (isearch-forward): Doc fix.
25866
25867 2005-04-23 Eli Zaretskii <eliz@gnu.org>
25868
25869 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
25870 (jit-lock-stealth-nice): Change default value to 0.5.
25871
25872 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
25873
25874 * abbrev.el (write-abbrev-file): Write table entries in
25875 alphabetical order by table name.
25876
25877 2005-04-22 Kim F. Storm <storm@cua.dk>
25878
25879 * ido.el (ido-read-internal): Fix `list' completion.
25880
25881 2005-04-22 Kenichi Handa <handa@m17n.org>
25882
25883 * recentf.el (recentf-save-file-coding-system): New variable.
25884 (recentf-save-list): Encode the file by
25885 recentf-save-file-coding-system and add coding: tag.
25886
25887 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
25888
25889 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
25890
25891 2005-04-21 Lute Kamstra <lute@gnu.org>
25892
25893 * loadhist.el (unload-feature): Don't remove a function from hooks
25894 if it is about to be restored to an autoload . Remove functions
25895 that will become unbound from auto-mode-alist. Simplify the code.
25896
25897 * subr.el (assq-delete-all): New implementation that is linear,
25898 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
25899 (rassq-delete-all): New function.
25900
25901 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25902 Add size-indication-mode.
25903
25904 2005-04-21 Kenichi Handa <handa@m17n.org>
25905
25906 * international/mule-cmds.el: Add autoload for widget-value in
25907 eval-when-compile.
25908
25909 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
25910
25911 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25912 Add tooltip-mode.
25913
25914 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
25915
25916 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
25917
25918 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
25919 (inferior-lisp-filter-regexp, inferior-lisp-program)
25920 (inferior-lisp-load-command, inferior-lisp-prompt)
25921 (inferior-lisp-mode-hook, lisp-source-modes)
25922 (inferior-lisp-load-hook): defvar->defcustom.
25923 (inferior-lisp-program, inferior-lisp-prompt)
25924 (inferior-lisp-load-hook): Doc fixes.
25925 (inferior-lisp-install-letter-bindings): Small change in
25926 introductory comment.
25927
25928 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
25929
25930 * vc.el (vc-annotate-color-map): Change some colors so that text
25931 using them as foreground is readable on both white and black
25932 backgrounds.
25933
25934 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25935
25936 * international/mule-conf.el (translation-table-for-input):
25937 Remove redundant declaration.
25938
25939 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
25940
25941 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
25942
25943 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
25944 (tooltip-toggle-gud-tips): New function.
25945
25946 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25947
25948 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
25949 right angle brackets.
25950
25951 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
25952
25953 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
25954
25955 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25956
25957 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
25958 Remove. Update callers to use expand-file-name instead.
25959
25960 * subr.el (syntax-class): New function.
25961
25962 * simple.el (blink-matching-open): Use it.
25963
25964 * paren.el (show-paren-function): Use it to recognize parens that are
25965 also used in 2-char comment markers.
25966
25967 2005-04-19 Lute Kamstra <lute@gnu.org>
25968
25969 * loadhist.el (unload-feature): Update for new format of
25970 load-history. Simplify the code.
25971
25972 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25973
25974 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
25975 (mac-add-charset-info): New function. Initialize variable
25976 mac-charset-info-alist using it.
25977 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
25978 for translation.
25979 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
25980 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
25981 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
25982 New CCL programs.
25983
25984 2005-04-19 Kim F. Storm <storm@cua.dk>
25985
25986 * simple.el (next-buffer, prev-buffer, next-error)
25987 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25988 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
25989
25990 * bindings.el (next-buffer, prev-buffer, next-error)
25991 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25992 (clone-indirect-buffer-other-window): Move bindings from simple.el.
25993 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
25994 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
25995
25996 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
25997
25998 * isearch.el (isearch-edit-string): Make the search-ring available for
25999 minibuffer history commands.
26000 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26001 the default history commands now work just as well.
26002 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26003
26004 2005-04-18 Kim F. Storm <storm@cua.dk>
26005
26006 * emulation/cua-base.el (cua--pre-command-handler): Add more
26007 elaborate check for shift modifier on non-window systems.
26008
26009 2005-04-18 Lars Hansen <larsh@math.ku.dk>
26010
26011 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26012
26013 2005-04-18 Kim F. Storm <storm@cua.dk>
26014
26015 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26016 and make it optional. Don't test tooltip-gud-echo-area here.
26017 (tooltip-gud-process-output, gdb-tooltip-print):
26018 Pass tooltip-gud-echo-area to tooltip-show.
26019 (tooltip-help-tips): Remove second optional arg to tooltip-show.
26020
26021 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26022
26023 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26024 `display-graphic-p' may not be bound yet.
26025
26026 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
26027
26028 * startup.el (command-line): No longer enable Xterm Mouse mode by
26029 default in terminals compatible with xterm.
26030
26031 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26032
26033 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
26034
26035 * tooltip.el (tooltip-gud-echo-area): Rename from
26036 tooltip-use-echo-area.
26037 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26038 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26039 area independently of where help tooltips are displayed.
26040
26041 2005-04-17 David Kastrup <dak@gnu.org>
26042
26043 * cus-theme.el (custom-theme-write-variables): Quote variables
26044 where necessary.
26045
26046 2005-04-17 Richard M. Stallman <rms@gnu.org>
26047
26048 * simple.el (yank-excluded-properties): Add follow-link to value.
26049
26050 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26051
26052 * startup.el (fancy-splash-max-time): Just 30 seconds.
26053 (fancy-splash-delay): Just 7.
26054 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26055
26056 * loadhist.el (unload-feature): Update for new format of load-history.
26057 Simplify the code.
26058
26059 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26060 (rmail-font-lock-keywords): Don't fontify the text of a citation.
26061
26062 * mail/sendmail.el (mail-font-lock-keywords):
26063 Don't fontify subject text.
26064 Don't fontify the text of a citation.
26065
26066 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
26067
26068 * comint.el (comint-output-filter): Run comint-output-filter-functions
26069 with point where the user had it.
26070
26071 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
26072
26073 * international/ucs-tables.el (ucs-set-table-for-input):
26074 Disable when using unify-on-decoding.
26075
26076 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
26077
26078 * emulation/cua-base.el (cua-global-mark-face): Add special case
26079 for displays supporting a high number of colors.
26080
26081 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26082
26083 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26084
26085 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
26086
26087 * filesets.el (filesets-add-buffer): If user supplies a name of a
26088 non-existing fileset, create a new fileset.
26089
26090 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
26091
26092 * textmodes/org.el (org-up-heading-all): Fix bug with
26093 `outline-up-heading-all'.
26094
26095 2005-04-16 Andreas Schwab <schwab@suse.de>
26096
26097 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26098 /etc/permissions.d/* and /etc/aliases.d/*.
26099
26100 2005-04-16 Kenichi Handa <handa@m17n.org>
26101
26102 * international/code-pages.el (cp-make-coding-system):
26103 Set `translation-table-for-input' property value to the symbol
26104 ucs-mule-to-mule-unicode, not to that value.
26105 (pt154): Escape guillemet by `\'.
26106
26107 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
26108
26109 * loadup.el: Load tooltip if x-show-tip is fboundp.
26110
26111 * startup.el (command-line): Add comment.
26112
26113 * tooltip.el (tooltip-mode): Specify correct standard value for
26114 Custom in init-value.
26115
26116 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
26117
26118 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26119 possible.
26120
26121 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
26122
26123 * textmodes/org.el (org-agenda-date-prompt): Rename from
26124 `org-agenda-date-today'.
26125 (org-evaluate-time-range): Insert at point instead of directly
26126 after time range.
26127 (org-first-headline-recenter, org-subtree-end-visible-p)
26128 (org-optimize-window-after-visibility-change): New functions
26129 (org-agenda-post-command-hook): Don't allow point at end of line,
26130 to make sure it always hits the text properties.
26131 (org-agenda-next-date-line, org-agenda-previous-date-line):
26132 New commands.
26133 (org-set-regexps-and-options): Category may contain white space.
26134 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26135 Improve marker positions.
26136 (org-agenda-new-marker): Argument POS made optional.
26137 (org-agenda-get-timestamps): Deadlines which are done are listed
26138 in org-done-face now.
26139 (org-agenda-get-todos, org-agenda-get-timestamps)
26140 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26141 Set `undone-face' and `done-face' properties.
26142 (org-last-todo-state-is-todo): New variable.
26143 (org-todo): Set `org-last-todo-state-is-todo'.
26144 (org-agenda-todo): Change face according to
26145 `org-last-todo-state-is-todo'. And change other lines referring to
26146 the same entry.
26147 (org-calendar-goto-agenda): New command.
26148 (org-calendar-to-agenda-key): New option.
26149 (org-startup-folded): New allowed value `content'.
26150 (org-set-regexps-and-options): Accept new value `content' for
26151 `org-startup-folded'.
26152 (org-get-current-options): Handle new value `content' for
26153 `org-startup-folded'.
26154 (org-insert-todo-heading): New command.
26155 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26156 interactively in empty file and option
26157 `org-insert-mode-line-in-empty-file' has been set.
26158 (org-agenda-todo, org-agenda-priority): Modify to use
26159 `org-agenda-change-all-lines'.
26160 (org-warning-face): Change color on dark background
26161
26162 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26163
26164 * international/mule-cmds.el (set-locale-environment): On Mac OS,
26165 use preferences AppleLocale and AppleLanguages, and variable
26166 mac-system-locale for default locale. On Mac OS Classic, use
26167 mac-system-coding-system for default coding systems.
26168
26169 * term/mac-win.el: Don't set file-name-coding-system.
26170 Decode variables system-name, emacs-build-system, user-login-name, and
26171 user-full-name by mac-system-coding-system on Mac OS Classic.
26172 (mac-system-coding-system): New variable.
26173
26174 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
26175
26176 * startup.el (command-line): Handle `xterm-mouse-mode' before
26177 reading init file.
26178
26179 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26180
26181 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
26182
26183 * progmodes/sh-script.el (sh-here-document-word): Make it a
26184 defcustom. Doc fix.
26185 (sh-add): Bash uses $(( )) for arithmetic.
26186 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26187 (sh-maybe-here-document): Remove quotes and leading whitespace
26188 from heredoc word when closing. Indent heredoc with tabs if word
26189 starts with "-".
26190
26191 2005-04-13 Richard M. Stallman <rms@gnu.org>
26192
26193 * simple.el (undo): Fix previous change.
26194
26195 * custom.el (defface): Doc fix.
26196
26197 2005-04-13 Lute Kamstra <lute@gnu.org>
26198
26199 * Makefile.in (DONTCOMPILE): Remove list.
26200 (compile, compile-always): Don't use DONTCOMPILE.
26201 (update-authors): Load the library in which batch-update-authors
26202 is defined.
26203 * makefile.w32-in (DONTCOMPILE): Remove list.
26204 (compile, compile-always): Fix comments.
26205 (update-authors): Load the library in which batch-update-authors
26206 is defined.
26207
26208 * generic-x.el (generic-mode-ini-file-find-file-hook):
26209 Rename to ini-generic-mode-find-file-hook.
26210 Keep generic-mode-ini-file-find-file-hook as an alias.
26211 (ini-generic-mode-find-file-hook): Rename from
26212 generic-mode-ini-file-find-file-hook. Fix docstring.
26213 (ini-generic-mode): Docstring change.
26214 (bat-generic-mode-run-as-comint): Silence the byte compiler.
26215
26216 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26217 called from lisp.
26218
26219 * generic.el: Move to the emacs-lisp subdir.
26220
26221 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
26222
26223 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26224 and C-S- function and cursor motion keys.
26225
26226 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
26227
26228 * startup.el (command-line): Enable Xterm Mouse mode by default.
26229 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26230 for Custom. No longer show "Mouse" in mode line when enabled.
26231 Doc fix.
26232
26233 2005-04-12 Kim F. Storm <storm@cua.dk>
26234
26235 * emulation/cua-base.el (cua-rectangle-face)
26236 (cua-rectangle-noselect-face): Define face attributes here.
26237
26238 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26239
26240 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26241
26242 * startup.el (command-line): Turn off blinking cursor if
26243 cursorBlink in resources is off or false.
26244
26245 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26246
26247 * term/mac-win.el (dnd): Require dnd.
26248 (mac-drag-n-drop): Call dnd-handle-one-url.
26249 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26250 (kTextEncodingISOLatin2): Remove constants.
26251 (mac-script-code-coding-systems): New constant.
26252 (mac-handle-language-change): New function.
26253 (special-event-map): Bind it to `language-change' event.
26254 (mac-centraleurroman, mac-cyrillic): New coding systems.
26255 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26256 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26257 and mac-cyrillic-encoder to encode-mac-centraleurroman and
26258 encode-mac-cyrillic, respectively.
26259
26260 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26261
26262 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26263 Don't set overlay-arrow-string to "=>" as this is done
26264 globally in C now.
26265
26266 2005-04-12 Lute Kamstra <lute@gnu.org>
26267
26268 * generic-x.el (rc-generic-mode, rul-generic-mode):
26269 Fix auto-mode-alist entries.
26270 (etc-fstab-generic-mode): Tweak fontification.
26271
26272 * generic.el (generic-make-keywords-list): Fix docstring.
26273 (generic-mode-internal): Simplify generic-font-lock-keywords.
26274
26275 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26276
26277 * whitespace.el (whitespace-buffer-leading)
26278 (whitespace-buffer-trailing): Revert the incorrect test inversion.
26279 However, fix the highlight area for the leading and
26280 trailing whitespaces to show space.
26281
26282 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26283
26284 * whitespace.el (whitespace-version): Bump to 3.5
26285
26286 (whitespace-buffer-leading, whitespace-buffer-trailing):
26287 Invert sense of the test to highlight the whitespace.
26288
26289 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26290
26291 * progmodes/gud.el (gud-display-line): GUD uses its own
26292 overlay arrow now so don't set overlay-arrow-string.
26293 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26294
26295 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
26296
26297 * term.el (term-ansi-current-bold, term-ansi-current-underline)
26298 (term-ansi-current-reverse, term-ansi-current-invisible)
26299 (term-ansi-face-already-done): Change to boolean.
26300 (term-reset-terminal, term-handle-colors-array): Handle the above
26301 vars accordingly.
26302 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26303 (term-emulate-terminal): Use the new name.
26304
26305 * faces.el (secondary-selection): Use yellow1, not yellow.
26306 (trailing-whitespace): Use red1, not red.
26307
26308 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26309
26310 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26311 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26312 (dired-dnd-handle-file): Call dnd-get-local-file-uri
26313
26314 * cus-edit.el (dnd): New group.
26315
26316 * term/w32-win.el (dnd): Require dnd
26317 (w32-drag-n-drop): Call dnd-handle-one-url.
26318
26319 * x-dnd.el: Require dnd.
26320 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26321 Call dnd-handle-one-url.
26322 (x-dnd-types-alist, x-dnd-insert-utf8-text)
26323 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26324 to dnd-insert-text.
26325 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26326 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26327 (x-dnd-get-local-file-name, x-dnd-open-local-file)
26328 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26329
26330 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26331
26332 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26333
26334 * wdired.el: Doc fixes.
26335 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26336 (wdired-use-dired-vertical-movement): Rename from
26337 wdired-always-move-to-filename-beginning.
26338 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26339 (wdired-change-to-wdired-mode): Change mode name.
26340 (wdired-newline): Delete.
26341
26342 2005-04-11 Richard M. Stallman <rms@gnu.org>
26343
26344 * whitespace.el (whitespace-highlight-the-space):
26345 Don't call whitespace-unhighlight-the-space here.
26346
26347 * simple.el (undo): Record t in undo-equiv-table
26348 for the redo record made by an undo-in-region.
26349
26350 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26351
26352 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26353 (gdb-frame-inferior-io-buffer): New Functions to control
26354 display of separate IO buffer.
26355 (menu): Add them to menu-bar.
26356 (gdb-display-buffer): Check for buffer another frame.
26357 Protect GUD buffer.
26358 (gdb-setup-windows): Create IO buffer if not already there.
26359 (gdb-memory-mode): Remove purecopy noops.
26360
26361 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26362
26363 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26364 and pass to self-insert-command.
26365
26366 2005-04-11 Lute Kamstra <lute@gnu.org>
26367
26368 * generic.el: Commentary section cleanup.
26369 (generic): Delete.
26370 (generic-use-find-file-hook, generic-lines-to-scan)
26371 (generic-find-file-regexp, generic-ignore-files-regexp)
26372 (default-generic-mode, generic-mode-find-file-hook)
26373 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26374 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
26375 (generic-use-find-file-hook, generic-lines-to-scan)
26376 (generic-find-file-regexp, generic-ignore-files-regexp)
26377 (default-generic-mode, generic-mode-find-file-hook)
26378 (generic-mode-ini-file-find-file-hook): Move from generic.el.
26379
26380 2005-04-10 Karl Fogel <kfogel@red-bean.com>
26381
26382 * bookmark.el (bookmark-write-file): Catch errors writing file.
26383 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26384
26385 2005-04-10 Richard M. Stallman <rms@gnu.org>
26386
26387 * startup.el (fancy-splash-tail): Update copyright year.
26388 (command-line): Split part of -Q into -D.
26389 (emacs-basic-display): New defvar.
26390 (fancy-splash-text): Correct name of menu item.
26391
26392 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26393
26394 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26395 lines in one node.
26396
26397 * comint.el (comint-send-input): New arg ARTIFICIAL.
26398 Callers in this file changed.
26399
26400 * abbrev.el (define-abbrevs): Read system abbrevs properly.
26401
26402 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26403
26404 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
26405
26406 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
26407 `ldap-search-internal'.
26408
26409 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26410
26411 * files.el (set-auto-mode-1): Use line-end-position.
26412
26413 * international/latin-1.el:
26414 * international/latin-2.el:
26415 * international/latin-3.el:
26416 * international/latin-4.el:
26417 * international/latin-5.el:
26418 * international/latin-8.el:
26419 * international/latin-9.el: Give punctuation syntax to NBSP.
26420
26421 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26422 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26423 Use char-classes to accept non-ascii letters, accepted in some recent
26424 bibtex implementations.
26425
26426 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
26427
26428 * custom.el (custom-set-minor-mode): Any non-nil value for the
26429 variable should enable the mode when set through Custom.
26430
26431 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26432
26433 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
26434 TAB binding so tab-always-indent is obeyed.
26435 (vhdl-minibuffer-local-map): Move initialization into declaration.
26436 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
26437 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
26438 (vhdl-hooked-abbrev): Avoid test for XEmacs.
26439 (vhdl-current-line): Use line-beginning-position.
26440 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
26441 with-output-to-temp-buffer, so the current position can be recorded.
26442
26443 2005-04-10 Masatake YAMATO <jet@gyve.org>
26444
26445 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26446 Add regexp for gcov.
26447
26448 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
26449
26450 * calendar/time-date.el (time-to-seconds, seconds-to-time)
26451 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
26452 syntax which Emacs 20 doesn't support.
26453
26454 2005-04-09 Richard M. Stallman <rms@gnu.org>
26455
26456 * help.el (describe-key-briefly, describe-key):
26457 Replace strings as event types with "(any string)".
26458
26459 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
26460
26461 * arc-mode.el (archive-mode-map): Move initialization into
26462 the declaration. Override *all* bindings of `undo'.
26463 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
26464
26465 2005-04-09 Jay Belanger <belanger@truman.edu>
26466
26467 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
26468
26469 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
26470
26471 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
26472 (xterm-register-default-colors): Update color values computation
26473 to match xterm-200.
26474
26475 2005-04-09 Kenichi Handa <handa@m17n.org>
26476
26477 * international/code-pages.el (iso-latin-7): Fix the map.
26478
26479 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
26480
26481 * emacs-lisp/lisp.el (defun-prompt-regexp)
26482 (parens-require-spaces, buffer-end, end-of-defun)
26483 (insert-parentheses): Doc fixes.
26484
26485 2005-04-08 Kim F. Storm <storm@cua.dk>
26486
26487 * comint.el (comint-highlight-prompt): Fix face spec.
26488 * hi-lock.el (hi-green): Likewise.
26489
26490 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26491
26492 * cus-edit.el (custom-modified-face):
26493 * comint.el (comint-highlight-input): Fix previous changes.
26494 * term.el (term-handle-ansi-escape): Add a comment.
26495
26496 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
26497
26498 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
26499 in the buffer and in whitespace-highlighted-space.
26500 (whitespace-unhighlight-the-space): Simplify.
26501 (whitespace-buffer): Simplify.
26502
26503 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26504
26505 * textmodes/table.el (table-cell-face): Add special case for
26506 displays supporting a high number of colors.
26507 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26508 (vhdl-font-lock-reserved-words-face)
26509 (vhdl-speedbar-architecture-face)
26510 (vhdl-speedbar-instantiation-face)
26511 (vhdl-speedbar-architecture-selected-face)
26512 (vhdl-speedbar-instantiation-selected-face): Likewise.
26513 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
26514 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
26515 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
26516 (ebrowse-root-class-face, ebrowse-member-attribute-face)
26517 (ebrowse-progress-face): Likewise.
26518 * progmodes/compile.el (compilation-info-face): Likewise.
26519 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
26520 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
26521 * calendar/calendar.el (diary-face): Likewise.
26522 * woman.el (woman-italic-face, woman-bold-face)
26523 (woman-unknown-face): Likewise.
26524 * wid-edit.el (widget-button-pressed-face): Likewise.
26525 * whitespace.el (whitespace-highlight-face): Likewise.
26526 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
26527 * pcvs-info.el (cvs-marked-face): Likewise.
26528 * info.el (info-xref): Likewise.
26529 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
26530 * hilit-chg.el (highlight-changes-face)
26531 (highlight-changes-delete-face): Likewise.
26532 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
26533 (hi-red-b): Likewise.
26534 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
26535 * font-lock.el (font-lock-keyword-face)
26536 (font-lock-function-name-face, font-lock-warning-face): Likewise.
26537 * cus-edit.el (custom-invalid-face, custom-modified-face)
26538 (custom-set-face, custom-changed-face, custom-variable-tag-face)
26539 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
26540 * comint.el (comint-highlight-prompt): Likewise.
26541
26542 2005-04-08 Lute Kamstra <lute@gnu.org>
26543
26544 * font-lock.el (font-lock-keywords): Docstring fixes.
26545
26546 2005-04-08 Kenichi Handa <handa@m17n.org>
26547
26548 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
26549 chars are more than a limit, print " and more..." at the tail.
26550
26551 2005-04-08 Kim F. Storm <storm@cua.dk>
26552
26553 * emacs-lisp/authors.el (authors-aliases): Update list.
26554 (authors-ignored-files): New list.
26555 (authors-fixed-entries): Fix typo.
26556 (authors-renamed-files-alist): Update list.
26557 (authors-add): Check authors-ignored-files.
26558
26559 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
26560
26561 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
26562 optional, to ensure backward compatibility.
26563
26564 2005-04-08 Stephen Eglen <stephen@gnu.org>
26565
26566 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
26567
26568 2005-04-08 Kim F. Storm <storm@cua.dk>
26569
26570 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
26571
26572 * mouse.el (mouse-on-link-p): Doc fix.
26573
26574 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
26575
26576 * ielm.el (ielm-prompt-read-only): Doc fix.
26577
26578 * comint.el (comint-prompt-read-only): Doc fix.
26579
26580 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
26581
26582 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
26583 ensure dired always handles wildcards passed to ffap.
26584 (find-file-at-point): Use it.
26585 (ffap-dired-wildcards): Doc fix.
26586
26587 2005-04-07 Juri Linkov <juri@jurta.org>
26588
26589 * simple.el (next-error-overlay-arrow-position): New defvar.
26590 Put "=>" on its property `overlay-arrow-string'. Add it to
26591 `overlay-arrow-variable-list'.
26592
26593 * progmodes/compile.el (compilation-setup):
26594 Set `next-error-overlay-arrow-position' to nil. Also set it to
26595 nil in the local hook `kill-buffer-hook'. Make local variable
26596 `overlay-arrow-string' and set it to "=>".
26597 (compilation-goto-locus): Set BOL position to
26598 `next-error-overlay-arrow-position' instead of
26599 `overlay-arrow-position'.
26600
26601 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26602 locally instead of adding it to the global hook.
26603 (Info-kill-buffer): Move up.
26604
26605 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
26606
26607 * term/xterm.el (xterm-standard-colors): Update color values from
26608 xterm-200.
26609
26610 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
26611
26612 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26613
26614 * fast-lock.el:
26615 * lazy-lock.el: Move them to the obsolete subdir.
26616
26617 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26618
26619 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26620 (wdired-add-replace-advice): Remove.
26621 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26622
26623 2005-04-06 Kim F. Storm <storm@cua.dk>
26624
26625 * startup.el (command-line): Add --bare-bones alias for -Q.
26626
26627 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26628
26629 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26630 create the startup fontset if a font specification ends with
26631 `mac-roman'.
26632
26633 2005-04-06 Lute Kamstra <lute@gnu.org>
26634
26635 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26636 change.
26637
26638 * emacs-lisp/copyright.el (copyright-update-year): Replace the
26639 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
26640
26641 2005-04-05 Lute Kamstra <lute@gnu.org>
26642
26643 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26644 (define-generic-mode): Ditto. Fix debug declaration.
26645
26646 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26647 Put them in the generic-x group.
26648
26649 * calendar/timeclock.el (timeclock): Doc fix.
26650
26651 * generic.el (define-generic-mode): Don't use custom-current-group.
26652 Document default :group value.
26653 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26654 (define-global-minor-mode): Don't use custom-current-group.
26655
26656 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
26657
26658 * startup.el (command-line-1): Display startup-echo-area-message
26659 when fancy splash screen is in use.
26660
26661 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26662 (sh-escaped-newline): New face.
26663 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26664 newline, and use sh-escaped-newline face.
26665
26666 * progmodes/tcl.el (tcl-escaped-newline): New face.
26667 (tcl-builtin-list): New variable.
26668 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26669 newlines. Fix keywords subexpression number.
26670
26671 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
26672
26673 * textmodes/org.el (org-diary-default-entry): Fix call to
26674 `add-to-diary-entry'.
26675
26676 2005-04-05 Kim F. Storm <storm@cua.dk>
26677
26678 * ediff-init.el: Use (featurep 'xemacs).
26679
26680 2005-04-05 David Ponce <david@dponce.com>
26681
26682 * cus-edit.el (face): Derive from symbol widget. Display sample
26683 of the current face on the fly.
26684 (widget-face-sample-face-get, widget-face-notify): New functions.
26685 (widget-face-value-create): Remove.
26686
26687 * wid-edit.el (widget-field-end): Temporarily remove field
26688 narrowing before to call `get-char-property'.
26689
26690 2005-04-04 Jay Belanger <belanger@truman.edu>
26691
26692 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26693 (math-read-subscripts): New variable.
26694 (math-read-preprocess-string): Process subscripts.
26695
26696 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
26697
26698 * comint.el (comint-prompt-read-only): Doc fix.
26699
26700 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26701 `-1'. Doc fix.
26702
26703 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
26704
26705 * textmodes/org.el (org-insert-mode-line-in-empty-file):
26706 Change default value to nil.
26707
26708 2005-04-04 Lute Kamstra <lute@gnu.org>
26709
26710 * autorevert.el (auto-revert-mode): Specify :group.
26711 * battery.el (display-battery-mode): Specify :group.
26712 * diff-mode.el (diff-minor-mode): Specify :group.
26713 * font-core.el (font-lock-mode): Specify :group.
26714 * hl-line.el (hl-line-mode): Specify :group.
26715 * iimage.el (iimage): New customization group.
26716 (iimage-mode): Specify :group.
26717 * longlines.el (longlines-mode): Specify :group.
26718 * master.el: Don't require easy-mmode.
26719 (master): New customization group.
26720 (master-mode): Specify :group.
26721 * msb.el (msb-mode): Specify :group.
26722 * reveal.el (reveal-mode): Specify :group.
26723 * simple.el (next-error-follow-minor-mode): Specify :group.
26724 * smerge-mode.el (smerge-mode): Specify :group.
26725 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26726 * emulation/cua-base.el (cua-mode): Specify :group.
26727 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26728 * language/thai-util.el (thai-auto-composition-mode)
26729 (thai-word-mode): Specify :group.
26730 * mail/supercite.el (sc-minor-mode): Specify :group.
26731 * progmodes/cwarn.el (cwarn-mode): Specify :group.
26732 * progmodes/flymake.el (flymake-mode): Specify :group.
26733 * progmodes/glasses.el (glasses-mode): Specify :group.
26734 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26735 * textmodes/enriched.el (enriched-mode): Specify :group.
26736 * textmodes/refill.el (refill-mode): Specify :group.
26737
26738 * add-log.el (change-log-font-lock-keywords): Names in
26739 parenthesized lists can contain spaces.
26740
26741 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
26742
26743 * startup.el (fancy-splash-text): Shorten default text of
26744 "Emacs Tutorial" line. Also, if the current language env
26745 indicates an available tutorial file other than TUTORIAL,
26746 extract its title and append it to the line in parentheses.
26747 (fancy-splash-insert): If arg is a thunk, funcall it.
26748
26749 2005-04-04 Jay Belanger <belanger@truman.edu>
26750
26751 * calc.el (calc-language-alist): Add tags to customization type.
26752
26753 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
26754
26755 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26756 Doc fix.
26757
26758 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
26759
26760 * add-log.el (change-log-font-lock-keywords): The manual
26761 describing a Change Log entry, says: (...) "Aside from these
26762 header lines, every line in the change log starts with a space or
26763 a tab.". The font-lock was not highlighting lines started with
26764 spaces, added support for it.
26765
26766 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26767
26768 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26769 (bibtex-generate-url-list): Update docstring accordingly. Put the
26770 complex example in the docstring.
26771 (bibtex-font-lock-url): Use pop.
26772
26773 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
26774
26775 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26776
26777 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26778
26779 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
26780
26781 * filesets.el (filesets-set-default): Doc fix.
26782
26783 2005-04-03 Lute Kamstra <lute@gnu.org>
26784
26785 * generic.el (define-generic-mode): Add argument to specify
26786 keywords for defcustom.
26787 (default-generic-mode): Specify :group.
26788
26789 * generic-x.el: Specify :group for all generic modes.
26790
26791 * desktop.el (desktop-no-desktop-file-hook)
26792 (desktop-after-read-hook): Doc fix.
26793
26794 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
26795
26796 * simple.el (visible-mode): Use explicit :group keyword.
26797 This changes the group of `visible-mode-hook' from paren-blinking
26798 to editing-basics.
26799
26800 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
26801
26802 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
26803 mailbox specifications as well as URLs.
26804 (rmail-insert-inbox-text): Remove unused conditional branches.
26805
26806 2005-04-01 Jay Belanger <belanger@truman.edu>
26807
26808 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
26809 (calc-gnuplot-print-command): Move definitions to calc.el.
26810
26811 * calc/calc-embed.el (calc-embedded-announce-formula)
26812 (calc-embedded-open-formula, calc-embedded-close-formula)
26813 (calc-embedded-open-word, calc-embedded-close-word)
26814 (calc-embedded-open-plain, calc-embedded-close-plain)
26815 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
26816 (calc-embedded-open-mode, calc-embedded-close-mode):
26817 Move definitions to calc.el.
26818
26819 * calc/calc.el (calc-settings-file, calc-language-alist):
26820 Make customizable.
26821 (calc-embedded-announce-formula, calc-embedded-open-formula)
26822 (calc-embedded-close-formula, calc-embedded-open-word)
26823 (calc-embedded-close-word, calc-embedded-open-plain)
26824 (calc-embedded-close-plain, calc-embedded-open-new-formula)
26825 (calc-embedded-close-new-formula, calc-embedded-open-mode)
26826 (calc-embedded-close-mode, calc-gnuplot-name)
26827 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
26828 from other files and make customizable.
26829
26830 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26831
26832 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
26833 Use buffer-live-p.
26834 (cvs-mode-run): Don't call cvs-update-header here.
26835 (cvs-run-process): Call cvs-update-header.
26836 Use process properties for cvs-postprocess and cvs-buffer so that
26837 the sentinel can behave better if the temp buffer is killed.
26838 Use a pipe rather than a tty, to better handle unexpected prompts.
26839 (cvs-sentinel): Rewrite. Call cvs-update-header.
26840
26841 2005-04-01 Andre Spiegel <spiegel@gnu.org>
26842
26843 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
26844 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
26845
26846 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26847
26848 * generic.el (define-generic-mode): Add indentation rule.
26849
26850 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
26851
26852 * files.el (mode-require-final-newline): Make Custom correctly
26853 report a nil value and allow to set it to nil via Custom.
26854 Doc fix.
26855
26856 2005-04-01 Kenichi Handa <handa@m17n.org>
26857
26858 * international/characters.el: Enable the correct case setting for
26859 dotless-i and dotted-I.
26860
26861 2005-04-01 Kim F. Storm <storm@cua.dk>
26862
26863 * ido.el (ido-file-internal): Fall back to non-ido command if
26864 initial directory is on slow ftp (or tramp) host.
26865
26866 2005-03-31 Richard M. Stallman <rms@gnu.org>
26867
26868 * emacs-lisp/autoload.el (make-autoload):
26869 Handle define-global-minor-mode.
26870
26871 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26872 Rename from easy-mmode-define-global-mode.
26873 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
26874
26875 * progmodes/scheme.el (scheme-mode-syntax-table):
26876 Update syntax of | and # for two-character comment syntax.
26877
26878 2005-03-31 Lute Kamstra <lute@gnu.org>
26879
26880 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
26881 (define-minor-mode): Call custom-current-group at load-time.
26882
26883 * generic.el (define-generic-mode): Add debug declaration.
26884 Add defcustom for the mode hook.
26885 (generic-mode-internal): Use run-mode-hooks.
26886
26887 2005-03-31 Kim F. Storm <storm@cua.dk>
26888
26889 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
26890 (mouse-fixup-help-message): New defun called by show_help_echo
26891 to fixup mouse-2 prefix in help messages when applicable.
26892
26893 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
26894
26895 2005-03-31 Kenichi Handa <handa@m17n.org>
26896
26897 * language/thai-word.el (thai-find-word-ends): Pay attention to
26898 the case that we reach the end of buffer.
26899
26900 * textmodes/fill.el (fill-text-properties-at): New function.
26901 (fill-newline): Use fill-text-properties-at instead of
26902 text-properties-at.
26903
26904 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26905
26906 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
26907 not comint-quote-filename.
26908
26909 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
26910
26911 * help-fns.el (help-with-tutorial): Revert last change.
26912
26913 2005-03-31 Kim F. Storm <storm@cua.dk>
26914
26915 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
26916
26917 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
26918
26919 * calendar/cal-china.el: Update reference to "Calendrical
26920 Calculations" book; there's a new edition.
26921 * calendar/cal-coptic.el: Likewise.
26922 * calendar/cal-french.el: Likewise.
26923 * calendar/cal-hebrew.el: Likewise.
26924 * calendar/cal-islam.el: Likewise.
26925 * calendar/cal-iso.el: Likewise.
26926 * calendar/cal-julian.el: Likewise.
26927 * calendar/cal-mayan.el: Likewise.
26928 * calendar/cal-persia.el: Likewise.
26929 * calendar/calendar.el: Likewise.
26930 * calendar/holidays.el: Likewise.
26931 * calendar/lunar.el: Likewise.
26932 * calendar/solar.el: Likewise.
26933
26934 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
26935 white space from doc string.
26936
26937 2005-03-30 Jay Belanger <belanger@truman.edu>
26938
26939 * calc/calc-help.el (calc-full-help): Remove email address.
26940
26941 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
26942
26943 * help-fns.el (help-with-tutorial): Delete title line.
26944
26945 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26946
26947 * calendar/cal-x.el (calendar-one-frame-setup)
26948 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
26949 rather than `symbol' for set-window-dedicated-p.
26950
26951 * calendar/appt.el (appt-buffer-name): Make it a constant.
26952 (appt-add): Doc fix.
26953
26954 * filesets.el (filesets-menu-path, filesets-menu-before)
26955 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
26956 (filesets-menu-cache-file): Use directory ~/.emacs.d.
26957 (filesets-add-submenu): Delete and use add-submenu instead.
26958
26959 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
26960
26961 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
26962 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
26963 (org-diary-default-entry): New function.
26964 (org-get-entries-from-diary): Better parsing of diary entries.
26965 (org-agenda-check-no-diary): New function.
26966 ("diary-lib"): Advice to function `add-to-diary-list', to allow
26967 linking to diary entries.
26968 (org-agenda-execute-calendar-command): New function.
26969 (org-agenda): Improve visible section in window.
26970 Use `org-fit-agenda-window'.
26971 (org-fit-agenda-window): New option.
26972 (org-move-subtree-down): Better handling of empty lines
26973 at end of subtree.
26974 (org-cycle): Numeric prefix is interpreted now as show-subtree N
26975 levels up.
26976 (org-fontify-done-headline): New option.
26977 (org-headline-done-face): New face.
26978 (org-set-font-lock-defaults): Use `org-headline-done-face'.
26979 (org-table-copy-down): Rename from `org-table-copy-from-above'.
26980 When current field is non-empty, it is copied to next row.
26981 (org-table-copy-from-above): Fix bug which made it
26982 impossible to copy fields containing only a single non-white character.
26983
26984 2005-03-30 Kim F. Storm <storm@cua.dk>
26985
26986 * kmacro.el (kmacro-end-macro): Isearch may store this command
26987 into the macro -- so ignore it when executing keyboard macro.
26988
26989 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
26990
26991 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
26992
26993 2005-03-29 Kenichi Handa <handa@m17n.org>
26994
26995 * language/thai.el ("Thai"): Set setup-function and exit-function
26996 for Thai language environment.
26997
26998 * language/thai-util.el: Require thai-word.
26999 (thai-word-mode-map): New variable.
27000 (thai-word-mode): New minor mode.
27001 (setup-thai-language-environment-internal): New function.
27002 (exit-thai-language-environment-internal): New function.
27003
27004 * language/thai-word.el (thai-word-table): Declare it by defvar,
27005 use dolist to initialize it.
27006 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27007 (thai-fill-find-break-point): New functions.
27008
27009 2005-03-29 Richard M. Stallman <rms@gnu.org>
27010
27011 * simple.el (idle-update-delay): Move definition up.
27012 (set-mark): Doc fix.
27013
27014 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
27015
27016 * longlines.el: New file.
27017
27018 * simple.el (buffer-substring-filters): New variable.
27019 (filter-buffer-substring): New function.
27020 (kill-region, copy-region-as-kill): Use it.
27021
27022 * register.el (copy-to-register, append-to-register)
27023 (prepend-to-register): Use filter-buffer-substring.
27024
27025 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27026
27027 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27028 (gud-filter-pending-text): Move in front of gdb.
27029 (gud-overlay-arrow-position): New variable.
27030 (gud-sentinel, gud-display-line): Use it in place of
27031 overlay-arrow-position.
27032
27033 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
27034
27035 * progmodes/fortran.el (fortran-if-indent): Doc fix.
27036 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27037 (fortran-font-lock-keywords-4): New variable.
27038 (fortran-blocks-re, fortran-end-block-re)
27039 (fortran-start-block-re): New constants, for hideshow.
27040 (hs-special-modes-alist): Add a Fortran entry.
27041 (fortran-mode-map): Bind fortran-end-of-block,
27042 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27043 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
27044 (fortran-looking-at-if-then, fortran-end-of-block)
27045 (fortran-beginning-of-block): New functions, for hideshow.
27046
27047 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27048 Doc fix. Tweak regexp.
27049 (f90-beginning-of-block): Push mark first.
27050
27051 2005-03-29 Jay Belanger <belanger@truman.edu>
27052
27053 * calc/calc.el: Update copyright date.
27054 (calc-version): Increase to 2.1.
27055 (calc-version-date): Remove.
27056
27057 * calc/calc-help.el: Update copyright date.
27058 (calc-full-help): Remove reference to calc-version-date.
27059 Update copyright date.
27060
27061 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27062
27063 * vc.el (vc-do-command): Use a pipe for async processes, so password
27064 prompts don't show up at places where the user can't reply.
27065
27066 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27067
27068 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27069 on the file name we pass to the inferior shell.
27070
27071 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27072
27073 * progmodes/which-func.el (which-function): Be robust in the face of an
27074 imenu--make-index-alist failure.
27075
27076 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27077
27078 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27079
27080 * progmodes/python.el (python-preoutput-filter): Fix last change.
27081
27082 2005-03-29 Lute Kamstra <lute@gnu.org>
27083
27084 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27085 functions and compiled macros.
27086 (debug-convert-byte-code): Handle macros too.
27087 (debug-on-entry-1): Don't signal an error when trying to clear a
27088 function that is not set to debug on entry.
27089
27090 2005-03-29 Jay Belanger <belanger@truman.edu>
27091
27092 * calc/calc-lang.el: Add functions to math-function-table
27093 properties of tex and math.
27094
27095 2005-03-29 Kenichi Handa <handa@m17n.org>
27096
27097 * ps-mule.el (ps-mule-plot-string): Translate characters by
27098 ps-print-translation-table.
27099 (ps-mule-begin-job): Call find-charset-region/string with
27100 ps-print-translation-table.
27101 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27102
27103 * ps-print.el (ps-print-translation-table): New variable.
27104 (ps-plot-region): Translate characters by ps-print-translation-table.
27105
27106 2005-03-29 Juri Linkov <juri@jurta.org>
27107
27108 * simple.el (next-error-highlight-timer): New variable.
27109
27110 * progmodes/compile.el (compilation-goto-locus):
27111 Use `next-error-highlight-timer' instead of `sit-for'.
27112
27113 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27114
27115 * mail/supercite.el (sc-mail-field): Use assoc-string.
27116 (sc-get-address): Simplify regexps.
27117
27118 * files.el (minibuffer-with-setup-hook): New macro.
27119 (find-file-read-args): Use it to avoid let-binding
27120 minibuffer-with-setup-hook (which breaks turning on/off
27121 file-name-shadow-mode while in the prompt).
27122
27123 * complete.el (PC-read-include-file-name-internal):
27124 Use test-completion.
27125
27126 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
27127
27128 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27129
27130 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27131
27132 * window.el (window-buffer-height): Use count-screen-lines.
27133
27134 * progmodes/python.el (python-preoutput-leftover): New var.
27135 (python-preoutput-filter): Use it.
27136 (python-send-receive): Loop until all the result has been received.
27137
27138 2005-03-28 Juri Linkov <juri@jurta.org>
27139
27140 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27141
27142 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27143 "Recover Crashed Session".
27144 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27145 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27146 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27147 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27148 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27149 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27150 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27151 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27152
27153 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27154 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27155 Ediff Sessions", "Toggle use of separate control buffer frame",
27156 "Use separate frame for Ediff control buffer".
27157
27158 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27159 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27160 "Rename Bookmark", "Delete Bookmark".
27161
27162 * info.el (Info-mode-menu): Remove ellipsis from "Index".
27163 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27164 Add `:active Info-index-alternatives' to "Next Matching Item".
27165
27166 * wdired.el (wdired-change-to-wdired-mode):
27167 Mention `wdired-abort-changes' key in the initial message.
27168
27169 * international/mule.el (auto-coding-alist): Associate non-ascii
27170 image filename extensions with `no-conversion'.
27171
27172 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
27173
27174 * international/iso-acc.el:
27175 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27176
27177 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
27178
27179 * textmodes/sgml-mode.el (html-mode): Doc update.
27180
27181 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27182
27183 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
27184
27185 * term.el (term-move-columns): Fix face after extending a line.
27186 (term-insert-spaces): Likewise.
27187 (term-reset-terminal): Fix off by one error.
27188
27189 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27190
27191 * international/mule.el (auto-coding-alist): Add .xpi files.
27192
27193 * files.el (auto-mode-alist): Add .xpi files.
27194
27195 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
27196
27197 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27198
27199 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27200
27201 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27202
27203 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
27204
27205 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27206 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
27207
27208 * calendar/cal-move.el (calendar-beginning-of-year): Move the
27209 cursor to Jan 1 when needed.
27210 (calendar-end-of-year): Fix -/+ typo.
27211 Reported by Chong Yidong <cyd@stupidchicken.com>.
27212
27213 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
27214
27215 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27216
27217 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27218 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
27219
27220 2005-03-25 Richard M. Stallman <rms@gnu.org>
27221
27222 * filesets.el (filesets-init): Add autoload.
27223
27224 * mail/mailalias.el (mail-directory): Doc fix.
27225
27226 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27227
27228 * mail/mailalias.el (mail-directory-process): Do nothing if
27229 mail-directory-process is an atom.
27230 (mail-get-names): Ignore mail-directory-names if it is an atom.
27231 (mail-directory-process defvar): Doc fix.
27232 (mail-names): Doc fix.
27233
27234 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
27235
27236 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27237
27238 2005-03-26 Kenichi Handa <handa@m17n.org>
27239
27240 * international/mule-util.el (detect-coding-with-priority):
27241 Call update-coding-systems-internal before detect-coding-region.
27242
27243 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
27244
27245 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27246 (gdb-frames-mode-map): Add follow-link property.
27247
27248 2005-03-25 Jay Belanger <belanger@truman.edu>
27249
27250 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27251 for variables.
27252
27253 2005-03-25 Juri Linkov <juri@jurta.org>
27254
27255 * image-mode.el: Optimize image filename extension regexps in
27256 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
27257 in `auto-mode-alist'.
27258 (image-mode): Add `image-toggle-display-text' to local hook
27259 `change-major-mode-hook'. Display the image as an image by
27260 default. Set `cursor-type' and `truncate-lines' if the image
27261 is already displayed. Take into account the current mode (image
27262 or text) in message.
27263 (image-minor-mode): New minor mode.
27264 (image-mode-maybe, image-toggle-display-text): New functions.
27265 (image-toggle-display): Use called-interactively-p.
27266 Let-bind `inhibit-read-only' to t.
27267
27268 * image-mode.el (image-minor-mode): Set `cursor-type' and
27269 `truncate-lines' if the image is already displayed. Add turning
27270 image-minor-mode off to `change-major-mode-hook'. Add message.
27271 Call `image-toggle-display-text' after turning image-minor-mode off.
27272
27273 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
27274
27275 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27276 Terminal.app, use utf-8.
27277 (set-display-table-and-terminal-coding-system): Add coding-system arg.
27278 (set-locale-environment): Use it.
27279
27280 * term/xterm.el: Undo last change, better done in mule-cmds.el.
27281
27282 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27283
27284 * progmodes/python.el (python-close-block-statement-p)
27285 (python-outdent-p, python-current-defun): Use symbol-end.
27286
27287 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27288
27289 * files.el (save-some-buffers): Doc fix.
27290
27291 2005-03-25 Werner Lemberg <wl@gnu.org>
27292
27293 * complete.el, thumbs.el: Replace `legal' with `valid'.
27294 * calendar/calendar.el: Replace `legal' with `valid'.
27295 * emacs-lisp/advice.el: Replace `legal' with `valid'.
27296 * mail/supercite.el: Replace `legal' with `valid'.
27297 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27298 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27299 Replace `legal' with `valid'.
27300 * textmodes/reftex-vars.el, textmodes/reftex.el:
27301 Replace `legal' with `valid'.
27302
27303 2005-03-25 Werner Lemberg <wl@gnu.org>
27304
27305 * calc/calc-forms.el, calc/calc-sel.el
27306 * midnight.el, vc-cvs.el
27307 * emacs-lisp/cl-macs.el
27308 * emulation/vip.el
27309 * eshell/esh-io.el, eshell/esh-var.el
27310 * mail/supercite.el
27311 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27312 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27313 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27314 * progmodes/sh-script.el, progmodes/xscheme.el
27315 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27316 * textmodes/reftex-index.el, textmodes/reftex-parse.el
27317 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27318 * textmodes/reftex.el, textmodes/org.el:
27319 Replace `illegal' with `invalid'.
27320
27321 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27322
27323 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27324 (flymake-find-buildfile, flymake-find-possible-master-files)
27325 (flymake-check-include, flymake-parse-line): Replace loops over the
27326 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27327
27328 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27329 Substitute file-name-as-directory in the rest of the file.
27330 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27331 (flymake-replace-region): Remove unused arg `buffer'.
27332 (flymake-check-patch-master-file-buffer): Update calls to it.
27333 (flymake-add-err-info): Remove unused var `count'.
27334 (flymake-mode): Use define-minor-mode.
27335
27336 * progmodes/flymake.el: Use with-current-buffer.
27337 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27338 flymake-replace-regexp-in-string, flymake-line-beginning-position)
27339 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27340 Avoid testing for `xemacs'.
27341 (flymake-nop): Move.
27342 (flymake-region-has-flymake-overlays): Return the computed value.
27343 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27344 Remove unused var `endline'.
27345 (flymake-get-line-count): Remove unused function.
27346 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27347
27348 * emulation/vi.el:
27349 * generic.el:
27350 * hilit-chg.el (global-highlight-changes):
27351 * hi-lock.el (hi-lock-mode):
27352 * follow.el: find-file-hooks -> find-file-hook.
27353
27354 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27355
27356 2005-03-24 Juri Linkov <juri@jurta.org>
27357
27358 * dired.el (dired-mode-map): Add menu item "Compare directories"
27359 for dired-compare-directories.
27360
27361 * dired-aux.el (dired-compare-directories): Add autoload cookie.
27362 Doc fix. Replace `read-file-name' with `read-directory-name'.
27363
27364 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27365
27366 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27367
27368 2005-03-24 Jay Belanger <belanger@truman.edu>
27369
27370 * calc/calc-embed.el (calc-embedded-mode-change): Save all
27371 relevant mode settings in calc-embedded-original-modes when modes
27372 are permanently changed.
27373
27374 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27375
27376 * autoinsert.el: find-file-hooks -> find-file-hook.
27377
27378 2005-03-24 Lute Kamstra <lute@gnu.org>
27379
27380 * generic.el (generic-font-lock-defaults): Make it obsolete.
27381 (generic-font-lock-keywords): New variable to replace
27382 generic-font-lock-defaults.
27383 (generic-mode-set-font-lock): Delete it.
27384 (generic-mode-internal): Don't call generic-mode-set-font-lock.
27385 (generic-bracket-support): Add docstring.
27386
27387 * generic-x.el: Rename generic-font-lock-defaults to
27388 generic-font-lock-keywords throughout.
27389 (mailagent-rules-setup-function): Delete it.
27390 (mailagent-rules-generic-mode): Use anonymous function instead.
27391 (show-tabs-generic-mode-font-lock-defaults-1)
27392 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27393 Quote faces.
27394 (show-tabs-tab-face, show-tabs-space-face): Specify background,
27395 not foreground.
27396
27397 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27398 Recognize define-generic-mode.
27399
27400 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
27401
27402 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27403 if there's no completion table.
27404
27405 2005-03-23 Miles Bader <miles@gnu.org>
27406
27407 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27408 Remove tty-specific variants, as they're no longer needed.
27409
27410 2005-03-23 Lute Kamstra <lute@gnu.org>
27411
27412 * generic-x.el: Code cleanup: make args constant whenever possible.
27413 (installshield-statement-keyword-list)
27414 (installshield-system-functions-list)
27415 (installshield-system-variables-list, installshield-types-list)
27416 (installshield-funarg-constants-list): Make them constants.
27417
27418 * generic.el (generic-make-keywords-list): Add autoload cookie.
27419
27420 * calendar/time-date.el: Add comment on time value formats.
27421 Don't require parse-time.
27422 (with-decoded-time-value): New macro.
27423 (encode-time-value): New function.
27424 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27425 (days-to-time): Return a valid time value when arg is huge.
27426 (time-since): Use time-subtract.
27427 (time-to-number-of-days): Use time-to-seconds.
27428
27429 2005-03-23 David Ponce <david@dponce.com>
27430
27431 * recentf.el (recentf-keep): New option.
27432 (recentf-menu-action): Default to `find-file'.
27433 (recentf-keep-non-readable-files-flag)
27434 (recentf-keep-non-readable-files-p)
27435 (recentf-file-readable-p, recentf-find-file)
27436 (recentf-cleanup-remote): Remove.
27437 (recentf-include-p): More robust.
27438 (recentf-keep-p): New function.
27439 (recentf-remove-if-non-kept): Rename from
27440 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
27441 All callers updated.
27442 (recentf-menu-items-for-commands): Fix help string.
27443 (recentf-track-closed-file): Update. Doc fix.
27444 (recentf-cleanup): Update. Count removed files. Doc fix.
27445
27446 2005-03-23 Kim F. Storm <storm@cua.dk>
27447
27448 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27449 Don't inherit from fringe face (now happens automatically).
27450
27451 2005-03-22 Kim F. Storm <storm@cua.dk>
27452
27453 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
27454 position values.
27455
27456 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
27457
27458 * menu-bar.el (showhide-date-time): Remove.
27459 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
27460 (menu-bar-make-mm-toggle): Simplify.
27461
27462 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27463
27464 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
27465 Accept qualified variable and function names.
27466
27467 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
27468
27469 * bindings.el (completion-ignored-extensions):
27470 Remove ".lis" for `vax-vms'.
27471
27472 2005-03-22 Andreas Schwab <schwab@suse.de>
27473
27474 * generic-x.el: Revert last change.
27475 * ldefs-boot.el: Update.
27476
27477 2005-03-22 Jay Belanger <belanger@truman.edu>
27478
27479 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
27480 (calc-embedded-save-original-modes)
27481 (calc-embedded-restore-original-modes): New functions.
27482 (calc-do-embedded): Save original modes when entering embedded mode
27483 and restore when leaving embedded mode.
27484 (calc-embedded-modes-change): Change the value of
27485 calc-embedded-original-modes to reflect permanent changes.
27486
27487 2005-03-22 Lute Kamstra <lute@gnu.org>
27488
27489 * generic-x.el: Require generic again.
27490
27491 2005-03-22 Miles Bader <miles@gnu.org>
27492
27493 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27494 Tweak details to look good on both ttys and bitmap displays, light
27495 or dark background, etc.
27496
27497 2005-03-21 Kim F. Storm <storm@cua.dk>
27498
27499 * tooltip.el (tooltip-show-help-function): Check car and cdr of
27500 mouse position.
27501
27502 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27503
27504 * icomplete.el: Don't forcibly turn on the mode upon load.
27505 (icomplete-mode): Use define-minor-mode.
27506 (icomplete-eoinput): Default to nil.
27507 (icomplete-minibuffer-setup): Remove autoload.
27508 (icomplete-tidy): Simplify.
27509 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
27510 in the initial state or if the user has modified the field.
27511 Fix handling of icomplete-max-delay-chars.
27512 Remove code that handles the oddball case where
27513 minibuffer-completion-table is an integer.
27514 Wrap icomplete-completions in while-no-input in case building
27515 completions takes more time than expected.
27516 (icomplete-completions): Simplify.
27517
27518 2005-03-21 Richard M. Stallman <rms@gnu.org>
27519
27520 * jka-compr.el (jka-compr-really-do-compress):
27521 Make variable buffer-local.
27522
27523 * image-mode.el: Handle .xpm files too.
27524 (image-toggle-display): Preserve modification flag.
27525
27526 * help.el (where-is): Don't mention aliases with no key bindings.
27527
27528 2005-03-21 Lute Kamstra <lute@gnu.org>
27529
27530 * generic.el: Fix commentary section. Don't require cl for
27531 compilation.
27532 (generic-mode-list): Add autoload cookie.
27533 (generic-use-find-file-hook, generic-lines-to-scan)
27534 (generic-find-file-regexp, generic-ignore-files-regexp)
27535 (generic-mode, generic-mode-find-file-hook)
27536 (generic-mode-ini-file-find-file-hook): Fix docstrings.
27537 (define-generic-mode): Make it a defmacro. Fix docstring.
27538 (generic-mode-internal): Code cleanup. Add autoload cookie.
27539 (generic-mode-set-comments): Code cleanup.
27540 * generic-x.el: Don't prevent compilation. Don't require generic.
27541 Follow coding conventions. Minor code cleanup.
27542 (etc-fstab-generic-mode): Add some keywords.
27543 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
27544 define-generic-mode like a function declaration.
27545
27546 2005-03-21 Jay Belanger <belanger@truman.edu>
27547
27548 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
27549 changing modes.
27550
27551 2005-03-21 Sam Steingold <sds@gnu.org>
27552
27553 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
27554
27555 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
27556
27557 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
27558 Add underscore to "f$ lexicals" regexp.
27559
27560 2005-03-20 Juri Linkov <juri@jurta.org>
27561
27562 * subr.el (progress-reporter-do-update): When `min-value' is equal
27563 to `max-value', set `percentage' to 0 and prevent division by zero.
27564
27565 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
27566
27567 Sync with Tramp 2.0.48.
27568
27569 * net/tramp.el (all): Change all addresses to .gnu.org.
27570 (tramp-append-tramp-buffers): New defun.
27571 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
27572 Catch `dont-send' signal.
27573 (tramp-set-auto-save-file-modes): Set always permissions, because
27574 there might be an old auto-saved file belonging to another
27575 original file. This could be a security threat. Reported by
27576 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
27577 Check for Emacs 21.3.50 removed.
27578
27579 * net/tramp-smb.el (all): Remove debug construct for
27580 `with-parsed-tramp-file-name'.
27581 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
27582 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
27583 No error message if DIRECTORY or FILENAME doesn't exist.
27584 (tramp-smb-open-connection): Check existence of
27585 `tramp-smb-program'.
27586
27587 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
27588
27589 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
27590 Properly handle the case where the `m' or `s' command's argument is not
27591 yet terminated.
27592 (perl-indent-new-calculate): New function.
27593 (perl-indent-line): Use it.
27594
27595 2005-03-20 Miles Bader <miles@gnu.org>
27596
27597 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
27598 in text-mode too. Change to new face names.
27599 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27600 Add `:weight bold' attribute.
27601 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27602
27603 2005-03-19 Juri Linkov <juri@jurta.org>
27604
27605 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
27606
27607 * international/mule.el (auto-coding-alist): Sync with
27608 `auto-mode-alist' by adding upper case archive file extensions
27609 and adding ear/war to jar extension.
27610
27611 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
27612
27613 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27614 running, restart it.
27615
27616 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
27617
27618 * finder.el (finder-current-item): Throw an error on an empty line.
27619
27620 * man.el (Man-follow-manual-reference): If current-word returns
27621 nil, use "".
27622
27623 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
27624
27625 * simple.el (goto-line): Doc fix.
27626
27627 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
27628
27629 * files.el (save-buffer): Doc fix.
27630
27631 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
27632
27633 * recentf.el (recentf-cleanup-remote): New variable.
27634 (recentf-cleanup): Use it to conditionally check availability of
27635 remote files.
27636
27637 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
27638
27639 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27640 function names.
27641
27642 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27643
27644 * language/thai-word.el: New file.
27645
27646 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27647
27648 * files.el (backup-buffer): If the file's directory is not
27649 writable, use copy instead of move to backup the file.
27650
27651 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27652
27653 * obsolete/keyswap.el: Moved to obsolete/ from term/.
27654
27655 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27656
27657 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27658 Use functionp instead of symbolp and fboundp. Reported by Drkm
27659 <darkman_spam@yahoo.fr>.
27660 (ps-print-version): New version 6.6.6.
27661
27662 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
27663
27664 * textmodes/table.el (table--line-column-position): New idiom.
27665 (table--row-column-insertion-point-p): New function to test
27666 validity of row and column insertion operation at a location.
27667 (table-global-menu, table-cell-menu): Use above functions for
27668 deterministic test operation.
27669 (table--editable-cell-p): Behave in deterministic fashion.
27670
27671 2005-03-18 Juri Linkov <juri@jurta.org>
27672
27673 * isearch.el (isearch-lazy-highlight-new-loop):
27674 Make arguments beg and end optional.
27675 (isearch-update): Remove optional arguments nil from
27676 isearch-lazy-highlight-new-loop.
27677 (isearch-lazy-highlight-search): Let-bind case-fold-search to
27678 isearch-lazy-highlight-case-fold-search instead of
27679 isearch-case-fold-search, and let-bind isearch-regexp to
27680 isearch-lazy-highlight-regexp.
27681 Use isearch-lazy-highlight-last-string instead of isearch-string.
27682
27683 * replace.el (perform-replace): Remove bindings of global
27684 variables isearch-string, isearch-regexp, isearch-case-fold-search.
27685 Add three new arguments to `replace-highlight'.
27686 (replace-highlight): Add arguments string, regexp, case-fold.
27687 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27688 to allow isearch-lazy-highlight-new-loop to use these values
27689 to set corresponding isearch-lazy-highlight-* internal
27690 variables whose values lazy highlighting will use regardless of
27691 changes to global variables isearch-string, isearch-regexp,
27692 isearch-case-fold-search during lazy highlighting loop.
27693 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27694 to `lazy-highlight-cleanup'.
27695
27696 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27697 (ispell-highlight-face): Set default face to `isearch' when
27698 lazy highlighting is enabled.
27699 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27700 priority to 1. Add lazy highlighting.
27701 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27702 from `isearch-dehighlight'.
27703
27704 2005-03-18 David Ponce <david@dponce.com>
27705
27706 * files.el (hack-local-variables): Do a case-insensitive search
27707 for End.
27708
27709 2005-03-18 Juri Linkov <juri@jurta.org>
27710
27711 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27712 `isearch-lazy-highlight-cleanup', add alias to old name and
27713 declare obsolete. Add release numbers to other obsolete vars.
27714 (isearch-done, isearch-lazy-highlight-new-loop):
27715 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27716 (lazy-highlight-cleanup) <variable>: Doc fix.
27717 (isearch-lazy-highlight-update): Rename obsolete
27718 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27719
27720 2005-03-18 Kenichi Handa <handa@m17n.org>
27721
27722 * language/thai-util.el: Fix categorization of Thai characters in
27723 thai-category-table.
27724 (thai-composition-pattern): Adjust it for the above change.
27725 (thai-self-insert-command, thai-compose-syllable): New functions.
27726 (thai-compose-region): Use thai-compose-syllable.
27727 (thai-compose-string): Likewise.
27728 (thai-composition-function): Likewise.
27729 (thai-auto-composition): New function.
27730 (thai-auto-composition-mode): New minor mode.
27731
27732 * language/thai.el: Fix patterns to be registered in
27733 composition-function-table.
27734
27735 * international/quail.el (quail-input-method): Locally bind
27736 inhibit-modification-hooks to t.
27737
27738 2005-03-17 Richard M. Stallman <rms@gnu.org>
27739
27740 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27741 (perl-mode): Use run-mode-hooks.
27742
27743 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27744 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27745 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27746
27747 * mail/sendmail.el (sendmail-send-it): Reenable the code
27748 to compute resend-to-address and use it.
27749
27750 * tar-mode.el (tar-mode): Turn off undo unconditionally.
27751
27752 * image-mode.el: New file.
27753
27754 * image.el (insert-sliced-image): Add autoload cookie.
27755
27756 * font-lock.el (font-lock-lines-before): New user option.
27757 (font-lock-after-change-function): Obey it.
27758
27759 * bindings.el (esc-map): Make M-g a prefix.
27760 Bind M-g g and M-g M-g to goto-line.
27761
27762 * faces.el (face-id): Doc fix.
27763
27764 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27765
27766 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27767 (rmail-show-message): Use rmail-unknown-mail-followup-to.
27768 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27769
27770 * mail/sendmail.el (mail-yank-ignored-headers)
27771 (mail-font-lock-keywords, mail-mode-fill-paragraph):
27772 Add Mail-Followup-To and Mail-Reply-To headers.
27773 (mail-citation-hook): Add autoload cookie.
27774 (mail-mode): Doc fix.
27775 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27776 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27777 (mail-mode-fill-paragraph): Handle those headers.
27778 (mail-mailing-lists): New variable.
27779 (mail-mail-reply-to, mail-mail-followup-to): New functions.
27780
27781 2005-03-17 Juri Linkov <juri@jurta.org>
27782
27783 * isearch.el (isearch-fallback): Check for `(car previous)'
27784 before calling `isearch-other-end-state'.
27785
27786 2005-03-17 Kim F. Storm <storm@cua.dk>
27787
27788 * simple.el (move-beginning-of-line): Move to beginning of buffer
27789 line, as well as beginning of screen line.
27790
27791 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
27792
27793 * calendar/diary-lib.el (mark-diary-entries): Use new optional
27794 argument REDRAW rather than calendar-redrawing variable.
27795 * calendar/calendar.el (calendar-redrawing): Delete.
27796 (redraw-calendar): Do not bind calendar-redrawing.
27797
27798 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
27799
27800 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
27801 diary-file buffer.
27802
27803 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
27804
27805 * help.el (describe-mode): Allow a :minor-mode-function property to
27806 specify a different minor mode toggle function than the variable.
27807 * simple.el (auto-fill-function):
27808 * subr.el (add-minor-mode): Use it.
27809
27810 2005-03-16 Kenichi Handa <handa@m17n.org>
27811
27812 * language/ethio-util.el (sera-being-called-by-w3): New variable.
27813 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
27814 (ethio-fidel-to-sera-buffer): Likewise.
27815
27816 2005-03-16 Juri Linkov <juri@jurta.org>
27817
27818 * emacs-lisp/find-func.el (find-function-regexp):
27819 Add defun-emitting macro `menu-bar-make-toggle'.
27820
27821 * isearch.el: Put `isearch-scroll' property to
27822 `split-window-horizontally'.
27823
27824 * info.el: Update error messages for `debug-ignored-errors'.
27825 (Info-isearch-search): Doc fix.
27826 (Info-find-node): Move up code to go into info buffer before
27827 recording the node to the history.
27828 (Info-fontify-node): Fontify titles only if the next line
27829 has two or more `*', `=', `-', `.'.
27830 Display "go to this node" for empty (match-string 3).
27831
27832 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27833
27834 * term/mac-win.el: Add mouse pointer shape constants.
27835
27836 2005-03-15 Kim F. Storm <storm@cua.dk>
27837
27838 * simple.el (move-beginning-of-line): Use vertical-motion.
27839
27840 2005-03-15 Juri Linkov <juri@jurta.org>
27841
27842 * isearch.el (isearch-error): New variable.
27843 (isearch-invalid-regexp, isearch-within-brackets): Remove.
27844 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
27845 (isearch-within-brackets-state): Remove.
27846 (isearch-case-fold-search-state, isearch-pop-fun-state):
27847 Decrease frame index.
27848 (isearch-mode, isearch-top-state, isearch-push-state)
27849 (isearch-edit-string, isearch-abort, isearch-search-and-update)
27850 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
27851 (isearch-search, isearch-lazy-highlight-new-loop):
27852 Replace `isearch-invalid-regexp' with `isearch-error'.
27853 Remove `isearch-within-brackets'.
27854 (isearch-search): Add `search-failed' handler to `condition-case'.
27855 (isearch-lazy-highlight-search): Add `condition-case' to catch
27856 errors and allow `isearch-lazy-highlight-update' to try
27857 highlighting from the beginning of the window.
27858 (isearch-repeat): Move up code to set isearch-wrapped to t
27859 before calling isearch-wrap-function.
27860
27861 * info.el (Info-isearch-initial-node): New internal variable.
27862 (Info-search): Signal an error in isearch mode when search leaves
27863 the initial node. Signal an error when `bound' is non-nil and
27864 nothing was found in the current subfile.
27865 (Info-isearch-search): Remove `condition-case'.
27866 (Info-isearch-wrap): Don't wrap when search failed during leaving
27867 the initial node. If `Info-isearch-search' is nil, wrap around
27868 the current node.
27869 (Info-isearch-start): New fun.
27870 (Info-mode): Add buffer-local hook `Info-isearch-start' to
27871 `isearch-mode-hook'.
27872
27873 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27874
27875 * simple.el (normal-erase-is-backspace): Set default to t if
27876 running on Mac.
27877
27878 * term/mac-win.el (function-key-map): Sync with x-win.el.
27879
27880 2005-03-15 Kenichi Handa <handa@m17n.org>
27881
27882 * international/mule-cmds.el (locale-language-names): Modify the
27883 format of elements and add more entries.
27884 (locale-preferred-coding-systems): Add more entries.
27885 (set-locale-environment): Adjust for the change of
27886 locale-language-names.
27887
27888 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
27889
27890 * pcvs.el (smerge-ediff): Remove bogus autoload.
27891
27892 2005-03-14 Lute Kamstra <lute@gnu.org>
27893
27894 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
27895 Ignore a `*' at the beginning of a line.
27896
27897 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
27898 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
27899 subr.el.
27900 (dont-compile, eval-when-compile, eval-and-compile): Use declare
27901 to specify indentation.
27902
27903 * generic.el (define-generic-mode): Let generic-mode-list be a
27904 list of strings; test membership with equal.
27905
27906 2005-03-14 Kim F. Storm <storm@cua.dk>
27907
27908 * simple.el (next-line, previous-line): Add optional try-vscroll
27909 arg to recognize interactive use. Pass it on to line-move.
27910 (line-move): Don't perform auto-window-vscroll when defining or
27911 executing keyboard macro to ensure consistent behavior.
27912
27913 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
27914
27915 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
27916
27917 2005-03-13 Lute Kamstra <lute@gnu.org>
27918
27919 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
27920 debugger-setup-buffer so that backtrace marks the frames set to
27921 debug-on-exit and we don't have to do it manually. Set an extra
27922 debug-on-exit for macro's.
27923 (debugger-setup-buffer): Don't mark the top frame manually.
27924
27925 2005-03-12 Lute Kamstra <lute@gnu.org>
27926
27927 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
27928 lisp-indent-function throughout.
27929 (with-no-warnings): Set lisp-indent-function property.
27930
27931 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
27932
27933 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
27934 Add entry for backslash.
27935
27936 2005-03-12 Juri Linkov <juri@jurta.org>
27937
27938 * info.el (Info-search): Four fixes for backward search.
27939
27940 2005-03-11 Jay Belanger <belanger@truman.edu>
27941
27942 * calc/calc.el (calc-language-alist): New variable.
27943 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
27944 (calc-embedded-find-modes): Use calc-language-alist instead of
27945 calc-embedded-language-alist.
27946
27947 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
27948
27949 * calendar/calendar.el (calendar-redrawing): New internal
27950 variable.
27951 (redraw-calendar): Remove bogus save-excursion from previous
27952 change. Bind calendar-redrawing to t for mark-diary-entries.
27953 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
27954 calendar if that is why we were called.
27955
27956 2005-03-11 Kenichi Handa <handa@m17n.org>
27957
27958 * international/mule.el (make-coding-system): Set property
27959 coding-system-define-form to nil.
27960 (define-coding-system-alias): Likewise.
27961
27962 2005-03-11 Kenichi Handa <handa@m17n.org>
27963
27964 These changes are suggested by Dave Love <fx@gnu.org>.
27965
27966 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
27967 coding: tag.
27968 (adaptive-fill-regexp): Add more bullets.
27969 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
27970 regexps.
27971
27972 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
27973
27974 * help.el (describe-mode): Properly handle non-trivial lighters.
27975 Don't ignore minor modes that are not listed in minor-mode-list.
27976
27977 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
27978 feature ON when the user requests to turn it OFF.
27979
27980 2005-03-10 Lute Kamstra <lute@gnu.org>
27981
27982 * emacs-lisp/debug.el (debug-entry-code): Delete it.
27983 (implement-debug-on-entry): New function to replace debug-entry-code.
27984 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
27985 second argument as the 2005-03-07 change makes it obsolete.
27986 (debug-on-entry, cancel-debug-on-entry): Update call to
27987 debug-on-entry-1.
27988 (debug, debugger-setup-buffer): Comment update.
27989 (debugger-frame-number): Update to work with implement-debug-on-entry.
27990
27991 2005-03-10 Jay Belanger <belanger@truman.edu>
27992
27993 * calc/calc-embed.el (math-ms-args): Declare it.
27994 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
27995 math-ms-args.
27996 (calc-embedded-subst): Use math-multi-subst-rec to substitute
27997 variables.
27998
27999 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
28000
28001 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28002 Use message-box.
28003
28004 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28005 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28006 (tooltip-gud-tips): Simplify.
28007 (tooltip-gud-tips-p): Remove superfluous :set.
28008 (tooltip-gud-modes): Add fortran-mode.
28009 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28010
28011 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28012
28013 2005-03-09 Kim F. Storm <storm@cua.dk>
28014
28015 * play/animate.el (animate-place-char): Use forward-line instead
28016 of next-line to improve performance.
28017
28018 2005-03-09 Simon Josefsson <jas@extundo.com>
28019
28020 * net/browse-url.el (browse-url-default-browser): Doc fix.
28021
28022 2005-03-09 Miles Bader <miles@gnu.org>
28023
28024 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28025 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28026
28027 2005-03-09 Kenichi Handa <handa@m17n.org>
28028
28029 * international/latin-1.el: Set case and syntax for 255 only if
28030 set-case-syntax-set-multibyte is nil.
28031
28032 * textmodes/ispell.el (ispell-insert-word): New function.
28033 (ispell-word): Use ispell-insert-word to insert a new word.
28034 (ispell-process-line): Likewise.
28035 (ispell-complete-word): Likewise.
28036
28037 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
28038
28039 * calendar/calendar.el (redraw-calendar): Preserve point.
28040 Reported by Matt Hodges <MPHodges@member.fsf.org>.
28041 (calendar-week-start-day): Move after definition of
28042 redraw-calendar. Delete buffer test, since redraw-calendar has
28043 that now.
28044
28045 * calendar/diary-lib.el (mark-diary-entries): Only call
28046 redraw-calendar in the first of any recursive calls.
28047 Reported by Alan Shutko <ats@acm.org>.
28048
28049 2005-03-08 Juri Linkov <juri@jurta.org>
28050
28051 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28052 (html-horizontal-rule, html-line, html-image, html-checkboxes)
28053 (html-radio-buttons): Add a space before the trailing `/>' where
28054 sgml-xml-mode is non-nil.
28055 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28056 the subsequent tag of the empty XML tag.
28057 (html-href-anchor): Don't set initial input to "http:".
28058 (html-image): Ask for the image URL and set point inside alt="".
28059 (html-name-anchor): Duplicate the name in the `id' attribute when
28060 sgml-xml-mode is non-nil.
28061 (html-paragraph): Remove \n before <p>.
28062 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28063 instead of `checked' when sgml-xml-mode is non-nil.
28064
28065 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28066 Remove 1 space before #RRGGBB to not truncate it on terminal
28067 windows w/o fringes. Remove 1 space between bg and fg examples
28068 to get more space.
28069 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28070 avoid byte-compile warnings.
28071
28072 * image-file.el (image-file-handler): Put `safe-magic' property to
28073 `image-file-handler'.
28074
28075 * info.el (Info-isearch-search): Emulate word search in
28076 isearching through multiple Info nodes with Info-search.
28077 (Info-isearch-wrap): Allow isearch-word.
28078
28079 2005-03-08 Lute Kamstra <lute@gnu.org>
28080
28081 * emacs-lisp/debug.el (debugger-step-through): Make sure that
28082 stepping into the debugger's code is not possible.
28083 (debugger-jumping-flag): Docstring update.
28084
28085 2005-03-08 Jay Belanger <belanger@truman.edu>
28086
28087 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28088 embedded mode begins.
28089 (calc-embedded-language-alist): New variable.
28090 (calc-embedded-find-modes): Use calc-embedded-language-alist to
28091 set default language mode.
28092
28093 2005-03-08 Kenichi Handa <handa@m17n.org>
28094
28095 * international/ccl.el (define-ccl-program): Fix docstring about
28096 extra 256 bytes assured for the output buffer.
28097
28098 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28099 Fix BUFFER_MAGNIFICATION to 2.
28100 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28101
28102 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
28103
28104 * align.el (align-rules-list): Added an alignment rule for CSS
28105 declarations (applies to css-mode and html-mode buffers).
28106
28107 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
28108
28109 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28110
28111 2005-03-07 Kim F. Storm <storm@cua.dk>
28112
28113 * simple.el (move-beginning-of-line): New command.
28114
28115 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28116
28117 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28118
28119 * emulation/cua-base.el: Put CUA move property on move-end-of-line
28120 and move-beginning-of-line.
28121
28122 * apropos.el (apropos-print): Omit command from M-x ... RET.
28123
28124 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
28125
28126 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28127 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28128
28129 2005-03-06 Richard M. Stallman <rms@gnu.org>
28130
28131 * bindings.el (esc-map): Bind M-g to goto-line.
28132
28133 * facemenu.el (global-map): Bind M-o, not M-g.
28134
28135 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28136
28137 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28138 "Open Directory" as for "Open File".
28139
28140 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
28141
28142 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28143 (push-mark-command): Run activate-mark-hook.
28144
28145 2005-03-06 Richard M. Stallman <rms@gnu.org>
28146
28147 * help-mode.el (help-mode-finish): Don't alter the element
28148 in view-return-to-alist if there already is one.
28149
28150 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28151 make sure the current buffer is the expected one.
28152
28153 * novice.el (disabled-command-function): Output in *Disabled Command*.
28154 Explicitly ignore non-keyboard events, and explicitly handle C-g.
28155
28156 * textmodes/flyspell.el (flyspell-large-region):
28157 Pass args differently for aspell.
28158
28159 * files.el (mode-require-final-newline): Doc fix.
28160
28161 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28162
28163 * progmodes/which-func.el (which-function):
28164 Specify NOERROR when calling imenu--make-index-alist.
28165
28166 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
28167
28168 * simple.el (normal-erase-is-backspace): Define default value.
28169
28170 * custom.el (custom-theme-set-variables): Remove unused var
28171 `immediate'.
28172 (custom-reevaluate-setting): Simple function to handle variables
28173 that are defined before their default value can really be
28174 computed.
28175
28176 * startup.el (command-line): Use it for temporary-file-directory,
28177 small-emporary-file-directory, auto-save-file-name-transforms,
28178 blink-cursor-mode, and normal-erase-is-backspace.
28179
28180 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28181 progress, even with buggy anchored keywords.
28182
28183 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
28184
28185 * simple.el (goto-line): Remove unbalanced final parenthesis.
28186
28187 2005-03-05 Richard M. Stallman <rms@gnu.org>
28188
28189 * simple.el (goto-line): Use a number at point as the default.
28190 With C-u as arg, switch buffers.
28191
28192 2005-03-05 Juri Linkov <juri@jurta.org>
28193
28194 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28195 with `no-blinking-cursor'.
28196
28197 * startup.el (no-blinking-cursor): New defvar.
28198 (command-line): Add `--no-blinking-cursor' to longopts.
28199 Set `no-blinking-cursor' to t for command line arguments
28200 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
28201 with `no-blinking-cursor' in the condition for calling
28202 `blink-cursor-mode'.
28203
28204 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
28205
28206 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28207 (menu-bar-options-save): Add blink-cursor-mode.
28208 (menu-bar-options-menu): Add blink-cursor-mode.
28209
28210 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
28211
28212 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28213 (icalendar-export-file, icalendar-export-region)
28214 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28215 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28216
28217 2005-03-04 Lute Kamstra <lute@gnu.org>
28218
28219 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28220 (debug-function-list): Ditto.
28221
28222 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
28223
28224 * textmodes/texinfmt.el (texinfo-append-refill):
28225 Redefine the types of line to which @refill
28226 is not appended by replacing a search for `@refill\\|@bye' with
28227 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
28228 itemize@refill' bug and the unfilled long lines bug.
28229 (texinfmt-version): Update number and date.
28230
28231 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
28232
28233 * international/code-pages.el (windows-1250, windows-125[2-8])
28234 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28235
28236 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
28237
28238 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28239 bound yet.
28240
28241 2005-03-02 Romain Francoise <romain@orebokech.com>
28242
28243 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28244 buffer after removing limits.
28245 (ibuffer-pop-filter): Ditto.
28246 Update copyright.
28247
28248 2005-03-02 Miles Bader <miles@gnu.org>
28249
28250 * button.el (make-text-button): If the user doesn't specify a
28251 type, use the default. Rewrite to use `add-text-properties' and
28252 plist functions.
28253
28254 2005-03-01 Lute Kamstra <lute@gnu.org>
28255
28256 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28257 (debugger-jumping-flag): New var.
28258 (debug-entry-code): Use it.
28259 (debugger-jump): Use debugger-jumping-flag and add
28260 debugger-reenable to post-command-hook.
28261 (debugger-reenable): Use debugger-jumping-flag and remove itself
28262 from post-command-hook.
28263 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28264 debugger-reenable.
28265
28266 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
28267
28268 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28269 inclusion of "itemize\\|", which may be unnecessary, is certainly
28270 inelegant, and stops refilling in itemize lists when formatting
28271 Japanese Texinfo files to Info.
28272 Update copyright to 2005.
28273
28274 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
28275
28276 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28277 of an error if GDB can't find the source file.
28278
28279 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
28280
28281 * calendar/calendar.el (redraw-calendar): Work from any buffer,
28282 not just the calendar.
28283
28284 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28285 first.
28286 (diary-redraw-calendar): New function.
28287 (make-diary-entry): Add diary-redraw-calendar to local
28288 write-contents-functions. Turn off selective display before
28289 inserting in diary.
28290
28291 2005-03-01 Kim F. Storm <storm@cua.dk>
28292
28293 * emacs-lisp/copyright.el (copyright-fix-years): New command.
28294
28295 2005-03-01 Lute Kamstra <lute@gnu.org>
28296
28297 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28298 that debug-entry-code can be safely removed from a function while
28299 this code is being evaluated. Revert the 2005-02-27 change as the
28300 new implementation no longer requires it. Make sure that a
28301 function body containing just a string is not mistaken for a docstring.
28302 (debug): Skip one more frame in case of debug on entry.
28303 (debugger-setup-buffer): Delete one more frame line in case of
28304 debug on entry.
28305 (debugger-frame-number): Update to use the new text introduced by
28306 the 1999-11-03 change. Skip one more frame in case of debug on entry.
28307
28308 2005-02-28 Kim F. Storm <storm@cua.dk>
28309
28310 * double.el (double-translate-key): Call force-window-update after
28311 read-event to avoid crash in redisplay.
28312
28313 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
28314
28315 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28316 (debug): Use it. Move the inhibit-trace earlier.
28317 (debug-entry-code): New const.
28318 (debug-on-entry-1): Use it.
28319
28320 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
28321
28322 * international/utf-16.el (ccl-encode-mule-utf-16le):
28323 Fix BUFFER_MAGNIFICATION to 2.
28324 (ccl-encode-mule-utf-16be): Likewise.
28325
28326 2005-02-28 Kenichi Handa <handa@m17n.org>
28327
28328 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28329 Fix BUFFER_MAGNIFICATION to 4.
28330 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28331
28332 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
28333
28334 * speedbar.el (speedbar-update-flag): Doc fix.
28335 (speedbar-show-info-under-mouse): Give set-mouse-position the right
28336 argument.
28337
28338 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
28339
28340 * reveal.el (reveal-post-command): Don't try to reveal overlays which
28341 have a non-nil `invisible' property but are actually visible.
28342
28343 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28344 for perldoc sections.
28345 (perl-outline-regexp, perl-outline-level): New var and function.
28346 (perl-mode): Use them.
28347
28348 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
28349
28350 * calendar/diary-lib.el (diary-remind): Discard any mark portion
28351 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28352
28353 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
28354
28355 * cus-edit.el: Comment change.
28356 (custom-buffer-create-internal): Slightly reword text at top of
28357 Custom buffers. Mention there that saving an option edits the
28358 init file. Add link to Emacs manual node on `custom-file'.
28359 (custom-magic-alist): Rewrite individual State messages to use
28360 capitalized keywords. Doc fix.
28361
28362 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
28363
28364 * calendar/calendar.el (calendar-buffer): Move above
28365 calendar-week-start-day.
28366 (calendar-week-start-day): Doc fix. Add :set function.
28367 (calendar-minimum-window-height): New variable.
28368 (generate-calendar-window): Only resize window if selected-window
28369 is displaying the calendar buffer. Use new variable
28370 calendar-minimum-window-height.
28371 (generate-calendar): Reword error message.
28372 (calendar-mode-map): Bind DEL to scroll-other-window-down.
28373
28374 2005-02-27 Andreas Schwab <schwab@suse.de>
28375
28376 * vc.el (vc-do-command): Don't run command asynchronously when
28377 operating in a remote directory.
28378
28379 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28380 change from sync with Tramp 2.0.47.
28381
28382 2005-02-27 Richard M. Stallman <rms@gnu.org>
28383
28384 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28385
28386 * textmodes/flyspell.el (flyspell-mode-on):
28387 Call ispell-change-dictionary only if necessary.
28388
28389 * emacs-lisp/re-builder.el (regexp-builder): New function.
28390
28391 * register.el (describe-register-1): Explicitly handle
28392 yank-excluded-properties = t.
28393
28394 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28395 (custom-magic-alist): Change the status descriptions again.
28396 (face widget-type): Total rewrite based on `restricted-sexp'
28397 to eliminate the confusing double hiding levels.
28398
28399 * emacs-lisp/debug.el (debug-on-entry-1):
28400 If function body is empty, add nil as body form.
28401
28402 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
28403
28404 * emacs-lisp/trace.el (inhibit-trace): New var.
28405 (trace-make-advice): Use it.
28406
28407 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28408
28409 2005-02-26 Kim F. Storm <storm@cua.dk>
28410
28411 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28412 (mouse-on-link-p, mouse-drag-region-1): Use it.
28413
28414 2005-02-25 Lute Kamstra <lute@gnu.org>
28415
28416 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28417
28418 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
28419
28420 * frame.el (blink-cursor-mode): Add :group keyword.
28421
28422 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
28423
28424 * calendar/icalendar.el (icalendar--decode-isodatetime):
28425 New optional argument DAY-SHIFT.
28426 (icalendar-export-region): Fix coding-system-for-write.
28427 (icalendar--convert-ical-to-diary): Shift end-day of all-day
28428 events by one.
28429
28430 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
28431
28432 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
28433
28434 2005-02-24 Kim F. Storm <storm@cua.dk>
28435
28436 * international/iso-acc.el (iso-accents-compose): Fix crash
28437 during redisplay. Call force-window-update after read-event
28438 and delete-region to signal that window is not accurate.
28439
28440 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
28441
28442 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
28443 Remove unused and inexistent var `inhibit-trace'.
28444 (debugger-mode): Use run-mode-hooks.
28445 (debugger-list-functions): Add buttons; setup xref stack.
28446
28447 2005-02-23 Richard M. Stallman <rms@gnu.org>
28448
28449 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
28450 appointment says it was explicitly made.
28451 (appt-add): Set the 3rd element.
28452 (appt-make-list): Preserve explicit appointments.
28453
28454 * subr.el (find-tag-default): Catch errors in forward-sexp.
28455
28456 2005-02-23 Juri Linkov <juri@jurta.org>
28457
28458 * info.el (Info-isearch-search): New defcustom.
28459 (Info-isearch-search): Call the default isearch function
28460 when Info-isearch-search is nil.
28461 (Info-isearch-wrap): Use variable Info-isearch-search.
28462
28463 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
28464
28465 * cus-edit.el: Comment change.
28466
28467 2005-02-22 Kim F. Storm <storm@cua.dk>
28468
28469 * progmodes/hideif.el (hide-ifdef-use-define-alist):
28470 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
28471
28472 2005-02-22 Simon Josefsson <jas@extundo.com>
28473
28474 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
28475 New variable.
28476 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
28477 Oskarsson" <myrkraverk@users.sourceforget.net>.
28478
28479 2005-02-22 Kim F. Storm <storm@cua.dk>
28480
28481 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
28482 check that window of that event is the selected window.
28483 (mouse-drag-region-1): Compare mouse event window to selected
28484 window before setting point.
28485
28486 * tooltip.el (tooltip-show-help-function): Pass event to
28487 mouse-on-link-p so it can check selected window.
28488
28489 2005-02-22 Kenichi Handa <handa@m17n.org>
28490
28491 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
28492 (ps-mule-show-warning): New function.
28493 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
28494 characters are found.
28495
28496 * ps-print.el (ps-header-footer-string): Return a list of header
28497 and footer strings.
28498
28499 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
28500
28501 * pcvs.el (cvs-retrieve-revision): Fix thinko.
28502
28503 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
28504
28505 * frame.el (blink-cursor-mode): Use define-minor-mode.
28506
28507 * term/mac-win.el (function-key-map): Use char-names more consistently.
28508 (file-name-coding-system): Only set it for MacOS-9. The other case is
28509 already handled in mule-cmds.el (where it also works when mac-win.el
28510 is not used).
28511
28512 2005-02-21 Kenichi Handa <handa@m17n.org>
28513
28514 * international/mule.el (ctext-pre-write-conversion): Always use
28515 " *code-converting-work*" buffer for work.
28516
28517 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
28518
28519 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
28520
28521 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
28522
28523 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
28524
28525 * ses.el (undo-more): Restore defadvice, but only the part that
28526 allows changes outside the restricted area of the buffer.
28527
28528 2005-02-20 Kim F. Storm <storm@cua.dk>
28529
28530 * simple.el (line-move): Add fourth optional arg try-vscroll which
28531 must be set to perform auto-window-vscroll.
28532 When moving backwards and doing auto-window-vscroll, automatically
28533 vscroll to the last part of lines which are taller than the window.
28534 (next-line, previous-line): Set try-vscroll arg on line-move.
28535
28536 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
28537
28538 * replace.el (query-replace, query-replace-regexp)
28539 (replace-string, replace-regexp): When operating on region, make
28540 the minibuffer prompt say so.
28541
28542 * isearch.el (isearch-forward): Document isearch-query-replace and
28543 isearch-query-replace-regexp keybindings.
28544
28545 2005-02-19 Jay Belanger <belanger@truman.edu>
28546
28547 * calc/calc-aent.el (math-read-token): Add local variable.
28548
28549 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
28550 (calc-edit-top): Move declaration to earlier in file.
28551 (calc-edit-macro-repeats): Add local variables.
28552
28553 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
28554 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
28555 calcFunc-tanh.
28556 Adjust integration rule for calcFunc-tan.
28557
28558 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28559
28560 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
28561 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
28562 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
28563 (viper-skip-separators): Bug fix.
28564 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
28565 particular major mode.
28566 (viper-del-backward-char-in-replace): Don't put deleted char on the
28567 kill ring.
28568
28569 * viper-ex.el (viper-color-display-p): New function.
28570 (viper-has-face-support-p): Use viper-color-display-p.
28571
28572 * viper-keym.el (viper-gnus-modifier-map): New keymap.
28573
28574 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
28575
28576 * viper-util.el (viper-glob-unix-files): Fix shell status check.
28577 (viper-file-remote-p): Make equivalent to file-remote-p.
28578
28579 * viper.el (viper-major-mode-modifier-list):
28580 Use viper-gnus-modifier-map.
28581
28582 2005-02-19 David Kastrup <dak@gnu.org>
28583
28584 * subr.el (subregexp-context-p): Fix garbled doc string by adding
28585 quoting.
28586
28587 2005-02-19 Jay Belanger <belanger@truman.edu>
28588
28589 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
28590 Remove extra definitions.
28591 (calc-coth): New function.
28592 (calcFunc-cot): Fix `let'.
28593
28594 2005-02-19 Eli Zaretskii <eliz@gnu.org>
28595
28596 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
28597 the reasons we use "type pc" in these faces.
28598
28599 * button.el (button): Ditto.
28600
28601 2005-02-19 Michael Mauger <mmaug@yahoo.com>
28602
28603 * replace.el (query-replace-read-from): Set the value of
28604 query-replace-from-history-variable to handle the case of an empty
28605 string entered to accept the suggested default.
28606
28607 * net/tramp.el (tramp-file-name-for-operation):
28608 Use dired-call-process instead of dired-call-process-command.
28609
28610 2005-02-19 Jay Belanger <belanger@truman.edu>
28611
28612 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28613 (math-div-non-trig): New variables.
28614 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28615 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28616 (math-combine-prod, math-div-symb-fancy): Add simplifications for
28617 trig expressions.
28618
28619 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
28620
28621 * progmodes/gdb-ui.el (gdb-var-update-handler)
28622 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28623 for watch expressions,
28624 (gdb-var-create-handler): Don't set speedbar-update-flag.
28625 (gdb-post-prompt): Simplify test for speedbar.
28626
28627 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28628
28629 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28630 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28631 we use the syntax table of the correct buffer.
28632 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28633 Felix Gatzemeier.
28634
28635 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28636 (ediff-file-remote-p): Make synonymous with file-remote-p.
28637 In all deffaces ediff-*-face-*, use min-colors.
28638
28639 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28640 ediff-recurse-to-subdirectories.
28641 (ediff-mark-if-equal): Check that the arguments are strings, use
28642 ediff-same-contents (after to Felix Gatzemeier).
28643
28644 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28645 nil.
28646
28647 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
28648
28649 * log-view.el (log-view-message-re): Fix up Subversion regexp.
28650
28651 2005-02-18 David Kastrup <dak@gnu.org>
28652
28653 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28654 use `mark-active' when defined.
28655
28656 2005-02-18 Kenichi Handa <handa@m17n.org>
28657
28658 * ps-print.el (ps-font-info-database): New entry
28659 ZapfChancery-MediumItalic with correct font name. Fix font name
28660 of the entry Zapf-Chancery-MediumItalic.
28661
28662 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
28663
28664 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28665
28666 2005-02-16 Kim F. Storm <storm@cua.dk>
28667
28668 * ido.el (ido-fallback-command): Pass user input to fallback command.
28669
28670 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
28671
28672 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28673 (gdb-find-file-hook): Add server prefix.
28674
28675 2005-02-16 Richard M. Stallman <rms@gnu.org>
28676
28677 * replace.el (perform-replace): Pass new args to replace-highlight.
28678 (replace-highlight): Take region args,
28679 and pass them to isearch-lazy-highlight-new-loop.
28680
28681 * novice.el (disabled-command-hook): Autoload the defalias
28682 and the make-obsolete-variable call.
28683
28684 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28685
28686 * isearch.el (isearch-lazy-highlight-start-limit)
28687 (isearch-lazy-highlight-end-limit): New variables limit
28688 the region for highlighting.
28689 (isearch-lazy-highlight-new-loop): New args BEG and END.
28690 (isearch-lazy-highlight-search): Use the new vars.
28691 (isearch-lazy-highlight-update): Likewise.
28692
28693 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28694
28695 * cus-start.el (all): Use default-boundp.
28696
28697 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
28698
28699 * menu-bar.el (menu-bar-select-frame): Handle current frame.
28700
28701 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
28702
28703 * autorevert.el (auto-revert-stop-on-user-input)
28704 (auto-revert-verbose): Doc fixes.
28705
28706 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
28707
28708 * international/mule-cmds.el (set-locale-environment): Remove call
28709 to set-selection-coding-system on Windows.
28710
28711 2005-02-15 Jay Belanger <belanger@truman.edu>
28712
28713 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28714 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28715 calcFunc-coth.
28716 (math-simplify-sqrt): Add simplifications.
28717
28718 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28719 to list.
28720
28721 * calc/calc-ext.el: Add functions to autoloads.
28722
28723 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28724 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28725 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28726 (math-csc-raw, math-cot-raw): New functions.
28727
28728 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28729
28730 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28731 the variable name in a message.
28732
28733 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28734 calcFunc-csc, calcFunc-cot.
28735
28736 * calc/calcalg2.el: Add derivative and integration rules for
28737 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28738 calcFunc-csch, calcFunc-coth.
28739 (math-do-integral-methods): Add to checks for when to use
28740 substitutions.
28741
28742 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28743
28744 2005-02-15 Lute Kamstra <lute@gnu.org>
28745
28746 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28747 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
28748 <monnier@iro.umontreal.ca>.
28749 (lisp-outline-level): Improve efficiency. Suggested by David
28750 Kastrup <dak@gnu.org>.
28751
28752 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
28753
28754 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28755 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28756 (gdb-set-gud-minor-mode-existing-buffers): New functions.
28757 (gdb-find-file-hook): New hook. Add it to find-file-hook.
28758 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28759
28760 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
28761
28762 * cus-start.el (all): Comment change.
28763
28764 2005-02-14 Lute Kamstra <lute@gnu.org>
28765
28766 * cus-start.el (all): Check if symbol is void.
28767
28768 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
28769
28770 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28771 optional argument to \cite.
28772
28773 2005-02-14 Richard M. Stallman <rms@gnu.org>
28774
28775 * cus-edit.el (custom-buffer-create-internal): Update help message.
28776 (custom-magic-alist): Update help messages.
28777
28778 * cus-start.el (all): Allow a var to specify a standard value.
28779
28780 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
28781
28782 * custom.el (custom-theme-set-variables): Handle variable aliases.
28783
28784 * frame.el (blink-cursor-timer): Doc fix.
28785 (blink-cursor): Make it an alias for `blink-cursor-mode' and
28786 declare obsolete.
28787 (blink-cursor-mode): Define with defcustom and use correct
28788 standard expression in that defcustom.
28789 * startup.el (command-line): Adapt to above changes in frame.el.
28790
28791 2005-02-11 Lute Kamstra <lute@gnu.org>
28792
28793 * apropos.el (apropos-score-doc): Prevent division by zero.
28794
28795 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
28796
28797 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
28798 (icalendar--get-event-property-attributes)
28799 (icalendar--get-event-properties)
28800 (icalendar--datetime-to-diary-date): New functions.
28801 (icalendar--split-value): Doc fix.
28802 (icalendar--datetime-to-noneuropean-date)
28803 (icalendar--datetime-to-european-date): New optional argument
28804 SEPARATOR. Return result as a string instead of a list.
28805 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
28806 (icalendar--convert-string-for-export): Rename arg S to STRING.
28807 (icalendar-export-region): Doc fix. Change name of error buffer.
28808 Save output buffer.
28809 (icalendar-import-file): Add blank at end of prompt.
28810 (icalendar-import-buffer): Doc fix. Do not switch to error
28811 buffer. Indicate status in return value.
28812 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
28813 buffer. Save output buffer. Handle exception from recurrence
28814 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
28815 events. Fix problems with weekly all-day events.
28816
28817 2005-02-10 Richard M. Stallman <rms@gnu.org>
28818
28819 * simple.el (eval-expression-print-format):
28820 Avoid warning about edebug-active.
28821
28822 * help.el (help-for-help-internal): Rename from help-for-help.
28823 (help-for-help): Define with defalias.
28824
28825 * font-core.el (font-lock-default-function): Use with-no-warnings.
28826
28827 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
28828
28829 * custom.el (defface): Doc fix.
28830
28831 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
28832
28833 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
28834 width 0" to prevent word wrapping problems.
28835
28836 2005-02-09 Kim F. Storm <storm@cua.dk>
28837
28838 * ido.el (ido-file-extensions-order): New defcustom.
28839 (ido-file-extension-lessp, ido-file-extension-aux)
28840 (ido-file-extension-order): New advanced file ordering.
28841 (ido-file-lessp): New simple file ordering.
28842 (ido-sort-list): Remove.
28843 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
28844 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
28845
28846 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
28847
28848 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
28849 that some versions of grep produce.
28850 (grep-mode-font-lock-keywords): Likewise.
28851
28852 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
28853
28854 * progmodes/gdb-ui.el (gdb-location-list): New variable.
28855 (gdb-cdir): Delete.
28856 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
28857 (gdb-source-info): Treat case when source file is in another
28858 directory properly.
28859 (gdb-get-location): New function.
28860
28861 2005-02-07 Jay Belanger <belanger@truman.edu>
28862
28863 * calc/calc-prog.el (calc-write-parse-table-part)
28864 (calc-fix-token-name): Fix a check for language type.
28865
28866 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
28867
28868 2005-02-07 Andre Spiegel <spiegel@gnu.org>
28869
28870 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
28871 as directory not writable.
28872
28873 2005-02-07 Kim F. Storm <storm@cua.dk>
28874
28875 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
28876 (cua--standard-movement-commands): Remove list.
28877 Instead, set CUA property value to move for movement commands.
28878 (cua-movement-commands): Remove. Users must set CUA prop instead.
28879 (cua--pre-command-handler): Check CUA property.
28880 (cua--init-keymaps): Don't remap undo commands.
28881 (cua-mode): Don't call cua--rectangle-on-off.
28882
28883 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
28884 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
28885 (cua--rect-undo-set-point): New var.
28886 (cua--rectangle-undo-boundary): Setup undo apply entry.
28887 (cua--rect-undo-handler): New function for rectangle undo.
28888 (cua--rect-start-position, cua--rect-end-position): Add.
28889 (cua--rectangle-post-command): Call cua--rectangle-set-corners
28890 for restored rectangle. Set point if cua--rect-undo-set-point.
28891
28892 2005-02-06 Jay Belanger <belanger@truman.edu>
28893
28894 * calc/calc-lang.el (calc-tex-language): Display more information
28895 in messages.
28896
28897 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
28898 in TeX mode.
28899
28900 2005-02-06 Richard M. Stallman <rms@gnu.org>
28901
28902 * emacs-lisp/lisp.el (buffer-end): Doc fix.
28903
28904 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
28905
28906 * net/ldap.el (ldap-search-internal): Support attributes with
28907 optional descriptions separated by a semi-colon, as in
28908 "userCertificate;binary".
28909
28910 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28911
28912 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
28913 isn't a cons (i.e. the version is 0).
28914
28915 2005-02-05 Eli Zaretskii <eliz@gnu.org>
28916
28917 * help.el (help-for-help): Doc fix.
28918
28919 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
28920
28921 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
28922 GDB-Windows on the menu-bar as this works better.
28923
28924 2005-02-04 Jay Belanger <belanger@truman.edu>
28925
28926 * calc/calc-embed.el (calc-embedded-update): Don't put in
28927 unnecessary newlines. Adjust the end of formula marker.
28928
28929 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
28930 (math-latex-parse-two-args): New function.
28931
28932 2005-02-03 Lute Kamstra <lute@gnu.org>
28933
28934 * help-fns.el (help-with-tutorial): Make sure that users cannot
28935 remove the entire text of the tutorial by means of `undo'.
28936
28937 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
28938
28939 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
28940 in recent changes, where the ispell process was repeatedly
28941 killed & restarted.
28942
28943 * international/mule-cmds.el (set-locale-environment): Set file-name
28944 coding system to utf-8 on Darwin systems.
28945 (set-default-coding-systems): Don't set default-file-name-coding-system
28946 on Darwin systems.
28947
28948 2005-02-03 Richard M. Stallman <rms@gnu.org>
28949
28950 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
28951
28952 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
28953
28954 * faces.el (list-faces-display): Add optional argument.
28955
28956 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
28957
28958 * font-core.el (font-lock-default-function): Handle the rare case where
28959 only font-lock-keywords is set.
28960
28961 2005-02-02 Kenichi Handa <handa@m17n.org>
28962
28963 * international/characters.el: Cancel previous change for
28964 I-WITH-DOT-ABOVE and DOTLESS-i.
28965
28966 * international/latin-5.el: Cancel previous change.
28967
28968 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
28969
28970 * progmodes/gud.el: Correction to syntax in gud-menu-map.
28971
28972 2005-02-02 Kenichi Handa <handa@m17n.org>
28973
28974 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
28975 DOTLESS-i.
28976
28977 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
28978 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
28979
28980 * case-table.el (get-upcase-table): New function.
28981 (copy-case-table): Copy upcaes table too if non-nil.
28982 (set-case-syntax-delims): Maintain upcase table too.
28983 (set-case-syntax-pair): Likewise.
28984 (set-upcase-syntax, set-downcase-syntax): New functions.
28985 (set-case-syntax): Maintain upcase table too.
28986
28987 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
28988
28989 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
28990
28991 * progmodes/gud.el (gud-goto-info): New function.
28992 (gud-tool-bar-map): Use correct icon.
28993
28994 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28995
28996 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
28997 When delegating, order args in the funcall correctly.
28998
28999 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29000
29001 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29002
29003 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
29004
29005 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29006 buffer not visiting a file.
29007
29008 2005-01-31 Jay Belanger <belanger@truman.edu>
29009
29010 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29011 bound on the line with the formula.
29012
29013 2005-01-31 Kim F. Storm <storm@cua.dk>
29014
29015 * ses.el (ses-create-cell-variable-range)
29016 (ses-destroy-cell-variable-range, ses-reset-header-string)
29017 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29018 (ses-insert-row): Fix format of apply undo entries.
29019
29020 2005-01-31 Jay Belanger <belanger@truman.edu>
29021
29022 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29023 parts.
29024
29025 * calc/calc-embed.el (calc-embedded-open-formula)
29026 (calc-embedded-close-formula): Ignore matrix environments.
29027
29028 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29029 TeX mode.
29030
29031 * calc/calc-lang.el (math-function-table, math-oper-table)
29032 (math-variable-table): Adjust the LaTeX portions.
29033
29034 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29035 (math-latex-ignore-words): New constant.
29036
29037 2005-01-31 Richard M. Stallman <rms@gnu.org>
29038
29039 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29040 (ispell-local-dictionary): Doc fix.
29041 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29042 Don't reinitialize at run time. Don't defcustom.
29043 All uses changed to append ispell-local-dictionary-alist,
29044 or check it first.
29045 (ispell-current-dictionary): New variable for dictionary in use.
29046 (ispell-dictionary): Now used only for global default.
29047 (ispell-start-process): Set ispell-current-dictionary,
29048 not ispell-dictionary.
29049 (ispell-change-dictionary): Use this only for setting
29050 user preferences.
29051 (ispell-internal-change-dictionary): New function
29052 to change the current dictionary in use.
29053 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29054 Use ispell-current-dictionary.
29055 Handle ispell-local-dictionary-overridden.
29056 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29057
29058 2005-01-31 Jay Belanger <belanger@truman.edu>
29059
29060 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29061
29062 * calc/calc-ext.el: Add calc-latex-language to autoloads.
29063 (calc-mode-map): Add calc-latex-language.
29064
29065 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29066 (math-latex-print-frac): New functions.
29067 (math-oper-table, math-function-table, math-variable-table)
29068 (math-complex-format, math-input-filter): Add latex properties.
29069 (calc-set-language): Set math-expr-special-function-mapping.
29070
29071 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29072 (calc-write-parse-table-part): Add LaTeX support.
29073
29074 * calc/calc.el (calc-language): Adjust docstring.
29075 (calc-set-mode-line): Add LaTeX support.
29076 (math-expr-special-function-mapping): New variable.
29077 (math-tex-ignore-words): Add to list.
29078
29079 * calc/calccomp.el (math-compose-expr, math-compose-rows):
29080 Add LaTeX support.
29081 (math-compose-expr): Add support for special functions.
29082
29083 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29084
29085 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
29086
29087 * progmodes/gdb-ui.el (gdb-memory-address)
29088 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29089 (gdb-memory-mode-map, gdb-memory-format-keymap)
29090 (gdb-memory-format-menu, gdb-memory-unit-keymap)
29091 (gdb-memory-unit-menu): New variables for a buffer
29092 that lets the user examine program memory.
29093 (gdb-memory-set-address, gdb-memory-set-repeat-count)
29094 (gdb-memory-format-binary, gdb-memory-format-octal)
29095 (gdb-memory-format-unsigned, gdb-memory-format-signed)
29096 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29097 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29098 (gdb-memory-unit-word, gdb-memory-unit-halfword)
29099 (gdb-memory-unit-byte, gdb-memory-unit-menu)
29100 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29101 (gdb-memory-mode, gdb-memory-buffer-name)
29102 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29103 New functions for above buffer.
29104
29105 2005-01-30 Richard M. Stallman <rms@gnu.org>
29106
29107 * cus-edit.el (custom-bury-buffer): Function deleted.
29108 (custom-buffer-done-function): Option deleted.
29109 (custom-buffer-done-kill): New replacement option.
29110 (Custom-buffer-done): Call quit-window.
29111 (custom-buffer-create-internal): Update for above changes.
29112
29113 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
29114
29115 * simple.el (undo-ask-before-discard): New var.
29116 (undo-outer-limit-truncate): Implement it.
29117 (undo-extra-outer-limit): Doc update.
29118
29119 2005-01-29 Richard M. Stallman <rms@gnu.org>
29120
29121 * ses.el (undo-more): Delete defadvice.
29122 (ses-begin-change): Doc fix.
29123
29124 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29125 instead of rebinding C-x u and C-_.
29126
29127 * files.el (normal-backup-enable-predicate): Return nil for files
29128 in /tmp, regardless of temporary-file-directory.
29129
29130 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29131
29132 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29133 (open-rectangle, delete-whitespace-rectangle-line)
29134 (clear-rectangle-line): If FILL, pass t instead of FILL
29135 for move-to-column's 2nd arg.
29136
29137 * simple.el (undo): Fix the test for continuing a series of undos.
29138 (undo-more): Set pending-undo-list to t when we reach end.
29139 (pending-undo-list): Move up defvar.
29140
29141 * wid-edit.el (widget-button-click):
29142 Shorten the range of the track-mouse binding.
29143
29144 * comint.el (comint-insert-input): Undo previous changes;
29145 use last-input-event in interactive spec.
29146
29147 2005-01-29 Eli Zaretskii <eliz@gnu.org>
29148
29149 * progmodes/compile.el (compilation-start): Bind buffer-read-only
29150 to nil before invoking call-process. Reset buffer's modified flag
29151 after fontifying it in the no-async branch.
29152
29153 * wid-edit.el (widget-specify-button): If mouse pointer shape
29154 cannot be changed, use mouse face instead.
29155
29156 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
29157
29158 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29159 (gdb-goto-breakpoint): Make breakpoint handling work on template
29160 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
29161 (gdb-assembler-custom): Update to recognize breakpoint information
29162 added on 2005-01-19.
29163
29164 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
29165
29166 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29167 (dsssl-mode): Use define-derived-mode.
29168 (scheme-mode-initialize): Remove.
29169 (scheme-mode): Use run-mode-hooks.
29170
29171 * cus-edit.el (customize-group-other-window)
29172 (custom-buffer-create-other-window): Don't override special-display-*.
29173 (custom-mode-map): Make it dense.
29174
29175 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29176 sets the default value.
29177
29178 2005-01-28 Eli Zaretskii <eliz@gnu.org>
29179
29180 * descr-text.el: Add more keywords.
29181
29182 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
29183
29184 * speedbar.el: Avoid unnecessary use of locate-library.
29185
29186 * international/mule-cmds.el (standard-display-european-internal):
29187 Don't fiddle with latin-1 non-break space any more since it's now
29188 special cased in the C code.
29189 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29190
29191 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
29192
29193 * cus-start.el (all): Add `undo-outer-limit'.
29194
29195 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29196
29197 * textmodes/bibtex.el (bibtex-format-entry):
29198 Use `bibtex-empty-field-re' only on the text of fields, not on entire
29199 field lines.
29200 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29201 not on part of a buffer.
29202
29203 2005-01-25 Lute Kamstra <lute@gnu.org>
29204
29205 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29206 nonempty field text strings like "{letters\\macro{}more letters}".
29207 Clarify docstring.
29208 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29209 (bibtex-entry-offset, bibtex-parse-association)
29210 (bibtex-parse-field-name): Fix typos in docstrings.
29211 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29212
29213 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
29214
29215 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29216 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29217 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29218 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29219
29220 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29221 isearch minor mode.
29222
29223 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
29224
29225 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29226
29227 2005-01-24 Lute Kamstra <lute@gnu.org>
29228
29229 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29230 CASECHARS and NOT-CASECHARS regular expressions of the
29231 "nederlands" and "nederlands8" dictionaries to prevent a "Range
29232 striding over charsets" error.
29233
29234 2005-01-24 Jay Belanger <belanger@truman.edu>
29235
29236 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29237 display variable name.
29238
29239 2005-01-24 Kenichi Handa <handa@m17n.org>
29240
29241 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29242 Fix setting of the element of encoded-kbd-iso2022-invocations.
29243
29244 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
29245
29246 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29247 (gdb-threads-select): Change to also accept mouse events.
29248 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29249 (gdb-threads-mouse-select): Delete.
29250
29251 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
29252
29253 * files.el (insert-directory): Take care of empty directory,
29254 listed without -a switch.
29255
29256 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
29257
29258 * textmodes/refill.el (refill-post-command-function):
29259 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29260 to the list of functions that we should be careful not to undo.
29261 (refill-late-fill-paragraph-function): Remove.
29262 (refill-saved-state): New var.
29263 (refill-mode): Use it to save fill-paragraph-function.
29264 Save also the value of auto-fill-function.
29265
29266 * term/w32-win.el: Simplify code.
29267
29268 2005-01-23 Kim F. Storm <storm@cua.dk>
29269
29270 * simple.el (line-move): Adapt to new return value from
29271 pos-visible-in-window-p.
29272
29273 * simple.el (line-move): Fix last change. Check partial
29274 visibility at point rather than at window-start.
29275
29276 2005-01-22 Jason Rumney <jasonr@gnu.org>
29277
29278 * term/w32-win.el (xw-defined-colors): Remove debug-message.
29279
29280 2005-01-22 David Kastrup <dak@gnu.org>
29281
29282 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29283
29284 2005-01-22 Eli Zaretskii <eliz@gnu.org>
29285
29286 * type-break.el (type-break-mode): Add a test for
29287 type-break-file-name being non-nil.
29288
29289 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
29290
29291 * net/eudc.el (top level): Call (message "") via progn, so that
29292 eudc-options-file is loaded.
29293
29294 2005-01-22 Kim F. Storm <storm@cua.dk>
29295
29296 * simple.el (line-move-1): Rename from line-move.
29297 (line-move): New function that adjusts vscroll for partially
29298 visible rows, and calls line-move-1 otherwise.
29299
29300 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
29301
29302 * pcomplete.el: Define pcomplete-read-event instead of read-event,
29303 since it's not a complete read-event implementation
29304
29305 2005-01-20 Jay Belanger <belanger@truman.edu>
29306
29307 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29308 for called function.
29309
29310 2005-01-20 Steven Tamm <steventamm@mac.com>
29311
29312 * term/mac-win.el (process-connection-type): Remove.
29313 Controlled now by s/darwin.h:PTY_ITERATION.
29314
29315 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
29316
29317 * window.el (handle-select-window): Don't switch window when we're
29318 in the minibuffer.
29319
29320 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
29321
29322 * subr.el (dotimes-with-progress-reporter): New macro.
29323
29324 * ses.el (ses-dotimes-msg): Remove macro.
29325 Use `dotimes-with-progress-reporter' instead.
29326
29327 2005-01-19 Steven Tamm <steventamm@mac.com>
29328
29329 * term/mac-win.el (process-connection-type): Use new
29330 operating-system-release variable to use ptys on Darwin 7 (OS X
29331 10.3) when using carbon build.
29332
29333 2005-01-19 Jay Belanger <belanger@truman.edu>
29334
29335 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29336 flags if the last command was a tab or M-tab.
29337
29338 * calc/calc-prog.el (calc-user-define-edit): Put original formula
29339 in formula editing buffer.
29340
29341 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29342
29343 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29344 breakpoint image symbol in margin.
29345
29346 2005-01-19 Jay Belanger <belanger@truman.edu>
29347
29348 * calc/calc-prog.el (calc-execute-kbd-macro):
29349 Ignore calc-keep-arg-flag.
29350
29351 2005-01-19 Kenichi Handa <handa@m17n.org>
29352
29353 * textmodes/ispell.el (ispell-looking-at): New function.
29354 (ispell-process-line): Use ispell-looking-at to compare the ispell
29355 output and the buffer contents.
29356
29357 2005-01-18 Jay Belanger <belanger@truman.edu>
29358
29359 * calc/calc.el (calc-display-raw): Fix docstring.
29360
29361 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
29362
29363 * simple.el (blink-matching-open): Strip extra info from syntax.
29364
29365 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29366 funny chars in the end-of-here-doc marker.
29367
29368 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29369
29370 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29371 that enable/disabled state of breakpoints is shown correctly in
29372 fringe and on ttys.
29373 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29374 Add breakpoint information as text properties.
29375 (gdb-mouse-toggle-breakpoint):
29376 Rename to gdb-mouse-set-clear-breakpoint.
29377 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
29378 breakpoints in the margin.
29379 (gdb-remove-strings): Simplify.
29380
29381 2005-01-17 Jay Belanger <belanger@truman.edu>
29382
29383 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29384 erasing buffer.
29385
29386 2005-01-17 Richard M. Stallman <rms@gnu.org>
29387
29388 * progmodes/grep.el (grep-find): Copy from `grep' the condition
29389 for calling grep-compute-defaults.
29390
29391 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29392 if buffer is empty.
29393
29394 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29395
29396 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
29397
29398 * hilit-chg.el (highlight-changes-mode): Don't autoload.
29399
29400 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29401 non-preloaded variables.
29402
29403 2005-01-17 Steven Tamm <steventamm@mac.com>
29404
29405 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29406 tex-shell cause to force interactivity when using pipes.
29407
29408 2005-01-17 Kim F. Storm <storm@cua.dk>
29409
29410 * simple.el (just-one-space): Make arg optional.
29411
29412 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
29413
29414 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29415 posn-at-x-y to t to access left-margin.
29416
29417 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
29418
29419 Sync with Tramp 2.0.47.
29420
29421 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29422 catching keep-date problems in cp/scp operations.
29423 (tramp-handle-copy-file): Don't call `set-file-modes'
29424 unconditionally. Specialized functions should know better what is
29425 necessary. This improves performance a little bit, and the
29426 functions could catch errors with `cp -p' and `scp -p'.
29427 (tramp-do-copy-or-rename-file-via-buffer)
29428 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
29429 when appropriate.
29430 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
29431 Call `set-file-modes' when appropriate.
29432 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
29433 Johnsson <isak@hypergene.com>.
29434 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
29435 of both Tramp buffer and debug buffer. Reported by Joakim Verona
29436 <joakim@verona.se>.
29437 (tramp-file-name-for-operation): Mark `shell-command' as magic for
29438 Emacs only.
29439
29440 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
29441 `find-file-hooks' and `dired-mode-hook'.
29442 (tramp-minor-mode-map): Respective map. Add remapping for
29443 `compile' and `recompile'.
29444 (tramp-remap-command, tramp-recompile): New defuns.
29445 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
29446 in buffer "*Compilation*". Call the commands asynchronously.
29447
29448 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
29449 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
29450 `shell-command', because it isn't magic in XEmacs. Reported by
29451 Adrian Aichner <adrian@xemacs.org>.
29452
29453 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
29454 `substitute-in-file-name.
29455 (tramp-smb-handle-substitute-in-file-name): New defun.
29456 (tramp-smb-advice-PC-do-completion): Delete advice.
29457
29458 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
29459
29460 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
29461 Fix error in deleting region.
29462
29463 2005-01-15 Richard M. Stallman <rms@gnu.org>
29464
29465 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
29466 In non-temp buffer, switch syntax table temporarily.
29467
29468 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
29469
29470 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
29471
29472 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
29473
29474 * imenu.el (imenu--split-menu): Copy menulist before sorting.
29475 (imenu--generic-function): Use START, not BEG, as pos of definition.
29476
29477 * simple.el (just-one-space): Argument specifies number of spaces.
29478
29479 * simple.el (eval-expression-print-format): Avoid warning
29480 about edebug-active.
29481
29482 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
29483
29484 * progmodes/sh-script.el: Code copied from make-mode.el
29485 with small changes,
29486 (sh-mode-map): Bind C-c C-\.
29487 (sh-backslash-column, sh-backslash-align): New variables.
29488 (sh-backslash-region, sh-append-backslash): New functions.
29489
29490 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
29491
29492 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
29493 (rmail-pop-password, rmail-pop-password-required): Move to
29494 rmail-obsolete group.
29495 (rmail-set-pop-password): Rename to rmail-set-remote-password.
29496 All callers updated.
29497 (rmail-get-pop-password): Rename to rmail-get-remote-password.
29498 Take an argument specifying whether it is POP or IMAP mailbox we
29499 are using. All callers updated.
29500 (rmail-pop-password-error): Rename to
29501 rmail-remote-password-error. Added mailutils-specific error message.
29502 (rmail-movemail-search-path)
29503 (rmail-movemail-variant-in-use): New variables.
29504 (rmail-remote-password, rmail-remote-password-required):
29505 New customization variables.
29506 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
29507 (rmail-parse-url): New function.
29508 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
29509 with GNU mailutils movemail.
29510
29511 2005-01-15 Kevin Ryde <user42@zip.com.au>
29512
29513 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
29514 suffix to space, $ or '$, to correctly position point when going
29515 to @table style constants like DBL_MAX.
29516
29517 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
29518
29519 * type-break.el (type-break-mode, type-break-file-time)
29520 (type-break-file-keystroke-count, type-break-choose-file):
29521 Don't store data in or load data from the file if type-break-file-name
29522 is nil.
29523 (type-break-file-name): Doc update as per the above.
29524
29525 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
29526
29527 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
29528 lookup-key might return nil; handle that.
29529
29530 2005-01-15 Alan Mackenzie <acm@muc.de>
29531
29532 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
29533 rather than the element found, thus enabling the tree to be setcar'd.
29534
29535 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29536
29537 * textmodes/org.el (org-show-following-heading): New option.
29538 (org-show-hierarchy-above): Use `org-show-following-heading'.
29539 (org-cycle): Documentation fix.
29540
29541 * textmodes/org.el (orgtbl-optimized): New option
29542 (orgtbl-mode): New command, a minor mode.
29543 (orgtbl-mode-map): New variable.
29544 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
29545 (orgtbl-error, orgtbl-self-insert-command)
29546 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
29547
29548 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
29549 a local variable in each org-mode buffer.
29550
29551 * textmodes/org.el (org-set-regexps-and-options): Rename from
29552 `org-set-regexps'. Added checking for STARTUP keyword.
29553 (org-get-current-options): Add STARTUP options.
29554 (org-table-insert-row): Make mode intelligent about when
29555 realignment is needed.
29556 (org-self-insert-command, org-delete-backward-char, org-delete-char):
29557 New commands.
29558 (org-enable-table-editor): New default value `optimized'.
29559 (org-table-blank-field): Support blanking regions if active.
29560
29561 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29562
29563 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
29564 if the year is not given.
29565
29566 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
29567 Add new escapes %m and %M, fixed bug with %F by adding
29568 save-match-data.
29569 (reftex-reference): Remove ?. from list of spaces.
29570 (reftex-label-info): Add automatic label prefix recognition.
29571
29572 * textmodes/reftex-index.el (reftex-index-next-phrase):
29573 Add slave parameter to call of `reftex-index-this-phrase'.
29574 (reftex-index-this-phrase): New optional argument.
29575 (reftex-index-region-phrases): Add slave parameter to call of
29576 `reftex-index-this-phrase'.
29577 (reftex-display-index): New argument redo.
29578 (reftex-index-rescan): Add `redo' to arguments of
29579 `reftex-display-index'.
29580 (reftex-index-Rescan, reftex-index-revert)
29581 (reftex-index-switch-index-tag): Add `redo' to arguments of
29582 `reftex-display-index'.
29583 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
29584 indexing. Fix bug with matching is there is a quote before or
29585 after the word.
29586
29587 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
29588 Fix bug when collecting citation keys in lines with comments.
29589 (reftex-citation): Prefix argument no longer rescans the document,
29590 but forces prompting for optional arguments of cite macros.
29591 (reftex-do-citation): Prompting for optional arguments implemented.
29592
29593 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29594 Add optional arguments to most cite commands.
29595 (reftex-cite-cleanup-optional-args): New option
29596 (reftex-cite-prompt-optional-args): New option.
29597 (reftex-trust-label-prefix): New option.
29598
29599 * textmodes/reftex-toc.el (reftex-toc-find-section):
29600 Add push-mark before changing the position in the buffer.
29601
29602 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29603 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29604
29605 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
29606
29607 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29608 more carefully.
29609
29610 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
29611
29612 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29613 (sgml-mode): Use it.
29614 (sgml-get-context): Better keep track of implicitly closed tags.
29615
29616 2005-01-13 Kenichi Handa <handa@m17n.org>
29617
29618 * textmodes/ispell.el: These changes are to fix misalignment error
29619 caused by equivalent characters of different Emacs charsets.
29620 (ispell-unified-chars-table): New variable.
29621 (ispell-get-decoded-string): New function.
29622 (ispell-get-casechars, ispell-get-not-casechars)
29623 (ispell-get-otherchars): Call ispell-get-decoded-string.
29624
29625 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
29626
29627 * custom.el (custom-declare-variable): Just put symbol instead
29628 of (defvar . symbol) in `current-load-list'.
29629
29630 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
29631
29632 * emacs-lisp/elint.el: Fixed typo in Commentary section.
29633
29634 2005-01-12 Jay Belanger <belanger@truman.edu>
29635
29636 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29637 to create a Calc summary.
29638
29639 2005-01-12 Kim F. Storm <storm@cua.dk>
29640
29641 * mouse.el (mouse-on-link-p): Change functionality and doc
29642 string to comply with latest description in lisp ref.
29643
29644 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
29645
29646 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29647 Enable mouse clicks on mode-line, header-line and margin.
29648 (event-type): Give mouse event symbols an `event-kind' property
29649 with value `mouse-click'.
29650
29651 2005-01-12 Juri Linkov <juri@jurta.org>
29652
29653 * facemenu.el (list-colors-display): Add new arg buffer-name.
29654 Use it. Fix docstring. Replace code for identifying duplicate
29655 colors by the name with call to `list-colors-duplicates' which
29656 identifies duplicate colors by the value unless the color
29657 is one of special Windows colors. Set truncate-lines to t.
29658 Print sorted duplicate color names on each line. Indent to 22
29659 \(the longest color name in rgb.txt) instead of 20. Optimize.
29660 (list-colors-duplicates): New function.
29661 (facemenu-color-name-equal): Delete function.
29662
29663 * facemenu.el (list-colors-print): New function created from code
29664 in list-colors-display. Print #RRGGBB at the window right edge.
29665 (list-colors-display): When temp-buffer-show-function is not
29666 defined, call list-colors-print from temp-buffer-show-hook
29667 to get the right value of window-width in list-colors-print
29668 after the buffer is displayed.
29669
29670 * simple.el (pop-mark): Move deactivate-mark out of conditional
29671 part to deactivate the active mark regardless of the state of the
29672 mark ring.
29673
29674 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29675 variables line in desktop files.
29676
29677 2005-01-12 Juri Linkov <juri@jurta.org>
29678
29679 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29680 Bring together isearch highlight related options.
29681 (lazy-highlight): Replace group `replace' by `matching'.
29682 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29683 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29684 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29685 and declare them obsolete.
29686 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29687 (isearch-faces): Remove defgroup.
29688 (isearch-overlay, isearch-highlight, isearch-dehighlight):
29689 Move isearch highlighting code closer to lazy highlighting code.
29690
29691 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29692 (query-replace-highlight, query-replace-lazy-highlight)
29693 (query-replace): Move definitions to the beginning of the file.
29694
29695 2005-01-11 Juri Linkov <juri@jurta.org>
29696
29697 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29698 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29699 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29700
29701 * info.el (Info-history-forward): New variable.
29702 (Info-select-node): Reset Info-history-forward to nil.
29703 (Info-last): Turn into defalias.
29704 (Info-history-back): Rename from Info-last.
29705 Add current node to Info-history-forward.
29706 (Info-history-forward): New fun.
29707 (Info-mode-map): Replace Info-last by Info-history-back.
29708 Bind Info-history-forward to "r".
29709 (Info-mode-menu): Replace Info-last by Info-history-back.
29710 Fix menu item text. Add menu item for Info-history-forward.
29711 (info-tool-bar-map): Replace Info-last by Info-history-back.
29712 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
29713 for Info-history-forward.
29714 (Info-mode): Replace Info-last by Info-history-back in docstring.
29715 Add local variable Info-history-forward.
29716 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29717
29718 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
29719
29720 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29721 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29722 Ignore select-window events rather than fiddle with
29723 mouse-autoselect-window.
29724
29725 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
29726
29727 * type-break.el (type-break-mode): Fix previous change.
29728
29729 2005-01-10 Jay Belanger <belanger@truman.edu>
29730
29731 * calc/calc-ext.el (calc-reset): Reset when inside embedded
29732 calculator; only reset when point is inside a calculator.
29733 Don't adjust the window height if the window takes up the whole height
29734 of the frame.
29735
29736 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
29737
29738 * ebuff-menu.el (Electric-buffer-menu-mode):
29739 Preserve value of buffer-local var header-line-format.
29740
29741 2005-01-09 Jay Belanger <belanger@truman.edu>
29742
29743 * calc/calc.el (calc-mode-var-list-restore-saved-values):
29744 Make sure settings file exists before accessing it.
29745
29746 * calc/calc-embed.el (calc-embedded-subst):
29747 Replace math-multi-subst-rec, which is only supposed to be called
29748 by math-multi-subst, by math-multi-subst.
29749
29750 2005-01-09 Andre Spiegel <spiegel@gnu.org>
29751
29752 * vc.el (vc-allow-async-revert): New user option.
29753 (vc-disable-async-diff): New internal variable.
29754 (vc-revert-buffer): Use them to disable asynchronous diff.
29755
29756 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29757 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29758 asynchronously if vc-disable-async-diff is t.
29759
29760 2005-01-09 Jay Belanger <belanger@truman.edu>
29761
29762 * calc/calc.el (defcalcmodevar): New macro.
29763 (calc-mode-var-list-restore-default-values)
29764 (calc-mode-var-list-restore-saved-values): New functions.
29765 (calc-mode-var-list): Use defcalcmodevar to define it.
29766 (calc-always-load-extensions, calc-line-numbering)
29767 (calc-line-breaking, calc-display-just, calc-display-origin)
29768 (calc-number-radix, calc-leading-zeros, calc-group-digits)
29769 (calc-group-char, calc-point-char, calc-frac-format)
29770 (calc-prefer-frac, calc-hms-format, calc-date-format)
29771 (calc-float-format, calc-full-float-format, calc-complex-format)
29772 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29773 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29774 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29775 (calc-matrix-brackets, calc-language, calc-language-option)
29776 (calc-left-label, calc-right-label, calc-word-size)
29777 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29778 (calc-display-raw, calc-internal-prec, calc-angle-mode)
29779 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29780 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29781 (calc-window-height, calc-display-trail, calc-show-selections)
29782 (calc-use-selections, calc-assoc-selections)
29783 (calc-display-working-message, calc-auto-why, calc-timing)
29784 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29785 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29786 (calc-gnuplot-default-device, calc-gnuplot-default-output)
29787 (calc-gnuplot-print-device, calc-gnuplot-print-output)
29788 (calc-gnuplot-geometry, calc-graph-default-resolution)
29789 (calc-graph-default-resolution-3d, calc-invocation-macro)
29790 (calc-show-banner): Use defcalcmodevar to declare them and set
29791 their default values.
29792
29793 * calc/calc-ext.el (calc-reset): Restore saved values of variables
29794 instead of default values (but restore default values if there is
29795 an argument of 0).
29796
29797 2005-01-09 David Kastrup <dak@gnu.org>
29798
29799 * desktop.el (desktop-restore-eager): Fix typo in type.
29800
29801 2005-01-08 Richard M. Stallman <rms@gnu.org>
29802
29803 * cus-edit.el (customize): Delete :link.
29804
29805 2005-01-08 Jay Belanger <belanger@truman.edu>
29806
29807 * calc/calc.el (calc-mode): Remove the extension from the
29808 `calc-settings-file' file name when loading it.
29809
29810 2005-01-08 Kim F. Storm <storm@cua.dk>
29811
29812 * info.el (Info-mode-map, Info-next-link-keymap)
29813 (Info-prev-link-keymap, Info-up-link-keymap):
29814 Map follow-link to mouse-face.
29815 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
29816
29817 2005-01-08 Jay Belanger <belanger@truman.edu>
29818
29819 * calc/calc.el (calc-settings-file): Change default value.
29820 Suggested by cgw in a comment in calc-mode.el.
29821
29822 * calc/calc-mode.el (calc-settings-file-name):
29823 Compare calc-settings-file to user-init-file instead of ~/.emacs.
29824 Replace ~/.emacs in a prompt by calc-settings-file.
29825
29826 2005-01-07 Lars Hansen <larsh@math.ku.dk>
29827
29828 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
29829 (desktop-lazy-idle-delay): New customizable variables.
29830 (desktop-buffer-args-list): New variable.
29831 (desktop-append-buffer-args): New function.
29832 (desktop-save): Call desktop-append-buffer-args for some buffers.
29833 (desktop-lazy-create-buffer): New function.
29834 (desktop-idle-create-buffers): New function.
29835 (desktop-read): Add message about buffers to restore lazily.
29836 (desktop-lazy-abort): New command.
29837 (desktop-clear): Call desktop-lazy-abort.
29838 (desktop-lazy-complete): New command.
29839
29840 2005-01-06 Richard M. Stallman <rms@gnu.org>
29841
29842 * emacs-lisp/find-func.el (find-face-definition):
29843 Rename from find-face.
29844
29845 2005-01-06 Kim F. Storm <storm@cua.dk>
29846
29847 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
29848
29849 * man.el (Man-xref-man-page, Man-xref-header-file)
29850 (Man-xref-normal-file): Add follow-link property.
29851
29852 2005-01-06 Jay Belanger <belanger@truman.edu>
29853
29854 * calc/calc-units.el: Make sure the proper macro definitions are
29855 available when compiling.
29856
29857 2005-01-06 Juri Linkov <juri@jurta.org>
29858
29859 * isearch.el (isearch-lazy-highlight-update):
29860 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
29861
29862 2005-01-06 Miles Bader <miles@gnu.org>
29863
29864 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
29865 (isearch-lazy-highlight-face): Use new name.
29866
29867 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
29868
29869 * uniquify.el (uniquify-rationalize-file-buffer-names):
29870 Re-add an interactive spec.
29871 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
29872 to the same name.
29873
29874 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
29875 (isearch-update, isearch-done): Adjust calls accordingly.
29876
29877 2005-01-05 Richard M. Stallman <rms@gnu.org>
29878
29879 * custom.el (custom-set-variables, custom-theme-set-variables):
29880 Clarify documentation.
29881
29882 * emacs-lisp/find-func.el (find-variable)
29883 (find-variable-other-window, find-variable-other-frame):
29884 Fix the TYPE args to find-function-read and find-function-do-it.
29885 (find-function): Doc fix.
29886 (find-function-at-point): Replace function-at-point alias.
29887
29888 2005-01-04 Richard M. Stallman <rms@gnu.org>
29889
29890 * cus-face.el (custom-declare-face):
29891 Record defface in current-load-list.
29892
29893 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
29894
29895 * emacs-lisp/find-func.el: Doc fixes.
29896 (find-face-regexp): New variable.
29897 (find-function-regexp-alist): New variable.
29898 (find-function-C-source): Third arg is now TYPE.
29899 (find-function-search-for-symbol): Handle general TYPE.
29900 (find-function-read, find-function-do-it): Handle general TYPE.
29901 (find-definition-noselect, find-face): New functions.
29902 (function-at-point): Alias deleted.
29903
29904 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
29905
29906 * battery.el (display-battery-mode): Rename from display-battery.
29907 Handle the case where it gets turned off.
29908
29909 2005-01-04 Richard M. Stallman <rms@gnu.org>
29910
29911 * cus-edit.el (customize): Make :link point to user doc.
29912
29913 * man.el (Man-fontify-manpage): Turn off undo generation.
29914
29915 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
29916
29917 2005-01-04 Andreas Schwab <schwab@suse.de>
29918
29919 * files.el (insert-directory): Only look for error lines in
29920 inserted text. Don't move too far after processing --dired markers.
29921
29922 2005-01-04 Richard M. Stallman <rms@gnu.org>
29923
29924 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
29925 Don't expand if the character is @, period, dash, etc.
29926 (define-mail-abbrev): Quote names that contain problem characters.
29927
29928 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
29929
29930 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
29931
29932 2005-01-03 Richard M. Stallman <rms@gnu.org>
29933
29934 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
29935 (query-replace-highlight, query-replace-lazy-highlight)
29936 (query-replace): Definitions moved up. Doc fix.
29937
29938 2005-01-03 Richard M. Stallman <rms@gnu.org>
29939
29940 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
29941 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29942 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29943 (lazy-highlight-face): Rename from isearch-lazy-...
29944 Change all references to them.
29945
29946 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
29947
29948 * cus-edit.el (custom-file): Doc fix for defcustom.
29949 (custom-file): The function no longer sets the variable
29950 `custom-file' to its return value.
29951
29952 * startup.el (command-line): No longer load `custom-file'.
29953
29954 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
29955
29956 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
29957
29958 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
29959 Don't confuse module-prefixed identifiers for labels.
29960 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
29961
29962 2005-01-02 Richard M. Stallman <rms@gnu.org>
29963
29964 * files.el (basic-save-buffer-1): Fix previous change.
29965
29966 * loadhist.el (file-loadhist-lookup): New function.
29967 (file-provides, file-requires): Use it.
29968
29969 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
29970 instead of calculating the right size.
29971
29972 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
29973
29974 * vc-svn.el (vc-svn-diff): Stay local if possible.
29975
29976 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
29977
29978 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
29979
29980 * files.el (hack-local-variables): Fix last change.
29981
29982 2005-01-02 Jay Belanger <belanger@truman.edu>
29983
29984 * calc/calc-yank.el (calc-edit-top): New variable.
29985 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
29986 object. Change header properties.
29987 (calc-edit-finish, calc-edit-finish-stack-object)
29988 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
29989 edited object.
29990 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
29991 for the beginning of the edited object.
29992 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
29993 for the beginning of the edited object.
29994 * calc/calc-prog.el (calc-edit-macro-finish-edit)
29995 (calc-finish-formula-edit, calc-macro-repeats)
29996 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
29997 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
29998 beginning of the edited object.
29999 (calc-user-define-edit): Change the header for editing macros.
30000 Remove unnecessary variable.
30001
30002 2005-01-01 Jay Belanger <belanger@truman.edu>
30003
30004 * calc/calc-yank.el (calc-edit-mode): Change default header.
30005 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30006 * calc/calc-store.el (calc-edit-variable): Change title to match new
30007 header.
30008 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30009 mode to match new header.
30010 (calc-user-define-edit): Change titles to include names of commands.
30011 (calc-finish-formula-edit): Adjust to handle new header.
30012 (calc-finish-macro-edit): Remove.
30013 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30014 (calc-edit-macro-command, calc-edit-macro-command-type)
30015 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30016 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30017 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30018 (calc-edit-macro-finish-edit): New functions.
30019 (calc-user-define-edit): Use new functions to edit named calc macros.
30020
30021 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
30022
30023 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30024
30025 * ses.el (copy-region-as-kill): Deactivate mark.
30026
30027 2005-01-01 Richard M. Stallman <rms@gnu.org>
30028
30029 * replace.el (occur-1): If the output buffer is also an input,
30030 don't kill it, rename it.
30031
30032 * faces.el (set-face-background, set-face-foreground): Doc fix.
30033
30034 * cus-face.el (custom-face-attributes): Fix :help-echo strings
30035 for :foreground and :background.
30036
30037 * dired.el (dired-view-command-alist): Variable deleted.
30038 (dired-view-file, dired-mouse-find-file-other-window):
30039 Delete the code to use it.
30040
30041 2005-01-01 Kim F. Storm <storm@cua.dk>
30042
30043 * image.el (insert-sliced-image): Use t for line-height property.
30044
30045 See ChangeLog.11 for earlier changes.
30046
30047 ;; Local Variables:
30048 ;; coding: iso-2022-7bit
30049 ;; add-log-time-zone-rule: t
30050 ;; End:
30051
30052 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
30053 Copying and distribution of this file, with or without modification,
30054 are permitted provided the copyright notice and this notice are preserved.
30055
30056 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1