]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(ld-script-keywords): Fix a typo.
[gnu-emacs] / lisp / ChangeLog
1 2006-12-10 Masatake YAMATO <jet@gyve.org>
2
3 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4
5 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6
7 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
8
9 * man.el (Man-xref-button-action): New function. If the
10 `Man-target-string' button property is a function, assume it
11 accepts a position argument.
12 (Man-abstract-xref-man-page): Use it.
13 (Man-default-man-entry): New optional arg POS.
14
15 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
16 symlink arrows read-only and non-rear-sticky.
17
18 2006-12-09 Martin Rudalics <rudalics@gmx.at>
19
20 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
21 (wdired-search-and-rename): Simplify code.
22 (wdired-preprocess-files, wdired-preprocess-perms): Make
23 read-only property of preceding character rear-nonsticky to
24 avoid that it can be modified. Put old-name and old-link
25 properties on character preceding name and replace
26 put-text-property by add-text-properties.
27 (wdired-get-filename, wdired-get-previous-link): Get old-name
28 and old-link properties from character preceding name and
29 simplify code.
30 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
31 (wdired-perms-to-number): Make local-map property
32 rear-nonsticky to avoid that text following permissions may be
33 modified. Use add-text-properties instead of put-text-property
34 when changing a permission bit.
35 (wdired-change-to-dired-mode): Remove stickiness properties.
36
37 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
38
39 * international/mule-cmds.el (register-input-method): Doc fix.
40
41 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
42
43 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
44
45 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
46
47 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
48 Force buffer local defs evaluation on local variables loading.
49 (flyspell-mode-on, flyspell-mode-off): Use it in
50 `hack-local-variables-hook'.
51
52 2006-12-09 Eli Zaretskii <eliz@gnu.org>
53
54 * emacs-lisp/find-func.el (find-variable): Doc fix.
55
56 * help-fns.el (variable-at-point): Doc fix.
57
58 * w32-fns.el (w32-append-code-lines): New function.
59
60 2006-12-09 Romain Francoise <romain@orebokech.com>
61
62 * comint.el (comint-insert-input): Delete obsolete comment.
63
64 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
65
66 * files.el (insert-file-1): Compare file size to
67 large-file-warning-threshold and request confirmation when
68 warranted.
69
70 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
73 current frame, in case we're connected to several displays.
74
75 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
76
77 * frame.el (other-frame): Doc fix.
78 (set-frame-parameter): Fix typo in docstring.
79
80 2006-12-07 Kim F. Storm <storm@cua.dk>
81
82 * info.el (Info-index): Strip leading colon from topic.
83
84 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
85
86 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
87 to pointers.
88
89 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
90
91 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
92 Trim out spurious class inheritance "None" entries.
93
94 2006-12-05 Kim F. Storm <storm@cua.dk>
95
96 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
97 (cua-paste-pop): Rework last change for
98 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
99 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
100 text inserted by the last M-y command.
101
102 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
103
104 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
105 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
106
107 * shell.el (shell): Search the start file in ~/.emacs.d as
108 `init_SHELLNAME.sh' instead.
109
110 2006-12-05 Glenn Morris <rgm@gnu.org>
111
112 * progmodes/cperl-mode.el (cperl-mode)
113 * progmodes/f90.el (f90-mode-abbrev-table)
114 * progmodes/fortran.el (fortran-mode-abbrev-table)
115 * progmodes/octave-mod.el (octave-abbrev-table)
116 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
117 if abbrev-table is non-nil (saved user abbrevs may have been restored).
118
119 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
120 clear abbrev table, else saved abbrevs will not be restored.
121
122 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
123
124 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
125 the call to `make-obsolete-variable', not in the docstring.
126
127 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
128
129 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
130
131 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
132
133 * progmodes/ebnf-abn.el:
134 * progmodes/ebnf-bnf.el:
135 * progmodes/ebnf-dtd.el:
136 * progmodes/ebnf-ebx.el:
137 * progmodes/ebnf-iso.el:
138 * progmodes/ebnf-otz.el:
139 * progmodes/ebnf-yac.el:
140 * progmodes/ebnf2ps.el:
141 * delim-col.el:
142 * printing.el:
143 * ps-bdf.el:
144 * ps-mule.el:
145 * ps-print.el: Remove 'Time-stamp' comment mark.
146
147 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
148 'easy-menu-add-item' when called in Emacs 21 or higher.
149
150 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
151
152 * progmodes/ada-xref.el (ada-check-current): Doc fix.
153 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
154
155 2006-12-04 Kim F. Storm <storm@cua.dk>
156
157 * bindings.el (global-map): Bind [signal t] to ignore, to have
158 user signals ignored by default.
159
160 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
161
162 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
163 Unicode data file pointed to by `describe-char-unicodedata-file'.
164
165 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
168 O(n^2) regexp-search by anchoring the search.
169
170 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
171
172 * whitespace.el (whitespace-cleanup-internal): Use current
173 argument for recursive call.
174
175 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
176
177 * net/tramp.el (tramp-methods): Add "ControlPath" and
178 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
179 Andreas Schwab <schwab@suse.de>.
180 (tramp-do-copy-or-rename-file-out-of-band)
181 (tramp-open-connection-rsh): Compute format spec for ?t.
182 (tramp-process-actions): Trace command parameters.
183
184 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
185
186 * simple.el (toggle-truncate-lines): Clarify doc string.
187
188 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
189 (gdb-speedbar-expand-node): Use it.
190
191 2006-12-04 Richard Stallman <rms@gnu.org>
192
193 * progmodes/python.el (python-indent): Add safe-local-variable prop.
194
195 * dired.el (dired-revert): Turn off dired-after-readin-hook
196 around call to dired-readin.
197
198 * menu-bar.el (menu-bar-make-toggle): Add "globally"
199 to echo area messages.
200 <indicate-empty-lines, case-fold-search>:
201 Add "globally" to Help string.
202 <case-fold-search>: MESSAGE arg need not say "globally".
203 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
204
205 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
206
207 * outline.el (outline-end-of-subtree): Don't leave an empty
208 line hidden as we would a real next heading.
209
210 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
211
212 * allout.el (allout-ascend): Add an optional argument to preserve
213 original position of point when unsuccessful. Also, fix a
214 docstring error.
215 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
216 work again, using allout-ascend's new option.
217 (allout-setup-mode-map): Extract from allout-mode to initialize
218 allout-mode-map. Call it on file load, so the mode docstring
219 substitutions work even if allout mode has not yet been invoked.
220 (allout-mode): Use new allout-setup-mode-map to track any keybinding
221 customizations since the map was last processed. Also, refine the
222 docstring so it's ship-shape for release.
223 (allout-default-layout, allout-beginning-of-line-cycles)
224 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
225 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
226 (allout-version, allout-layout, allout-infer-body-reindent)
227 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
228 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
229 (allout-previous-heading, allout-goto-prefix-doublechecked)
230 (allout-current-bullet-pos, allout-next-sibling-leap)
231 (allout-pre-command-business, allout-encrypted-type-prefix)
232 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
233 (allout-rebullet-topic, allout-rebullet-topic-grunt)
234 (allout-flag-region, allout-expose-topic, allout-expose-topic)
235 (allout-old-expose-topic, allout-listify-exposed)
236 (allout-process-exposed, allout-latex-verb-quote)
237 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
238 (allout-toggle-current-subtree-encryption)
239 (allout-toggle-subtree-encryption, allout-bullet-isearch):
240 Remove extraneous open-paren and close paren string escapes.
241
242 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
243
244 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
245 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
246 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
247 Fix typos in docstrings.
248
249 2006-12-03 Glenn Morris <rgm@gnu.org>
250
251 * progmodes/cc-align.el
252 * progmodes/cc-awk.el
253 * progmodes/cc-cmds.el
254 * progmodes/cc-compat.el
255 * progmodes/cc-defs.el
256 * progmodes/cc-engine.el
257 * progmodes/cc-langs.el
258 * progmodes/cc-menus.el
259 * progmodes/cc-mode.el
260 * progmodes/cc-styles.el
261 * progmodes/cc-vars.el
262 * progmodes/vhdl-mode.el: Fix Copyright format.
263
264 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
265
266 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
267 initial down event.
268
269 2006-12-02 Kim F. Storm <storm@cua.dk>
270
271 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
272 (cua-repeat-replace-region): Make M-v more robust.
273 (cua-paste-pop-rotate-temporarily): New defcustom.
274 (cua-paste-pop): Use it.
275 (cua-auto-mark-last-change): New defcustom.
276 (cua-pop-to-last-change): New helper function.
277 (cua-set-mark): Use them.
278
279 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
280
281 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
282 mini-buffer message.
283
284 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
285
286 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
287
288 2006-12-01 Ben North <ben@redfrontdoor.org>
289
290 * paren.el: Fix the highlight overlay extension when the user types a
291 sequence of char very fast just before the open parenthesis.
292
293 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
294
295 * ps-mule.el: Eliminate Emacs 20 compatibility.
296
297 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
298 (ps-print-version): New Version 6.7.
299 (ps-print-quote): Replace '?\ ' by '?\s'.
300
301 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
302
303 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
304 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
305 (hexl-end-of-1k-page): Doc fixes.
306 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
307 Fix typos in docstrings.
308
309 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
310
311 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
312 locally, i.e. without using file name handlers.
313 (ido-read-internal): Allow mono letter host names, avoiding the
314 `c:' problem by testing if the file exists locally.
315 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
316
317 2006-11-30 Masatake YAMATO <jet@gyve.org>
318
319 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
320 to avoid bytecomp warnings.
321 (hexl-mode-old-ruler-function): New variable.
322 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
323 and `hl-line-range-function' after `require' hl-line.
324 Then bind `hl-line-range-function' and `hl-line-face'.
325 Don't require frame. Don't use `with-no-warnings'.
326 (hexl-activate-ruler): Store the original value of
327 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
328 (hexl-mode-exit): Restore the original value of
329 `ruler-mode-ruler-function'.
330
331 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
332
333 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
334 (hexl-mode-old-hl-line-face): New variable.
335 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
336 line when exit from the hexl-mode.
337
338 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
339
340 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
341 Doc fixes.
342
343 * international/fontset.el (create-fontset-from-ascii-font)
344 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
345 (fontset-name-p): Fix typo in docstring.
346
347 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
348
349 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
350
351 * ps-bdf.el: Fix maintainer email.
352
353 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
354 compatibility.
355
356 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
357 21 compatibility.
358 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
359 Emacs 20 & 21.
360
361 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
362
363 * progmodes/idlwave.el (idlwave-auto-fill):
364 Remove paragraph-start let to prevent auto-fill giving up.
365
366 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
367
368 * vt100-led.el (led-state): Fix typo in previous change.
369
370 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
371
372 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
373 Fix interactive spec of the functions getting defined to make them
374 work as documented.
375
376 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
377
378 * startup.el (fancy-splash-screens): Hide initial splash buffer.
379
380 2006-11-28 Kim F. Storm <storm@cua.dk>
381
382 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
383 icomplete-mode is enabled.
384
385 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
386
387 * textmodes/org.el (require): Require gnus-sum during compilation
388 to avoid problem with a macro call.
389
390 2006-11-28 Glenn Morris <rgm@gnu.org>
391
392 * emacs-lisp/authors.el (authors-aliases): Add new alias.
393
394 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
395 (fortran-window-create-momentarily): Do not need string-to-char.
396
397 2006-11-28 Richard Stallman <rms@gnu.org>
398
399 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
400 Replace incorrect use of assoc-default with a loop.
401
402 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
403
404 * simple.el (next-error-find-buffer): Improve messages.
405
406 * files.el (revert-buffer): Special error message if file
407 is now not readable.
408
409 * facemenu.el (facemenu-add-new-face): Improve doc strings of
410 constructed commands.
411
412 * comint.el (comint-exec-1): Provide Emacs version and `comint'
413 in INSIDE_EMACS.
414
415 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
418
419 * server.el: Remove spurious * in docstrings.
420 (server-process-filter): Exit from recursive editing before processing
421 a new request.
422
423 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
424
425 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
426 line so hidden blocks will be correctly identified.
427
428 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
429
430 * ledit.el (ledit-save-defun, ledit-mode):
431 * resume.el (resume-emacs-args-buffer):
432 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
433 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
434 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
435 (command-send-input, command-kill-line):
436 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
437
438 * autoarg.el (autoarg-kp-mode): Doc fix.
439
440 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
441 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
442 (check-emacs-lock): Doc fix. Simplify.
443
444 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
445 (iimage-mode-buffer): Fix typos in docstring.
446
447 * misc.el (zap-up-to-char): Doc fix.
448
449 * time-stamp.el: Fix comment and obsolescence string for old
450 functions. Use `dolist' instead of `while'.
451
452 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
453
454 * disp-table.el (standard-display-8bit, standard-display-default):
455 * ebuff-menu.el (electric-buffer-list):
456 * ehelp.el (electric-help-command-loop):
457 * font-core.el (font-lock-mode):
458 * help-macro.el (make-help-screen):
459 * help.el (describe-minor-mode-completion-table-for-indicator)
460 (lookup-minor-mode-from-indicator):
461 * indent.el (tab-to-tab-stop, move-to-tab-stop):
462 * info-look.el (info-lookup-guess-custom-symbol):
463 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
464 * longlines.el (longlines-wrap-line):
465 * macros.el (insert-kbd-macro):
466 * menu-bar.el (menu-bar-update-buffers):
467 * misc.el (copy-from-above-command):
468 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
469 * newcomment.el (comment-indent):
470 * novice.el (disabled-command-function):
471 * sort.el (sort-fields-syntax-table):
472 * subr.el (momentary-string-display):
473 * tar-mode.el (tar-header-block-summarize)
474 (tar-clear-modification-flags):
475 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
476 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
477 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
478 (te-delete-char, te-down-vertically-or-scroll):
479 * time-stamp.el (time-stamp-string-preprocess):
480 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
481
482 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
483
484 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
485 in GUD mode.
486
487 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
488 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
489
490 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
491
492 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
493
494 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
495
496 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
497 (ada-compile-goto-error): Adapt to new argument profile of
498 compilation-goto-locus in Emacs 22. Don't check if the various
499 compile functions are defined; we already do "(require 'compile)".
500
501 2006-11-26 Kim F. Storm <storm@cua.dk>
502
503 * kmacro.el: Fix commentary.
504
505 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
506
507 * progmodes/gud.el (gdb): Explain how to run in text command mode
508 more clearly. Say in error message that multiple debugging
509 requires restarting GDB.
510
511 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
512
513 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
514
515 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
516
517 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
518 (flymake-popup-menu): Use it instead of posn-at-point.
519
520 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
521
522 * progmodes/cc-vars.el (c-backslash-column):
523 Mention c-backslash-max-column in documentation for c-backslash-column.
524
525 2006-11-24 Lars Hansen <larsh@soem.dk>
526
527 * net/tramp.el (tramp-default-method): Under Windows, change from
528 plink to pscp.
529 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
530 (tramp-actions-copy-out-of-band):
531 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
532 (tramp-action-out-of-band): Move "Permission denied" handling to
533 tramp-action-copy-failed.
534 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
535 process buffer.
536
537 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
540 strings to a single string. Quote `errors-file-name'.
541 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
542 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
543 Adjust calls. Use `shell-quote-argument'.
544
545 * international/mule.el (load-with-code-conversion)
546 (with-category-table): Use with-current-buffer.
547 (after-insert-file-set-coding): Use restore-buffer-modified-p.
548
549 2006-11-24 Eli Zaretskii <eliz@gnu.org>
550
551 * mail/smtpmail.el (smtpmail-send-it):
552 Copy buffer-file-coding-system from the mail buffer. Possibly add a
553 MIME header for the message encoding.
554 Bind coding-system-for-write around the call to mail-do-fcc.
555 Use smtpmail-code-conv-from to encode queued mail messages.
556
557 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
558
559 * tabify.el (tabify-regexp): Doc fix.
560
561 * net/rcirc.el (rcirc-buffer-maximum-lines):
562 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
563
564 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
565 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
566 Fix typos in output messages.
567 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
568
569 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
572 the horse's mouth.
573 (hexlify-buffer): Don't re-encode an arg that's already encoded.
574
575 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
576
577 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
578 Remove condition-case.
579
580 2006-11-23 Glenn Morris <rgm@gnu.org>
581
582 * progmodes/f90.el (f90-comment-indent): Do not move point in
583 default case.
584
585 2006-11-21 Romain Francoise <romain@orebokech.com>
586
587 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
588 from library name (reverts change of 2005-10-25).
589
590 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
591
592 * tutorial.el (tutorial--default-keys): Add newline and
593 delete-backward-char bindings.
594 (tutorial--detailed-help): Save excursion when finding keys.
595 Correct warning string for M-x FOO case.
596 (tutorial--display-changes): Print special keys in tutorial style.
597 Tweak search regexp for changed keys.
598
599 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
600
601 * thingatpt.el (thing-at-point-url-at-point): Don't add a
602 redundant scheme.
603
604 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
605
606 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
607 are new to the list at IANA. Also added irc, mms, mmsh.
608
609 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
610
611 * progmodes/idlw-help.el (idlwave-html-help-location):
612 Fail gracefully for missing help packages.
613 (idlwave-help-assistant-open-link): Open full links.
614 (idlwave-help-assistant-help-with-topic): Direct help link.
615
616 * progmodes/idlwave.el (idlwave-mode):
617 Set add-log-current-defun-function.
618 (idlwave-current-routine-fullname): Add, to support add-log.
619 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
620 to reflect improvements to xml-parse-file.
621 (idlwave-mode-menu-def): New binding for help-with-topic.
622
623 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
624 Handle extra newlines and spaces.
625 (idlwave-shell-mode-map): Add help-with-topic.
626
627 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
628
629 * tutorial.el (tutorial-warning-face): New face.
630 (tutorial--detailed-help, tutorial--display-changes): Use it.
631 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
632 Improve search pattern for occurrences of changed keys.
633
634 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
635
636 * term/x-win.el (x-last-cut-buffer-coding): New variable.
637 (x-select-text): Set it.
638 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
639 when checking for newness.
640
641 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
642
643 * subr.el (posn-image):
644 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
645
646 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
647
648 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
649
650 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
651 Exceptions to the rule "add a space between an identifier and an
652 opening parenthesis". Defaulted to the `#define' problem of cpp.
653 (glasses-parenthesis-exception-p): New. Check if the region is an
654 exception regarding to that.
655 (glasses-make-readable): Use it.
656 (glasses-convert-to-unreadable): Ditto. Modify the file also if
657 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
658
659 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
660
661 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
662
663 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
664
665 * progmodes/ada-mode.el (ada-make-body): Fix typo.
666
667 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
668 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
669
670 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
671
672 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
673 conditions for function or variable bindings.
674
675 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
676
677 * progmodes/compile.el (compilation-start): Ditto.
678
679 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
680
681 * net/tramp.el (top): cl and custom are always required.
682
683 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
684
685 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
686 cut-buffers with next-selection-coding-system if not nil.
687
688 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
689
690 * textmodes/org.el (org-fix-decoded-time): New function.
691 (org-display-custom-time): Use `org-fix-decoded-time'.
692
693 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
694
695 * menu-bar.el (menu-bar-games-menu): Remove yow.
696
697 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
698
699 * textmodes/org.el (org-scan-tags): Re-align code fixed.
700 (org-detach-overlay): Rename from `org-detatch-overlay'.
701 (org-table-convert-region): Insert space after column separator.
702 (org-agenda-kill): New command.
703 (org-metaleft): Call `org-outdent-item' on bullets.
704 (org-metaright): Call `org-indent-item' on bullets.
705 (org-timestamp-change): Set `org-last-changed-timestamp'.
706 (org-current-line): Make sure (bolp) returns correct result.
707 (org-agenda-change-all-lines): Make sure TODO are highlighted.
708
709 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
712
713 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
714
715 * mouse.el (global-map): Change 2006-08-16 fix to call
716 mouse-yank-at-click explicitly, since mouse events are not carried
717 over into keyboard macros.
718
719 2006-11-16 Kim F. Storm <storm@cua.dk>
720
721 * ido.el (ido-file-internal): Use current buffer's file name as default
722 choice for ido-find-alternate-file. Suggested by Matt Hodges.
723
724 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
725
726 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
727 (allout-inhibit-aberrance-doublecheck): Rename from
728 allout-during-yank-processing. All callers changed.
729 (allout-ascend): Provide for unusual case where some topic after
730 the first in file is at lower depth than the first.
731 (allout-shift-in): Ensure the offspring of the new containing
732 topic are exposed.
733 (allout-encrypt-string): Preserve the coding-system of the text,
734 according to that of the containing buffer.
735 (allout-toggle-subtree-encryption): When the text being encrypted
736 requires a different coding system, offer to preserve the coding
737 system using a file local var.
738
739 2006-11-15 Simon Marshall <simon@gnu.org>
740
741 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
742 to recognise "T t()" as a function declaration, rather than a
743 variable instantiation, iff at the top-level or inside a class
744 declaration. Suggested by Feng Li <fengli@gmail.com>.
745
746 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
747
748 * progmodes/ada-xref.el (ada-parse-prj-file):
749 Don't delete project buffer; user may want to edit it.
750 (ada-xref-set-project-field, ada-xref-current-project-file)
751 (ada-xref-current-project, ada-show-current-project)
752 (ada-set-main-compile-application): New functions.
753 (ada-xref-get-project-field, ada-require-project-file):
754 Normalize use of ada-prj-default-project-file.
755 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
756 Normalize use of ada-require-project-file.
757 (ada-prj-find-prj-file): Improve doc string, comments.
758
759 * progmodes/ada-mode.el (ada-mode-version): Bump version.
760 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
761 (ada-create-menu): Add ada-set-main-compile-application,
762 ada-show-current-main, ada-show-current-project.
763
764 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
767 (inferior-python-mode): Use it.
768
769 2006-11-14 Andreas Schwab <schwab@suse.de>
770
771 * term/xterm.el (terminal-init-xterm): Add more key bindings.
772
773 2006-11-13 Kim F. Storm <storm@cua.dk>
774
775 * ido.el (ido-copy-current-word): C-o copies region if active.
776
777 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
778
779 * textmodes/org.el (org-emph-face): Fix typo in variable name.
780
781 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
782
783 * ediff.el (ediff-revision):
784 * files.el (set-visited-file-name):
785 * mail/rmailout.el (rmail-output-body-to-file):
786 Use `format', not `message', in `y-or-n-p' call.
787
788 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
789
790 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
791 (org-metaright): Call `org-indent-item' on bullets.
792 (org-timestamp-change): Set `org-last-changed-timestamp'.
793 (org-current-line): Make sure (bolp) returns correct result.
794 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
795
796 2006-11-12 Richard Stallman <rms@gnu.org>
797
798 * language/european.el (turkish-case-conversion-enable)
799 (turkish-case-conversion-disable): New functions.
800 ("Turkish" lang env): Use them.
801
802 * international/characters.el (case table):
803 Do nothing special for i and I.
804
805 * subr.el (remove-overlays): Fix last change.
806
807 * cus-edit.el (custom-save-all): Use find-file-visit-truename
808 for visiting the custom file.
809
810 2006-11-12 Markus Triska <triska@gmx.at>
811
812 * play/handwrite.el (handwrite): Also process lines not ending
813 with newline. Replace some position-fiddling with different
814 logic. Improve performance.
815
816 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
817
818 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
819 replacing deleted variable `ada-check-switch'.
820 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
821 (ada-xref-project-files): Improve doc string.
822 (ada-find-executable): New function.
823 (ada-initialize-runtime-library): Use `ada-find-executable'.
824 (ada-xref-set-default-prj-values): In compile commands, don't need
825 `ada-cd-command'; `compile' does that more portably.
826 Use ada-prj-default-check-cmd.
827 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
828 properties if not specified in project file.
829 (ada-goto-declaration): Display useful message for new error
830 'error-file-not-found.
831 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
832 'error-file-not-found.
833 (ada-get-all-references): Match latest ali syntax. Signal new
834 error 'error-file-not-found.
835 (ada-find-in-ali): Match latest ali syntax.
836 (ada-make-filename-from-adaname): Handle different semantics of
837 gnatkr in GNAT 3.15p vs later.
838
839 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
840 ada-procedure-start-regexp.
841 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
842
843 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
844 with defvar.
845 (ada-language-version): Rename ada05 -> ada2005.
846 (ada-align-region-separate): Add `eval-when-compile'.
847 (ada-name-regexp): Remove unneeded escapes in regexp character
848 alternative.
849 (ada-compile-goto-error-file-linenr-re): New constant.
850 (ada-matching-start-re): Handle additional cases `declare',
851 `procedure', `function'.
852 (ada-compile-goto-error): Handle "... at line nn".
853 (ada-mode): Clearer syntax, comments for ff-special-constructs.
854 Delete support for old versions of `align'.
855 (ada-search-prev-end-stmt): Handle additional keyword `private'.
856 (ada-check-defun-name): Simplify handling of `declare'.
857 (ada-goto-matching-start): Handle nested `begin ... end'.
858 Handle `declare', `protected', `procedure', `function'.
859 (ada-create-menu): Presence of arm95 is not conditional on using
860 GNAT compiler.
861
862 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
863
864 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
865 nil in the *RE-Builder* buffer (it causes spurious error messages).
866
867 * server.el (server-visit-files): If `minibuffer-auto-raise' has
868 been set to t, respect it.
869
870 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
871
872 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
873 Delete commented out code for old Emacs versions. Autoloading of
874 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
875 (ada-mode-version): Bump version number.
876 (ada-95-string-keywords, ada-2005-string-keywords)
877 (ada-2005-keywords, ada-name-regexp): New constant.
878 (ada-language-version, ada-procedure-start-regexp, ada-mode)
879 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
880 (ada-package-start-regexp): Support private packages, include package
881 name (for ada-set-point-accordingly).
882 (ada-next-procedure, ada-previous-procedure)
883 (ada-which-function-are-we-in): Match changes to
884 ada-procedure-start-regexp.
885 (ada-make-body): Make non-interactive; not a user function.
886 (ada-make-subprogram-body): Improve doc string.
887
888 2006-11-11 Romain Francoise <romain@orebokech.com>
889
890 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
891 `compilation-error-regexp-alist' buffer-local, since we changed
892 `compilation-error-regexp-alist-alist' locally.
893
894 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
895
896 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
897 to the value of `server-raise-frame'.
898
899 2006-11-11 Glenn Morris <rgm@gnu.org>
900
901 * ido.el (ido-enable-prefix)
902 * ses.el (ses-call-printer-return)
903 * net/tramp.el (tramp-unified-filenames)
904 * progmodes/cc-align.el (c-lineup-string-cont)
905 * progmodes/compile.el (compilation-directory-matcher)
906 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
907 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
908 (vhdl-clock-rising-edge)
909 * textmodes/org.el (org-export-with-timestamps)
910 (org-export-remove-timestamps-from-toc)
911 (org-export-with-tags): Improve previous doc fixes.
912
913 2006-11-11 Richard Stallman <rms@gnu.org>
914
915 * textmodes/flyspell.el (flyspell-mode-map):
916 Bind C-c $ instead of M-RET.
917
918 2006-11-10 Simon Marshall <simon@gnu.org>
919
920 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
921 fontification for "case" and "default" keywords.
922
923 2006-11-10 Andreas Schwab <schwab@suse.de>
924
925 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
926 Avoid starting sentence with "nil".
927
928 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
929
930 * server.el (server-raise-frame): New option.
931 (server-switch-buffer): Use it.
932
933 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
934
935 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
936 with a capital.
937
938 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
939
940 * textmodes/org.el (org-show-hierarchy-above)
941 (org-show-following-heading): Fix typo in default value.
942 (org-scan-tags): Make the search case-sensitive.
943 (org-tags-sparse-tree): Don't overrule
944 `org-show-following-heading' and `org-show-hierarchy-above'.
945 (org-reveal): New command.
946 (org-show-context): Rename from `org-show-hierarchy-above'.
947 (org-fast-tag-selection-single-key): New option.
948 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
949 (org-tags-overlay): New variable.
950 (org-agenda-todo-ignore-deadlines): New option.
951 ("session"): Add circular data structure `org-mark-ring' to
952 exceptions list in session.el.
953 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
954 New options.
955 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
956 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
957 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
958 (org-finalize-agenda): Activate bracket links in agenda.
959 (org-at-timestamp-p, org-at-date-range-p): Additional argument
960 INACTIVE-OK.
961 (org-show-hierarchy-above, org-show-following-heading):
962 List values allowed for fine-tuned configuration.
963 (org-show-hierarchy-above): New argument CONTEXT, use the
964 fine-tuned settings in `org-show-hierarchy-above' and
965 `org-show-following-heading'.
966 (org-display-custom-time): New function.
967 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
968 (org-display-custom-times, org-time-stamp-custom-formats):
969 (org-maybe-intangible): New macro.
970 (org-activate-bracket-links, org-hide-wide-columns):
971 Use `org-maybe-intangible'.
972 (org-open-file): Use `shell-quote-argument'.
973 (org-display-internal-link-with-indirect-buffer): New option.
974 (org-file-remote-p): Get regexp from list.
975 (org-link-expand-abbrev): New function.
976 (org-link-abbrev-alist): New option.
977 (org-open-at-point, org-cleaned-string-for-export):
978 Call `org-link-expand-abbrev'.
979 (org-timeline, org-agenda-list, org-todo-list)
980 (org-tags-view): Remove the KEEP-MODES argument.
981 (org-finalize-agenda-hook): New hook.
982 (org-get-alist-option): New function.
983 (org-follow-timestamp-link): New function.
984 (org-open-at-point): Call `org-follow-timestamp-link'.
985 (org-log-note-marker, org-log-note-purpose)
986 (org-log-note-window-configuration): New variables.
987 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
988 (org-log-note-headings): New option.
989 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
990 (org-store-link): Support for dired-mode.
991 (org-open-file): Substitute environment variables into filename.
992 (org-last): New defsubst.
993 (org-agenda-re-align-tags): New function.
994 (org-agenda-align-tags-to-column): New option.
995 (org-agenda-timeline): Group removed.
996 (org-prepare-agenda, org-prepare-agenda-buffers)
997 (org-run-agenda-series, org-timeline, org-agenda-list)
998 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
999 the text property inticating the agenda type.
1000 (org-agenda-post-command-hook): Get agenda type from text property
1001 at point.
1002 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
1003 and obey `org-agenda-overriding-arguments'.
1004 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1005 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1006 (org-agenda-week-view, org-agenda-day-view):
1007 Use `org-agenda-overriding-arguments' to make updating work with
1008 multi-block agendas.
1009 (org-agenda-prefix-format): Allow different formats for the
1010 different agenda entry types.
1011 (org-timeline-prefix-format): Option removed, use
1012 `org-agenda-prefix-format' instead.
1013 (org-prepare-agenda): New function.
1014 (org-select-timeline-window): Option removed, use
1015 `org-select-agenda-window' instead.
1016 (org-respect-restriction): Variable removed.
1017 (org-cmp-tag): New function.
1018 (org-agenda-sorting-strategy, org-entries-lessp):
1019 Implement sorting by last tag.
1020 (org-complete): Better completion in in-buffer option lines.
1021 (org-in-item-p): New function.
1022 (org-org-menu): Add entries for checkboxes.
1023 (org-cycle): Extra brouping in outline-regexp, because it is used
1024 in a search with "^" prepended.
1025 (org-provide-checkbox-statistics): New option.
1026 (org-set-font-lock-defaults): Highlight checkbox statistics.
1027 (org-update-checkbox-count-maybe)
1028 (org-get-checkbox-statistics-face): New functions.
1029 (org-update-checkbox-count): New command.
1030 (org-insert-item, org-toggle-checkbox):
1031 Call `org-update-checkbox-count-maybe'.
1032 (org-export-as-html): XEmacs compatibility for coding system.
1033 (org-force-cycle-archived): New command.
1034 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1035 overrules cycling.
1036 (org-fix-position-after-promote): If the line contains only a todo
1037 keyword, add a final space.
1038 (org-promote-subtree, org-demote-subtree):
1039 Call `org-fix-position-after-promote'.
1040
1041 2006-11-10 Glenn Morris <rgm@gnu.org>
1042
1043 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1044 date in every year.
1045 (calendar-dst-check-each-year-flag): New customizable variable.
1046 (calendar-dst-find-data): New function, extracted from
1047 calendar-current-time-zone.
1048 (calendar-current-time-zone): Use calendar-dst-find-data.
1049 (calendar-dst-transition-cache): New variable.
1050 (calendar-dst-find-startend, calendar-dst-starts)
1051 (calendar-dst-ends): New functions.
1052 (calendar-daylight-savings-starts)
1053 (calendar-daylight-savings-ends): Change value to use
1054 calendar-dst-starts, calendar-dst-ends; respectively.
1055
1056 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1057
1058 * ido.el (ido-enable-prefix)
1059 * ses.el (ses-call-printer-return)
1060 * net/tramp.el (tramp-unified-filenames)
1061 * progmodes/cc-align.el (c-lineup-string-cont)
1062 * progmodes/compile.el (compilation-directory-matcher)
1063 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1064 * progmodes/gdb-ui.el (gdb-many-windows)
1065 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1066 (vhdl-clock-rising-edge)
1067 * textmodes/org.el (org-export-with-timestamps)
1068 (org-export-remove-timestamps-from-toc, org-export-with-tags)
1069 (org-read-date): Doc fix (Nil -> nil).
1070
1071 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1072
1073 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1074 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1075
1076 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1077
1078 * bs.el (bs--window-for-buffer): Remove.
1079 (bs--show-with-configuration): Use `get-window-with-predicate'
1080 instead of `bs--window-for-buffer'.
1081
1082 2006-11-10 Kenichi Handa <handa@m17n.org>
1083
1084 * files.el (revert-buffer): Fix previous change.
1085
1086 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * bs.el (bs--redisplay): Fix typo in docstring.
1089 (bs--window-config-coming-from): Make frame-local.
1090 (bs--restore-window-config): New function.
1091 (bs-kill, bs-select, bs-select-other-window)
1092 (bs-select-other-frame): Use it.
1093 (bs--window-for-buffer): Return as soon as a matching buffer is found.
1094 (bs--show-with-configuration): Save the window configuration as a
1095 frame local var, and only if *buffer-selection* is not already
1096 visible on this frame.
1097
1098 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * vc-svn.el (vc-svn-admin-directory): New var.
1101 (vc-svn-registered, vc-svn-responsible-p)
1102 (vc-svn-repository-hostname): Use it.
1103 Suggested by arit93@yahoo.com.
1104
1105 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1106
1107 * ldefs-boot.el: Regenerate.
1108
1109 2006-11-08 Alan Mackenzie <acm@muc.de>
1110
1111 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1112 case (eq open-paren-in-column-0-is-defun-start nil) by searching
1113 for least nested open-paren.
1114
1115 2006-11-08 Romain Francoise <romain@orebokech.com>
1116
1117 * subr.el (remove-overlays): Fix typo in last change.
1118
1119 2006-11-08 Richard Stallman <rms@gnu.org>
1120
1121 * subr.el (remove-overlays): Call overlay-recenter.
1122
1123 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1124
1125 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1126 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1127 behaviour.
1128 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1129 directly.
1130
1131 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1134 (ido-max-dir-file-cache, ido-decorations)
1135 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1136 (ido-magic-backward-char, ido-enter-dired)
1137 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1138 (ido-list-directory, ido-first-match, ido-only-match)
1139 (ido-subdir, ido-indicator): Fix typos in docstrings.
1140 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1141 (ido-read-internal): Fix typo in error message.
1142
1143 2006-11-08 Kenichi Handa <handa@m17n.org>
1144
1145 * international/mule-cmds.el (set-default-coding-systems):
1146 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1147
1148 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * makefile.w32-in (setwins): Remove.
1151 (WINS_ALMOST): New macro.
1152 (WINS): Use it.
1153 (autoloads): Don't extract autoloads from files in obsolete/.
1154
1155 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * whitespace.el (whitespace-buffer): Call remove-overlays after
1158 overlay-recenter for performance. Suggested by Martin Rudalics.
1159
1160 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
1161
1162 * net/tramp.el (tramp-default-method): scp is the default method.
1163
1164 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
1165
1166 * server.el (server-start): Save also the Emacs pid in the server file.
1167
1168 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
1169
1170 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1171 point when displaying a bibtex cross reference in the echo area.
1172
1173 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1174
1175 * international/mule.el (make-char): Fix typo in docstring.
1176 (load-with-code-conversion, charsetp): Doc fixes.
1177
1178 * international/ja-dic-cnv.el (skkdic-convert):
1179 * cus-edit.el (hook): Fix typo in docstring.
1180
1181 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * cus-edit.el (custom-mode-map): Move defvar above code using it.
1184 (custom-mode-link-map): New variable.
1185 (custom-group-link, custom-manual): Use follow-link.
1186
1187 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1188
1189 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1190 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
1191
1192 2006-11-06 Richard Stallman <rms@gnu.org>
1193
1194 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1195 New function broken out of flyspell-correct-word.
1196 (flyspell-mode-map): Bind it to M-RET.
1197 (flyspell-correct-word): Call it.
1198
1199 * textmodes/fill.el (fill-minibuffer-function): New function.
1200 (fill-paragraph): Bind fill-paragraph-function to
1201 fill-minibuffer-function.
1202
1203 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1204 so that they aren't undefined.
1205
1206 * dired.el (dired-readin): Locally bind file-name-coding-system.
1207
1208 * bindings.el: Shorten and clarify usual mode line mouse help string.
1209
1210 * Makefile.in (autoloads): Don't include `obsolete'.
1211
1212 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1213
1214 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1215 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1216 Printing menu if it's not initialized.
1217 (pr-menu-bind): Act on menu-bar-file-menu directly.
1218
1219 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1220
1221 * help.el (view-emacs-news): Fix typo in error message.
1222
1223 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1224
1225 * shadowfile.el (shadow-define-regexp-group)
1226 (shadow-literal-groups, shadow-insert-var): Doc fixes.
1227 (shadow-read-files): Fix typo in message.
1228 (shadow-inhibit-overload, shadow-find, shadow-suffix)
1229 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1230 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1231 (shadow-file-match): Fix typos in docstrings.
1232
1233 * terminal.el (terminal-emulator): Fix typo in message.
1234
1235 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1236
1237 * emacs-lisp/lselect.el (x-kill-primary-selection)
1238 (x-delete-primary-selection, x-copy-primary-selection):
1239 Fix typos in error messages.
1240
1241 * emulation/edt-mapper.el: Fix typo in interactive message.
1242
1243 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1244
1245 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1246 (ispell-help): Fix typos in docstrings.
1247 (ispell-help): Fix typo in output message.
1248
1249 * allout.el (allout-adjust-file-variable)
1250 (allout-passphrase-verifier-string)
1251 (allout-passphrase-hint-string)
1252 (allout-toggle-current-subtree-encryption):
1253 * apropos.el (apropos-synonyms):
1254 * cus-edit.el (hook):
1255 * emacs-lock.el (emacs-lock-from-exiting):
1256 * follow.el (follow-avoid-tail-recenter-p):
1257 * hexl.el (hexl-mode):
1258 * mouse-copy.el (mouse-copy-work-around-drag-bug):
1259 * mouse.el (mouse-set-font):
1260 * resume.el (resume-emacs-args-file):
1261 * rfn-eshadow.el (file-name-shadow-tty-properties):
1262 * t-mouse.el (t-mouse-process, t-mouse-mode):
1263 * emacs-lisp/cust-print.el (custom-print-install)
1264 (custom-print-uninstall, custom-format):
1265 * emacs-lisp/shadow.el (list-load-path-shadows):
1266 * emulation/tpu-edt.el (tpu-help-text)
1267 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1268 (tpu-reset-control-keys):
1269 * emulation/vip.el (vip-emacs-local-map)
1270 (vip-change-mode-to-emacs):
1271 * emulation/viper.el (viper-mode, viper-set-hooks)
1272 (viper-major-mode-modifier-list):
1273 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1274 * emulation/viper-keym.el (viper-emacs-kbd-map)
1275 (viper-toggle-key):
1276 * mail/feedmail.el (feedmail-queue-reminder)
1277 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1278 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1279 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1280 (feedmail-sender-line, feedmail-force-binary-write)
1281 (feedmail-from-line, feedmail-deduce-envelope-from)
1282 (feedmail-x-mailer-line, feedmail-message-id-generator)
1283 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1284 (feedmail-enable-spray, feedmail-spray-this-address)
1285 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1286 (feedmail-queue-runner-confirm-global)
1287 (feedmail-ask-before-queue-prompt)
1288 (feedmail-ask-before-queue-reprompt)
1289 (feedmail-prompt-before-queue-standard-alist)
1290 (feedmail-prompt-before-queue-user-alist)
1291 (feedmail-prompt-before-queue-help-supplement)
1292 (feedmail-queue-use-send-time-for-message-id)
1293 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1294 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1295 (feedmail-mail-send-hook-queued)
1296 (feedmail-confirm-addresses-hook-example)
1297 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1298 (feedmail-queue-runner-mode-setter)
1299 (feedmail-queue-alternative-mail-header-separator)
1300 (feedmail-queue-runner-message-sender)
1301 (feedmail-buffer-eating-function, feedmail-binmail-template)
1302 (feedmail-run-the-queue-no-prompts)
1303 (feedmail-run-the-queue-global-prompt)
1304 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1305 (feedmail-envelope-deducer, feedmail-fiddle-date)
1306 (feedmail-default-message-id-generator)
1307 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1308 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1309 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1310 (vms-pmail-setup):
1311 * play/dunnet.el (dun-help):
1312 * play/handwrite.el (handwrite):
1313 * play/hanoi.el (hanoi-unix-64):
1314 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1315 * textmodes/enriched.el (fixed):
1316 * textmodes/org.el (org-file-apps)
1317 (org-emphasis-regexp-components, org-emphasis-alist):
1318 * textmodes/texinfmt.el (batch-texinfo-format):
1319 Fix typos in docstrings.
1320
1321 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * loadhist.el (read-feature): Don't complete features not loaded
1324 from a file (which make `unload-feature' to fail).
1325
1326 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1327
1328 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1329
1330 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * startup.el (command-line-1): Kill emacs if the last frame is
1333 deleted while evaluating the command-line arguments.
1334
1335 2006-11-05 Richard Stallman <rms@gnu.org>
1336
1337 * startup.el (init-file-had-error): Add doc string.
1338 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
1339 Use fixed-width font for keyboard key descriptions.
1340
1341 * cus-edit.el (custom-save-all): Error if saving in .emacs
1342 and it had an error when loaded.
1343
1344 * dired-aux.el (dired-copy-file-recursive): Catch errors
1345 from recursive copies in the loop, around the recursive call.
1346
1347 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1348
1349 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1350 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
1351 `/proc/acpi/thermal_zone/*'.
1352 (battery-search-for-one-match-in-files): New. Search a regexp in
1353 the content of some files.
1354
1355 2006-11-05 Martin Rudalics <rudalics@gmx.at>
1356
1357 * window.el (mouse-autoselect-window-now): Remove variable.
1358 (mouse-autoselect-window-state): New variable.
1359 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
1360 (mouse-autoselect-window-select, handle-select-window):
1361 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
1362 Suspend delayed autoselection during menu or popup dialog.
1363
1364 * info-look.el (info-lookup-guess-custom-symbol): New function
1365 for retrieving symbol at point in custom buffers.
1366 (top level) <info-lookup-maybe-add-help>: Add backquote and
1367 comma to ignored characters in regexps of help specifications
1368 for emacs-lisp-mode and lisp-interaction-mode. This permits
1369 looking up symbols in `...' and after a comma. Add help
1370 specifications for custom-mode and help-mode.
1371
1372 2006-11-04 Eli Zaretskii <eliz@gnu.org>
1373
1374 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
1375 Don't encode body if RAW is non-nil, or if the old encoding is
1376 identical to the new encoding, or if the body contains only
1377 eight-bit-* characters.
1378
1379 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1380
1381 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1382 (faces-sample-overlay): Remove variable.
1383 (describe-face): Insert sample text in the face being described.
1384
1385 2006-11-04 Martin Rudalics <rudalics@gmx.at>
1386
1387 * whitespace.el (whitespace-indent-regexp): Make this match any
1388 multiples of eight spaces near the beginning of a line.
1389 (whitespace-buffer): Use `remove-overlays' instead of
1390 `whitespace-unhighlight-the-space' and `overlay-recenter' to
1391 speed up overlay handling.
1392 (whitespace-buffer-leading, whitespace-buffer-trailing):
1393 Make these functions highlight the text removed by
1394 `whitespace-buffer-leading-cleanup' and
1395 `whitespace-buffer-trailing-cleanup' respectively.
1396 (whitespace-buffer-search): Use `with-local-quit'.
1397 Move `format' out of loop to speed up scanning larger buffers.
1398 (whitespace-unhighlight-the-space): Remove `remove-hook' since
1399 that function is never added to a hook.
1400 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
1401 (whitespace-buffer-leading-cleanup)
1402 (whitespace-refresh-rescan-list): Fix docstrings.
1403
1404 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
1405
1406 * allout.el (allout-during-yank-processing): Cue for inhibiting
1407 aberrance processing during yanks.
1408 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
1409 the amount of yanked topics that can be aberrant.
1410 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
1411 a function, and supplement with inihibition of doublechecking
1412 during yanks.
1413 (allout-beginning-of-line, allout-next-heading)
1414 (allout-previous-heading, allout-goto-prefix-doublechecked)
1415 (allout-back-to-current-heading, allout-next-visible-heading)
1416 (allout-next-sibling): Use new allout-do-doublecheck function.
1417 (allout-next-sibling): Ensure we made progress when returning
1418 other than nil.
1419 (allout-rebullet-heading): Preserve text property annotations
1420 indicating the text was hidden, if it was.
1421 (allout-kill-line): Remove any added was-hidden annotations.
1422 (allout-kill-topic): Remove any added was-hidden annotations.
1423 (allout-annotate-hidden): Inhibit adding was-hidden text
1424 properties to the undo list.
1425 (allout-deannotate-hidden): New function to remove was-hidden
1426 annotation.
1427 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
1428 (allout-remove-exposure-annotation): Replace by
1429 allout-deannotate-hidden.
1430 (allout-yank-processing): Signal that yank processing is happening
1431 with allout-during-yank-processing. Also, wrap
1432 allout-unprotected's closer to the text changes, for easier
1433 debugging. We need to inhibit-field-text-motion explicitly, in
1434 lieu of the encompassing allout-unprotected.
1435 (outlineify-sticky): Adjust criteria for triggering new outline
1436 decorations to presence or absence of any topics, not just a topic
1437 at the beginning of the buffer.
1438
1439 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
1440
1441 * bs.el (bs--show-all, bs--redisplay):
1442 * cus-edit.el (custom-unlispify-menu-entries)
1443 (custom-unlispify-tag-names, custom-prompt-variable):
1444 * expand.el (expand-pos):
1445 * speedbar.el (speedbar-generic-list-tag-p):
1446 * wid-edit.el (widget-image-enable):
1447 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
1448 * emacs-lisp/find-func.el (find-function-noselect)
1449 (find-function, find-variable-noselect, find-variable)
1450 (find-definition-noselect, find-face-definition):
1451 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
1452 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1453 * progmodes/ada-xref.el (ada-find-in-ali):
1454 * textmodes/flyspell.el (flyspell-check-tex-math-command):
1455 * textmodes/org.el (org-copy-subtree):
1456 * textmodes/table.el (table--row-column-insertion-point-p):
1457 Use "non-nil" in docstrings.
1458
1459 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
1460
1461 * sort.el (sort-columns): Set the field separator to tab; on
1462 NetBSD, sort complains if "\n" is used as field separator.
1463
1464 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
1465
1466 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
1467
1468 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * server.el (server-auth-key): Remove. Replace by a process-property.
1471 (server-start): Don't remove the file of the previous process, but
1472 instead clear out the place for the new file.
1473 (server-start): Set the :auth-key property.
1474 (server-process-filter): Use the :auth-key property.
1475
1476 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
1477
1478 * textmodes/org.el (org-mode-map): No longer copy
1479 `outline-mode-map' explicitly - this is already done by
1480 `define-derived-mode'.
1481
1482 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * server.el (server-visit-files): Use `when'.
1485 (server-process-filter): When authentication fails, send error
1486 message to client. Wrap `process-send-region' in `ignore-errors'
1487 instead of `condition-case', and remove misleading comment.
1488
1489 2006-11-01 Juri Linkov <juri@jurta.org>
1490
1491 * simple.el (yank): Doc fix.
1492
1493 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * server.el: Try and fit within 80 columns.
1496 (server-start): Make the auth file unreadable by other users.
1497
1498 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1499
1500 * battery.el (battery-linux-proc-acpi): Prevent range error when
1501 `full-capacity' is 0.
1502
1503 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1504
1505 * faces.el (faces-sample-overlay): New defvar.
1506 (faces-sample-overlay): New function to show face sample text.
1507 (describe-face): Use it.
1508
1509 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
1510
1511 * progmodes/ada-stmt.el: Change maintainer, apply
1512 whitespace-cleanup, checkdoc.
1513 (ada-func-or-proc-name): Add doc string.
1514
1515 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
1516 whitespace-cleanup, checkdoc. Minor improvements to many doc
1517 strings and comments.
1518 (ada-prj-display-page): Change buffer name to more accurately
1519 reflect function.
1520
1521 * progmodes/ada-xref.el: Change maintainer, apply
1522 whitespace-cleanup, checkdoc. Minor improvements to many doc
1523 strings and comments. Don't look for `gvd' or `ddd' debuggers.
1524 (ada-compile-current): Don't add newlines to commands.
1525
1526 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
1527
1528 * server.el: Add support for TCP sockets.
1529 (server-use-tcp, server-host, server-auth-dir): New options.
1530 (server-auth-key): New variable.
1531 (server-ensure-safe-dir): Create nonexistent parent dirs.
1532 Ignore Unix-style file modes on Windows.
1533 (server-start): Crete a TCP or Unix socket according to the value
1534 of `server-use-tcp'. For TCP sockets, create the id/auth file in
1535 `server-auth-dir' directory.
1536 (server-process-filter): Delete process if authentication
1537 fails (which never happens for Unix sockets).
1538
1539 2006-10-30 David Kastrup <dak@gnu.org>
1540
1541 * subr.el (add-to-list): Don't continue checking if a match has
1542 been found.
1543
1544 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * tutorial.el: Move defvars to avoid bytecomp warnings.
1547 (tutorial--find-changed-keys): Check if viper-current-state is
1548 bound before using it.
1549 (help-with-tutorial): Check if viper-tutorial is defined before
1550 using it.
1551
1552 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
1553
1554 * help-fns.el (help-with-tutorial): Move to tutorial.el.
1555
1556 * tutorial.el: New file.
1557 (help-with-tutorial): Move here from help-fns.el. Added help for
1558 rebound keys. Fixed resume of tutorial.
1559 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1560 (tutorial--find-changed-keys, tutorial--display-changes)
1561 (tutorial--saved-dir, tutorial--saved-file)
1562 (tutorial--save-tutorial): New functions to support the changes in
1563 help-with-tutorial.
1564
1565 2006-10-30 Kenichi Handa <handa@m17n.org>
1566
1567 * files.el (revert-buffer): If a unibyte buffer is being reverted
1568 with a coding system for multibyte, set buffer multibyte before
1569 calling insert-file-contents.
1570
1571 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * server.el (server-select-display): Use a dummy buffer to detect when
1574 the frame is later used.
1575 (server-select-display): New function.
1576 (server-process-filter): Use it to detect unused temp frames.
1577
1578 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
1579
1580 * progmodes/ada-mode.el: Change maintainer, apply
1581 whitespace-clean, checkdoc. Minor improvements to many doc strings.
1582 (ada-mode-version): New function.
1583 (ada-create-menu): Menu operations are available for all supported
1584 compilers.
1585
1586 2006-10-29 Lars Hansen <larsh@soem.dk>
1587
1588 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1589 Highlight as keyword.
1590 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1591 Don't call tramp-method-out-of-band-p for local files.
1592 (tramp-touch): Quote file name.
1593
1594 2006-10-28 Glenn Morris <rgm@gnu.org>
1595
1596 * calendar/calendar.el (cal-html-cursor-month)
1597 (cal-html-cursor-year): Add autoloads for this new package.
1598 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
1599
1600 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
1601
1602 * calendar/cal-html.el: New file.
1603
1604 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1605
1606 * emacs-lisp/authors.el (authors-aliases): Update.
1607
1608 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
1609
1610 * version.el (emacs-version): Bump version number to 22.0.90.
1611
1612 2006-10-26 John W. Eaton <jwe@octave.org>
1613
1614 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1615 New defvar.
1616 (inferior-octave-resync-dirs): Check to see whether Octave has
1617 built-in variables and set inferior-octave-has-built-in-variables.
1618 Check inferior-octave-has-built-in-variables to decide whether to
1619 send commands that set built-in variables or call functions to
1620 change Octave's behavior.
1621 Send "disp (pwd ())" to Octave instead of just "pwd".
1622 (inferior-octave-startup): Send "more off" to Octave instead of
1623 "page_screen_output = 0".
1624
1625 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1628 pattern normally.
1629
1630 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
1631
1632 * bindings.el (mode-line-mode-menu): Remove bindings for global
1633 minor modes (line/column number) as they are on the menubar.
1634
1635 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * term/w32-win.el (x-handle-name-switch): Doc fix.
1638 (w32-standard-fontset-spec): Fix typo in docstring.
1639
1640 * midnight.el (midnight-buffer-display-time): Doc fix.
1641 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1642
1643 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
1644
1645 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1646
1647 * viper-ex.el (ex-read): Quote file argument.
1648
1649 * ediff-diff.el (ediff-same-file-contents): Expand file names.
1650
1651 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1652
1653 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1654
1655 * textmodes/flyspell.el (flyspell-check-region-doublons):
1656 Fix last fix.
1657
1658 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
1659
1660 * bindings.el (mode-line-mode-menu): List global minor modes
1661 before local ones.
1662
1663 2006-10-23 Kim F. Storm <storm@cua.dk>
1664
1665 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1666 (sit-for): If last command was a prefix arg, add the read-ahead
1667 event to unread-command-events as (t . EVENT) so it will be added
1668 to this-command-keys by read-key-sequence.
1669
1670 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1671
1672 * textmodes/flyspell.el (flyspell-word): Skip past all previous
1673 whitespace when checking doublons.
1674 (flyspell-check-region-doublons): Fix doublon regexp.
1675 (flyspell-highlight-incorrect-region): Highlight doublons using
1676 flyspell-duplicate face.
1677
1678 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1679
1680 2006-10-22 John Wiegley <johnw@newartisans.com>
1681
1682 * progmodes/python.el (python-use-skeletons): python-mode was
1683 auto-inserting templates (for those with abbrev-mode on), not only
1684 by default -- *but without a configuration variable to disable
1685 it*. This rendered python-mode completely useless for me, so I
1686 have added `python-use-skeletons', which is now off by default.
1687
1688 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
1689
1690 * progmodes/cperl-mode.el (cperl-mode): Don't assume
1691 font-lock-multiline is auto-local (it's not).
1692 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1693 initialized before calling cperl-init-faces.
1694
1695 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
1696
1697 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1698 gdb-stack-position a value when there is no fringe.
1699
1700 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1701 indicator if not visiting a file.
1702
1703 2006-10-20 David Kastrup <dak@gnu.org>
1704
1705 * window.el (kill-buffer-and-window): Fix a bug where an aborted
1706 operation would still cause some window to collapse later.
1707
1708 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * vc.el (vc-switch-backend): Try to be more careful with unwanted
1711 side-effect due to mixing various backends's file properties.
1712
1713 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
1714 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
1715 Return `filename's status if applicable. Update callers.
1716
1717 2006-10-19 Kenichi Handa <handa@m17n.org>
1718
1719 * international/kkc.el (kkc-region): When a key sequence is not
1720 defined, append (this-single-command-raw-keys) to
1721 unread-input-method-events.
1722
1723 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
1726
1727 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1728
1729 * version.el (emacs-version): Use mac-carbon-version-string.
1730
1731 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
1732
1733 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1734
1735 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
1736 (by Kenichi Handa).
1737 (xselect-convert-to-string): Decline requests for UTF8_STRING if
1738 the selection is not UTF-8.
1739
1740 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * progmodes/ada-mode.el (ada-83-string-keywords)
1743 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
1744 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
1745 (ada-looking-at-semi-private, ada-get-body-name):
1746 Fix typos in docstrings.
1747 (ada-create-case-exception, ada-create-case-exception-substring):
1748 Fix typos in error messages.
1749 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
1750
1751 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1752
1753 * term/x-win.el (res-geometry): Don't set geometry from Xresources
1754 to default-frame-alist if default-frame-alist already contains
1755 width/height.
1756
1757 2006-10-18 Richard Stallman <rms@gnu.org>
1758
1759 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
1760 Non-interactive arg is the value, not the expression.
1761
1762 * simple.el (read-expression-map): Just set it, no defvar.
1763
1764 * subr.el (insert-for-yank-1): If last inserted char has
1765 properties, mark them as rear-nonsticky.
1766
1767 * recentf.el (recentf-mode): Doc fix.
1768
1769 * facemenu.el (facemenu-add-new-face): Defend against symbol
1770 that isn't a face name.
1771
1772 * dired-aux.el (dired-do-copy): Doc fix.
1773
1774 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
1775
1776 * simple.el (line-move-1): Ignore fields when moving to the
1777 beginning of line to avoid getting point stuck.
1778
1779 2006-10-18 Martin Rudalics <rudalics@gmx.at>
1780
1781 * textmodes/flyspell.el (flyspell-word-search-backward):
1782 Set inhibit-point-motion-hooks to avoid looping due to intangibile
1783 text.
1784
1785 2006-10-16 Richard Stallman <rms@gnu.org>
1786
1787 * help-fns.el (describe-function-1): Special case optimization
1788 for self-insert-command.
1789
1790 2006-10-16 Kim F. Storm <storm@cua.dk>
1791
1792 * ido.el (ido-reread-directory): Work in `dir' mode too.
1793
1794 2006-10-15 Martin Rudalics <rudalics@gmx.at>
1795
1796 * textmodes/table.el: Require 'regexp-opt.
1797
1798 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
1799
1800 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
1801 Use shell-quote-argument.
1802
1803 * shell.el (explicit-bash-args): Likewise.
1804
1805 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
1806 Use grep -E rather than egrep.
1807
1808 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1809
1810 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
1811
1812 2006-10-15 Kim F. Storm <storm@cua.dk>
1813
1814 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
1815
1816 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
1817
1818 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
1819 to protect whitespace and metacharacters from the shell.
1820
1821 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1822
1823 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
1824
1825 2006-10-13 Eli Zaretskii <eliz@gnu.org>
1826
1827 * subr.el (start-process-shell-command): Doc fix.
1828
1829 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
1830
1831 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
1832 the regexp for Maxima symbols.
1833
1834 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
1837 (vc-find-root): Don't walk higher up than ~.
1838
1839 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * international/utf-8.el (utf-translate-cjk-load-tables):
1842 Avoid clobbering last-coding-system-used during load.
1843
1844 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
1845
1846 * textmodes/reftex-global.el (reftex-create-tags-file):
1847 Quote file arguments.
1848
1849 2006-10-12 Richard Stallman <rms@gnu.org>
1850
1851 * files.el (file-name-history): Add defvar.
1852 (save-some-buffers-action-alist): Improve description strings.
1853
1854 2006-10-12 Andreas Schwab <schwab@suse.de>
1855
1856 * files.el (auto-mode-alist): Match change log file name also with
1857 a dash before a numeric extension.
1858
1859 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
1860
1861 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
1862 After 5.0:
1863 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
1864
1865 After 5.1: Major edit. Summary of most visible changes:
1866
1867 - Multiple <<HERE per line allowed.
1868 - Handles multiline subroutine declaration headers (with comments).
1869 (The exception is `cperl-etags' - but it is not used in the rest
1870 of the mode.)
1871 - Fontifies multiline my/our declarations (even with comments,
1872 and with legacy `font-lock').
1873 - Major speedup of syntaxification, both immediate and postponed
1874 (3.5x to 15x [for different CPUs and versions of Emacs] on the
1875 huge real-life document I tested).
1876 - New bindings, edits to imenu.
1877 - "_" is made into word-char during fontification/syntaxification;
1878 some attempts to recognize non-word "_" during other operations too.
1879 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
1880 - autoload some more perldoc-related stuff
1881 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
1882 - Attempt to incorporate XEmacs edits which reached me.
1883
1884 Fine-grained changelog:
1885 (cperl-hook-after-change): New configuration variable.
1886 (cperl-vc-sccs-header): Likewise.
1887 (cperl-vc-sccs-header): Likewise.
1888 (cperl-vc-header-alist): Default via two preceding variables.
1889 (cperl-invalid-face): Remove double quoting under XEmacs
1890 (still needed under 21.2).
1891 (cperl-tips): Update URLs for resources.
1892 (cperl-problems): Likewise.
1893 (cperl-praise): Mention new features.
1894 New C-c key bindings: for `cperl-find-bad-style',
1895 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
1896 `cperl-perdoc', and `cperl-perldoc-at-point'.
1897 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
1898 moved, new submenu of Tools with Ispell entries and narrowing.
1899 (cperl-after-sub-regexp): New defsubst.
1900 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
1901 Allows heads up to head4.
1902 Allow "package;".
1903 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
1904 (paren-backwards-message): ??? Something for XEmacs???
1905 (cperl-mode): Never auto-switch abbrev-mode off.
1906 Try to allow '_' be non-word char.
1907 Do not use `font-lock-unfontify-region-function' on XEmacs.
1908 Reset syntax cache on mode start.
1909 Support multiline facification (even on legacy `font-lock').
1910 (cperl-facemenu-add-face-function): ??? Some contributed code ???
1911 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
1912 refuse to inform us whether the fontification is due to lazy
1913 calling or due to edit to a buffer, install our own hook
1914 (controlled by `cperl-hook-after-change').
1915 (cperl-electric-pod): =cut may have been recognized as start.
1916 (cperl-block-p): Move, updatedfor attributes.
1917 (cperl-calculate-indent): Try to allow '_' be non-word char
1918 Support subs with attributes.
1919 (cperl-where-am-i): Queit (?) a warning.
1920 (cperl-cached-syntax-table) New function.
1921 (cperl-forward-re): Use `cperl-cached-syntax-table'.
1922 (cperl-unwind-to-safe): Recognize `syntax-type' property
1923 changing in a middle of line.
1924 (cperl-find-sub-attrs): New function.
1925 (cperl-find-pods-heres): Allow many <<EOP per line.
1926 Allow subs with attributes.
1927 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
1928 Recognize "extproc " (OS/2) case-folded and only at start.
1929 /x on s///x with empty replacement was not recognized.
1930 Better comments.
1931 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
1932 Allow subs with attributes, labels.
1933 Do not confuse "else::foo" with "else".
1934 Minor optimizations...
1935 (cperl-after-expr-p): Try to allow '_' be non-word char.
1936 (cperl-fill-paragraph): Try to detect a major bug in Emacs
1937 with `looking-at' inside `narrow' and bulk out if found.
1938 (cperl-imenu--create-perl-index): Updates for new
1939 `cperl-imenu--function-name-regexp-perl'.
1940 (cperl-outline-level): Likewise.
1941 (cperl-init-faces): Allow multiline subroutine headers
1942 and my/our declarations, and ones with comments.
1943 Allow subroutine attributes.
1944 (cperl-imenu-on-info): Better docstring.
1945 (cperl-etags): Rudimentary support for attributes.
1946 Support for packages and "package;".
1947 (cperl-add-tags-recurse-noxs): Better (?) docstring.
1948 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
1949 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
1950 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
1951 (cperl-perldoc): Add autoload.
1952 (cperl-perldoc-at-point): Likewise.
1953 (cperl-here-doc-spell): New function.
1954 (cperl-pod-spell): Likewise.
1955 (cperl-map-pods-heres): Likewise.
1956 (cperl-get-here-doc-region): Likewise.
1957 (cperl-font-lock-fontify-region-function): Likewise (backward
1958 compatibility for legacy `font-lock').
1959 (cperl-font-lock-unfontify-region-function): Fix style.
1960 (cperl-fontify-syntaxically): Recognize and optimize away deferred
1961 calls with no-change. Governed by `cperl-hook-after-change'.
1962 (cperl-fontify-update): Recognize that syntaxification region
1963 can be larger than fontification one.
1964 XXXX we leave `cperl-postpone' property, so this is quadratic...
1965 (cperl-fontify-update-bad): Temporary placeholder until
1966 it is clear how to implement `cperl-fontify-update'.
1967 (cperl-time-fontification): New function.
1968 (attrib-group): New text attribute.
1969 (multiline): New value: `syntax-type' text attribute.
1970
1971 After 5.2:
1972 (cperl-emulate-lazy-lock): New function.
1973 (cperl-fontify-syntaxically): Would skip large regions.
1974 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
1975 Some globals were declared, but uninitialized.
1976
1977 After 5.3, 5.4:
1978 (cperl-facemenu-add-face-function): Add docs, fix U<>.
1979 Copyright message updated.
1980 (cperl-init-faces): Work around a bug in `font-lock'. May slow
1981 facification down a bit.
1982 Misprint for my|our|local for old `font-lock'
1983 "our" was not fontified same as "my|local".
1984 Highlight variables after "my" etc even in
1985 a middle of an expression.
1986 Do not facify multiple variables after my etc
1987 unless parentheses are present.
1988
1989 After 5.5, 5.6
1990 (cperl-fontify-syntaxically): after-change hook could reset.
1991 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
1992
1993 After 5.7:
1994 (cperl-init-faces): Allow highlighting of local ($/).
1995 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
1996 (cperl-problems): Remove fixed problems.
1997 (cperl-find-pods-heres): Recognize #-comments in m##x too.
1998 Recognize charclasses (unless delimiter is \).
1999 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2000 (cperl-regexp-scan): Update docs.
2001 (cperl-beautify-regexp-piece): Use information got from regexp scan.
2002
2003 After 5.8:
2004 Major user visible changes:
2005 Recognition and fontification of character classes in RExen.
2006 Variable indentation of RExen according to groups.
2007
2008 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2009 Fontify REx charclasses in variable-name face.
2010 Fontify POSIX charclasses in "type" face.
2011 Fontify unmatched "]" in function-name face.
2012 Mark first-char of HERE-doc as `front-sticky'.
2013 Reset `front-sticky' property when needed.
2014 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2015 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2016 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2017 constructs. Support `narrow'ed buffers.
2018 (cperl-praise): Remove a reservation.
2019 (cperl-make-indent): New function.
2020 (cperl-indent-for-comment): Use `cperl-make-indent'.
2021 (cperl-indent-line): Likewise.
2022 (cperl-lineup): Likewise.
2023 (cperl-beautify-regexp-piece): Likewise.
2024 (cperl-contract-level): Likewise.
2025 (cperl-toggle-set-debug-unwind): New function.
2026 New menu entry for this.
2027 (fill-paragraph-function): Use when `boundp'.
2028 (cperl-calculate-indent): Take into account groups when indenting RExen.
2029 (cperl-to-comment-or-eol): Recognize # which end a string.
2030 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2031 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2032 (cperl-fontify-syntaxically): More clear debugging message.
2033 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2034 (cperl-init-faces): More complicated highlight even on XEmacs (new).
2035 Merge cosmetic changes from XEmacs.
2036
2037 After 5.9:
2038 (cperl-1+): Move to before the first use.
2039 (cperl-1-): Likewise.
2040
2041 After 5.10:
2042
2043 This code may lock Emacs hard!!! Use at your own risk!
2044
2045 (cperl-font-locking): New internal variable.
2046 (cperl-beginning-of-property): New function.
2047 (cperl-calculate-indent): Use `cperl-beginning-of-property'
2048 instead of `previous-single-property-change'.
2049 (cperl-unwind-to-safe): Likewise.
2050 (cperl-after-expr-p): Likewise.
2051 (cperl-get-here-doc-region): Likewise.
2052 (cperl-font-lock-fontify-region-function): Likewise.
2053 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2054 recursively.
2055 Bound `next-single-property-change' via `point-max'.
2056 (cperl-unwind-to-safe): Bound likewise
2057 (cperl-font-lock-fontify-region-function): Likewise.
2058 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2059 Initialization of `cperl-font-lock-multiline-start' could be
2060 missed if the "main" fontification did not run due to the
2061 keyword being already fontified.
2062 (cperl-pod-spell): Return t from do-one-chunk function.
2063 (cperl-map-pods-heres): Stop when the worker returns nil.
2064 Call `cperl-update-syntaxification'.
2065 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2066 (cperl-get-here-doc-delim): Remove unused function.
2067
2068 After 5.11:
2069
2070 The possible lockup of Emacs (introduced in 5.10) fixed.
2071
2072 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2073 (cperl-syntaxify-for-menu): New customization variable.
2074 (cperl-select-this-pod-or-here-doc): New function.
2075 (cperl-get-here-doc-region): Extra argument.
2076 Do not adjust pos by 1.
2077
2078 New menu entries
2079 (Perl/Tools): Selection of current POD or HERE-DOC section.
2080 (Debugging CPerl:) backtrace on fontification.
2081
2082 After 5.12:
2083 (cperl-cached-syntax-table): Use `car-safe'.
2084 (cperl-forward-re): Remove spurious argument SET-ST.
2085 Add documentation.
2086 (cperl-forward-group-in-re): New function.
2087 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2088 (XXXX Temporary (?) hack is to syntax-mark them as comment).
2089
2090 After 5.13:
2091 (cperl-string-syntax-table): Make { and } not-grouping
2092 (Sometimes they ARE grouping in RExen, but matching them would only
2093 confuse in many situations when they are not)
2094 (beginning-of-buffer): Replace two occurences with goto-char...
2095 (cperl-calculate-indent): `char-after' could be nil...
2096 (cperl-find-pods-heres): REx can start after "[" too.
2097 Hightlight (??{}) in RExen too.
2098 (cperl-maybe-white-and-comment-rex): New constant
2099 (cperl-white-and-comment-rex): Likewise.
2100 XXXX Not very efficient, but hard to make
2101 better while keeping 1 group.
2102
2103 After 5.13:
2104 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2105 Likewise for 1 << identifier.
2106
2107 After 5.14:
2108 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2109 Error-less condition-case could fail.
2110 (cperl-font-lock-fontify-region-function): Likewise.
2111 (cperl-init-faces): Likewise.
2112
2113 After 5.15:
2114 (cperl-find-pods-heres): Support property REx-part2.
2115 (cperl-calculate-indent): Likewise.
2116 Don't special-case REx with non-empty 1st line.
2117 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2118 Invert highlighting of charclasses:
2119 now the envelop is highlighted.
2120 Highlight many others 0-length builtins.
2121 (cperl-praise): Mention indenting and highlight in RExen.
2122
2123 After 5.15:
2124 (cperl-find-pods-heres): Highlight capturing parens in REx.
2125
2126 After 5.16:
2127 (cperl-find-pods-heres): Highlight '|' for alternation
2128 Initialize `font-lock-warning-face' if not present.
2129 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2130 `font-lock-function-name-face'.
2131 (cperl-look-at-leading-count): Likewise.
2132 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2133 `font-lock-keyword-face' (needed for
2134 batch processing), etc...
2135 Use `font-lock-builtin-face' for builtin in REx
2136 Now `font-lock-variable-name-face'
2137 is used for interpolated variables
2138 Use "talking aliases" for faces inside REx
2139 Highlight parts of REx (except in charclasses)
2140 according to the syntax and/or semantic
2141 Syntax-mark a {}-part of (?{}) as "comment"
2142 (it was the ()-part)
2143 Better logic to distinguish what is what in REx
2144 (cperl-tips-faces): Document REx highlighting
2145 (cperl-praise): Mention REx syntax highlight etc.
2146
2147 After 5.17:
2148 (cperl-find-sub-attrs): Would not always manage to print error message.
2149 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2150
2151 After 5.18:
2152 (cperl-find-pods-heres): Misprint in REx for parsing REx.
2153 Very minor optimization.
2154 `my-cperl-REx-modifiers-face' got quoted.
2155 Recognize "print $foo <<END" as HERE-doc.
2156 Put `REx-interpolated' text attribute if needed.
2157 (cperl-invert-if-unless-modifiers): New function.
2158 (cperl-backward-to-start-of-expr): Likewise.
2159 (cperl-forward-to-end-of-expr): Likewise.
2160 (cperl-invert-if-unless): Works in "the opposite way" too.
2161 Cursor position on return is on the switch-word.
2162 Indents comments better.
2163 (REx-interpolated): New text attribute.
2164 (cperl-next-interpolated-REx): New function.
2165 (cperl-next-interpolated-REx-0): Likewise.
2166 (cperl-next-interpolated-REx-1): Likewise.
2167 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
2168 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2169 (cperl-praise): Mention finded interpolated RExen.
2170
2171 After 5.19:
2172 (cperl-init-faces): Highlight %$foo, @$foo too.
2173 (cperl-short-docs): Better docs for system, exec.
2174 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2175 Would not find HERE-doc ended by EOF without NL.
2176 (cperl-short-docs): Correct not-doubled \-escapes.
2177 start block: Put some `defvar' for stuff gone from XEmacs.
2178
2179 After 5.20:
2180 initial comment: Extend copyright, fix email address.
2181 (cperl-indent-comment-at-column-0): New customization variable.
2182 (cperl-comment-indent): Indentation after $#a would increasy by 1.
2183 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2184 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2185 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2186 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2187 highlight $ in $foo too (UNTESTED).
2188 (cperl-set-style): Docstring missed some available styles.
2189 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2190 Change "Current" to "Memorize Current".
2191 (cperl-indent-wrt-brace): New customization variable; the default is
2192 as for pre-5.2 version.
2193 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2194 (cperl-style-alist): Likewise.
2195 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2196 and `cperl-extra-newline-before-brace' etc
2197 being t
2198 (cperl-indent-exp): Plans B and C to find continuation blocks even
2199 if `cperl-extra-newline-before-brace' is t.
2200
2201 After 5.21:
2202 Improve some docstrings concerning indentation.
2203 (cperl-indent-rules-alist): New variable.
2204 (cperl-sniff-for-indent): New function name
2205 (separated from `cperl-calculate-indent').
2206 (cperl-calculate-indent): Separate the sniffer and the indenter;
2207 uses `cperl-sniff-for-indent' now.
2208 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2209 was inverted;
2210 Support `comment-column' = 0.
2211
2212 2006-10-11 Martin Rudalics <rudalics@gmx.at>
2213
2214 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2215 * help-at-pt.el (scan-buf-move-to-region): Likewise.
2216 * longlines.el (longlines-window-change-function): Likewise.
2217 * simple.el (undo-ask-before-discard): Likewise.
2218 * wid-edit.el (widget-field-prompt-internal)
2219 (widget-documentation-link-p): Likewise.
2220
2221 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2224 for a keyword.
2225
2226 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * newcomment.el (comment-valid-prefix-p): Make the check
2229 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
2230 (comment-indent-new-line): Adjust call.
2231
2232 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
2233
2234 * allout.el (allout-back-to-current-heading): Base on lower-level
2235 routines to get proper disqualification of aberrant topics.
2236
2237 2006-10-09 Richard Stallman <rms@gnu.org>
2238
2239 * textmodes/two-column.el (2C-two-columns): Doc fix.
2240
2241 2006-10-09 Kim F. Storm <storm@cua.dk>
2242
2243 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2244 about implicit use.
2245
2246 2006-10-08 Richard Stallman <rms@gnu.org>
2247
2248 * textmodes/two-column.el (2C-two-columns): Doc fix.
2249
2250 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2251
2252 * files.el: Mark `buffer-read-only' as safe-local-variable.
2253
2254 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
2255
2256 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2257 Burp if GUD buffer has been killed.
2258
2259 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * completion.el (add-completions-from-c-buffer):
2262 Don't presume an error's second element is a string.
2263 Use looking-at rather than buffer-substring + member.
2264
2265 2006-10-07 Eli Zaretskii <eliz@gnu.org>
2266
2267 * mail/rmail.el (rmail-redecode-body): If the old encoding is
2268 `undecided', call find-coding-systems-region to find a proper
2269 non-trivial encoding.
2270 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2271 and "text/plain".
2272
2273 2006-10-07 Kevin Ryde <user42@zip.com.au>
2274
2275 * textmodes/reftex-vars.el (defgroup reftex): Update home page
2276 url-link.
2277
2278 * strokes.el (defgroup strokes): Remove invalid url-link.
2279
2280 2006-10-07 Magnus Henoch <mange@freemail.hu>
2281
2282 * autoinsert.el (auto-insert-alist): Doc fix.
2283
2284 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2285
2286 * mouse-sel.el (mouse-insert-selection-internal):
2287 Use insert-for-yank, so that yank handlers are run.
2288
2289 2006-10-07 Kim F. Storm <storm@cua.dk>
2290
2291 * ido.el (ido-file-extension-aux): Fix comparison.
2292
2293 2006-10-06 Kim F. Storm <storm@cua.dk>
2294
2295 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2296
2297 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2300 (ad-make-mapped-call): Use `let', not `let*'.
2301
2302 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * international/mule-cmds.el (coding-system-change-eol-conversion):
2305 Ensure the coding system is initialized before calling
2306 coding-system-eol-type.
2307
2308 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
2309
2310 * textmodes/org.el (org-rm-props, org-activate-plain-links)
2311 (org-activate-angle-links, org-activate-dates)
2312 (org-activate-target-links, org-activate-camels)
2313 (org-activate-tags): Add `rear-nonsticky' text property to avoid
2314 textproperty keymaps from being active beyond the end of a line.
2315 (org-unfontify-region): Also remove `rear-nonsticky' property.
2316
2317 2006-10-04 Kenichi Handa <handa@m17n.org>
2318
2319 * international/code-pages.el (next): Table fixed.
2320
2321 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2324 that it's been made unnecessary by removing narrowing.
2325
2326 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2329 control flow a bit, simplify another bit, and add comments.
2330
2331 2006-10-03 David Kastrup <dak@gnu.org>
2332
2333 * help.el (describe-mode): For clicks on mode-line, use "@"
2334 interactive argument to get the major mode of the click instead of
2335 the current buffer.
2336
2337 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2338 in order to better redirect mouse-2 clicks. Also allow default
2339 bindings to apply.
2340
2341 2006-10-03 Kim F. Storm <storm@cua.dk>
2342
2343 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2344 (pushnew): Fix last change.
2345
2346 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
2347
2348 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2349 Use the interactive spec of `eval-expression'.
2350
2351 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
2352
2353 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
2354
2355 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2356
2357 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2358 2006-09-28 commit.
2359
2360 2006-10-02 Kenichi Handa <handa@m17n.org>
2361
2362 * international/code-pages.el (iso-8859-6): Table fixed.
2363
2364 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2365
2366 * dired.el (dired-build-subdir-alist): Fix previous change.
2367
2368 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
2369
2370 * simple.el (undo-elt-crosses-region): Fix the inequalities.
2371
2372 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * emacs-lisp/find-func.el (find-function-regexp): Don't match
2375 "define-button-type".
2376
2377 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
2378 they don't keep accumulating.
2379
2380 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2381
2382 * ffap.el (ffap-rfc-path): Change the address of the RFC
2383 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
2384
2385 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
2386
2387 * allout.el (allout-expose-topic): Rectify implementation of "+"
2388 spec, so that bodies are not exposed with headlines.
2389
2390 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
2391
2392 * allout.el (allout-current-depth): Do aberrent check only at or
2393 below doublecheck depth.
2394 (allout-chart-subtree): Make it explicit that LEVELS being nil
2395 means unlimited depth. Drop undocumented support for LEVELS value
2396 t meaning unlimited depth. (This is consistent with
2397 allout-chart-to-reveal, but contrary to allout-show-children,
2398 which needs to use nil to default to depth of 1.)
2399 (allout-goto-prefix-doublechecked): Wrap long docstring line.
2400 (allout-chart-to-reveal): Be explicit in docstring about meaning
2401 of nil LEVELS, and drop support for LEVELS value t.
2402 (allout-show-children): Translate the level spec used by this
2403 routine to that used by allout-chart-subtree and
2404 allout-chart-to-reveal.
2405 (allout-show-to-offshoot): Retry once when stuck, after opening
2406 subtree - improvements in discontinuity handling likely will
2407 enable progress.
2408
2409 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * wid-edit.el (widget-button-click-moves-point): New variable.
2412 (widget-button-click): If widget-button-click-moves-point is
2413 non-nil, set point after performing the button action
2414
2415 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2416
2417 2006-09-30 Martin Rudalics <rudalics@gmx.at>
2418
2419 * files.el (find-file-existing): Modify to not allow wildcards.
2420
2421 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2422
2423 * simple.el (undo-more): When undo information for the region is
2424 exhausted, say "No further undo information FOR REGION".
2425
2426 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
2427
2428 * progmodes/sh-script.el (sh-prev-thing):
2429 Take `sh-leading-keywords' into account.
2430
2431 2006-09-29 Glenn Morris <rgm@gnu.org>
2432
2433 * custom.el (defcustom): Doc fix.
2434
2435 * calendar/calendar.el (european-calendar-style):
2436 Call european-calendar or american-calendar as needed when set.
2437 (diary-view-entries, list-calendar-holidays): Move autoloads
2438 before use.
2439
2440 2006-09-29 Juri Linkov <juri@jurta.org>
2441
2442 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
2443 to nil if there is no previous property change.
2444
2445 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2446
2447 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
2448 saving anything to be sure that `forward-sexp' behaves correctly.
2449
2450 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
2451
2452 * simple.el (line-move-finish): Ignore field boundaries if the
2453 initial and final points have the same `field' property.
2454
2455 2006-09-29 Kim F. Storm <storm@cua.dk>
2456
2457 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
2458 to t while calling ido-read-internal.
2459
2460 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
2461
2462 * textmodes/org.el (org-file-remote-p): Get regexp from list.
2463 (org-archive-subtree): Remove erraneous `]' from character list.
2464
2465 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
2466
2467 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
2468 (ses-reconstruct-all): Make undo of "insert row" work by keeping
2469 markers for data-area and parameters-area.
2470
2471 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
2474
2475 * font-lock.el (font-lock-after-change-function): Refontify next line
2476 as well if end is at BOL.
2477 (font-lock-extend-jit-lock-region-after-change): Be more careful to
2478 only extend the region as much as needed.
2479
2480 2006-09-28 Richard Stallman <rms@gnu.org>
2481
2482 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
2483
2484 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
2485
2486 * international/mule.el (after-insert-file-set-coding):
2487 If VISIT, don't let set-buffer-multibyte make undo info.
2488
2489 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
2490
2491 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
2492 lines in base64-encoded authentication response.
2493
2494 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2495
2496 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
2497 (ebnf-version): New version 4.3.
2498 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
2499 (ebnf-prologue): Adjust PostScript programming.
2500 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
2501 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
2502
2503 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * jit-lock.el (jit-lock-force-redisplay): Rename from
2506 jit-lock-fontify-again, and undo the mistaken change I've just done.
2507
2508 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
2509 (jit-lock-fontify-again): Don't refontify text that's not displayed.
2510
2511 2006-09-26 Kenichi Handa <handa@m17n.org>
2512
2513 * startup.el (display-splash-screen): Allow a prefix argument.
2514
2515 2006-09-25 Jason Rumney <jasonr@gnu.org>
2516
2517 * subr.el (shell-quote-argument): Use DOS logic for Windows
2518 shells with DOS semantics.
2519
2520 2006-09-24 Richard Stallman <rms@gnu.org>
2521
2522 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
2523 (compilation-goto-locus): Use compilation-goto-locus-delete-o
2524 to delete the overlay. Put it on pre-command-hook.
2525
2526 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2527
2528 * startup.el (fancy-splash-screens, normal-splash-screen):
2529 Call the splash buffer *About GNU Emacs*.
2530
2531 * simple.el (next-error-highlight, next-error-highlight-no-select):
2532 Default to 0.5.
2533 (yank-excluded-properties): Add `fontified'.
2534
2535 * font-lock.el (font-lock-compile-keywords): Allow value of
2536 syntax-begin-function to enable paren-column-0 highlighting.
2537
2538 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2539
2540 * dired.el (dired-build-subdir-alist): When file ends in colon,
2541 don't exit the loop, just disregard that file.
2542
2543 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * simple.el (line-move-finish): Handle corner case for fields in
2546 continued lines.
2547 (line-move-1): Remove flawed test for that case.
2548
2549 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
2550
2551 * icomplete.el (icomplete-simple-completing-p): Use the correct
2552 name for the new variable, `icomplete-with-completion-tables'.
2553 (file local variables): Remove superfluous setting.
2554
2555 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2556
2557 * calendar/appt.el (appt-check): Fix typo for appointments just
2558 after midnight.
2559
2560 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * help.el (describe-key-briefly, describe-key): Don't expect an
2563 extra up event if a down-event is generated by a popup menu.
2564
2565 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
2566
2567 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2568 local dictionary when changing the global dictionary.
2569
2570 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
2571
2572 * icomplete.el (icomplete-with-completion-tables): List of
2573 specialized completion tables with which icomplete should
2574 operate. Include the new `internal-complete-buffer', so icomplete
2575 works with interactive buffer-selection.
2576 (icomplete-simple-completing-p): Add acceptance of specialized
2577 completion tables listed in icomplete-with-completion-tables.
2578
2579 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2580
2581 * frame.el (focus-follows-mouse): Set default to nil on Mac.
2582
2583 * startup.el (command-line): Use `custom-reevaluate-setting' for
2584 `focus-follows-mouse'.
2585
2586 2006-09-22 Richard Stallman <rms@gnu.org>
2587
2588 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2589 explain why Save is not available.
2590
2591 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * woman.el (woman0-so): Use `let*', not `let'.
2594 (woman-horizontal-line): Remove unbalanced parenthesis.
2595
2596 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * woman.el: Make sure all the end-of-region markers we use have
2599 a non-nil insertion-type.
2600 (woman0-so): Move things around so we can use copy-marker.
2601 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2602 Adjust marker type.
2603 (woman2-process-escapes): Check marker type.
2604 (woman-horizontal-line): Dispense with the use of a marker.
2605
2606 2006-09-22 Jay Belanger <belanger@truman.edu>
2607
2608 * calc/calc-lang.el: Add Greek letters to math-variable-table
2609 property of tex.
2610
2611 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
2614
2615 2006-09-22 Masatake YAMATO <jet@gyve.org>
2616
2617 * add-log.el (add-log-current-defun): Use `forward-sexp'
2618 instead of `forward-word' to pick c++::symbol.
2619 Reported by Herbert Euler <herberteuler@hotmail.com>.
2620
2621 2006-09-22 Kenichi Handa <handa@m17n.org>
2622
2623 * bindings.el: Fix setting self-insert-command for multibyte
2624 characters in global-map.
2625
2626 2006-09-21 David Kastrup <dak@gnu.org>
2627
2628 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2629 doc string.
2630
2631 2006-09-21 Kenichi Handa <handa@m17n.org>
2632
2633 * language/european.el ("Latin-1"): Add windows-1252 to
2634 coding-priority.
2635 ("German"): Likewise.
2636
2637 2006-09-21 Kim F. Storm <storm@cua.dk>
2638
2639 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2640 Suggested by Miles Bader.
2641
2642 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
2643 instead of add-to-list in the simple case.
2644
2645 2006-09-20 Kenichi Handa <handa@m17n.org>
2646
2647 * isearch.el (isearch-process-search-char): Cancel the previous change.
2648 (isearch-search-string): New function.
2649 (isearch-search): Use isearch-search-string.
2650 (isearch-lazy-highlight-search): Likewise.
2651
2652 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2653
2654 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2655 string to become an option.
2656
2657 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2660
2661 2006-09-20 Kim F. Storm <storm@cua.dk>
2662
2663 * simple.el (line-move-partial): Call pos-visible-in-window-p with
2664 position t instead of trying both window-end and window-end - 1.
2665
2666 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
2667
2668 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2669 hidden trees.
2670
2671 2006-09-20 David Kastrup <dak@gnu.org>
2672
2673 * mouse.el (mouse-posn-property): Improve doc string.
2674 (mouse-on-link-p): Change buffers for function calls on links.
2675
2676 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
2677 buffer is read-only.
2678
2679 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
2680
2681 * allout.el (allout-unprotected): Let inhibit-read-only only when
2682 buffer-read-only isn't set.
2683 (allout-annotate-hidden): Enable topic annotation during copies even
2684 when the buffer is read-only, eg for topic copies. Ensure that the loop
2685 advances, even when the span extends beyond the deletion region.
2686 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2687 rather than allout-exposure-changed-hook, as a stronger assertion.
2688 (allout-keybindings-list): Add bindings for
2689 allout-copy-line-as-kill and allout-copy-topic-as-kill.
2690 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2691 Copy wrappers for allout-kill-line and allout-kill-topic.
2692 (allout-listify-exposed): Position correctly to accumulate lines.
2693
2694 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
2695
2696 * simple.el (line-move-1): Escape field boundaries occurring
2697 exactly at point. Update goal column if constrained to a field.
2698 (line-move-finish): Escape field boundaries occurring exactly at point.
2699
2700 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * mouse.el (mouse-on-link-p): Tentatively fix last change.
2703 (mouse-drag-vertical-line): Remove unused var `wconfig'.
2704
2705 2006-09-19 Kim F. Storm <storm@cua.dk>
2706
2707 * help.el (describe-key-briefly, describe-key): Simplify printing
2708 of descriptions by using format and %S. Fix "is undefined"
2709 messages to say "at that spot" for mouse events.
2710
2711 * simple.el (line-move-partial): Optimize. Try window-line-height
2712 before posn-at-point to get vpos of current line.
2713
2714 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
2715
2716 * viper.el: Bump up version/date of update to reflect the substantial
2717 changes done in August 2006.
2718
2719 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
2720 are defined.
2721
2722 * ediff-util.el (ediff-add-to-history): New function.
2723
2724 * ediff.el: Use ediff-add-to-history instead of add-to-history.
2725
2726 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2727
2728 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
2729 Delete duplicate make-local-variable form.
2730 (conf-space-keywords): Add autoload cookie.
2731 Fix typo (`keywords', not `keyword').
2732
2733 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2734
2735 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
2736 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
2737 to x-gtk-use-old-file-dialog
2738
2739 2006-09-18 Richard Stallman <rms@gnu.org>
2740
2741 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
2742 that might come in during mouse tracking.
2743
2744 2006-09-18 Kim F. Storm <storm@cua.dk>
2745
2746 * simple.el (line-move-partial): Rework 2006-09-15 change to use
2747 new window-line-height function. Further optimize by not calling
2748 pos-visible-in-window-p for window-end when window-line-height
2749 returns useful information.
2750
2751 2006-09-16 Richard Stallman <rms@gnu.org>
2752
2753 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
2754 (conf-space-mode): Don't handle prefix arg.
2755 Delete conf-space-keywords-override code.
2756 Use add-hook.
2757 (conf-space-keywords): New command.
2758 (conf-space-mode-internal): Be careful with imenu-generic-expression.
2759 Delete conf-space-keywords-override code.
2760 (conf-space-keywords-alist): Doc fix.
2761 (conf-space-font-lock-keywords): Doc fix.
2762 (conf-space-keywords-override): Var deleted.
2763
2764 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2765
2766 * startup.el (fancy-splash-screens): Don't switch to the scratch
2767 buffer; it may not be the next buffer.
2768
2769 2006-09-16 Romain Francoise <romain@orebokech.com>
2770
2771 * saveplace.el (load-save-place-alist-from-file): Use expanded name
2772 in both messages.
2773
2774 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2775
2776 * progmodes/python.el (python-preoutput-filter):
2777 Fix arg order to string-match.
2778
2779 2006-09-16 Richard Stallman <rms@gnu.org>
2780
2781 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
2782 font-lock-compile-keywords.
2783
2784 * font-lock.el (font-lock-compile-keywords): Rename optional arg
2785 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
2786
2787 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2788
2789 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
2790
2791 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
2792 and the data doesn't look like UTF8, send STRING instead.
2793
2794 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
2795
2796 * textmodes/flyspell.el (flyspell-check-region-doublons):
2797 New function to detect duplicated words.
2798 (flyspell-large-region): Use it.
2799
2800 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * simple.el (line-move-to-column): Revert 2006-08-03 change.
2803
2804 2006-09-16 Eli Zaretskii <eliz@gnu.org>
2805
2806 * help.el (describe-prefix-bindings): Use let, not let*.
2807
2808 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
2809
2810 * allout.el (allout-regexp, allout-line-boundary-regexp)
2811 (allout-bob-regexp): Correct grouping and boundaries to fix
2812 backwards traversal.
2813 (allout-depth-specific-regexp, allout-depth-one-regexp):
2814 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
2815 worse time in allout-ascend.
2816 (allout-doublecheck-at-and-shallower): Identify depth threshold
2817 below which topics are checked for and disqualified by containment
2818 discontinuities.
2819 (allout-hotspot-key-handler): Correctly handle multiple-key
2820 strokes. Remove some unused variables.
2821 (allout-mode-leaders): Clarify that mode-specific comment-start
2822 will be used.
2823 (set-allout-regexp): Correctly regexp-quote allout regexps to
2824 properly accept alternative header-leads and primary bullets with
2825 regexp-specific characters (eg, C "/*", mathematica "(*").
2826 Include new regular expressions among those configured.
2827 (allout-infer-header-lead-and-primary-bullet):
2828 Rename allout-infer-header-lead.
2829 (allout-recent-depth): Manifest as a variable as well as a function.
2830 (allout-prefix-data): Simplify into an inline instead of a macro,
2831 assuming current match data rather than being explicitly passed
2832 it. Establish allout-recent-depth value as well as
2833 allout-recent-prefix-beginning and allout-recent-prefix-end.
2834 (allout-aberrant-container-p): True when an item's immediate
2835 offspring discontinuously contained. Useful for disqualifying
2836 unintended topic prefixes, likely at low depths.
2837 (allout-goto-prefix-doublechecked): Elaborate version of
2838 allout-goto-prefix which disqualifies aberrant pseudo-items.
2839 (allout-pre-next-prefix): Layer on top of lower-level routines, to
2840 get disqualification of aberrant containers.
2841 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
2842 containers.
2843 (allout-beginning-of-current-entry): Position at start of buffer
2844 when in container (depth 0) entry.
2845 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
2846 (allout-current-bullet): Strip text properties.
2847 (allout-get-prefix-bullet): Use right match groups.
2848 (allout-beginning-of-line, allout-next-heading):
2849 Disqualify aberrant containers.
2850 (allout-previous-heading): Disqualify aberrant containers, and
2851 change to regular (rather than inline) function, to allow
2852 self-recursion.
2853 (allout-get-invisibility-overlay): Increment so progress is made
2854 when the first overlay is not the sought one.
2855 (allout-end-of-prefix): Disqualify aberrant containers.
2856 (allout-end-of-line): Cycle something like allout-beginning-of-line.
2857 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
2858 outline.el outlines) functional again. Change the primary bullet
2859 along with the header-lead - level 1 new-style bullets now work.
2860 Engage allout-before-change-handler in mainline Emacs, not just
2861 XEmacs, to do undo handling.
2862 (allout-before-change-handler): Expose undo changes occurring in
2863 hidden regions. Use allout-get-invisibility-overlay instead of
2864 reimplementing it inline.
2865 (allout-chart-subtree): Use start rather than end of prefix in
2866 charts. Use allout-recent-depth variable.
2867 (allout-chart-siblings): Disqualify aberrant topics.
2868 (allout-beginning-of-current-entry): Position correctly.
2869 (allout-ascend): Use new allout-depth-specific-regexp and
2870 allout-depth-one-regexp for linear instead of O(N^2) or worse
2871 behavior.
2872 (allout-ascend-to-depth): Depend on allout-ascend, rather than
2873 reimplementing an algorithm.
2874 (allout-up-current-level): Depend on allout-ascend, rather than
2875 reimplementing an algorithm. Return to start-point if we fail.
2876 (allout-descend-to-depth): Use allout-recent-depth variable
2877 instead of function.
2878 (allout-next-sibling): On traversal of numerous intervening
2879 topics, resort to economical allout-next-sibling-leap.
2880 (allout-next-sibling-leap): Specialized version of
2881 allout-next-sibling that uses allout-ascend cleverly, to depend on
2882 a regexp search to leap large numbers of contained topics, rather
2883 than arbitrarily many one-by-one traversals.
2884 (allout-next-visible-heading): Disqualify aberrant topics.
2885 (allout-previous-visible-heading): Position consistently when
2886 interactive.
2887 (allout-forward-current-level): Base on allout-previous-sibling
2888 rather than (differently) reimplmenting the algorithm. Remove some
2889 unused variables.
2890 (allout-solicit-alternate-bullet): Present default choice stripped
2891 of text properties.
2892 (allout-rebullet-heading): Use bullet stripped of text properties.
2893 Register changes using allout-exposure-change-hook.
2894 Disregard aberrant topics.
2895 (allout-shift-in): With universal-argument, make topic a peer of
2896 it's former offspring. Simplify the code by separating out
2897 allout-shift-out functionality.
2898 (allout-shift-out): With universal-argument, make offspring peers
2899 of their former container, and its siblings. Implement the
2900 functionality here, rather than inappropriately muddling the
2901 implementation of allout-shift-in.
2902 (allout-rebullet-topic): Respect additional argument for new
2903 parent-child separation function.
2904 (allout-yank-processing): Use allout-ascend directly.
2905 (allout-show-entry): Disqualify aberrant topics.
2906 (allout-show-children): Handle discontinuous children gracefully,
2907 extending the depth being revealed to expose them and posting a
2908 message indicating the situation.
2909 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
2910 Leave cursor in correct position.
2911 (allout-hide-current-subtree): Use allout-ascend directly.
2912 Disqualify aberrant topics.
2913 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
2914 a way that the yanks can restore it, as used to happen.
2915 (allout-yank-processing): Restore exposure layout as recorded by
2916 allout-kill-*, as used to happen.
2917 (allout-annotate-hidden, allout-hide-by-annotation): New routines
2918 for preseving and restoring exposure layout across kills.
2919 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
2920 (allout-encrypt-string): Strip text properties.
2921 Rearranged order and outline-headings for some of the
2922 miscellaneous functions.
2923 (allout-resolve-xref): No need to quote the error name in the
2924 condition-case handler section.
2925 (allout-flatten): Classic recursive (and recursively intensive,
2926 without tail-recursion) list-flattener, needed by allout-shift-out
2927 when confronted with discontinuous children.
2928
2929 2006-09-16 Jason Rumney <jasonr@gnu.org>
2930
2931 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
2932 on ms-windows.
2933 (dnd-open-unc-file): Remove.
2934 (dnd-open-local-file): Mention in doc string that it also handles
2935 remote files if the system natively supports unc file-names.
2936
2937 2006-09-15 Kim F. Storm <storm@cua.dk>
2938
2939 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
2940 all necessary information about the event before erasing *Help*.
2941
2942 * simple.el (line-move-partial): Use window-line-visiblity to
2943 quickly check whether last line is partially visible, and only do
2944 the hard (and slow) part in that case.
2945
2946 2006-09-15 Jay Belanger <belanger@truman.edu>
2947
2948 * COPYING: Replace "Library Public License" by "Lesser Public
2949 License" throughout.
2950
2951 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2952
2953 * term/x-win.el (x-menu-bar-open): New function for F10.
2954
2955 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2958 Disallow filenames containing " -" to avoid confusion with libtool
2959 compilation messages. Suggested by Stefan Monnier.
2960
2961 2006-09-15 David Kastrup <dak@gnu.org>
2962
2963 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
2964 instead of buffer position for `mouse-on-link-p'.
2965
2966 * mouse.el (mouse-posn-property): New function looking up the
2967 properties at a click position in overlays and text properties in
2968 either buffer or strings.
2969 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
2970 of both `follow-link' as well as `mouse-face' properties.
2971 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
2972 buffer position.
2973
2974 * help.el (describe-key-briefly): When reading a down-event on
2975 mode lines or scroll bar, swallow the following up event, too.
2976 Use the new mouse sensitity of `key-binding' for lookup.
2977 (describe-key): The same here.
2978
2979 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * play/life.el (life-patterns): Add a few more interesting patterns.
2982 (life-setup): Force `show-trailing-whitespace' to nil.
2983
2984 2006-09-14 Richard Stallman <rms@gnu.org>
2985
2986 * startup.el (fancy-splash-text): Change text to improve alignment.
2987 (fancy-splash-screens): Don't set non-standard tab width.
2988 Bind cursor-type temporarily, and make it easy to patch to
2989 preserve the splash buffer.
2990 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
2991 (fancy-splash-screens): Display echo-area message explicitly.
2992 Don't set fancy-splash-help-echo.
2993
2994 * simple.el (line-number-mode): Group mode-line instead of
2995 editing-basics.
2996 (column-number-mode, size-indication-mode): Likewise.
2997
2998 * faces.el (mode-line-faces): Group mode-line instead of modeline.
2999
3000 * time.el (display-time): Group mode-line instead of modeline.
3001
3002 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
3003
3004 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * startup.el (fancy-splash-text): Move editing instructions to
3007 fancy-splash-head.
3008 (fancy-splash-head): Issue editing instructions.
3009 (fancy-splash-screens): Fixup whitespace.
3010
3011 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * bindings.el (mode-line-buffer-identification-keymap):
3014 Remove duplicate line.
3015
3016 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3017
3018 * ido.el (ido-ignore-item-p): Allow any kind of functions in
3019 ignore lists.
3020
3021 2006-09-14 Kim F. Storm <storm@cua.dk>
3022
3023 * jit-lock.el (jit-lock-fontify-again): New function.
3024 (jit-lock-fontify-now): Use it instead of lambda form.
3025
3026 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
3027
3028 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3029 (flyspell-auto-correct-word): Make ispell-filter local to these
3030 functions. Check that ispell-filter has new stuff before calling
3031 ispell-parse-output.
3032
3033 2006-09-13 Kim F. Storm <storm@cua.dk>
3034
3035 * simple.el (line-move-partial): Optimize.
3036
3037 2006-09-13 Richard Stallman <rms@gnu.org>
3038
3039 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3040 Delete spurious backquote.
3041
3042 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3043
3044 * net/rcirc.el (rcirc-print): Fix last change.
3045
3046 2006-09-12 Jay Belanger <belanger@truman.edu>
3047
3048 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3049
3050 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3051
3052 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3053 rcirc-show-maximum-output.
3054 (rcirc-mode): Remove window-scroll-function hook.
3055 (rcirc-scroll-to-bottom): Remove function.
3056 (rcirc-print): Recenter so point stays at the bottom of the window
3057 if point was already there.
3058
3059 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3060
3061 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3062 not to "t".
3063 * progmodes/compile.el (compilation-start): Likewise.
3064 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3065 Don't use expand-file-name on invocation-directory, since this
3066 might mishandle special characters in invocation-directory.
3067
3068 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * pcvs-defs.el: Remove * in defcustom's docstrings.
3071
3072 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
3073
3074 * progmodes/compile.el (compilation-directory-properties):
3075 Doc fix for help-echo.
3076
3077 2006-09-12 Lars Hansen <larsh@soem.dk>
3078
3079 * desktop.el (desktop-read): Add comment.
3080
3081 2006-09-12 Kim F. Storm <storm@cua.dk>
3082
3083 * simple.el (next-error-highlight, next-error-highlight-no-select):
3084 Fix spelling error.
3085
3086 * subr.el (sit-for): Rework to use input-pending-p and cond.
3087 Return nil input is pending on entry also for SECONDS <= 0.
3088 (while-no-input): Use input-pending-p instead of sit-for.
3089
3090 2006-09-11 Richard Stallman <rms@gnu.org>
3091
3092 * simple.el (next-error-highlight, next-error-highlight-no-select):
3093 Fix custom type and doc strings.
3094
3095 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3098 (diff-apply-hunk): Use it to ask for confirmation.
3099
3100 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3101
3102 * emacs-lisp/cl.el (pushnew): Add missing `,'.
3103
3104 2006-09-11 David Kastrup <dak@gnu.org>
3105
3106 * help.el (string-key-binding, describe-key-briefly)
3107 (describe-key): Remove `string-key-binding' and its callers since
3108 `key-binding' already caters for the proper lookup now.
3109
3110 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3113 (cfengine-mode): Use it. Fix \ syntax to be like /.
3114
3115 * bindings.el (mode-line-buffer-identification-keymap):
3116 Move initialization into declaration.
3117
3118 2006-09-10 Kim F. Storm <storm@cua.dk>
3119
3120 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3121 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3122 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3123 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
3124
3125 2006-09-10 Richard Stallman <rms@gnu.org>
3126
3127 * dired-aux.el: Handle errors in recursive copy usefully.
3128 (dired-create-files-failures): New variable.
3129 (dired-copy-file): Remove condition-case.
3130 (dired-copy-file-recursive): Check for errors on all file
3131 operations, and add them to dired-create-files-failures.
3132 Check file file-date-erorr here too.
3133 (dired-create-files): Check dired-create-files-failures
3134 and report those errors too.
3135
3136 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3137
3138 * subr.el (add-to-list): New argument COMPARE-FN.
3139
3140 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
3141
3142 * filecache.el (file-cache-add-directory)
3143 (file-cache-add-directory-list, file-cache-add-file)
3144 (file-cache-add-directory-using-find)
3145 (file-cache-add-directory-using-locate)
3146 (file-cache-add-directory-recursively): Add autoloads.
3147
3148 2006-09-09 Richard Stallman <rms@gnu.org>
3149
3150 * textmodes/conf-mode.el (conf-space-mode):
3151 Use hack-local-variables-hook instead of calling hack-local-variables.
3152 (conf-space-keywords-override): New variable.
3153 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
3154 (conf-space-mode): Always make conf-space-keywords and
3155 conf-space-keywords-override local.
3156 Call conf-space-mode-internal directly as well as via hook.
3157
3158 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3159
3160 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3161 quasi-keywords.
3162
3163 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3166 (python-send-string): Be slightly more careful about adding \n.
3167
3168 * startup.el (normal-splash-screen): Don't display the buffer if we'll
3169 kill it right away anyway.
3170
3171 2006-09-09 Eli Zaretskii <eliz@gnu.org>
3172
3173 * international/codepage.el (cp850-decode-table): Fix a few codes.
3174 (cp858-decode-table): New variable.
3175
3176 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3177
3178 * net/ldap.el (ldap-search-internal): Doc fix.
3179
3180 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3181
3182 * play/life.el (life-display-generation): Test for input manually if
3183 `sleeptime' is negative or null.
3184
3185 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3186 (print-region-1): Substitute `%s' with the page title.
3187
3188 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
3189
3190 * locate.el (locate-current-search): New variable.
3191 (locate): Set buffer local value. Use current buffer if it is
3192 in Locate mode.
3193 (locate-mode): Disable undo here.
3194 (locate-do-setup): Use locate-current-filter from buffer to be killed.
3195 (locate-update): Use locate-current-search and locate-current-filter.
3196
3197 2006-09-08 David Kastrup <dak@gnu.org>
3198
3199 * desktop.el (desktop-read): When loading a desktop, disable
3200 saving it while the load progresses, and switch off a pending lazy
3201 load by calling `desktop-lazy-abort'.
3202
3203 2006-08-27 Martin Rudalics <rudalics@gmx.at>
3204
3205 * window.el (mouse-autoselect-window-timer)
3206 (mouse-autoselect-window-position)
3207 (mouse-autoselect-window-window)
3208 (mouse-autoselect-window-now): New vars.
3209 (mouse-autoselect-window-cancel)
3210 (mouse-autoselect-window-select)
3211 (mouse-autoselect-window-start): New functions.
3212 (handle-select-window): Call `mouse-autoselect-window-start' when
3213 delayed window autoselection is enabled.
3214
3215 * cus-start.el (mouse-autoselect-window): Handle delayed window
3216 autoselection.
3217
3218 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3219 commands after which it is allowed to print in the echo area.
3220
3221 2006-09-08 Richard Stallman <rms@gnu.org>
3222
3223 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3224
3225 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3226 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3227
3228 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3229 (cancel-timer-internal): Add doc string.
3230 (cancel-function-timers): Doc fix.
3231 (with-timeout-handler, timer-event-last*): Add doc strings.
3232
3233 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3234
3235 * files.el (risky-local-variable-p): Match ...-bindat-spec.
3236
3237 * dired.el (dired-log-summary): Add doc string.
3238
3239 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
3240 (custom-group-menu-create): Not here.
3241
3242 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
3243
3244 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
3245
3246 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3247
3248 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
3249 (mac-apple-event-map): Define its handler.
3250
3251 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3252
3253 * net/ldap.el (ldap-search-internal): Handle `auth' key.
3254
3255 2006-09-07 Magnus Henoch <mange@freemail.hu>
3256
3257 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3258 clause.
3259
3260 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3261
3262 * info.el (Info-index): Bind completion-ignore-case.
3263
3264 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3267 previous commit.
3268 (inferior-prolog-guess-flavor): New fun left out of previous commit.
3269 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3270 burp in dedicated windows.
3271 (inferior-prolog-self-insert-command): New command.
3272 (inferior-prolog-mode-map): Use it.
3273
3274 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
3275
3276 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3277
3278 * international/code-pages.el: Add cp858.
3279
3280 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3281
3282 * dnd.el: Fix bootstrapping.
3283
3284 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3285
3286 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3287 (dnd-open-remote-url): New function.
3288 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3289 not windows-nt.
3290
3291 2006-09-07 Jason Rumney <jasonr@gnu.org>
3292
3293 * dnd.el (dnd-open-remote-file-function): New variable.
3294 (dnd-open-unc-file): New function.
3295 (dnd-open-file): Call dnd-open-remote-file-function if set.
3296
3297 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3298
3299 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3300 pgg-passphrase-coding-system rather than locale-coding-system.
3301 * pgg-def.el (pgg-passphrase-coding-system): New user option.
3302
3303 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * progmodes/prolog.el: Remove * in docstrings.
3306 (prolog-program-name): Add SWI prolog.
3307 (prolog-mode-menu): New menu.
3308 (prolog-mode): Set comment-add.
3309 (prolog-indent-line): Simplify. Use indent-line-to.
3310 (inferior-prolog-buffer): New var.
3311 (inferior-prolog-run, inferior-prolog-process): New funs.
3312 (run-prolog, switch-to-prolog): Rewrite, using them.
3313 (prolog-consult-region): Use inferior-prolog-buffer.
3314 (inferior-prolog-load-file): New function.
3315 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3316
3317 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3318 last word, if it's not the end of the paragraph.
3319
3320 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3321 file name.
3322
3323 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
3324
3325 * frame.el (display-mm-dimensions-alist): New defcustom.
3326 (display-mm-height, display-mm-width): Use it.
3327
3328 2006-09-06 Simon Josefsson <jas@extundo.com>
3329
3330 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3331
3332 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
3333
3334 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3335 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3336 string values.
3337
3338 2006-09-06 Kim F. Storm <storm@cua.dk>
3339
3340 * simple.el (line-move-partial): New function to do vscrolling for
3341 partially visible images / tall lines. Rewrite based on code
3342 previously in line-move. Simplify backwards vscrolling.
3343 (line-move): Use it. Simplify.
3344
3345 2006-09-05 Kim F. Storm <storm@cua.dk>
3346
3347 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3348
3349 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3352 Process the `gcc-include' after the `gnu' rule.
3353
3354 2006-09-05 Kim F. Storm <storm@cua.dk>
3355
3356 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
3357
3358 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3359
3360 * pgg.el (pgg-clear-string): Alias to clear-string for backward
3361 compatibility.
3362
3363 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
3364 inhibit-redisplay; encode passphrase with locale-coding-system.
3365
3366 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3367
3368 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
3369
3370 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3373 (gdb-var-list-children-regexp): Make type field optional.
3374
3375 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
3376 e.g public, protected in C++.
3377
3378 2006-09-04 John Paul Wallington <jpw@pobox.com>
3379
3380 * simple.el (completion-show-help): New defcustom.
3381 (completion-setup-function): Heed it.
3382
3383 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3384
3385 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3386
3387 2006-09-04 Richard Stallman <rms@gnu.org>
3388
3389 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
3390 (rsf-min-region-to-spam-list): Doc fix.
3391 (rsf-add-content-type-field): Doc fix.
3392
3393 * simple.el (kill-region): Explicitly test there is a region.
3394
3395 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
3398 sendmail in several common directories.
3399
3400 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
3401
3402 * paths.el (sendmail-program): Removed.
3403
3404 2006-09-04 Daiki Ueno <ueno@unixuser.org>
3405
3406 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
3407 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
3408 http://article.gmane.org/gmane.emacs.gnus.general/50457
3409
3410 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
3413 mark after running the menu filter.
3414
3415 2006-09-03 Juri Linkov <juri@jurta.org>
3416
3417 * international/quail.el (quail-defrule-internal): Add a check
3418 if a key is a vector.
3419
3420 2006-09-02 Juri Linkov <juri@jurta.org>
3421
3422 * man.el (Man-topic-history): New variable.
3423 (man): Use it.
3424
3425 * woman.el (woman-topic-history): Change defvar to defvaralias
3426 for symbol `Man-topic-history'.
3427
3428 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
3429 `comint-last-output-start' is a marker by using `markerp' and
3430 check if it has a position by using `marker-position', and use
3431 this position for `goto-char'.
3432
3433 * international/quail.el (quail-defrule-internal): Add missing
3434 `error' call for null key.
3435
3436 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
3437
3438 * rcirc.el (rcirc-keywords): New variable.
3439 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
3440 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
3441 variables.
3442 (rcirc-responses-no-activity): New function.
3443 (rcirc-handler-generic): Check for responses in above.
3444 (rcirc-process-command): Add ?: character to arguments of raw
3445 server commands.
3446 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
3447 `rcirc-dim-nicks'.
3448 (rcirc-gray-toggle): Remove unused variable.
3449 (rcirc-print): Remove some tracking logic, which is moved into
3450 markup functions.
3451 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
3452 types.
3453 (rcirc-activity-string): Look for 'keyword in activity-types.
3454 (rcirc-window-configuration-change): Don't erase overlay-arrow
3455 unnecessarily.
3456 (rcirc-add-or-remove): New function.
3457 (rcirc-cmd-ignore): Use it.
3458 (rcirc-message-leader): Remove unused function.
3459 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
3460 (rcirc-add-face): New function.
3461 (rcirc-facify): Use rcirc-add-face.
3462 (rcirc-url-regexp): Add parens.
3463 (rcirc-map-regexp): Remove function.
3464 (rcirc-mangle-regexp): Remove function.
3465 (rcirc-markup-text-functions): New variable.
3466 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
3467 (rcirc-markup-body-text, rcirc-markup-attributes)
3468 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
3469 (rcirc-markup-bright-nicks): New markup handler functions.
3470 (rcirc-nick-in-message-full-line): New face.
3471 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
3472 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
3473
3474 2006-09-02 Martin Rudalics <rudalics@gmx.at>
3475
3476 * cus-start.el (hscroll-margin, hscroll-step)
3477 (mode-line-in-non-selected-windows, mouse-autoselect-window)
3478 (x-use-underline-position-properties): Change version to "22.1"
3479 since they will appear there for the first time.
3480
3481 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
3484
3485 2006-08-31 Richard Stallman <rms@gnu.org>
3486
3487 * cus-edit.el (custom-save-variables): Slight cleanup.
3488 (Custom-no-edit): Renamed from custom-no-edit.
3489 (Custom-newline): Renamed from custom-newline.
3490 (custom-mode-map): Use new names.
3491
3492 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
3493 about customization, rather than M-x customize, in the doc string
3494 made for the defcustom.
3495
3496 * emacs-lisp/trace.el (trace-function-background): Doc fix.
3497
3498 2006-08-31 Romain Francoise <romain@orebokech.com>
3499
3500 * dired-x.el (dired-guess-shell-alist-default): Update.
3501
3502 2006-08-31 Michael Mauger <mmaug@yahoo.com>
3503
3504 * custom.el (custom-theme-set-variables): Autoload packages before
3505 sorting the variables.
3506
3507 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
3508
3509 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
3510 chars if XEmacs.
3511 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
3512
3513 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * progmodes/python.el (python-eldoc-function): Re-enable quit while
3516 waiting for process.
3517
3518 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3519
3520 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
3521 results in ASCII-only string, encode original one directly.
3522
3523 2006-08-29 Romain Francoise <romain@orebokech.com>
3524
3525 * startup.el (normal-splash-screen, fancy-splash-screens):
3526 Make buffer read-only and arrange to enter view mode if necessary.
3527
3528 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * hl-line.el (hl-line): New face.
3531 (hl-line-face): Use it.
3532
3533 * image-mode.el (image-mode): Fix last fix.
3534 Suggested by Kim F. Storm.
3535
3536 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
3537
3538 Sync with Tramp 2.0.54.
3539
3540 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3541 of `=', because `tramp-get-remote-gid' might not always return an
3542 integer when expected.
3543 (tramp-register-file-name-handlers): `partial-completion-mode' is
3544 unknown to XEmacs.
3545 (tramp-time-diff): Don't use `floor', it might fail for large
3546 differences.
3547 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3548 `tramp-auto-save-directory' if unset in order to guarantee unique
3549 auto-save file names.
3550
3551 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * image-mode.el (image-mode): Display image as text on a terminal.
3554
3555 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * progmodes/python.el (python-send-command): Simplify.
3558 (run-python): Don't generate a new buffer unless `new' was specified.
3559 Make sure we send `import emacs' to the proper process.
3560
3561 * progmodes/python.el (python-send-command): Don't wait for the command
3562 to terminate. Don't fiddle with compilation-parsing-end.
3563
3564 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3565
3566 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3567 Insert commentary after first line summary.
3568
3569 * woman.el (woman-follow): New function, based on `man-follow'.
3570 (woman-mode-map): Use it.
3571
3572 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3573 since ibuffer-do-sort-by-recency does not define a sorter.
3574
3575 2006-08-28 Kim F. Storm <storm@cua.dk>
3576
3577 * find-dired.el (find-dired): Use shell-quote-argument to properly
3578 escape ( and ) args. Also use it on {} and ; args in default
3579 value of find-ls-option string.
3580 (find-grep-dired): Use shell-quote-argument on {} and ; args.
3581
3582 2006-08-27 Michael Olson <mwolson@gnu.org>
3583
3584 * emacs-lisp/tq.el: Small grammar fix in comments.
3585 (tq-enqueue): Check for existence of queue rather than the
3586 head queue item's question, which was a no-op.
3587 (tq-filter, tq-process-buffer): Make sure the process buffer
3588 exists before making it the current buffer.
3589
3590 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3591
3592 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3593 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3594 (special-event-map): Apply 2006-08-16 change for x-win.el.
3595
3596 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * progmodes/python.el (python-send-receive): Wait in the
3599 process's buffer so as to check the right buffer-local variables.
3600
3601 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3604 (defgroup checkdoc): Move to beginning.
3605
3606 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3607 (python-preoutput-continuation): Remove.
3608 (python-preoutput-filter): Simplify correspondingly.
3609 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
3610 Loop around to catch embedded _emacs_out output.
3611 (run-python): Send the import&print command on a single line.
3612 (python-send-command): Send command&print on a single line.
3613 (python-send-string): Only add double \n if needed.
3614 (python-send-receive): Loop until the result comes.
3615 (python-mode-running): Defvar it.
3616 (python-setup-brm): Remove unused var `menu'.
3617 Only bind py-mode-map and `features' around brm-init.
3618 (python-calculate-indentation): Remove unused var `point'.
3619 (python-beginning-of-defun): Remove unused var `def-line'.
3620
3621 2006-08-25 Richard Stallman <rms@gnu.org>
3622
3623 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3624
3625 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
3626
3627 * viper.el (viper-set-hooks): Use frame bindings for
3628 viper-vi-state-cursor-color.
3629 (viper-non-hook-settings): Don't set default
3630 mode-line-buffer-identification.
3631
3632 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3633 (viper-set-cursor-color-according-to-state)
3634 (viper-get-saved-cursor-color-in-replace-mode)
3635 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
3636 viper-emacs-state-cursor-color.
3637
3638 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3639 (viper-undo): Use point if undo-beg-posn is nil.
3640 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3641 (viper-after-change-undo-hook): Don't use
3642 viper-emacs-state-cursor-color by default.
3643 (viper-undo): More sensible positioning after undo.
3644
3645 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3646 (viper-emacs-state-cursor-color): Default to nil, since this feature
3647 doesn't work well yet.
3648
3649 * ediff-mult.el (ediff-intersect-directories)
3650 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
3651 always expand filenames.
3652
3653 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * tumme.el: Remove * in defcustoms's docstrings.
3656
3657 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3660 Accept internal time format for SECS arg.
3661 (timer-relative-time): Doc fix.
3662
3663 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3664 adapted from Martin Rudalics.
3665 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3666 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3667 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3668 using sit-for.
3669
3670 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
3671
3672 * cus-start.el (all): Add `overline-margin' and
3673 `x-underline-at-descent-line'.
3674
3675 2006-08-24 Kim F. Storm <storm@cua.dk>
3676
3677 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3678 to mean "use find -exec"; nil now unambiguously means auto-detect.
3679 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
3680 Use shell-quote-argument to build grep-find-command and
3681 grep-find-template.
3682 (rgrep): Use shell-quote-argument to properly quote arguments to find.
3683 Reported by Tom Seddon.
3684
3685 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * startup.el (fancy-splash-head): Give instructions for dismissing
3688 the splash screen for default startup too.
3689 (display-startup-echo-area-message, fancy-splash-screens)
3690 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
3691 all splash text at once and keep the splash buffer around.
3692 (command-line-1): Give display-startup-echo-area-message a t arg.
3693
3694 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
3695
3696 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3697 gnus frame is selected.
3698
3699 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
3700
3701 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3702
3703 2006-08-22 Kim F. Storm <storm@cua.dk>
3704
3705 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3706 Add suffix matching for subdirs.
3707
3708 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3709
3710 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3711 mouse-yank-at-point is non-nil.
3712
3713 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
3714
3715 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
3716 a bit wider and remove fringes to fit initial output on line.
3717
3718 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * frame.el (blink-cursor-end): Only ignore the error we care about.
3721 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
3722
3723 2006-08-21 Richard Stallman <rms@gnu.org>
3724
3725 * whitespace.el (whitespace-cleanup): Doc fix.
3726
3727 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
3728
3729 * net/rcirc.el (rcirc-show-maximum-output): New var.
3730 (rcirc-buffer-process): If no buffer argument is supplied, use
3731 current-buffer.
3732 (rcirc-complete-nick): Complete to the last completed nick first.
3733 (rcirc-mode): Preserve the value of `rcirc-urls' across
3734 connections. Setup scroll function.
3735 (rcirc-scroll-to-bottom): New function.
3736 (rcirc-print): Use nick syntax around regexp work.
3737 Notice dim-nicks speaking only if they say our nick.
3738 (rcirc-update-activity-string): Do not show the modeline indicator
3739 if there are no live rcirc processes.
3740 (rcirc-cmd-ignore): Ignore case.
3741 (rcirc-browse-url-at-point): Fix off-by-one error.
3742
3743 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * progmodes/python.el: Remove * in defcustom docstrings.
3746 (run-python, python-proc, python-try-complete): Use derived-mode-p.
3747 (python-mode): Set tab-width and indent-tabs-mode.
3748
3749 2006-08-20 Dave Love <fx@gnu.org>
3750
3751 * progmodes/python.el: Update to Dave Love's latest version.
3752 (python-font-lock-keywords, python-mode): Don't use
3753 font-lock-syntax-table, but match symbol elements explicitly instead.
3754 (python-mode-map): Add help, and a few more key bindings.
3755 (python-skip-comments/blanks): Move out of comments as well.
3756 (python-continuation-line-p): Behave better with unbalanced parens.
3757 (python-blank-line-p): New fun.
3758 (python-open-block-statement-p): Don't use a heuristic.
3759 (python-outdent-p): Better handle blocks-in-the-same-line.
3760 (python-calculate-indentation): Misc improvements.
3761 (python-comment-indent): Remove.
3762 (python-block-pairs): New var.
3763 (python-first-word): New fun.
3764 (python-indentation-levels): Handle more common cases.
3765 (python-indent-line-1): Add `leave' argument.
3766 (python-indent-region): New fun.
3767 (python-skip-out): New fun.
3768 (python-beginning-of-statement, python-end-of-statement): Use it.
3769 (python-next-statement): Return correct count even at eob.
3770 (python-end-of-block): Fix paren-typo.
3771 (python-imenu-create-index): Add module variables.
3772 (run-python): Add `new' arg.
3773 Check we're at a prompt before returning.
3774 (python-send-command): Move to end of buffer.
3775 Wait for prompt to return.
3776 (python-set-proc): New fun.
3777 (python-imports): New var.
3778 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
3779 (python-eldoc-function): Try to move out of arg list.
3780 (python-outline-level): Offset by 1.
3781 (python-find-imports): New fun.
3782 (python-symbol-completions): Use python-imports.
3783 (python-module-path, ffap-alist): Add support for ffap.
3784 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
3785 (python-insert-*, python-default-template, python-expand-template):
3786 Add templates/skeletons.
3787 (python-setup-brm): Support for Bicycle Repair Man.
3788 (python-abbrev-syntax-table): New var.
3789 (python-abbrev-pc-hook, python-pea-hook): New funs.
3790
3791 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * frame.el (blink-cursor-start): Set timer first.
3794 (blink-cursor-end): Ignore timer cancelling errors.
3795 Suggested by Ken Manheimer.
3796
3797 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
3798
3799 * newcomment.el (comment-box): Call `comment-normalize-vars'.
3800 Add autoload cookie.
3801
3802 2006-08-20 Richard Stallman <rms@gnu.org>
3803
3804 * simple.el (line-number-at-pos): Doc fix.
3805
3806 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
3807 timer-activate-when-idle, so timer can run before Emacs becomes
3808 non-idle again.
3809
3810 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3811
3812 * whitespace.el (whitespace-cleanup-internal): New optional arg
3813 REGION-ONLY. If it's non-nil, modify the message to the user
3814 accordingly.
3815 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
3816 a non-nil argument.
3817
3818 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
3819
3820 * rect.el (spaces-string): Simplify and add doc string.
3821
3822 2006-08-17 Romain Francoise <romain@orebokech.com>
3823
3824 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
3825
3826 2006-08-17 Richard Stallman <rms@gnu.org>
3827
3828 * compare-w.el (compare-windows): lambda's take an arg and pass
3829 it to compare-windows-skip-whitespace.
3830
3831 2006-08-17 Martin Rudalics <rudalics@gmx.at>
3832
3833 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
3834 the right buffer.
3835
3836 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
3839 removed files.
3840
3841 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
3842
3843 * progmodes/gdb-ui.el (gdb-locals-watch-map)
3844 (gdb-locals-watch-map-1): Suppress keymap first.
3845 (gdb-edit-locals-map-1): New variable.
3846 (gdb-edit-locals-value): New function.
3847 (gdb-stack-list-locals-handler): Use them.
3848
3849 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
3852 cursor would normally be drawn in the fringe.
3853
3854 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
3855 Reported by Martin Rudalics <rudalics@gmx.at>.
3856
3857 2006-08-16 Richard Stallman <rms@gnu.org>
3858
3859 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
3860 (special-event-map): Process drag-n-drop events this way.
3861
3862 * simple.el (move-beginning-of-line): Test whether fields
3863 would prevent motion back to line's first visible character.
3864 If so, stop where the fields would stop the motion.
3865
3866 * newcomment.el (comment-indent): Fully update INDENT
3867 before checking to see if it will change the text.
3868
3869 * cus-edit.el (custom-newline): New function.
3870 (custom-mode-map): Bind newline to custom-newline.
3871
3872 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
3873 into ignore-whitespace.
3874 Check each buffer for its skip-function.
3875 Handle compare-windows-skip-whitespace special-case test
3876 by returning t from default skip function.
3877
3878 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
3879
3880 * textmodes/org.el (org-clock-special-range)
3881 (org-clock-update-time-maybe): New functions.
3882 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
3883 not only a-z.
3884 (org-agenda-get-blocks): Allow multiple blocks per headline.
3885 (org-timestamp-change): Call `org-clock-update-time-maybe'.
3886 (org-export-html-title-format)
3887 (org-export-html-toplevel-hlevel): New options.
3888 (org-export-language-setup): Add support for Czech.
3889 (org-mode, org-insert-todo-heading, org-find-visible)
3890 (org-find-invisible, org-invisible-p, org-invisible-p2)
3891 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
3892 (org-show-subtree, org-show-entry, org-make-options-regexp):
3893 Remove compatibility support for old outline-mode.
3894 (org-check-occur-regexp): Funtion removed.
3895 (org-on-heading-p, org-back-to-heading): Made defalias.
3896 (org-set-local): New defsubst.
3897 (org-set-regexps-and-options, org-mode)
3898 (org-set-font-lock-defaults, org-edit-agenda-file-list)
3899 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
3900 (org-remember-apply-template, org-table-edit-field)
3901 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
3902 (org-set-autofill-regexps): Use `org-set-local'.
3903 (org-table-eval-formula): Fix bug with parsing of display flags.
3904
3905 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
3906
3907 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
3908 frame with fringe arrow. Suggested by Simon Marshall
3909 <simon.marshall@misys.com>.
3910 (gdb-stack-position): New variable.
3911 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
3912 (gdb-frames-mode): Set gdb-stack-position to nil.
3913 Add to overlay-arrow-variable-list
3914 (gdb-reset): Delete gdb-stack-position from above list.
3915
3916 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3917
3918 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
3919 read only.
3920
3921 2006-08-13 Romain Francoise <romain@orebokech.com>
3922
3923 * cus-theme.el (customize-create-theme)
3924 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
3925
3926 * filesets.el (filesets-add-buffer): Ditto.
3927
3928 * pcvs.el (cvs-change-cvsroot): Ditto.
3929
3930 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
3931
3932 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
3933 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
3934 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
3935 expressions.
3936 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
3937 Only search till end of line.
3938 Add face to function names in case of no filename.
3939 Add face to variable names of watchpoints.
3940
3941 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3942
3943 * cus-start.el <indent-tabs-mode>: Move to the `indent'
3944 customization group.
3945
3946 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
3947
3948 * allout.el (allout-prior-bindings, allout-added-bindings):
3949 Remove, after long deprecation.
3950 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
3951 Add customization vars controlling allout-beginning-of-line and
3952 allout-end-of-line conveniences.
3953 (allout-header-prefix, allout-use-mode-specific-leader)
3954 (allout-use-mode-specific-leader, allout-mode-leaders):
3955 Revise docstrings.
3956 (allout-infer-header-lead): Change to be an alias for
3957 allout-infer-header-lead-and-primary-bullet.
3958 (allout-infer-header-lead-and-primary-bullet): New version of
3959 allout-infer-header-lead which assigns the primary bullet to the
3960 same as the header lead, when its being changed.
3961 (allout-infer-body-reindent): Apply regexp-quote instead of
3962 unconditionally prepending "\\", so that all literal
3963 allout-header-prefix and allout-primary-bullet strings are
3964 properly handled.
3965 (allout-add-resumptions): Add optional qualifier for extending or
3966 appending to existing values, rather than replacing them.
3967 (allout-view-change-hook): Clarify docstring.
3968 (allout-exposure-change-hook): Take explicit arguments, via
3969 run-hook-with-args.
3970 (allout-structure-added-hook)
3971 (allout-structure-deleted-hook)
3972 (allout-structure-shifted-hook): New hooks analogous to
3973 allout-exposure-change-hook for other kinds of structural outline
3974 edits.
3975 (allout-encryption-plaintext-sanitization-regexps): New encryption
3976 customization variable, by which cooperating modes can provde
3977 massage of the plaintext without actually being passed it.
3978 (allout-encryption-ciphertext-rejection-regexps)
3979 (allout-encryption-ciphertext-rejection-ceiling): New encryption
3980 customization variables, by which cooperating modes can prohibit
3981 rare but possible ciphertext patterns from fouling their
3982 operation, with actually being passed the ciphertext.
3983 (allout-mode): Run activation and deactivation hooks after the
3984 minor-mode variable has been toggled, to clarify the mode
3985 disposition. The new encryption ciphertext rejection variable is
3986 used to ensure that the ciphertext does not contain text that
3987 would be recognized as outline structural elements by allout.
3988 Substite allout-beginning-of-line and allout-end-of-line for
3989 conventionall beginning-of-line and end-of-line bindings.
3990 If allout-old-style-prefixes is non-nil, don't nullify it on mode
3991 activation!
3992 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
3993 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
3994 (allout-chart-subtree): Implement new mode, charting only the
3995 visible items in the subtree, when new 'visible' parameter is non-nil.
3996 (allout-end-of-subtree): Properly handle the last item in the buffer.
3997 (allout-pre-command-business, allout-command-counter):
3998 Increment an advertised counter so that cooperating enhancements can
3999 track revisions of items.
4000 (allout-open-topic): Run allout-structure-added-hook with suitable
4001 arguments.
4002 (allout-shift-in): Run allout-structure-shifted-hook with suitable
4003 arguments.
4004 (allout-shift-out): Fix doubling for negative args and ensure call
4005 of allout-structure-shifted-hook by solely using allout-shift-in.
4006 (allout-kill-line, allout-kill-topic):
4007 Run allout-structure-deleted-hook with suitable arguments.
4008 (allout-yank-processing): Run allout-structure-added-hook with
4009 proper arguments.
4010 (allout-yank): Enclose activity in allout-unprotected.
4011 (allout-flag-region): Run allout-exposure-change-hook with
4012 suitable arguments, instead of making the callee infer the arguments.
4013 (allout-encrypt-string):
4014 Support allout-encryption-plaintext-sanitization-regexps,
4015 allout-encryption-ciphertext-rejection-regexps, and
4016 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
4017 en/de cryption mode in symmetric encryption failure message.
4018 (allout-obtain-passphrase): Use copy-sequence to get a distinct
4019 copy of the passphrase, and don't zero it or we'll corrupt the
4020 stashed copy.
4021 (allout-create-encryption-passphrase-verifier)
4022 (allout-verify-passphrase): Respect the new signature for
4023 allout-encrypt-string.
4024 (allout-get-configvar-values): Convenience for getting a
4025 configuration variable value and handling its absence gracefully.
4026
4027 2006-08-11 Romain Francoise <romain@orebokech.com>
4028
4029 * obsolete/zone-mode.el: Delete.
4030
4031 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4034
4035 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
4036
4037 * emacs-lisp/bindat.el (bindat-ip-to-string):
4038 Use `format-network-address' if possible.
4039
4040 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4041
4042 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4043
4044 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
4045
4046 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4047 restore unread-command-events here.
4048 (edebug-display): Do it here, to detect sit-for interruptions.
4049
4050 2006-08-10 Romain Francoise <romain@orebokech.com>
4051
4052 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4053 (dns-mode-soa-auto-increment-serial): New user option.
4054 (dns-mode-soa-maybe-increment-serial): New function.
4055 (dns-mode): Add the latter to `write-contents-functions'.
4056
4057 * obsolete/zone-mode.el: Move to obsolete/ from net/.
4058 Delete autoload cookies.
4059
4060 2006-08-10 John Wiegley <johnw@newartisans.com>
4061
4062 * eshell/em-glob.el (eshell-glob-chars-list)
4063 (eshell-glob-translate-alist): Add support for [^g] in character globs.
4064
4065 2006-08-10 Richard Stallman <rms@gnu.org>
4066
4067 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4068 (facemenu-set-face): Doc fix.
4069 (facemenu-listed-faces): Doc fix.
4070
4071 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * avoid.el (mouse-avoidance-animating-pointer): New var.
4074 (mouse-avoidance-nudge-mouse): Use it.
4075 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4076 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4077 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4078 Don't activate if currently animating. All callers changed.
4079
4080 2006-08-09 John Wiegley <johnw@newartisans.com>
4081
4082 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4083 variable, which causes timeclock to report elapsed time worked,
4084 instead of just work remaining.
4085
4086 2006-08-09 Kenichi Handa <handa@m17n.org>
4087
4088 * international/latexenc.el (latexenc-find-file-coding-system):
4089 Fix for the case that the 2nd element of arg-list is a cons.
4090
4091 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * info.el (Info-fontify-node): Handle preceding `in' for note
4094 reference hiding rules.
4095
4096 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4099 mistake a closing " for an opening one.
4100
4101 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4102
4103 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4104
4105 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4106
4107 * complete.el (PC-do-completion): Filter out completions matching
4108 completion-ignored-extensions before checking whether there are
4109 multiple completions.
4110 Don't use `list' unnecessarily when building completion tables.
4111
4112 2006-08-06 Richard Stallman <rms@gnu.org>
4113
4114 * help.el (describe-mode): Make minor mode list more concise.
4115
4116 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * bindings.el: Give mode-line-format, mode-line-modes, and
4119 mode-line-position `standard-value' properties.
4120
4121 2006-08-05 Eli Zaretskii <eliz@gnu.org>
4122
4123 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4124 "(file)node" instead of the file name.
4125
4126 2006-08-05 Richard Stallman <rms@gnu.org>
4127
4128 * faces.el (escape-glyph): Doc fix.
4129
4130 2006-08-04 Kenichi Handa <handa@m17n.org>
4131
4132 * international/mule-diag.el (describe-font): Improve docstring
4133 and error message. Use frame-parameter (not frame-parameters).
4134
4135 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4138 Correctly mark the end-of-docstring char.
4139
4140 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * simple.el (line-move-to-column): Constrain move-to-column to
4143 current field.
4144
4145 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * font-lock.el (font-lock-beg, font-lock-end)
4148 (font-lock-extend-region-functions): New vars.
4149 (font-lock-extend-region-multiline)
4150 (font-lock-extend-region-wholelines): New functions.
4151 (font-lock-default-fontify-region): Use them.
4152 (font-lock-extend-jit-lock-region-after-change): Only round up
4153 if font-lock-default-fontify-region will do it as well.
4154
4155 * font-lock.el (font-lock-extend-after-change-region-function):
4156 Rename from font-lock-extend-region-function.
4157 (font-lock-extend-region): Remove by inlining at call sites.
4158 (font-lock-after-change-function): Don't needlessly round up to a whole
4159 number of lines.
4160 (font-lock-extend-jit-lock-region-after-change): Be more careful about
4161 the boundary conditions and the interactions between the various ways
4162 to extend the region.
4163
4164 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4167 modification status when forcing the second redisplay.
4168
4169 2006-08-03 Kim F. Storm <storm@cua.dk>
4170
4171 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4172
4173 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4176 doesn't look like a file name.
4177
4178 * complete.el (PC-expand-many-files): Avoid signalling an error when
4179 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
4180
4181 2006-08-02 Andreas Schwab <schwab@suse.de>
4182
4183 * bindings.el (mode-line-format): Simplify reference to vc-mode.
4184
4185 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4186
4187 * bindings.el (map): Make mode-line-buffer-identification-keymap
4188 before defining propertized-buffer-identification.
4189
4190 2006-08-01 Richard Stallman <rms@gnu.org>
4191
4192 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4193
4194 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4195
4196 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4197 default value.
4198 (gdb-find-source-frame): New function.
4199 (menu): Add to menu bar.
4200
4201 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * font-core.el (font-lock-extend-region-function)
4204 (font-lock-extend-region): Move to font-lock.el.
4205
4206 * font-lock.el (font-lock-extend-region-function)
4207 (font-lock-extend-region): Move from font-core.el. Simplify.
4208
4209 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4210 if needed.
4211 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4212 (jit-lock-after-change-extend-region-functions): New hook.
4213 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4214
4215 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4216 (font-lock-turn-on-thing-lock): Use it.
4217
4218 * longlines.el (longlines-show-region): Make it work on read-only
4219 buffers as well.
4220
4221 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
4222
4223 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
4224
4225 2006-07-31 Richard Stallman <rms@gnu.org>
4226
4227 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4228 (vhdl-speedbar-display-projects): Update old obsolete
4229 speedbar variable names.
4230
4231 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4232
4233 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4234 (gdb-stopped): Use it.
4235
4236 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4237
4238 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4241 for load-history elements.
4242
4243 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4244
4245 * files.el (convert-standard-filename): For Cygwin, replace
4246 characters not allowed in Windows file names.
4247 (make-auto-save-file-name): Add Cygwin to the list of systems
4248 where the auto-save file name needs to be run through
4249 convert-standard-filename.
4250
4251 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
4252
4253 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4254
4255 2006-07-28 Richard Stallman <rms@gnu.org>
4256
4257 * bindings.el (mode-line-frame-identification)
4258 (propertized-buffer-identification): Centralize the code
4259 to initialize the variable.
4260
4261 * progmodes/grep.el (grep-default-command): Catch errors from
4262 wildcard-to-regexp.
4263
4264 2006-07-29 Kim F. Storm <storm@cua.dk>
4265
4266 * progmodes/grep.el (grep-tag-default): New function.
4267 (grep-default-command, grep-read-regexp): Use it.
4268 (grep-read-files): Use car of grep-files-history or grep-files-aliases
4269 as default if nothing else applies.
4270
4271 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
4272
4273 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4274 Throw error if buffer is not in Dired and Wdired mode, respectively.
4275
4276 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4279 self-insert-command keys don't activate buttons.
4280 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4281
4282 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
4283
4284 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4285 faces for enable character.
4286
4287 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4288
4289 * Makefile.in (recompile): Update comment to reflect change
4290 on 2004-04-21.
4291
4292 2006-07-27 Richard Stallman <rms@gnu.org>
4293
4294 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4295 (customize-package-emacs-version): Change msg when pkg has no entry.
4296 (custom-no-edit): On a button, do like widget-button-press.
4297
4298 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4301 S-tab and C-S-tab.
4302
4303 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4304
4305 * progmodes/which-func.el (which-function): Fix documentation/
4306 comment typo.
4307
4308 2006-07-26 Richard Stallman <rms@gnu.org>
4309
4310 * textmodes/ispell.el (ispell-word): If we replace the word,
4311 move point to the end. Insert before deleting.
4312
4313 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4316 a timer.
4317
4318 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
4319
4320 * tumme.el (tumme-backward-image): Add prefix argument. Add error
4321 when at first image.
4322 (tumme-forward-image): Add prefix argument. Add error when at last
4323 image.
4324
4325 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * tabify.el (tabify-regexp): Use more specific regexps.
4328 (tabify): Avoid modifying the buffer unnecessarily.
4329
4330 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
4331
4332 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4333 (tumme-format-properties-string): Handle empty `buf'.
4334 (tumme-get-comment): Change variable names inside `let'.
4335 Add missing `let' variable that cause font-lock problems.
4336 (tumme-write-comments): Change variable names inside `let'.
4337 Add missing `let' variable that cause font-lock problems.
4338 (tumme-forward-image): Rename from `tumme-forward-char'.
4339 (tumme-backward-image): Rename from `tumme-backward-char'.
4340
4341 2006-07-25 Masatake YAMATO <jet@gyve.org>
4342
4343 * progmodes/ld-script.el (ld-script-keywords)
4344 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4345 and add comments.
4346
4347 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
4348
4349 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4350 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
4351 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
4352 for status indicator.
4353
4354 2006-07-24 Richard Stallman <rms@gnu.org>
4355
4356 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
4357
4358 * subr.el (dolist, dotimes): Use interned symbols for locals.
4359 (--dotimes-limit--, --dolist-tail--): New defvars.
4360 (looking-back): Doc fix.
4361
4362 * replace.el (replace-match-string-symbols): Handle dotted lists.
4363
4364 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4365
4366 * tumme.el (tumme-write-tags): Add.
4367 (tumme-write-comments): Add.
4368 (tumme-tag-files): Change to use `tumme-write-tags'.
4369 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
4370 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
4371 (tumme-save-information-from-widgets): Change to use
4372 `tumme-write-comments' and `tumme-write-tags'.
4373 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
4374 (tumme-write-tag): Remove.
4375 (tumme-write-comment): Remove.
4376 (tumme-display-previous-thumbnail-original): Remove empty line.
4377 (tumme-widget-list): Add punctuation.
4378
4379 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4380
4381 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
4382
4383 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4384
4385 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4386 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
4387 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
4388
4389 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4390
4391 * mouse.el (mouse-on-link-p): Doc fix.
4392
4393 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
4394
4395 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4396 Handle "C-h f `".
4397
4398 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4399
4400 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
4401 column.
4402
4403 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
4404
4405 * textmodes/table.el: Add move-beginning-of-line and
4406 move-end-of-line to Point Motion Only Group.
4407
4408 2006-07-22 Eric Hanchrow <offby1@blarg.net>
4409
4410 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
4411
4412 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4413
4414 * startup.el (user-mail-address): Initialize from the `EMAIL'
4415 environment variable first. Document this.
4416 (command-line): Ditto.
4417
4418 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
4419
4420 * help-mode.el (help-function-def, help-variable-def)
4421 (help-face-def): Print a message in the minibuffer.
4422
4423 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4424
4425 * term/xterm.el (terminal-init-xterm): Fix key bindings
4426 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
4427
4428 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4429
4430 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4431 where `(nth 1 command)' is a cons cell. Doc fix.
4432
4433 * textmodes/po.el (po-find-charset): Doc fix.
4434
4435 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
4436
4437 * allout.el (allout-unprotected, allout-e-o-prefix-p)
4438 (allout-beginning-of-current-line, allout-end-of-current-line)
4439 (allout-next-visible-heading, allout-open-topic)
4440 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
4441 (allout-flag-current-subtree, allout-show-to-offshoot)
4442 (allout-hide-current-entry, allout-show-current-branches)
4443 (allout-hide-region-body, allout-old-expose-topic)
4444 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
4445 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
4446 containing `beginning-of-line' and `end-of-line' with
4447 `inhibit-field-text-motion' t.
4448
4449 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4450
4451 * frame.el (focus-follows-mouse): Document that it doesn't have
4452 any effect on MS-Windows.
4453
4454 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
4457
4458 2006-07-20 Jay Belanger <belanger@truman.edu>
4459
4460 * calc.el (calc-previous-alg-entry): Remove variable.
4461
4462 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
4463 New variables.
4464 (calc-alg-entry): Use `calc-alg-entry-history'.
4465 (calc-do-quick-calc): Use `calc-quick-calc-history'.
4466 Remove reference to `calc-previous-alg-entry'.
4467 (calcAlg-edit, calcAlg-enter): Remove reference to
4468 `calc-previous-alg-entry'.
4469 (calcAlg-previous): Use `previous-history-element' instead of
4470 `calc-previous-alg-entry'.
4471 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
4472 Change keybinding for `calcAlg-plus-minus', add keybindings for
4473 `previous-history-element' and `next-history-element'.
4474
4475 * calc-rewr.el (calc-match): Remove reference to
4476 `calc-previous-alg-entry'.
4477
4478 * calc-sel.el (calc-selection-history): New variable.
4479 (calc-enter-selection, calc-sel-mult-both-sides)
4480 (calc-sel-add-both-sides): Use `calc-selection-history'.
4481
4482 * calc-map.el (calc-get-operator-history): New variable.
4483 (calc-get-operator): Use `calc-get-operator-history'.
4484
4485 * calcalg3.el (calc-curve-fit-history): New variable.
4486 (calc-curve-fit): Use `calc-curve-fit-history'.
4487
4488 2006-07-20 Kenichi Handa <handa@m17n.org>
4489
4490 * international/mule-cmds.el (select-safe-coding-system): Fix the
4491 way of deciding eol-type of the coding system.
4492
4493 2006-07-20 Alan Mackenzie <acm@muc.de>
4494
4495 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
4496 (c-lang-setvar): New macro.
4497 (c-make-init-lang-vars-fun): Use the initialization forms in
4498 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
4499 (comment-start, comment-end, comment-start-skip): Change these from
4500 c-lang-defvar's to c-lang-setvar's.
4501
4502 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
4503 which calls make-local-variable on the elements of
4504 c-emacs-variable-inits.
4505 (c-init-language-vars-for): Call this new macro.
4506
4507 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4510 Try to rule out false positives due to time stamps.
4511 (compilation-mode-font-lock-keywords): Remove rules made redundant
4512 because of the above change. Add `segmentation fault' to the known and
4513 highlighted compilation termination messages.
4514
4515 2006-07-19 Kim F. Storm <storm@cua.dk>
4516
4517 * progmodes/grep.el (grep-find-ignored-directories):
4518 Add .svn and _darcs to list.
4519
4520 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
4521
4522 * dired.el (dired-mode-map): Add key binding `C-te' for
4523 `tumme-dired-edit-comment-and-tags'.
4524
4525 * tumme.el (tumme-display-thumbnail-original-image): Make sure
4526 image display buffer is displayed before call to
4527 `tumme-display-image.
4528 (tumme-dired-display-image): Make sure image display buffer is
4529 displayed before call to `tumme-display-image.
4530 (tumme-mouse-display-image): Make sure image display buffer is
4531 displayed before call to `tumme-display-image.
4532 (tumme-widget-list): Add.
4533 (tumme-dired-edit-comment-and-tags): Add.
4534 (tumme-save-information-from-widgets): Add.
4535
4536 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4539
4540 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * progmodes/sh-script.el (sh-font-lock-keywords-1):
4543 Revert inadvertently installed patch hunk.
4544
4545 * progmodes/compile.el (compilation-find-file): Handle the
4546 cases where the user selects a non-existent file.
4547
4548 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4551
4552 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * subr.el (sit-for): Just sleep-for if noninteractive.
4555
4556 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * emacs-lisp/autoload.el (make-autoload): Use new arg.
4559
4560 * custom.el (custom-autoload): Add `noset' argument.
4561 (custom-push-theme): Don't autoload the variable, let callers do it.
4562 (custom-theme-set-variables): Autoload the variable if necessary.
4563
4564 * cus-edit.el (custom-variable-state-set): If the variable was
4565 originally set outside custom, but to the same value as the default,
4566 consider it to be standard.
4567
4568 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4569 file *before* telling Emacs to add the autoloads, in case it fails.
4570
4571 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4572 Use `cond', push', and `dolist'.
4573
4574 2006-07-17 Richard Stallman <rms@gnu.org>
4575
4576 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4577 Add defvars to silence warnings.
4578
4579 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4582 Don't highlight "Compiling file" messages as error.
4583
4584 * dired-aux.el (dired-compress-file): Confirm again if gzipped
4585 file already exists.
4586
4587 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
4588
4589 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
4590 entry, don't assign to free var; simply return the extracted filename.
4591 (ff-treat-as-special): Incorporate common preamble from callers.
4592 (ff-other-file-name, ff-find-the-other-file):
4593 Update call to ff-treat-as-special.
4594
4595 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4596
4597 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
4598
4599 * tumme.el (tumme-get-comment): Fix bug.
4600
4601 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4602
4603 * files.el: Remove spurious * in docstrings.
4604
4605 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4606
4607 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4608 grammar.
4609 (allout-beginning-of-current-line): Beware beginning of buffer.
4610 Also, a comment is simplified.
4611 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
4612 when appropriate. (This fix enables use for other than
4613 bullet-hotspot operation.)
4614 (allout-hide-current-subtree): While escalating to sibling-close,
4615 make sure to situate on a topic.
4616
4617 2006-07-14 Kim F. Storm <storm@cua.dk>
4618
4619 * emulation/cua-base.el (cua-delete-selection)
4620 (cua-toggle-set-mark): New defcustoms.
4621 (cua-rectangle-modifier-key): Add `alt' modifier.
4622 (cua-replace-region): Don't delete if cua-delete-selection is nil.
4623 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4624 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4625
4626 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4627
4628 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4629
4630 * allout.el: Require 'cl during byte-compilation/interactive load,
4631 for the `assert' macro.
4632 (allout-mode-deactivate-hook): New hook, run when allout mode
4633 deactivates.
4634 (allout-developer): New allout customization subgroup.
4635 (allout-run-unit-tests-on-load): New allout-developer
4636 customization variable, when true allout unit tests are run towards
4637 end of file load/eval.
4638 (allout-inhibit-auto-fill): Disable auto-fill activity even during
4639 auto-fill-mode.
4640 (allout-resumptions): Remove, to be replaced by...
4641 (allout-add-resumptions): Register variable settings to be
4642 reinstated by `allout-do-resumptions'. The settings are made
4643 buffer-local, but the locality/globality of the suspended setting
4644 is restored on resumption.
4645 (allout-do-resumptions): Reinstate all settings suspended using
4646 `allout-add-resumptions'.
4647 (allout-test-resumptions): Unit tests (and intermediate variables)
4648 for resumptions.
4649 (allout-tests-globally-unbound, allout-tests-globally-true)
4650 (allout-tests-locally-true): Intermediate variables for
4651 resumptions unit tests.
4652 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4653 (allout-exposure-category): Replaces 'allout-overlay-category variable.
4654 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4655 instead of retired `allout-resumptions'. For hook functions, use
4656 `local' parameter so hook settings are created and removed as
4657 buffer-local settings. Revise (resumptions) setting
4658 auto-fill-function so it is set only if already active. (The
4659 related fill-function settings are all made in either case, so
4660 that activating auto-fill-mode activity will have the custom
4661 allout-mode behaviors (hanging indent on topics, if configured for it).
4662 Remove all allout-exposure-category overlays on mode deactivation.
4663 (allout-hotspot-key-handler): New function extracted from
4664 `allout-pre-command-business', so the functionality can be used
4665 for other purposes, eg as a binding in an overlay.
4666 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4667 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4668 customization variable.
4669 (allout-run-unit-tests): Run the (currently quite small)
4670 repertoire of unit tests. Called just before the provide iff user
4671 has customized `allout-run-unit-tests-on-load' non-nil.
4672
4673 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4674
4675 * emacs-lisp/authors.el (authors-aliases): Update.
4676
4677 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
4678
4679 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4680 gdb-source-window. Add dedicated argument.
4681 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4682 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4683 (gdb-display-threads-buffer, gdb-display-memory-buffer)
4684 (gdb-display-locals-buffer): Use it.
4685
4686 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4687 Set gdb-source-window.
4688
4689 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4692 minor modes, redundant with the custom-autoload line above.
4693
4694 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * longlines.el (longlines-post-command-function): Handle open-line too.
4697
4698 2006-07-12 Richard Stallman <rms@gnu.org>
4699
4700 * progmodes/grep.el (grep-last-buffer): Doc fix.
4701
4702 * info.el (Info-try-follow-nearest-node): Doc fix.
4703
4704 * emacs-lisp/edebug.el (edebug-instrument-function):
4705 Err if find-function-noselect gives no position.
4706
4707 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4708 If can't find definition, return nil for position.
4709 (find-function-do-it): Handle new return value
4710 of find-definition-noselect.
4711 (find-definition-noselect, find-variable-noselect): Doc fix.
4712 (find-function-noselect): Doc fix.
4713
4714 * help-mode.el (help-variable-def): Handle find-variable-noselect
4715 returning no position.
4716 (help-function-def): Likewise for find-function-search-for-symbol.
4717 (help-face-def): Likewise.
4718
4719 * help-fns.el (describe-variable): Handle find-variable-noselect
4720 returning no position.
4721
4722 * files.el (locate-file-completion): Avoid duplicates in result.
4723
4724 * cus-edit.el (custom-no-edit): New command.
4725 (custom-mode-map): Remap to custom-no-edit instead of
4726 using suppress-keymap.
4727
4728 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
4729
4730 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4731 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4732 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
4733
4734 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
4735
4736 2006-07-11 Kim F. Storm <storm@cua.dk>
4737
4738 * ido.el (ido-copy-current-file-name): Use buffer-name if
4739 buffer-file-name is nil.
4740
4741 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
4742
4743 * simple.el (undo-ask-before-discard): Set to nil.
4744
4745 * vc.el (vc-exec-after): Don't delete process manually.
4746 (vc-print-log): Run log-view-mode in process sentinel inside
4747 inhibit-read-only. Don't shrink window due to timing issues.
4748
4749 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
4750 Avoid using with-output-to-temp-buffer, which clobbers local vars.
4751
4752 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4755 Fix ambiguity introduced by last change.
4756 (compilation-find-file): Move save-excursion to where it may
4757 make sense. Fix a left over `find-file'.
4758
4759 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
4760
4761 * textmodes/texinfmt.el (texinfo-format-separate-node):
4762 Insert a string before point, which fits documentation, not after.
4763 (texinfo-multitable-item): In a multitable row, insert any
4764 additional needed @tabs and spaces.
4765
4766 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
4767
4768 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4769 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4770 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
4771 instead of shell-command.
4772 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
4773 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
4774 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
4775 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
4776 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
4777 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
4778
4779 2006-07-11 Kim F. Storm <storm@cua.dk>
4780
4781 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
4782 Remove special case for seconds < 0. Use (redisplay t) instead.
4783
4784 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
4787 avoid compilation error.
4788
4789 * subr.el (sit-for): New function.
4790
4791 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
4792
4793 2006-07-10 Richard Stallman <rms@gnu.org>
4794
4795 * ldefs-boot.el (edebug): Update page.
4796
4797 2006-07-10 Kim F. Storm <storm@cua.dk>
4798
4799 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
4800 to FOR-RELEASE and TODO.
4801
4802 2006-07-10 Romain Francoise <romain@orebokech.com>
4803
4804 * emacs-lisp/authors.el (authors-aliases): Update.
4805
4806 2006-07-10 Alan Mackenzie <acm@muc.de>
4807
4808 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
4809 * cc-mode.el: Changes to eradicate eval-after-load.
4810
4811 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
4814 on non-char events.
4815
4816 2006-07-09 Romain Francoise <romain@orebokech.com>
4817
4818 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4819 Don't highlight start/end markers as compilation messages.
4820
4821 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
4822 to t.
4823
4824 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
4827
4828 2006-07-08 Richard Stallman <rms@gnu.org>
4829
4830 * term/x-win.el (x-handle-display): Add doc string.
4831
4832 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4833
4834 * subr.el (def-edebug-spec): Move here.
4835 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
4836
4837 * imenu.el (imenu-choose-buffer-index): Doc fix.
4838
4839 2006-07-08 Romain Francoise <romain@orebokech.com>
4840
4841 * term/x-win.el (x-display-name): Fix typo.
4842
4843 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4844
4845 * hexl.el (hexl-find-file): Doc fix.
4846
4847 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4848
4849 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * term/x-win.el (x-display-name): Doc fix.
4852
4853 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4854
4855 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
4856 long prefixes.
4857 (fill-region-as-paragraph): Don't round up to a whole line.
4858 (fill-comment-paragraph): Don't include the code-before-the-comment
4859 when calling fill-region-as-paragraph.
4860
4861 * international/mule.el (make-char): Remove redundancy.
4862
4863 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
4864 property may contain an anonymous function rather than a symbol.
4865
4866 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
4867
4868 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4869 Use shy regexp. Fix incorrect backref to potentially unmatched group.
4870
4871 * dirtrack.el (dirtrack-default-directory-function): Remove.
4872 (dirtrack-directory-function): Use file-name-as-directory.
4873 (dirtrack-windows-directory-function): Simplify.
4874 (dirtrack-forward-slash, dirtrack-backward-slash)
4875 (dirtrack-replace-slash): Remove.
4876 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
4877 (dirtrack): Fix wrong parenthesizing; use match-string.
4878
4879 * progmodes/octave-inf.el: Remove spurious * in docstrings.
4880 (inferior-octave-mode): Only change the buffer-local value of
4881 comint-dynamic-complete-functions.
4882 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
4883 Move the initialization to the declaration.
4884 (inferior-octave-complete): Remove unused var `filter'.
4885
4886 * shell.el (shell-mode): Only change the buffer-local value of
4887 comint-dynamic-complete-functions.
4888
4889 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
4890
4891 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
4892 entry is skipped because it has been scheduled.
4893 (org-prepare-agenda-buffers): Don't mark buffers as modified when
4894 changing `:org-archived' and `:org-comment' properties.
4895
4896 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * server.el (server-select-display): Don't make the temp frame
4899 minibuffer-only, in case it's not a temp frame.
4900 (server-process-filter): Don't delete the temp frame if it's the
4901 only one we have on that display.
4902
4903 * files.el (find-alternate-file): Doc fix.
4904
4905 2006-07-05 Richard Stallman <rms@gnu.org>
4906
4907 * files.el (abbreviate-file-name): Add save-match-data.
4908
4909 2006-07-03 Richard Stallman <rms@gnu.org>
4910
4911 * faces.el (read-face-name): Doc fix.
4912
4913 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
4914
4915 * net/goto-addr.el (goto-address): Mark as safe for local evals.
4916
4917 2006-07-05 Andre Spiegel <spiegel@gnu.org>
4918
4919 * vc.el (vc-diff-internal): Fix prev change.
4920
4921 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4922
4923 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
4924 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
4925
4926 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
4929 fails if the symbol contains chars like ( or '.
4930 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
4931 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
4932 `short'.
4933
4934 2006-07-04 Kenichi Handa <handa@m17n.org>
4935
4936 * international/mule-cmds.el (set-language-info): If LANG-ENV is
4937 the current one, don't call set-language-environment, but call one
4938 of set-language-environment-XXX to make INFO effective now.
4939 (set-language-environment): Call set-language-environment-XXX
4940 functions instead of doing the various setups directly.
4941 (set-language-environment-coding-systems): Delete argument eol-type.
4942 (set-language-environment-input-method)
4943 (set-language-environment-nonascii-translation)
4944 (set-language-environment-charset)
4945 (set-language-environment-fontset)
4946 (set-language-environment-unibyte): New functions.
4947
4948 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
4949
4950 * locate.el (locate-update-when-revert): New option.
4951 (locate-update-path): New option (suggested by Michael Albinus).
4952 (locate-prompt-for-command): Whitespace change.
4953 (locate-update): No longer offer to update the locate database by
4954 default. Implement the two new options.
4955
4956 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4957
4958 * tooltip.el: Move comment about track-mouse...
4959
4960 * progmodes/gud.el: ...to here.
4961
4962 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * facemenu.el (facemenu-listed-faces): New var.
4965 (facemenu-unlisted-faces): Variable deleted.
4966 (facemenu-add-new-face): Use facemenu-listed-faces.
4967
4968 * emulation/viper-init.el, calendar/calendar.el:
4969 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
4970
4971 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
4972
4973 * textmodes/org.el (org-mode): Remove no invalid settings for
4974 calc embedded mode.
4975 (org-mode-p): New defsubst.
4976 (org-save-all-org-buffers): New function.
4977 (org-first-headline-recenter): Enclose outline-regexp in group
4978 delimiters.
4979 (org-set-tags): Keep single space after stars.
4980
4981 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * window.el (set-window-text-height): Only set window-min-height to
4984 1 if that's the requested size.
4985
4986 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
4987 (diff-unified->context, diff-context->unified)
4988 (diff-reverse-direction): Make sure the end marker stays at the end.
4989 (diff-mode): Add the keymap table at the end of docstring.
4990 Use lexical-let rather than constructing a closure manually.
4991
4992 * files.el (find-file-noselect-1): Remove unused var assignment.
4993 (hack-local-variables-confirm): Print lists of strings as lists of
4994 strings rather than lists of symbols.
4995 (abbreviate-file-name, hack-local-variables-prop-line):
4996 Use match-string.
4997 (hack-one-local-variable): Move `make-local-variable' nearer its use.
4998 (recover-session-finish): Use line-end-position.
4999
5000 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
5001
5002 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5003
5004 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
5005
5006 * progmodes/make-mode.el (makefile-macroassign-regex):
5007 Accept preceding keyword.
5008 (makefile-gmake-statements): Reorganize, now that makepp has
5009 "override" and also handle forgotten "override define".
5010 (makefile-makepp-statements): Add new "global", "override export"
5011 and "override global".
5012
5013 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
5014
5015 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5016 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5017 (ada-no-auto-case): Fix typos in docstrings.
5018
5019 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5020
5021 * info.el (Info-find-node-2): Search for makeinfo version more
5022 carefully.
5023
5024 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
5025
5026 * textmodes/org.el (org-prepare-agenda-buffers):
5027 Use `invisible-OK' argument for `org-end-of-subtree'.
5028 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5029 (org-beginning-of-item): Fix bug in regular expression for white line.
5030 (org-export-as-html): Enforce space after bullet in plain list items.
5031 (org-set-autofill-regexps): Require space after plain list bullet
5032 for paragraph-start.
5033 (org-ts-regexp3): New constant.
5034 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5035 (org-timestamp-up-day, org-timestamp-down-day)
5036 (org-timestamp-change): Work with inactive timestamps.
5037 (org-ts-regexp1): Don't allow brackets in time stamps.
5038
5039 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
5040
5041 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5042 for ignoring links.
5043
5044 * faces.el (read-face-name): Use it.
5045
5046 2006-06-28 Juri Linkov <juri@jurta.org>
5047
5048 * buff-menu.el (list-buffers-noselect): Compare Info file
5049 with the string "dir" to detect Info directory.
5050
5051 * complete.el (partial-completion-mode): In lambda for
5052 `choose-completion-string-functions' use full function signature
5053 with 4 args, and move point to the end of the minibuffer only if arg
5054 `mini-p' is non-nil.
5055
5056 2006-06-28 John Paul Wallington <jpw@pobox.com>
5057
5058 * ibuffer.el (ibuffer-mode): Doc fix.
5059
5060 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
5061
5062 * textmodes/org.el (org-context): New contexts :item-bullet,
5063 :latex-fragment, :latex-preview.
5064 (org-overlays-at, org-overlay-start, org-overlay-end):
5065 New compatibility functions.
5066 (org-inside-LaTeX-fragment-p): More accurate matching, using the
5067 exact regexp that will be used during export.
5068 (org-latex-regexps): New variable.
5069 (org-cdlatex-mode): Improve advice for `texmathp'.
5070 (turn-on-org-cdlatex): New function.
5071
5072 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5073
5074 * term/mac-win.el (mac-handle-font-selection): Change keys of
5075 mac-atsu-font-table from strings to numbers.
5076 (mac-ts-caret-position): Use also when cursor-type is nil.
5077 (mac-ts-update-active-input-area): Add Mac OS Classic support.
5078 Relax condition for using overlay strings.
5079 Use mac-ts-caret-position face when cursor-type is nil.
5080
5081 2006-06-26 Kim F. Storm <storm@cua.dk>
5082
5083 * help.el (view-emacs-news): Declare `res' in the right let* form.
5084
5085 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
5086
5087 * net/rcompile.el (remote-compile): Replace ange-ftp based
5088 implementation by Tramp functions.
5089 Suggested by Marc Abramowitz <msabramo@gmail.com>.
5090
5091 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5092
5093 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
5094
5095 * international/fontset.el (setup-default-fontset): Fix a typo in
5096 the "Oriya-Akruti" registry name.
5097
5098 2006-06-23 Lars Hansen <larsh@soem.dk>
5099
5100 * desktop.el (desktop-full-file-name): New function.
5101 (desktop-kill, desktop-save, desktop-remove, desktop-read)
5102 (desktop-revert): Use it.
5103 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5104 (desktop-after-read-hook): Add option list-buffers.
5105 (desktop-locals-to-save): Add tab-width.
5106 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5107 Fix docstring.
5108
5109 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
5110
5111 * textmodes/org.el (org-cdlatex-mode-map)
5112 (org-cdlatex-texmathp-advice-is-done): New variables.
5113 (org-cdlatex-mode): New minor mode.
5114 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5115 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5116 (org-export-with-archived-trees): New option.
5117 (org-open-file): Remove the call to `convert-standard-filename'.
5118 (org-archive-tag, org-agenda-skip-archived-trees)
5119 (org-cycle-open-archived-trees)
5120 (org-sparse-tree-open-archived-trees): New options.
5121 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5122 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5123 New functions.
5124 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5125 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5126 (org-mode-map): Add binding for `org-toggle-archive-tag'.
5127 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5128 Call `org-prepare-agenda-buffers'.
5129 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5130 (org-file-apps, org-file-apps-defaults-gnu)
5131 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5132 Handle remote files by forcing them to be opened in Emacs.
5133
5134 2006-06-23 Andre Spiegel <spiegel@gnu.org>
5135
5136 * vc.el (vc-diff-knows-L): New variable.
5137 (vc-diff-internal): Use it to handle "diff" programs that don't
5138 understand -L. This works automatically, no user action is necessary.
5139
5140 2006-06-23 Daniel Brockman <daniel@brockman.se>
5141
5142 * net/rcirc.el (rcirc-default-user-full-name): Default to
5143 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5144 longer exists).
5145 (rcirc-process-list): Check `buffer-live-p' before attempting to
5146 switch to a buffer.
5147
5148 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
5149
5150 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5151 based on rcirc-coding-system-alist.
5152
5153 2006-06-23 Martin Rudalics <rudalics@gmx.at>
5154
5155 * cus-edit.el (customize-apropos): A better error message.
5156 (top level) <debug-ignored-errors>: Extend and update the list of
5157 ignored error messages.
5158
5159 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
5160
5161 * complete.el (PC-do-completion): Retain capitalization of user
5162 input, when possible, even if completion-ignore-case is set.
5163
5164 2006-06-23 Eli Zaretskii <eliz@gnu.org>
5165
5166 * generic-x.el (bat-generic-mode): Support .cmd files.
5167
5168 * dos-w32.el (top level): Use find-file-not-found-functions
5169 instead of the obsolete find-file-not-found-hooks.
5170
5171 2006-06-22 Kim F. Storm <storm@cua.dk>
5172
5173 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5174 to recognize mode name containing submodes, such as Grep/lw.
5175
5176 2006-06-21 Kim F. Storm <storm@cua.dk>
5177
5178 * simple.el (line-move-1): Check for move-end-of-line instead of
5179 end-of-line when setting temporary-goal-column.
5180
5181 2006-06-21 Miles Bader <miles@gnu.org>
5182
5183 * play/cookie1.el (cookie): Work properly when there's only one entry.
5184
5185 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
5186
5187 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5188 (gdb-frame-handler): Generalize frame regexp for templates.
5189
5190 2006-06-20 Glenn Morris <rgm@gnu.org>
5191
5192 * calendar/appt.el (appt-display-format): Default value must be
5193 one of the customize options.
5194
5195 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5196
5197 * term/xterm.el (terminal-init-xterm): Update key availability info.
5198 Bind C-return.
5199
5200 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
5201
5202 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * files.el (hack-local-variables): Run `hack-local-variables-hook'
5205 whether or not a local variables list is defined.
5206
5207 * msb.el (msb): Move `sit-for' hack here to handle both
5208 "mouse-down and drag" and "mouse-up and select" situations.
5209 (mouse-select-buffer): Move `sit-for' hack to `msb'.
5210
5211 2006-06-20 Kenichi Handa <handa@m17n.org>
5212
5213 * international/characters.el (word-combining-categories):
5214 Add entries for 2-byte Han characters.
5215
5216 2006-06-19 Richard Stallman <rms@gnu.org>
5217
5218 * bindings.el (mode-line-format): Save some mode line space.
5219
5220 * files.el (find-file-noselect): Improve the question wording.
5221 (basic-save-buffer-2): Mask UMASK against 666.
5222
5223 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5224 (mouse-drag-vertical-line): Call it.
5225
5226 * cus-edit.el (customize-option, customize-option-other-window):
5227 Error if SYMBOL is nil.
5228
5229 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
5230
5231 * textmodes/org.el: Require noutline, also on XEmacs.
5232 (org-end-of-subtree): Return point.
5233 (org-dblock-start-re, org-dblock-end-re): New constants.
5234 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5235 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5236 (org-update-all-dblocks, org-find-dblock): New functions.
5237 (org-collect-clock-time-entries): New function.
5238 (org-html-handle-time-stamps): Never export CLOCK timeranges.
5239 (org-fixup-indentation): Modify to deal correctly with lines
5240 starting with TAB. Only one argument DIFF now.
5241 (org-demote, org-promote): Call `org-fixup-indentation' with just
5242 one argument, DIFF.
5243 (org-mode): Don't mark buffer as modified when aligning tables.
5244 (org-clock-sum): Don't mark buffer modified when adding time sum
5245 properties.
5246 (org-export-as-html): Add support for a link validation function.
5247 (org-archive-all-done): New function.
5248 (org-archive-subtree): New prefix argument. When set, archive all
5249 done subtrees in this buffer.
5250 (org-remove-clock-overlays)
5251 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5252 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
5253 (org-put-clock-overlay): Don't swallow last headline character
5254 when displaying overlay.
5255 (org-store-link): Link to `image-mode' with just the file name.
5256
5257 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
5258
5259 * viper-cmd.el (viper-special-read-and-insert-char):
5260 Use read-key-sequence.
5261 (viper-after-change-undo-hook): Misc enhancements.
5262 (viper-after-change-undo-hook): New hook.
5263 (viper-undo): Use viper-after-change-undo-hook.
5264 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
5265 (viper-next-line-at-bol): If point is on a widget or a button, simulate
5266 clicking on that widget/button.
5267
5268 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
5269
5270 * ediff-diff (ediff-test-patch-utility): Catch errors.
5271 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5272 (ediff-set-actual-diff-options): New function.
5273 (ediff-reset-diff-options, ediff-toggle-ignore-case):
5274 Use ediff-set-actual-diff-options.
5275 (ediff-extract-diffs): Catch errors.
5276 (ediff-whitespace): Add non-breakable space.
5277 (ediff-same-file-contents): Catch errors.
5278
5279 * ediff-mult.el (ediff-collect-custom-diffs):
5280 Save coding-system-for-read.
5281
5282 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5283 (ediff-vc-internal, ediff-vc-merge-internal):
5284 Use ediff-delete-version-file.
5285 (ediff-delete-version-file): New function.
5286
5287 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5288
5289 * ediff.el (ediff-directories, ediff-directory-revisions)
5290 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5291 (ediff-directories-internal, ediff-merge-directory-revisions)
5292 (ediff-merge-directory-revisions-with-ancestor)
5293 (ediff-directories3): Use read-directory-name.
5294
5295 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
5296
5297 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5298 Remove superfluous part of regexp for brace matching which is handled
5299 by `scan-lists' call.
5300
5301 2006-06-16 Richard Stallman <rms@gnu.org>
5302
5303 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5304
5305 * files.el (basic-save-buffer-2): For a new precious file,
5306 use the default modes in the return value.
5307
5308 * facemenu.el (facemenu-color-alist): Doc fix.
5309
5310 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5311
5312 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5313
5314 * cus-start.el (all): Add mac-ts-script-language-on-focus.
5315
5316 * term/mac-win.el (mac-text-encoding-ascii): New constant.
5317 (mac-utxt-to-string): Use it.
5318 (mac-ts-update-active-input-area): Use mac-ae-number.
5319
5320 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5321
5322 * term.el (term-handle-scroll, term-delete-lines)
5323 (term-insert-lines): Fix off by one errors.
5324
5325 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5326
5327 * net/tramp.el (tramp-touch): Use UTC to express time.
5328
5329 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * mail/sendmail.el (mail-send): Search explicitly for
5332 mail-header-separator when checking for corrupted header lines.
5333
5334 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
5335
5336 * progmodes/gdb-ui.el (gdb-same-frame): New option.
5337 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5338 (gdb-init-1): Initialise them.
5339 (gdb-starting): Reset gdb-printing
5340 (gdb-starting): Save value of gud-overlay-arrow-position.
5341 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5342 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5343 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5344 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5345
5346 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5349
5350 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
5351
5352 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
5353 (ldap-search-internal): Keep error messages, and a regexp fix.
5354
5355 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
5356
5357 * files.el (hack-local-variables-confirm):
5358 Display string value using its printed representation.
5359
5360 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
5361
5362 * server.el (server-edit): No-op if no server buffers exist.
5363
5364 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
5365
5366 * textmodes/page-ext.el (pages-directory-for-addresses):
5367 Including `pages-directory-address-mode' in the function results
5368 in the message "Buffer in which pages were found is deleted".
5369
5370 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
5371
5372 * textmodes/org.el (org-agenda-mode-map): Add bindings for
5373 clocking functions.
5374
5375 (org-agenda-clock-in, org-check-running-clock)
5376 (org-clock-out-if-current, org-remove-clock-overlays)
5377 (org-put-clock-overlay): New functions.
5378 (org-clock-marker, org-clock-file-total-minutes)
5379 (org-clock-overlays): New variables.
5380 (org-clock-display, org-clock-sum, org-clock-cancel)
5381 (org-clock-out, org-clock-in): New commands.
5382 (org-export): New function.
5383 (org-emph-re): New constant.
5384 (org-set-emph-re, org-do-emphasis-faces): New functions.
5385 (org-emphasis-regexp-components, org-emphasis-alist): New options.
5386 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
5387 (org-export-html-convert-emphasize): Use the configurable emphasis.
5388 (org-cleaned-string-for-export): Make multiline emphasis visible
5389 to the exporter. New optional argument PARAMETERS.
5390 (org-export-as-html): Specify :emph-multiline parameter to
5391 `org-cleaned-string-for-export'.
5392
5393 2006-06-10 Richard Stallman <rms@gnu.org>
5394
5395 * help.el (help-for-help-internal): Clean up help text.
5396
5397 2006-06-10 Andreas Schwab <schwab@suse.de>
5398
5399 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
5400 in doc string.
5401
5402 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
5403
5404 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
5405
5406 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
5407 spaces after the comment start.
5408
5409 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5410
5411 * play/pong.el (pong-init-buffer):
5412 Fill buffer with spaces instead of ^A.
5413
5414 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
5415 launched asynchronously, delete its process instead of being cool.
5416 (ispell-async-processp): Check for `delete-process' existence
5417 instead of `kill-process' one for consistency.
5418
5419 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
5420
5421 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
5422 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
5423 in mode line at startup.
5424
5425 2006-06-08 Kim F. Storm <storm@cua.dk>
5426
5427 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
5428 (ido-init-completion-maps): Bind them to M-SPC and M-v.
5429 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
5430 (ido-file-internal): Pass full file name to write-file.
5431 (ido-read-internal): Only pop stack elements automatically if they
5432 actually match an existing directory or file name.
5433
5434 2006-06-07 Kenichi Handa <handa@m17n.org>
5435
5436 * international/mule.el (find-auto-coding): Don't handle the short
5437 name `char-trans'.
5438
5439 * files.el (hack-local-variables-prop-line)
5440 (hack-local-variables): Cancel the previous change.
5441
5442 2006-06-06 Jesper Harder <harder@phys.au.dk>
5443
5444 * ediff-diff.el (ediff-test-utility): Protect against file-error.
5445
5446 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
5447
5448 * diff-mode.el (diff-mode): Set buffer-read-only to t when
5449 diff-default-read-only is non-nil.
5450 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
5451 (diff-refine-hunk): Set inhibit-read-only to t.
5452
5453 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
5454 modifying the *Diff* buffer.
5455 (diff-process-filter): New filter function for diff process that
5456 sets inhibit-read-only to t when modifying the *Diff* buffer.
5457
5458 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
5459
5460 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
5461 insertion point and control the number of empty lines.
5462 (org-paste-subtree): Limit the number of empty lines at the end of
5463 the inserted tree.
5464 (org-agenda): Use buffer name of current file for narrowing.
5465 (org-export-as-xml): Command removed.
5466 (org-export-xml-type): Option removed.
5467 (org-mode-map): Call `org-export-as-xoxo' directly.
5468 (org-get-indentation): New optional argument LINE.
5469 (org-fix-indentation, org-remove-tabs): New functions.
5470 (org-export-as-ascii, org-ascii-level-start): Determine and apply
5471 correct indentation for headlines that are converted it items.
5472 (org-skip-comments): Remove table lines that contain narrowing
5473 cookies but no other non-empty fields.
5474 (org-set-tags): Allow groups of mutually exclusive tags.
5475 (org-cmp-time): Sort 24:21 before items without time.
5476 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
5477 (org-open-at-point): Require double colon also for numbers.
5478
5479 2006-06-06 Kim F. Storm <storm@cua.dk>
5480
5481 * ido.el (ido-default-file-method, ido-default-buffer-method):
5482 Make choice values consistent with corresponding command names.
5483 (ido-visit-buffer): Update accordingly. Default to selected-window.
5484
5485 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
5486
5487 * progmodes/gud.el (gud-running): Fix doc string.
5488 (gud-menu-map): Use :visible instead fo :enable for debugger test.
5489 (gud-tooltip-modes): Add python-mode.
5490 (gud-tooltip-print-command): Add pdb. Remove perldb.
5491
5492 2006-06-05 Eli Zaretskii <eliz@gnu.org>
5493
5494 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
5495 Quote $(EMACS).
5496
5497 2006-06-05 Richard Stallman <rms@gnu.org>
5498
5499 * faces.el (defined-colors): Doc fix.
5500
5501 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
5502
5503 * vc.el (vc-process-filter): Inhibit undo info collection around
5504 call to insert.
5505 (vc-setup-buffer): Likewise for call to erase-buffer.
5506 (vc-do-command): Likewise for call to process-file.
5507
5508 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5509
5510 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
5511 for gud-go.
5512 (gud-common-init): Other debuggers may trigger error.
5513
5514 2006-06-05 Kenichi Handa <handa@m17n.org>
5515
5516 * international/mule.el (find-auto-coding):
5517 Handle enable-character-translation in file header.
5518
5519 2006-06-04 Kim F. Storm <storm@cua.dk>
5520
5521 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
5522 (authors-fixed-entries): Fix spelling.
5523 (authors-canonical-file-name): Don't report error for wildcards.
5524
5525 * help.el (view-emacs-news): Rewrite to support new NEWS,
5526 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
5527 e.g. version 10 matches 1.10, and don't be confused by version 1.1
5528 being a prefix of 1.12 (etc). A numeric prefix arg also works.
5529
5530 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
5531
5532 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5533 exec constructs like `foo bar`.
5534 (sh-quoted-subshell): New helper function to search for a possibly
5535 nested subshell (like `` or $()) within a "" quoted string.
5536 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5537 (sh-apply-quoted-subshell): Flag quote characters inside a
5538 subshell, which is itself already in a quoted region, as
5539 punctuation, since this is the closest to what they actually are.
5540 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5541 sh-apply-quoted-subshell.
5542 (sh-font-lock-syntactic-face-function): Apply the new face for
5543 text inside `` instead of the old font-lock-string-face.
5544
5545 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5546
5547 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5548 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5549 (mac-bytes-to-text-range, mac-ae-text-range-array)
5550 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5551 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
5552 (mac-ts-unicode-for-key-event): New functions.
5553 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5554 (mac-handle-font-selection): Use mac-ae-number.
5555 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5556 New variables.
5557 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5558 (mac-ts-converted-text, mac-ts-selected-converted-text)
5559 (mac-ts-block-fill-text, mac-ts-outline-text)
5560 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5561 (mac-ts-hilite-style-faces): New constant.
5562 (mac-apple-event-map): Bind text input events.
5563 (mac-dispatch-apple-event): Use command-execute instead of
5564 call-interactively.
5565 (global-map): Don't bind mac-apple-event.
5566 (special-event-map): Bind mac-apple-event.
5567
5568 2006-06-02 Eli Zaretskii <eliz@gnu.org>
5569
5570 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5571 file name.
5572 (emacs): Enclose the value of $(EMACS) in quotes.
5573
5574 2006-06-02 Juri Linkov <juri@jurta.org>
5575
5576 * international/mule.el (sgml-html-meta-auto-coding-function):
5577 Remove the condition `(search-forward "<html" size t)'.
5578 Replace `\"' with `[\"']?' in `re-search-forward'.
5579
5580 2006-06-02 Kenichi Handa <handa@m17n.org>
5581
5582 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5583 as well as `coding'.
5584 (hack-local-variables): Likewise.
5585
5586 * international/mule.el (enable-character-translation):
5587 Put permanent-local and safe-local-variable properties.
5588 (find-auto-coding): Handle char-trans: tag.
5589
5590 2006-06-02 Juri Linkov <juri@jurta.org>
5591
5592 * international/mule.el (sgml-html-meta-auto-coding-function):
5593 Limit the search by the end of the HTML header (if any).
5594
5595 2006-06-01 Richard Stallman <rms@gnu.org>
5596
5597 * subr.el (with-current-buffer): Doc fix.
5598
5599 2006-06-02 Masatake YAMATO <jet@gyve.org>
5600
5601 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
5602 Almost rewrite. Underlines over all lines of gcov output are too
5603 uncomfortable to read. Suggested by Dan Nicolaescu.
5604
5605 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5606
5607 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5608
5609 * shell.el (shell-mode): Use shell-mode-map in docstring.
5610
5611 * comint.el (comint-send-input): Do not add help-echo and
5612 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5613
5614 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5615
5616 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5617
5618 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
5619
5620 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5621 (gdb-stopped, gdb-info-stack-custom): If there is no source info
5622 look up the stack and pop up GUD buffer if necessary.
5623 (gdb-frames-select): Remove redundant call to gud-display-frame.
5624 (gdb-info-threads-custom): Keep point at start of buffer.
5625 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5626
5627 2006-05-31 Juri Linkov <juri@jurta.org>
5628
5629 * replace.el (query-replace-read-from, query-replace-read-to):
5630 Bind `history-add-new-input' to nil. Call `add-to-history'.
5631
5632 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
5633
5634 * textmodes/table.el: Convert all HTML tags to lower case for
5635 XHTML compatibility.
5636
5637 2006-05-31 Masatake YAMATO <jet@gyve.org>
5638
5639 * progmodes/compile.el:
5640 (compilation-error-regexp-alist-alist::gcov-called-line):
5641 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
5642
5643 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
5644
5645 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
5646 Revert inadvertent changes made with last commit.
5647
5648 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
5649
5650 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5651 New functions.
5652
5653 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5654
5655 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
5656
5657 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
5658 only matches in the right place.
5659 (org-upcoming-deadline): New face.
5660 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
5661 (org-export-ascii-underline): Rename constant `org-ascii-underline'
5662 and make it an option.
5663 (org-export-ascii-bullets): New option.
5664 (org-export-as-html): Many changes to emit valid XHTML.
5665 (org-par-open): New variable.
5666 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
5667 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
5668 (org-timeline): Pass `org-timeline-show-empty-dates' to
5669 `org-get-all-dates'. Interpret empty dates returned by
5670 `org-get-all-dates'.
5671 (org-get-all-dates): New argument EMPTY. Add dates without
5672 entries to the list, mark large ranges of empty dates.
5673 (org-point-in-group, org-context): New functions.
5674
5675 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
5676
5677 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5678
5679 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5680 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5681 to C-mouse-3 (for 2 button mice).
5682 (gdb-send): Do the right thing for C-d.
5683
5684 * speedbar.el (speedbar-detach): Delete.
5685 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5686 it breaks things.
5687 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
5688
5689 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
5690
5691 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5692 Makeppfile.
5693
5694 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5695 Add makepp diagnostic.
5696
5697 2006-05-29 Richard Stallman <rms@gnu.org>
5698
5699 * window.el (fit-window-to-buffer): Doc fix.
5700
5701 * help.el (temp-buffer-max-height): Doc fix.
5702
5703 * subr.el (with-current-buffer): Doc fix.
5704
5705 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5706
5707 * term/x-win.el: Bind F10 to menu-bar-start if available.
5708
5709 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
5710
5711 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5712 uses with a simple test.
5713 (term-set-escape-char, term-mode, term-check-kill-echo-list)
5714 (term-send-raw-string, term-send-raw, term-mouse-paste)
5715 (term-char-mode, term-line-mode, term-exec, term-sentinel)
5716 (term-handle-exit, term-read-input-ring)
5717 (term-previous-matching-input-string)
5718 (term-previous-matching-input-string-position)
5719 (term-previous-matching-input-from-input)
5720 (term-replace-by-expanded-history, term-send-input)
5721 (term-skip-prompt, term-bol, term-send-invisible)
5722 (term-kill-input, term-delchar-or-maybe-eof)
5723 (term-backward-matching-input, term-check-source)
5724 (term-proc-query, term-emulate-terminal)
5725 (term-handle-colors-array, term-process-pager, term-pager-line)
5726 (term-pager-bob, term-unwrap-line, term-word)
5727 (term-dynamic-complete-filename)
5728 (term-dynamic-complete-as-filename)
5729 (term-dynamic-simple-complete): Replace one arm ifs with whens or
5730 unlesses.
5731
5732 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
5735 during bootstrapping.
5736
5737 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
5738 Basically undo the change of 2006-05-26: use extra arguments instead of
5739 dynamic scoping.
5740 (ewoc-locate): Remove unused var `footer'.
5741
5742 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
5745
5746 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
5747 (generate-file-autoloads): Obey it. Return whether autoloads were
5748 added at point or not.
5749 (update-file-autoloads): Use this new return value.
5750 Remove redundant test for the presence of an autoload cookie.
5751
5752 * emacs-lisp/autoload.el (autoload-find-file): New fun.
5753 This one calls hack-local-variables.
5754 (generate-file-autoloads, update-file-autoloads): Use it.
5755
5756 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
5757 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5758 (bibtex-sort-entry-class-alist): Don't set the global value.
5759 (bibtex-init-sort-entry-class-alist): New fun.
5760 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
5761 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
5762 of bibtex-init-sort-entry-class.
5763
5764 2006-05-28 Richard Stallman <rms@gnu.org>
5765
5766 * subr.el (load-history-regexp): If FILE is relative, insist
5767 entire last name component must match it.
5768 (load-history-filename-element, load-history-regexp): Doc fixes.
5769
5770 2006-05-29 Kim F. Storm <storm@cua.dk>
5771
5772 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
5773 `pos' and `raw-data' for clarity, as eval forms may access these.
5774
5775 2006-05-28 Kim F. Storm <storm@cua.dk>
5776
5777 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
5778
5779 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 * progmodes/make-mode.el (makefile-browser-map)
5782 (makefile-mode-syntax-table): Move initialization inside declaration.
5783 (makefile-fill-paragraph): Use the default comment-filling code.
5784
5785 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
5786
5787 * replace.el (query-replace-defaults): New variable.
5788 (query-replace-read-from): Use `query-replace-defaults' for
5789 default value, instead of history list.
5790 (query-replace-read-to): Update `query-replace-defaults'.
5791
5792 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
5793
5794 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
5795 with no X toolkit.
5796
5797 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
5798
5799 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
5800 (tumme-show-all-from-dir): Add autoload.
5801
5802 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5803
5804 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
5805 (tumme-remove-tag): Fix bug.
5806
5807 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5808
5809 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
5810 FOOTER args. Update unique caller.
5811 (ewoc-delete): Compute last node once before looping.
5812 (ewoc--node-branch): Merge into unique caller.
5813 (ewoc--node): Don't define constructor make-ewoc--node for this
5814 structure.
5815 (ewoc): Add member `hf-pp' to this structure.
5816 (ewoc--wrap): New func.
5817 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
5818 header/footer pretty-printers. Save header/footer pretty-printer.
5819 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
5820
5821 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
5822
5823 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5824
5825 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
5826 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
5827 Tag'. Change "Compare directories..." to "Change Directories...".
5828 Move tumme commands to Operate, Regexp and Immediate menus.
5829 Change "Add Comment" to "Add Image Comment". Change "Add Image
5830 Tag" to "Add Image Tags".
5831
5832 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
5833 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
5834 `tumme-delete-tag'.
5835
5836 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
5837
5838 * shell.el (shell-mode): Call shell-dirtrack-mode after
5839 list-buffers-directory is made a local variable, to avoid setting
5840 the default value.
5841
5842 2006-05-26 Kevin Ryde <user42@zip.com.au>
5843
5844 * info.el (Info-index-next): Use where-is-internal to report
5845 actual binding of Info-index-next, rather than hard-coded `,'.
5846
5847 2006-05-26 Eli Zaretskii <eliz@gnu.org>
5848
5849 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
5850 and "Find Command in Manual" to here.
5851
5852 * buff-menu.el (list-buffers-noselect): For Info buffers, use
5853 Info-current-file as the file name.
5854
5855 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
5856
5857 * ses.el (defadvice undo-more): Delete this defadvice. The undo
5858 overrides will now be done a different way.
5859 (ses-set-parameter): Reapply this function for undo.
5860 (ses-set-header-row): Reconstruct header row during undo.
5861 (ses-widen): New function.
5862 (ses-goto-data, ses-reconstruct-all): Use new function.
5863 (ses-command-hook): Widen buffer during undo, before unupdating
5864 the cells.
5865 (ses-insert-row, ses-delete-row): Widen buffer during undo.
5866 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
5867 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
5868 formula hasn't been executed yet.
5869
5870 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5871
5872 * comint.el (comint-kill-whole-line): Rename arg to count.
5873 Fix doc string.
5874
5875 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
5878 to copy-file.
5879
5880 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5881
5882 * simple.el (toggle-truncate-lines): Make arg optional for
5883 backward compatibility.
5884
5885 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
5886
5887 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
5888 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
5889 DLL arg. Instead, use ewoc--current-dll. Update all callers.
5890 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
5891 (ewoc--adjust): Use ewoc--current-dll.
5892 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
5893
5894 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
5895
5896 * textmodes/org.el (org-next-item, org-previous-item): Emit more
5897 compact error message.
5898 (org-tags-view): Refresh category table in each file.
5899 (org-table-justify-field-maybe): Remove superfluous arguments to
5900 `format'.
5901 (org-export-as-html): Insert "<p>" before postamble.
5902 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
5903
5904 2006-05-26 Kenichi Handa <handa@m17n.org>
5905
5906 * textmodes/po.el (po-find-charset): Pay attention to the case
5907 FILENAME is a cons (NAME . BUFFER).
5908 (po-find-file-coding-system-guts): Likewise.
5909
5910 * arc-mode.el (archive-set-buffer-as-visiting-file):
5911 Call find-operation-coding-system with (FILENAME . BUFFER).
5912
5913 * tar-mode.el (tar-extract): Call find-operation-coding-system
5914 with (FILENAME . BUFFER).
5915
5916 * international/mule.el (decode-coding-inserted-region):
5917 Call find-operation-coding-system with (FILENAME . BUFFER).
5918
5919 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * image-mode.el (image-toggle-display): Use buffer contents to
5922 generate image for a remote file.
5923
5924 2006-05-25 Juri Linkov <juri@jurta.org>
5925
5926 * replace.el (query-replace-read-from, query-replace-read-to):
5927 Remove 8th arg KEEP-ALL in read-from-minibuffer.
5928
5929 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
5930
5931 * whitespace.el (whitespace-cleanup): Change to cleanup
5932 region if one is active.
5933 * whitespace.el (whitespace-cleanup-internal): New internal method.
5934
5935 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5936
5937 * dired.el (dired-mode-map): Add help-echo strings to tumme
5938 commands. Bind `tumme-dired-display-image' to C-t i.
5939
5940 * tumme.el (tumme-display-image): Change documentation string slightly.
5941 (tumme-dired-display-image): Add call to `display-buffer'.
5942
5943 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5944
5945 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
5946 Signal error if RAW-DATA is a multibyte string.
5947
5948 2006-05-24 Richard Stallman <rms@gnu.org>
5949
5950 * subr.el (with-local-quit): When handling `quit' signal,
5951 make a chance for quit-flag to cause a quit.
5952
5953 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
5954 (ad-disable-advice): Add autoloads.
5955
5956 * subr.el (read-passwd): Copy PROMPT before changing its properties.
5957
5958 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5959
5960 * dired.el (dired-mode-map): Change menu items for tumme as per
5961 suggestions in emacs-devel.
5962
5963 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
5964
5965 * dired.el (dired-mode-map): Fix breakage.
5966
5967 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5968
5969 * tumme.el (tumme-display-dired-image): Rename to...
5970 (tumme-dired-display-image): ...this.
5971 (tumme-track-movement): Change default value to t.
5972 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
5973 used from `tumme-next-line-and-display' and similar commands.
5974
5975 * dired.el (dired-mode-map): Add Thumbnail submenu under the
5976 Immediate menu. Add some tumme commands there.
5977
5978 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
5979
5980 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
5981
5982 2006-05-24 Chong Yidong <cyd@mit.edu>
5983
5984 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
5985 menu entries that open submenus.
5986
5987 2006-05-24 Alan Mackenzie <acm@muc.de>
5988
5989 * startup.el (command-line): For names of preloaded files, don't
5990 append ".elc" (now done in Fload), and call file-truename on the
5991 lisp directory.
5992
5993 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
5994 match ANY loaded file with the right name, not just those in
5995 load-path. Put a regexp matching the file name into
5996 after-load-alist, rather than the name itself.
5997
5998 * subr.el: New functions load-history-regexp,
5999 load-history-filename-element, do-after-load-evaluation.
6000
6001 * international/mule.el (load-with-code-conversion): Do the
6002 eval-after-load stuff by calling do-after-load-evaluation.
6003
6004 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6005
6006 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6007 has not been killed.
6008
6009 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6010
6011 * term/mac-win.el: Set idle timer to clean up expired Apple events.
6012 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6013 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6014 Optionally set error message in reply.
6015
6016 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6017
6018 * textmodes/org.el (org-open-at-point): Use renamed variable
6019 `org-confirm-shell-link-function'.
6020 (org-confirm-shell-link-function): Rename from
6021 `org-confirm-shell-links'.
6022 (org-export-directory): New function.
6023 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6024 (org-export-icalendar): Use `org-export-directory'.
6025 (org-indent-item): Keep cursor position.
6026 (org-link-file-path-type): New option.
6027 (org-export-as-html): Fix bug with plain lists starting in
6028 column 0.
6029 (org-export-as-html): Remove deadline formatting, this happens
6030 now already in `org-html-handle-time-stamps'.
6031 (org-export-html-style): Deadline class removed.
6032 (org-insert-labeled-timestamps-at-point): New option.
6033 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6034 of `hide-sublevels 1', in case the first headline is not level 1.
6035 (org-overview, org-content): New fuction.
6036 (org-cycle-global-status, org-cycle-subtree-status): Make these
6037 variables buffer-local.
6038 (org-global-cycle): New command.
6039 (org-shifttab): Use `org-global-cycle'.
6040 (org-insert-heading, org-insert-item): Go to end of new
6041 headline/item after creating it.
6042 (org-export-visible): Rename from `org-export-copy-visible'.
6043 Now creates a temporary org-file and applies an exporting command
6044 to it.
6045 (org-table-eval-formula): Support for lisp forms.
6046 (org-agenda-todo-ignore-scheduled): New option.
6047 (org-agenda-get-todos): Use new option
6048 `org-agenda-todo-ignore-scheduled'.
6049 (org-export-html-inline-images): New value `maybe'.
6050 (org-export-as-html): Inlining of images dependent on link description.
6051 (org-archive-subtree): Check for end-of-buffer before trying
6052 `kill-line'.
6053 (org-agenda-follow-mode): New option.
6054 (org-export-with-tags, org-export-with-timestamps): New options.
6055 (org-html-handle-time-stamps): New function.
6056 (org-keyword-time-regexp): New variable.
6057 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6058 (org-agenda-todo-list-sublevels): New option.
6059 (org-html-level-start): When TITLE is nil, just close all levels.
6060 (org-parse-key-lines, org-parse-export-options): Remove functions,
6061 replaced by `org-infile-export-plist'.
6062 (org-combine-plists, org-infile-export-plist)
6063 (org-default-export-plist): New functions.
6064 (org-export-html-preamble, org-export-html-postamble)
6065 (org-export-html-auto-preamble, org-export-html-auto-postamble):
6066 New variables.
6067 (org-export-publishing-directory): New option.
6068 (org-export-as-html, org-export-as-ascii): Use the new property
6069 lists for settings.
6070 (org-export-copy-visible, org-export-as-xoxo):
6071 Respect `org-export-publishing-directory'.
6072 (org-link-search, org-store-link, org-file-apps): Support for
6073 links to BibTeX database entries..
6074 (org-get-current-options, org-set-regexps-and-options):
6075 Implement logging as a startup option.
6076 (org-store-link): Make sure context string is never empty
6077 (org-insert-link): Use relative path when possible.
6078 (org-at-item-checklet-p): New function.
6079 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6080 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6081 (org-metaright, org-metaup, org-metadown, org-shiftup)
6082 (org-shiftdown, org-shiftright, org-shiftleft)
6083 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6084 Dispatch using `call-interactively'.
6085 (org-call-with-arg): New defsubst.
6086 (org-tag-alist, org-use-fast-tag-selection): New options.
6087 (org-complete): Use `org-tag-alist'.
6088 (org-fast-tag-insert, org-fast-tag-selection): New functions.
6089 (org-next-item, org-previous-item): New commands.
6090 (org-beginning-of-item, org-end-of-item): Add (interactive) to
6091 make command.
6092 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6093
6094 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6095
6096 * emacs-lisp/ewoc.el (ewoc-delete): New function.
6097 (ewoc-filter): Use `ewoc-delete'.
6098
6099 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6100
6101 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6104 Signal more user-friendly error messages.
6105
6106 * complete.el (PC-do-completion): Undo the addition of implicit
6107 wildcards if they did not lead to finding any match.
6108 (read-file-name-internal): Don't add the final > if the completion is
6109 not finished.
6110
6111 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6112
6113 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6114 Quote safe-local-variable predicate.
6115
6116 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6117
6118 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6119
6120 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6121
6122 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6123
6124 * progmodes/make-mode.el (makefile-special-targets-list)
6125 (makefile-macro-table, makefile-target-table): Mark as risky.
6126 (makefile-query-one-target-method): Make this the alias for the
6127 following variable.
6128 (makefile-query-one-target-method-function): Make this the real name.
6129
6130 * textmodes/artist.el (artist-text-renderer): Make this the alias
6131 for the following variable.
6132 (artist-text-renderer-function): Make this the real name.
6133
6134 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6135 the alias for the following variable.
6136 (flyspell-generic-check-word-predicate): Make this the real name.
6137
6138 * textmodes/ispell.el (ispell-format-word): Make this the alias
6139 for the following variable.
6140 (ispell-format-word-function): Make this the real name.
6141 (ispell-message-text-end): Mark as risky.
6142
6143 * skeleton.el (skeleton-transformation, skeleton-filter)
6144 (skeleton-pair-filter): Make these the aliases for the following
6145 variables.
6146 (skeleton-transformation-function, skeleton-filter-function)
6147 (skeleton-pair-filter-function): Make these the real names.
6148
6149 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6150 and skeleton-pair-filter-function.
6151
6152 * textmodes/sgml-mode.el (sgml-transformation): Make this the
6153 alias for the following variable.
6154 (sgml-transformation-function): Make this the real name.
6155 (sgml-tag-alist): Mark as risky.
6156
6157 2006-05-21 Richard Stallman <rms@gnu.org>
6158
6159 * simple.el (kill-region): Interactively, pass point, then mark.
6160
6161 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6162
6163 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6164
6165 2006-05-21 Romain Francoise <romain@orebokech.com>
6166
6167 * dired-x.el (dired-mode-map): Don't bind M-g.
6168
6169 2006-05-20 Richard Stallman <rms@gnu.org>
6170
6171 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6172 (dired-goto-file): Doc fix.
6173
6174 2006-05-21 Kim F. Storm <storm@cua.dk>
6175
6176 * emulation/cua-base.el: Mention customizing cua-mode as alternative
6177 way to enable built-in cua-mode if user loads older CUA-mode package.
6178
6179 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6180 if default-filename is specified.
6181
6182 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6183
6184 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6185
6186 * info.el (info-apropos): Make sure current-file and current-node
6187 have non-nil values. Speed up by using add-to-list instead of
6188 manual consing.
6189
6190 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6191
6192 * progmodes/make-mode.el (makefile-mode): Doc fix.
6193
6194 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6195
6196 * dired-aux.el (dired-do-shell-command): Doc fix.
6197
6198 2006-05-20 Kevin Ryde <user42@zip.com.au>
6199
6200 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6201 ``(custom-manual :tag "Foo" "(foo)Node")''.
6202
6203 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
6204
6205 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6206 value is an integer.
6207
6208 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6209
6210 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6211 "format".
6212 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6213
6214 2006-05-20 Martin Rudalics <rudalics@gmx.at>
6215
6216 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6217 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6218
6219 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6222 regexp for keywords.
6223
6224 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
6225
6226 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6227 replace-regexp-in-string.
6228
6229 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6230 encode, and escape file name on conversion to URL.
6231
6232 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6233
6234 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6235 Don't unescape URL.
6236 (dnd-get-local-file-name): Unescape URL on conversion to file name.
6237
6238 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6239 on conversion to URLs.
6240
6241 * net/browse-url.el (browse-url-file-url): Encode file name on
6242 conversion to URL.
6243
6244 * term/mac-win.el (mac-ae-open-documents): Escape file name on
6245 conversion to URL.
6246
6247 2006-05-19 Eli Zaretskii <eliz@gnu.org>
6248
6249 * progmodes/cc-styles.el (c-style-alist): Doc fix.
6250
6251 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6252
6253 * term/mac-win.el (mac-bytes-to-digits): Remove function.
6254 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6255
6256 2006-05-19 Glenn Morris <rgm@gnu.org>
6257
6258 * calendar/diary-lib.el (diary-bahai-date)
6259 (list-bahai-diary-entries, mark-bahai-diary-entries)
6260 (mark-bahai-calendar-date-pattern): Not interactive.
6261 (add-to-diary-list): New optional arg LITERAL. Doc fix.
6262 (diary-entries-list): Change format of 4th element in each entry.
6263 (diary-list-entries): Use add-to-diary-list.
6264 (diary-goto-entry): Handle the case where the buffer visiting the
6265 diary has been killed.
6266 (fancy-diary-display): Add 'locator to button rather than 'marker.
6267 Only generate temp-face when there are marks to apply.
6268 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6269 (diary-fancy-date-pattern): New variable.
6270 (diary-time-regexp): Doc fix.
6271 (diary-anniversary, diary-time): New faces.
6272 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6273 diary-time-regexp. Add font-lock-multiline property where needed.
6274 Use new faces diary-anniversary and diary-time.
6275 (diary-fancy-font-lock-fontify-region-function): New function, to
6276 handle multiline font-lock pattern in fancy diary.
6277 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6278 (diary-font-lock-keywords): Tweak time regexp. Use new face
6279 diary-time.
6280
6281 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
6282
6283 * international/code-pages.el (mik): Table corrected.
6284
6285 2006-05-18 Kim F. Storm <storm@cua.dk>
6286
6287 * progmodes/grep.el (grep-find): Don't check grep-find-command
6288 before running command (breaks non-interactive usage).
6289
6290 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
6291
6292 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6293 (ewoc--insert-new-node): Don't insert trailing newline.
6294 Instead, adjust successor nodes's start markers.
6295 (ewoc--refresh-node): Delete all text from current node's start
6296 marker to the next one's; adjust successor nodes's start markers.
6297 (ewoc--create): Doc fixes.
6298 (ewoc--refresh): Don't insert newline.
6299 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
6300 * pcvs.el (cvs-make-cvs-buffer):
6301 Specify extra newline for ewoc's header and footer.
6302 (cvs-update-header): Update initial header recognition.
6303 Append newline to final header and footer values.
6304 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6305
6306 2006-05-17 Richard Stallman <rms@gnu.org>
6307
6308 * files.el (file-name-extension): Doc fix.
6309
6310 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6313 we can explicitly enable/disable rather than toggle.
6314 (shell-mode): Use it.
6315 (shell-cd): Don't try to reproduce what `cd' does.
6316
6317 2006-05-17 Kim F. Storm <storm@cua.dk>
6318
6319 * ido.el (ido-read-internal): Use only nondirectory part of
6320 default item.
6321
6322 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
6323
6324 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6325 (ewoc-nth): Doc fix.
6326
6327 (ewoc-map, ewoc-invalidate): Compute PP before looping.
6328
6329 2006-05-16 Eli Zaretskii <eliz@gnu.org>
6330
6331 * international/mule.el (auto-coding-alist): Add .lha to files
6332 read with no-conversion.
6333
6334 * files.el (auto-mode-alist): Add .lha files to archive file
6335 extensions.
6336
6337 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6338 Convert csize to integer when computing offsets within the
6339 compressed archive file.
6340
6341 2006-05-16 Kim F. Storm <storm@cua.dk>
6342
6343 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6344 with read-from-minibuffer.
6345
6346 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6347
6348 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
6349 (byte-compile-warnings): Fix safe-local-variable property.
6350
6351 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
6352
6353 * allout.el (allout-show-bodies, allout-old-style-prefixes)
6354 (allout-stylish-prefixes, allout-numbered-bullet)
6355 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6356 predicates to qualify `safe-local-variable' property, when
6357 available, else use equivalent lambda.
6358 (allout-current-topic-collapsed-p): Do the right thing regarding
6359 trailing blank lines.
6360
6361 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6362
6363 * server.el (server-start): Only create a directory if needed.
6364 (server-edit, server-unload-hook): server-start => server-mode.
6365 (kill-emacs-hook): Cleanup upon exit.
6366
6367 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * hexl.el (hexlify-buffer): Encode process arguments manually.
6370
6371 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
6372
6373 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
6374 call to gdb-tooltip-print.
6375
6376 2006-05-15 Romain Francoise <romain@orebokech.com>
6377
6378 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
6379 systems, default to "tar" since those systems probably have GNU tar.
6380
6381 2006-05-14 Lars Hansen <larsh@soem.dk>
6382
6383 * desktop.el (desktop-missing-file-warning): Fix docstring.
6384 (desktop-restore-file-buffer): Correct question asked on missing file.
6385
6386 2006-05-14 Kim F. Storm <storm@cua.dk>
6387
6388 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
6389 Add CUA move property.
6390
6391 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * custom.el (custom-push-theme): Load the variable before checking
6394 its `standard-value'.
6395
6396 2006-05-13 Lars Hansen <larsh@soem.dk>
6397
6398 * desktop.el (desktop-save): Use with-temp-buffer.
6399
6400 2006-05-12 Glenn Morris <rgm@gnu.org>
6401
6402 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
6403 * calendar/calendar.el (calendar-mode-map):
6404 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
6405 * calendar/appt.el (appt-check, appt-make-list): Refer to
6406 diary-view-entries, diary-list-entries, diary-show-all-entries
6407 rather than obsolete aliases.
6408
6409 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
6410
6411 * simple.el (line-move-finish): Avoid calling point motion hooks
6412 while processing intangibility.
6413
6414 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
6415
6416 * term/xterm.el (terminal-init-xterm): Fix typo.
6417
6418 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
6419
6420 * allout.el (allout-view-change-hook): Mark as being deprecated,
6421 to be replaced by `allout-exposure-change-hook'.
6422 (allout-exposure-change-hook): New, replacing
6423 `allout-view-change-hook'.
6424 (allout-flag-region): Run new hook `allout-exposure-change-hook',
6425 in addition to `allout-view-change-hook'.
6426 (allout-show-bodies, allout-old-style-prefixes)
6427 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
6428 lambda forms to prevent their showing up in variable help
6429 presentations as inscrutable byte-compiled code.
6430 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
6431 Use string-or-null-p to qualify safe-local-variable values.
6432 (allout-reindent-bodies): Use memq to qualify matches against
6433 valid safe-local-variable values. Also, quote the lambda as above.
6434 (allout-use-mode-specific-leader): Add missing candidate-value
6435 symbols, use memq, and quote the lambda.
6436 (allout-overlay-interior-modification-handler): Remove unused
6437 variables `msg' and 'opened'.
6438 (allout-hidden-p): Constrain invisibility consideration to allout's
6439 invisibility spec, disregarding invisibility for other reasons.
6440
6441 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6442
6443 * files.el (version-control): Correct safe values.
6444
6445 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
6446
6447 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
6448
6449 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
6450 (ewoc--insert-new-node): New func.
6451 Update callers of deleted funcs to use it, instead.
6452
6453 2006-05-11 Glenn Morris <rgm@gnu.org>
6454
6455 * calendar/calendar.el (diary-show-all-entries): Do not refer to
6456 obsolete alias `show-all-diary-entries'.
6457 (make-diary-entry): Not interactive.
6458 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
6459 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
6460 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6461 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6462 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6463 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
6464
6465 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6466
6467 * calendar/calendar.el (calendar-french-date-string)
6468 (calendar-mayan-date-string, calendar-chinese-date-string)
6469 (calendar-astro-date-string, calendar-iso-date-string)
6470 (calendar-islamic-date-string, calendar-bahai-date-string)
6471 (calendar-hebrew-date-string, calendar-coptic-date-string)
6472 (calendar-ethiopic-date-string, calendar-persian-date-string):
6473 These functions are not interactive.
6474
6475 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
6476
6477 * files.el: Balance parentheses.
6478
6479 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
6480
6481 * files.el, newcomment.el, outline.el, simple.el,
6482 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
6483 progmodes/cc-vars.el, progmodes/compile.el:
6484 Move `safe-local-variable' declarations to the respective files.
6485
6486 * help-fns.el (describe-variable): Don't print safe-var if it is
6487 byte-code. Improve wording as suggested by Luc Teirlinck.
6488
6489 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6490
6491 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
6492 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
6493 Use a token for pending-triggers to ensure gdb-var-update
6494 gets called once per user input again for pre-GDB 6.4.
6495 (gdb-var-delete): Match on more complex expressions.
6496 (gdb-var-list-children-handler, gdb-var-create-handler):
6497 Use a token for consistency.
6498
6499 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
6500
6501 * textmodes/org.el (org-read-date, org-goto-calendar)
6502 (org-agenda-goto-calendar):
6503 Bind `view-calendar-holidays-initially' to nil.
6504
6505 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6506
6507 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
6508 Update all callers to do it there, instead.
6509
6510 2006-05-10 Glenn Morris <rgm@gnu.org>
6511
6512 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
6513 prefix arg case, to avoid view-diary-entries-initially error.
6514 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6515 (calendar-date-is-legal-p): Handle dates with no day part.
6516
6517 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6518
6519 * comint.el (comint-insert-input): Just make it when
6520 comint-use-prompt regexp is nil (default) and with the mouse.
6521 (comint-copy-old-input): Reinstate from 2004-06-23.
6522 (comint-mode-map): Bind C-c C-m to it.
6523
6524 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
6525
6526 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6527 Remove spurious move to point-max (new comint behavior fixes).
6528
6529 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6530 compatibility function (Emacs 18/19).
6531 (idlwave-is-continuation-line): Always return point at start of
6532 previous non-blank continuation line.
6533 (keyword-parameters): Fix continued comment font-lock matcher.
6534 (idlwave-font-lock-fontify-region): Written, use as
6535 font-lock-fontify-region-function, to fix continued keyword
6536 fontification issues.
6537
6538 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6539
6540 * term/mac-win.el (mac-font-panel-mode): Doc fix.
6541 (mac-service-selection, mac-service-open-file)
6542 (mac-service-open-selection, mac-service-mail-selection)
6543 (mac-service-mail-to, mac-service-insert-text): Rename from
6544 mac-services-*. All uses changed.
6545 (mac-apple-event-map): Rename event symbol `services' to `service'.
6546
6547 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
6548
6549 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6550 (ewoc--node-enter-first, ewoc--node-enter-last)
6551 (ewoc--delete-node-internal): Merge funcs into unique callers.
6552
6553 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
6554
6555 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6556 return value of read-from-minibuffer for empty input.
6557
6558 2006-05-09 Miles Bader <miles@gnu.org>
6559
6560 * comint.el (comint-insert-input): Remove redundant calls to setq
6561 and goto-char.
6562
6563 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
6564
6565 * comint.el (comint-insert-input): Make it work when
6566 comint-use-prompt-regexp is t.
6567
6568 2006-05-10 Miles Bader <miles@gnu.org>
6569
6570 * subr.el (field-at-pos): New function.
6571
6572 * comint.el (comint-insert-input): Use it.
6573
6574 2006-05-09 Juri Linkov <juri@jurta.org>
6575
6576 * battery.el (battery-linux-proc-acpi): Also try
6577 `/proc/acpi/thermal_zone/THR2/temperature'.
6578
6579 * files.el <safe-local-variable>: Remove `eval' and `let' binding
6580 for now unused lambda `string-or-null'.
6581
6582 * add-log.el (change-log-default-name): Put `string-or-null-p'
6583 instead of lambda on `safe-local-variable' property.
6584
6585 * diff-mode.el (diff-context->unified): Use `region-beginning' and
6586 `region-end' instead of `mark' and `point'.
6587 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6588 Operate on region in Transient Mark mode when the mark is active.
6589 Use `region-beginning' and `region-end' instead of `mark' and
6590 `point'.
6591 (diff-hunk-text, diff-goto-source): Doc fix.
6592
6593 * startup.el (fancy-splash-screens, normal-splash-screen): Use
6594 face `mode-line-buffer-id' for mode-line buffer face instead of
6595 hard-coded `(:weight bold)'.
6596
6597 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6598 buffer-undo-list to t (undo-ask is reproducible by visiting
6599 nested archives).
6600
6601 2006-05-09 Kim F. Storm <storm@cua.dk>
6602
6603 * progmodes/grep.el (rgrep): Set default directory of *grep*
6604 buffer if we start M-x rgrep in the *grep* buffer and choose
6605 a different base directory.
6606
6607 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6608
6609 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6610 completion also when ido is loaded.
6611
6612 2006-05-09 Masatake YAMATO <jet@gyve.org>
6613
6614 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6615 "warning" and "import".
6616 (cpp-font-lock-keywords): Added "warning".
6617
6618 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6619
6620 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6621
6622 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6625 pages at a time, if we signal the end, we should indeed reach that end.
6626
6627 2006-05-08 David Reitter <david.reitter@gmail.com>
6628
6629 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6630 output during execution of the body.
6631
6632 2006-05-08 Kim F. Storm <storm@cua.dk>
6633
6634 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6635
6636 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
6637
6638 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6639 Use with-current-buffer.
6640
6641 2006-05-07 Kim F. Storm <storm@cua.dk>
6642
6643 * subr.el (add-to-history): Remove keep-dups arg.
6644
6645 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6646 to nil around call to add-to-history.
6647
6648 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6651 than after a buffer modification.
6652
6653 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
6654
6655 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6656 call to...
6657 (gud-watch): ...here so speedbar is raised for already watched
6658 expressions.
6659 (gdb-speedbar-refresh): Delete function.
6660 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6661 Use speedbar-timer-fn instead of speedbar-refresh (reverting
6662 earlier change).
6663 (gdb-var-evaluate-expression-handler)
6664 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
6665
6666 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6667 Update localized contents for all buffers except ignored modes.
6668
6669 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6670
6671 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6672 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6673 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6674 (mac-handle-font-panel-closed, mac-handle-font-selection):
6675 New functions.
6676 (mac-font-panel-mode): New minor mode.
6677 (mac-apple-event-map): Add bindings for toolbar toggle button and
6678 font panel.
6679 (menu-bar-showhide-menu): Add mac-font-panel-mode.
6680
6681 2006-05-07 John Paul Wallington <jpw@pobox.com>
6682
6683 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6684 Avoid `regexp-opt'; simplify regexp for readability.
6685
6686 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6687
6688 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6689 * files.el (buffer-stale-function):
6690 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6691 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6692 links to the main manual, not to emacs-xtra.
6693
6694 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6695
6696 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
6697 MacJapanese if text is ASCII-only.
6698
6699 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
6700
6701 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6702 unless so nil isn't returned.
6703 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6704
6705 2006-05-06 Kim F. Storm <storm@cua.dk>
6706
6707 * subr.el (add-to-history): New function.
6708
6709 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6710 (ediff-merge-files-with-ancestor):
6711 * env.el (setenv):
6712 * isearch.el (isearch-update-ring):
6713 * server.el (server-visit-files):
6714 * progmodes/grep.el (lgrep, rgrep):
6715 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
6716 * progmodes/xscheme.el (xscheme-insert-expression):
6717 Use add-to-history.
6718
6719 * kmacro.el (kmacro-push-ring): Use add-to-history.
6720 (kmacro-ring-length): Remove unused defun.
6721 (kmacro-start-macro): Use kmacro-push-ring.
6722
6723 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6724
6725 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
6726 directly instead of a lambda expression that calls it.
6727
6728 2006-05-06 Kim F. Storm <storm@cua.dk>
6729
6730 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
6731 instead of compute-motion.
6732
6733 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6734
6735 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
6736 change.
6737
6738 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
6739
6740 * startup.el (command-line-1): Refer to "Pure Storage" on
6741 pure-space-overflow.
6742
6743 2006-05-05 Martin Rudalics <rudalics@gmx.at>
6744
6745 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
6746 provided faces once they all have been used up.
6747
6748 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6749
6750 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
6751 reference to the Lisp manual to the warning about pure space
6752 overflow.
6753
6754 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6755
6756 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
6757 argument to avoid the call to `ispell-internal-change-dictionary'
6758 when not needed.
6759 (ispell-change-dictionary): Use this argument and call
6760 `ispell-internal-change-dictionary' after the possible change
6761 to `ispell-local-dictionary'.
6762 (ispell-internal-change-dictionary): Check for a change in
6763 personal dictionary use too.
6764
6765 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6766
6767 * startup.el (command-line): On MS-Windows, probe "~", not
6768 "~USER", for warning about non-existent home directory
6769
6770 * arc-mode.el (archive-l-e): New optional argument `float' means
6771 generate a float value.
6772 (archive-arc-summarize, archive-lzh-summarize)
6773 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
6774 with 3rd argument non-nil when file's size is being computed.
6775 Format the file sizes with %8.0f instead of %8d.
6776
6777 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6778
6779 * cus-start.el (all): Add mac-dnd-known-types.
6780
6781 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
6782 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
6783 (mac-TIFF-to-string): New functions.
6784 (x-get-selection, x-selection-value)
6785 (mac-select-convert-to-string): Use them.
6786 (mac-text-encoding-mac-japanese-basic-variant): New constant.
6787 (mac-dnd-types-alist): New customization variable.
6788 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
6789 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
6790 (mac-dnd-handle-drag-n-drop-event): New functions.
6791 (mac-drag-n-drop): Remove function.
6792 (global-map): Bind drag-n-drop and M-drag-n-drop to
6793 mac-dnd-handle-drag-n-drop-event.
6794
6795 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
6796
6797 * progmodes/perl-mode.el (perl-beginning-of-function):
6798 Skip anonymous subs.
6799
6800 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6801
6802 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
6803 regexp-opt at run time.
6804
6805 * term.el (term-handle-ansi-escape): Fix off by one error.
6806
6807 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
6808
6809 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
6810 (gdb-init-1, gdb-post-prompt): ...and references to it.
6811 (gdb-frame-handler): Strip directory name from filename if present.
6812
6813 * progmodes/gud.el (gdb-force-update): Delete defvar
6814 (gud-speedbar-buttons): ...and references to it. Use window-start
6815 to try to keep positon in watch expression.
6816
6817 2006-05-03 Richard Stallman <rms@gnu.org>
6818
6819 * simple.el (next-history-element, previous-history-element): Doc fix.
6820
6821 * isearch.el (isearch-update-ring): Doc fix.
6822
6823 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
6824
6825 * isearch.el (isearch-update-ring): Take history-delete-duplicates
6826 into consideration. Replace one arm ifs with whens.
6827
6828 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
6829
6830 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
6831 (menu): Fix typo.
6832
6833 2006-05-02 Miles Bader <miles@gnu.org>
6834
6835 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
6836
6837 2006-05-02 Jay Belanger <belanger@truman.edu>
6838
6839 * calc/calc-embed.el (calc-override-minor-modes-map)
6840 (calc-override-minor-modes): New variables.
6841 (calc-do-embedded): Make sure that Calc keystrokes aren't
6842 overwritten by minor modes.
6843
6844 2006-05-02 Chong Yidong <cyd@mit.edu>
6845
6846 * msb.el (msb): If EVENT is a down event, read and discard the up event.
6847
6848 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6849
6850 * startup.el (command-line-1): Refer to Lisp manual when
6851 pure-space-overflow occurs.
6852
6853 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
6854 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
6855 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
6856 (version-control): Don't use `t' for safe-local-variable declarations.
6857
6858 2006-05-01 Richard Stallman <rms@gnu.org>
6859
6860 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
6861 M-r, M-R, M-A, M-SPC or M-DEL.
6862 (diff-mode-map): diff-refine-hunk now on C-c C-w
6863 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
6864
6865 * help-mode.el (help-mode): view-exit-action calls delete-window
6866 only when it is safe and possible.
6867
6868 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
6869 in messages.
6870
6871 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
6872
6873 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
6874 in the default tool-bar-map.
6875
6876 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
6877
6878 * net/tramp.el (tramp-completion-file-name-handler-alist)
6879 (tramp-run-real-handler, tramp-completion-run-real-handler)
6880 (tramp-completion-handle-file-name-all-completions)
6881 (tramp-completion-handle-file-name-completion): Autoload them.
6882 (tramp-completion-handle-file-exists-p)
6883 (tramp-completion-handle-file-name-directory)
6884 (tramp-completion-handle-file-name-nondirectory)
6885 (tramp-completion-handle-expand-file-name): Remove them.
6886 (tramp-handle-file-name-directory): Return the real directory name.
6887 Returning "/" only doesn't need to be necessary any longer.
6888 (tramp-file-name-handler): Make special attention when in hostname
6889 completion mode.
6890 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
6891 (tramp-register-file-name-handlers):
6892 Register `tramp-completion-file-name-handler' only when
6893 `partial-completion-mode' is enabled.
6894 (tramp-completion-handle-file-name-all-completions):
6895 Delete directory part from results.
6896 (tramp-get-completion-methods, tramp-get-completion-user-host):
6897 Discard deleting "/", it doesn't work after the change of
6898 `tramp-handle-file-name-directory' above.
6899
6900 2006-05-01 Kim F. Storm <storm@cua.dk>
6901
6902 * progmodes/grep.el (grep-expand-template): Use save-match-data
6903 and symbol-value.
6904
6905 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6906
6907 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
6908 Use select-frame-set-input-focus instead of raise-frame.
6909 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
6910
6911 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * progmodes/gud.el (gud-def): Add %c case.
6914 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
6915 (gud-format-command): Make match case sensitive. Match on %F.
6916
6917 2006-04-30 Glenn Morris <rgm@gnu.org>
6918
6919 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
6920 (cal-tex-preamble): Use cal-tex-preamble-extra.
6921 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
6922 than alias `list-diary-entries'.
6923
6924 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6925
6926 * help-fns.el (describe-variable): Add info about safe local variables.
6927
6928 2006-04-29 Richard Stallman <rms@gnu.org>
6929
6930 * bindings.el (mode-line-format): help-echo doc fixes.
6931
6932 * net/tramp.el (tramp-file-name-handler-alist): Delete
6933 expand-file-name and other operations that can cause spurious loading.
6934
6935 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * files.el (safe-local-variable-p): Remove support for the special
6938 value t.
6939
6940 * textmodes/paragraphs.el (sentence-end-without-space):
6941 Fix safety predicate.
6942 (sentence-end-double-space, sentence-end-without-period)
6943 (paragraph-ignore-fill-prefix):
6944 * textmodes/fill.el (colon-double-space):
6945 * abbrev.el (abbrev-mode): Tighten the safety predicate.
6946
6947 * subr.el (booleanp): New fun.
6948
6949 * textmodes/reftex-vars.el (reftex-guess-label-type):
6950 Tighten the safety predicate.
6951
6952 2006-04-28 Kim F. Storm <storm@cua.dk>
6953
6954 * progmodes/grep.el (defgroup grep): Doc fix.
6955 (grep-auto-highlight): Remove.
6956 (grep-template): New defcustom.
6957 (grep-find-template): Rename from grep-tree-template.
6958 (grep-files-aliases): Rename from grep-tree-files-aliases.
6959 Remove "all" alias, add "l" alias.
6960 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
6961 (grep-find-ignored-directories): New defcustom to replace
6962 grep-tree-ignore-CVS-directories, to facilitate ignoring
6963 subdirectories for multiple version control systems.
6964 (grep-mode-map): Add Recursive grep item to GREP menu.
6965 (grep-regexp-history, grep-files-history): New defvars.
6966 (grep-probe): New helper function.
6967 (grep-compute-defaults): Use it to simplify code.
6968 Adapt to name changes.
6969 Use `.' as base in grep-find-template rather than <D>.
6970 (grep): Remove superfluous highlight-regexp arg. Fix doc.
6971 Call grep-compute-defaults unconditionally.
6972 (grep-expand-keywords): New defconst.
6973 (grep-expand-template): Rename from grep-expand-command-macros.
6974 Simplify via grep-expand-keywords. Look at case-fold-search instead
6975 of grep-tree-ignore-case to add -i option.
6976 Bind case-fold-search to nil while matching keywords.
6977 (grep-tree-last-regexp, grep-tree-last-files): Remove.
6978 (grep-read-regexp, grep-read-files): New helper functions.
6979 (rgrep): Rename from grep-tree. Rework to use proper histories.
6980 Adapt to changes in defcustoms and functions above.
6981 (lgrep): New command, as grep, but using same interactive UI as rgrep.
6982
6983 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
6984
6985 * net/tramp.el (tramp-completion-file-name-handler):
6986 Disable Tramp's functionality while loading Tramp itself.
6987 (tramp-register-file-name-handlers): That's a defsubst now.
6988 Code from `tramp-repair-jka-compr' moved here. Apply it via
6989 `after-init-hook'.
6990 (tramp-repair-jka-compr): Remove.
6991
6992 2006-04-27 Jay Belanger <belanger@truman.edu>
6993
6994 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
6995 read expression when `math-read-big-expr' doesn't work.
6996
6997 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
6998
6999 * startup.el (command-line-1): Display warning when
7000 pure-space-overflow is non-nil.
7001
7002 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7003
7004 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7005 risky.
7006
7007 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7008
7009 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7010 Return the URL or nil if none can be generated.
7011
7012 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
7013
7014 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7015 byte compiler warnings.
7016 (gud-basic-call, gud-find-expr): Let user select an expression
7017 for printing. Print expression as well as value in GUD buffer.
7018
7019 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
7020
7021 * allout.el: Remove local autoload declaration for
7022 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7023 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7024 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7025 (allout-use-mode-specific-leader, allout-old-style-prefixes)
7026 (allout-stylish-prefixes, allout-numbered-bullet)
7027 (allout-file-xref-bullet, allout-presentation-padding)
7028 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7029 safe-local-variable with suitable value spec, and add autoload
7030 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
7031 (move-beginning-of-line, move-end-of-line): Repair so these compat
7032 functions now actually resituate the point, when appropriate.
7033
7034 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7037
7038 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7039 (add-log-iso8601-time-string): Fix call to format-time-string.
7040
7041 2006-04-26 Kim F. Storm <storm@cua.dk>
7042
7043 * subr.el (posn-string, posn-image, posn-object): Doc fix.
7044
7045 2006-04-26 Masatake YAMATO <jet@gyve.org>
7046
7047 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7048 Add support for "//" style comments. Remove `b' flag
7049 from ?* in `asm-mode-syntax-table'.
7050
7051 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * follow.el: Use (featurep 'xemacs) everywhere.
7054 (follow-mode): Use define-minor-mode.
7055 (follow-mode-map): Move initialization into the declaration.
7056 Use command remapping.
7057 (follow-emacs-version-xemacs-p): Remove.
7058 (follow-submit-feedback): Remove.
7059
7060 * allout.el (allout-layout, allout-passphrase-verifier-string)
7061 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7062
7063 * textmodes/reftex-vars.el (reftex-vref-is-default)
7064 (reftex-fref-is-default, reftex-guess-label-type):
7065 Tighten up a bit the safety predicate.
7066
7067 * textmodes/paragraphs.el (sentence-end-double-space)
7068 (sentence-end-without-period, sentence-end-without-space)
7069 (page-delimiter, paragraph-ignore-fill-prefix):
7070 Tighten up a bit the safety predicate.
7071
7072 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7073
7074 * progmodes/python.el (python-continuation-line-p)
7075 (python-beginning-of-statement): syntax-ppss may return
7076 a negative depth.
7077 (python-mode): Don't forcefully enable font-lock.
7078
7079 * time-stamp.el (time-stamp-start, time-stamp-end)
7080 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7081
7082 * add-log.el: Remove spurious * in docstrings.
7083 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7084 (add-change-log-entry): Use it here, since it's not specific
7085 to iso8601.
7086 (add-log-iso8601-time-string): Don't use it here any more.
7087 (change-log-indent-text, change-log-indent): Rename from add-log-*.
7088
7089 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7090
7091 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
7092
7093 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7094 (rcirc-toggle-low-priority): Doc fix.
7095 (rcirc-handler-NOTICE): Remove beginning of line anchor in
7096 ChanServ regexp.
7097 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7098 #emacs.
7099 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7100 (rcirc-decode-coding-system): Use utf-8 as the default.
7101 (rcirc-multiline-minor-mode): Set the fill-column.
7102 (rcirc-format-response-string): Display bright and dim nicks.
7103 (rcirc-browse-url): Update interactive spec to fill ARG.
7104 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7105 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7106
7107 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
7108
7109 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7110 case for @Article, etc.
7111
7112 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
7113
7114 * net/tramp.el (tramp-register-file-name-handlers): New defun.
7115 Added with autoload cookie.
7116 (tramp-unload-file-name-handlers): Rename from
7117 `tramp-unload-file-name-handler-alist'.
7118
7119 2006-04-23 Romain Francoise <romain@orebokech.com>
7120
7121 * comint.el (comint-match-partial-filename): Doc fix.
7122
7123 2006-04-21 Glenn Morris <rgm@gnu.org>
7124
7125 * calendar/cal-menu.el (calendar-mode-map): Refer to
7126 `diary-view-entries' rather than alias `view-diary-entries'.
7127 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7128
7129 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
7130
7131 * progmodes/antlr-mode.el (antlr-default):
7132 * cus-edit.el (custom-documentation):
7133 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7134 in defface.
7135
7136 2006-04-21 Kim F. Storm <storm@cua.dk>
7137
7138 * image.el (image-type): New defun split out of create-image.
7139 (create-image): Use it.
7140
7141 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7142
7143 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7144 (org-open-at-point): Remove the "...done" message to keep output
7145 in the echo area visible.
7146 (org-export-as-xoxo): Fix call to `indent-region'.
7147
7148 2006-04-21 Kevin Ryde <user42@zip.com.au>
7149
7150 * international/mule.el (keyboard-coding-system): defcustom
7151 info-link fixes: "Specify Coding" has been split, keyboard now in
7152 "Terminal Coding", and "Single-Byte Character Support" is now
7153 "Unibyte Mode".
7154
7155 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
7156
7157 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7158 Use font-lock-warning-face for any errors e.g. no stack.
7159 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7160
7161 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7162
7163 * progmodes/sh-script.el (sh-shell): Mark as safe.
7164
7165 * newcomment.el (comment-start, comment-start-skip)
7166 (comment-end-skip, comment-end): Mark as safe.
7167
7168 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7169
7170 * textmodes/org.el (org-deadline-announce): Face removed.
7171 (org-level-faces, org-n-levels): Convert to constant.
7172 (org-compatible-face): New function.
7173 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7174 (org-level-5, org-level-6, org-level-7, org-level-8)
7175 (org-special-keyword, org-warning, org-headline-done, org-link)
7176 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7177 (org-scheduled-today, org-scheduled-previously, org-time-grid):
7178 Face definition revised for better color tty support.
7179 (org-bold-re, org-italic-re, org-underline-re): New constants.
7180 (org-set-font-lock-defaults): Use the new constants.
7181 (org-agenda-highlight-todo): New function.
7182 (org-agenda-todo): Fix bug with point at end of line.
7183 (org-agenda-change-all-lines, org-finalize-agenda-entries):
7184 Fontify TODO keywords.
7185 (org-insert-link): Preserve relative path in ../ links.
7186 (org-export-as-html): Convert links pointing to .org files into
7187 links that will work beteen the exported HTML files.
7188 (org-todo-list): Fix bug when arg=0.
7189 (org-insert-heading): More fine-tuning.
7190
7191 2006-04-19 Romain Francoise <romain@orebokech.com>
7192
7193 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7194 from `rmail-mime-charset-pattern'.
7195
7196 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7197
7198 * progmodes/python.el (python-mode): Fix typo.
7199
7200 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7201
7202 * comint.el (comint-previous-input): Don't clobber input line
7203 when moving off either end of the input history ring.
7204 (comint-delete-input): New function, used by
7205 `comint-previous-input' and others.
7206 (comint-previous-matching-input):
7207 Use `coming-delete-input'. Save the partial input if leaving the
7208 edit line. Goto point-max before deleting input to avoid
7209 partial input fragments hanging around.
7210 (comint-restore-input): New function, used by `comint-previous-input'.
7211
7212 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
7213
7214 * imenu.el (imenu--index-alist): Balance parentheses.
7215
7216 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7217
7218 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
7219
7220 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
7221
7222 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7223 file is nil.
7224
7225 2006-04-18 Richard Stallman <rms@gnu.org>
7226
7227 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7228
7229 * imenu.el (imenu-create-index-function, imenu--index-alist)
7230 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7231 (imenu-default-create-index-function, imenu--generic-function):
7232 Doc fixes.
7233
7234 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7235
7236 * help-mode.el (help-mode): Set view-exit-action to delete window.
7237
7238 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
7239 now works by passing nil as arg.
7240
7241 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7242
7243 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7244 (read-abbrev-file): Provide default when reading filename.
7245
7246 * files.el (enable-local-variables): Allow :all as value.
7247 (hack-local-variables): Implement that value.
7248 (safe-local-variable-values, safe-local-eval-forms)
7249 (enable-local-variables): Mark as risky.
7250 (find-file-visit-truename, kept-old-versions): Mark safe.
7251
7252 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7253 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7254 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7255
7256 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7259 Use forward-line so as to get to BOL even in the presence of fields.
7260 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7261 in return.
7262 (inferior-tcl): Tell tclsh to work in interactive mode.
7263
7264 * complete.el (partial-completion-mode):
7265 Use 'choose-completion-string-functions to make sure that
7266 choose-completion fills the minibuffer properly.
7267
7268 * complete.el (PC-old-read-file-name-internal): Remove.
7269 (PC-read-include-file-name-internal): Remove. Turn it into an advice
7270 of read-file-name-internal.
7271 (partial-completion-mode): Enable/disable this advice.
7272
7273 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
7274
7275 * net/tramp.el (tramp-completion-file-name-handler): Revert change
7276 of 2006-04-17.
7277
7278 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7279
7280 * textmodes/org.el (org-insert-heading): Insert heading before
7281 current if at beginning of line.
7282 (org-todo, org-date): New faces.
7283 (org-table-align): Make sure tooltip window contains full text.
7284 (org-no-properties): New defsubst.
7285 (org-set-font-lock-defaults): Use new faces.
7286
7287 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
7288
7289 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7290 for root variables.
7291
7292 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7293 (gdb-frame-address): Re-use to identify frame for watch expression.
7294 (gdb-var-list, gdb-var-create-handler): Add frame address for root
7295 variables.
7296 (gdb-init-1, gdb-source, gdb-post-prompt)
7297 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7298 (gdb-frame-handler): Get gdb-frame-address.
7299
7300 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7301
7302 Sync with Tramp 2.0.53.
7303
7304 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
7305 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
7306 (tramp-completion-file-name-handler): Add autoload cookie for
7307 adding to `file-name-handler-alist'.
7308
7309 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7310 the prompt. If it returns earlier (when detecting an error
7311 message), the rest of the output will merge accidently with the
7312 output of the next command. Reported by M Jared Finder
7313 <jared@hpalace.com>.
7314
7315 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7316 for `process-file', in order to let it work for older Emacsen too.
7317
7318 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
7319
7320 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7321 (tex-font-lock-keywords-3): Use it.
7322
7323 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * newcomment.el (comment-add): New function.
7326 (comment-region-default, comment-dwim): Use it.
7327
7328 2006-04-15 Michael Olson <mwolson@gnu.org>
7329
7330 * emacs-lisp/tq.el: Improve comments.
7331 (tq-queue-head-question): New accessor function.
7332 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7333 Update for modified queue structure.
7334 (tq-queue-add): Accept `question' argument.
7335 (tq-queue-pop): If a question is pending, send it.
7336 (tq-enqueue): Accept new optional argument `delay-question'.
7337 If this is non-nil, and at least one other question is pending a
7338 response, queue the question rather than sending it immediately.
7339
7340 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7341
7342 * calendar/appt.el (appt-add): Check whether an appointment is
7343 already present in appt-time-msg-list. Simplify code.
7344
7345 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * progmodes/cc-langs.el (c-mode-menu):
7348 Don't presume c-subword-mode is bound.
7349
7350 2006-04-13 Bill Wohler <wohler@newt.com>
7351
7352 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
7353 (customize-package-emacs-version): Use cdr instead of cadr now
7354 that alists use dotted pairs.
7355
7356 * custom.el (defcustom): Fix docstring for :package-version.
7357
7358 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
7359
7360 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
7361 (tramp-handle-shell-command): Display output buffer only when
7362 `tramp-display-shell-command-buffer' is true.
7363 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
7364
7365 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7366
7367 * textmodes/org.el (org-set-autofill-regexps): Set only the local
7368 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
7369
7370 2006-04-13 Romain Francoise <romain@orebokech.com>
7371
7372 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
7373 leaving temporary .cvsignore buffers behind.
7374
7375 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7376
7377 * textmodes/org.el (org-set-regexps-and-options)
7378 (org-get-current-options): Better names for the startup folding
7379 options.
7380
7381 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
7382
7383 * vc.el (vc-annotate): Arrange for point to end up at the same
7384 line number as in the original, but only when using a new buffer.
7385
7386 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
7387
7388 * files.el (hack-one-local-variable-eval-safep):
7389 Recognize `edebug-form-spec' for `put', but only if it passes
7390 `edebug-basic-spec'. Generalize `put' handling.
7391
7392 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
7393 vetting file-local form specs.
7394
7395 * allout.el (allout-layout): Autoload its `safe-local-variable'
7396 property.
7397
7398 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7399
7400 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
7401 (org-agenda-mouse-1-follows-link)
7402 (org-mouse-1-follows-link): New options.
7403 (org-format-agenda-item): Fix bug if TAGS is nil.
7404 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
7405
7406 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
7407
7408 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
7409 GDB 6.1+ gives full filename for "info sources" so use
7410 file-name-nondirectory.
7411
7412 2006-04-12 Romain Francoise <romain@orebokech.com>
7413
7414 * subr.el (read-passwd): Bind `message-log-max' to nil.
7415
7416 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * progmodes/perl-mode.el (perl-indent-new-calculate):
7419 Recompute parse-start after jumping backward by a whole sexp.
7420
7421 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
7424 window configuration.
7425 (vc-annotate-display-select): Select the buffer so that current-buffer
7426 (and selected-window) is the output buffer at the end of vc-annotate.
7427
7428 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
7429
7430 * vc.el (vc-annotate-color-map): Add custom TTY color map for
7431 8-color terminals, to use all of the colors in a sensible order.
7432 256-color terminals work well with the standard map.
7433 (vc-annotate-lines): Only strip the first color character if it
7434 is "#", to allow for terminal-style named colors.
7435 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
7436 the correct buffer is scrolled.
7437
7438 2006-04-11 Richard Stallman <rms@gnu.org>
7439
7440 * emacs-lisp/bytecomp.el (byte-compile-file):
7441 Bind enable-local-variables to :safe, and make normal-mode obey it.
7442
7443 * files.el (enable-local-variables): Allow value :safe.
7444 (normal-mode): Doc fix.
7445 (hack-local-variables): Implement enable-local-variables = :safe.
7446 (hack-local-variables-confirm): Don't prevent quitting.
7447
7448 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * loadhist.el (unload-feature): A bit of sanity check of
7451 load-history entries. Cancel timer-vars before unbinding them.
7452
7453 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
7454 quote special chars, and make the trick work on the hex part of the
7455 buffer as well.
7456 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
7457 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
7458
7459 * startup.el (normal-splash-screen): Fix last change so we don't wait
7460 2 minutes if we don't show the splash screen.
7461
7462 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7463
7464 * textmodes/org.el (org-export-plain-list-max-depth)
7465 (org-table-spaces-around-separators)
7466 (org-radio-targets, org-activate-camels)
7467 (org-table-spaces-around-invisible-separators): Options removed.
7468 (org-time-stamp-rounding-minutes, org-remember-templates)
7469 (org-ellipsis, org-activate-links, org-descriptive-links):
7470 New options.
7471 (org-remember-apply-template, org-current-time)
7472 (org-finish-edit-table-field)
7473 (org-link-unescape, org-link-escape)
7474 (org-string-width, org-table-clean-line, org-html-do-expand)
7475 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
7476 (org-read-agenda-file-list): New functions.
7477 (org-table-edit-field)
7478 (org-table-create-or-convert-from-region): New commands
7479 (org-table-toggle-vline-visibility): Command removed.
7480 (org-table-convert-region): Made a command.
7481 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
7482 Replace with the normal org- functions.
7483 (org-self-insert-command): Don't trigger realign unnecessarily
7484 when blanking a field that is not full.
7485 (org-mode): `Set buffer-invisibility-spec' for links.
7486 (org-activate-links2): Hide link part and only show descriptive
7487 part of the link.
7488 (org-insert-link): Modify for new linking system.
7489 (org-store-link): Store description separately, for use by
7490 `org-insert-link'.
7491 (org-table-align): Use `org-string-width'.
7492 (defgroup): Completely new group structure for custom variables.
7493 (org-agenda-files): Option: Single file name allowed. Function:
7494 Optional argument unrestrited means ignore any restricitons.
7495 (org-install-agenda-files-menu): Find a buffer in Org-mode before
7496 trying to modify the menu. Use generalized access to
7497 `org-agenda-files.'
7498 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
7499 (org-agenda-file-to-front, org-remove-file, org-diary)
7500 (org-tags-view, org-export-icalendar-all-agenda-files)
7501 (org-export-icalendar-combine-agenda-files): Use generalized
7502 access to `org-agenda-files'.
7503 (org-remember-handler): Correctly preserve heading if present.
7504 (org-table-insert-row, org-table-insert-hline): Deal with
7505 invisible characters.
7506
7507 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
7508
7509 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
7510 (vc-annotate-color-map): New 18 element constant
7511 value/saturation, rotating hue colormap, from red->blue.
7512 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
7513 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
7514 (vc-annotate): To avoid killing the required local variables,
7515 set them before the end of `with-output-to-temp-buffer', and
7516 after first switching to annotate-mode.
7517 (vc-annotate-warp-version): Add buffer argument in goto-line to
7518 ensure annotation, not source, is scrolled.
7519
7520 2006-04-10 Bill Wohler <wohler@newt.com>
7521
7522 * custom.el (defcustom, custom-handle-keyword):
7523 Add :package-version keyword.
7524 (custom-add-package-version): New function. Sets value of new
7525 property 'custom-package-version from :package-version keyword.
7526 (defcustom): Create Common Keywords section in docstring.
7527 (defface, defgroup): Replace definitions of a select few keywords
7528 with a reference to the Common Keywords in defcustom.
7529 (defcustom, defface, defgroup): Replace reference to Customization
7530 chapter in manual with hyperlink.
7531
7532 * cus-edit.el (customize-package-emacs-version-alist): New variable.
7533 (customize-changed-options): Add check for custom-package-version.
7534 (customize-package-emacs-version): New function to look up Emacs
7535 version corresponding to the given package version.
7536
7537 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7538 defun name, in similar fashion to find-variable-regexp.
7539
7540 2006-04-10 Eli Zaretskii <eliz@gnu.org>
7541
7542 * international/mule-cmds.el (set-locale-environment): Fix last
7543 change for when the locale's preferences don't specify any encoding.
7544
7545 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7548 so the defined var/fun doesn't need to be quoted.
7549
7550 2006-04-10 Richard Stallman <rms@gnu.org>
7551
7552 * finder.el (finder-mode-map): Add n and p bindings.
7553
7554 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
7555
7556 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7557 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7558 (gdb-setup-windows): Put something in source window if we can't find
7559 the source file.
7560 (gdb-frame-handler): Make it work again with just assembly.
7561 (gdb-data-list-register-values-handler): Make it work when there is
7562 no stack.
7563
7564 2006-04-09 Richard Stallman <rms@gnu.org>
7565
7566 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7567 specs while looking for charset.
7568
7569 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7570
7571 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7572 Make them faces.
7573 (lm-font-lock-keywords): Update appropriately.
7574
7575 2006-04-10 Kim F. Storm <storm@cua.dk>
7576
7577 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7578 it can also replace buffer-substring-no-properties.
7579
7580 * emulation/cua-base.el (cua-delete-region, cua-paste)
7581 (cua-repeat-replace-region): Use filter-buffer-substring.
7582
7583 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7584 (cua-cut-region-to-global-mark): Likewise.
7585
7586 * emulation/cua-rect.el (cua--extract-rectangle)
7587 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7588
7589 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7590
7591 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7592 entry-type. Add field delimiters to numerical fields if they are
7593 not present.
7594
7595 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7596
7597 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7598 string-const to return value.
7599 (bibtex-remove-delimiters): Use it.
7600
7601 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7604 cl-byte-compile-compiler-macro unless it exists.
7605
7606 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7607
7608 * files.el (hack-local-variables-confirm) <offer-save>:
7609 Clarify message text. Suggested by Ralf Angeli.
7610
7611 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7612
7613 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7614 (delete-extract-rectangle-line): Use `filter-buffer-substring'
7615 instead of `buffer-substring' and `delete-region'. (Most of the
7616 code actually copied from `kill-region'.)
7617
7618 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
7619
7620 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7621 (rcirc-default-port): Rename from rcirc-port.
7622 (rcirc-default-nick): Rename from rcirc-nick.
7623 (rcirc-default-user-name): Rename from rcirc-user-name.
7624 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7625 (rcirc-low-priority-flag): New variable.
7626 (rcirc-decode-coding-system): New defcustom.
7627 (rcirc-encode-coding-system): New defcustom.
7628 (rcirc-coding-system-alist): New defcustom.
7629 (rcirc-multiline-major-mode): New defcustom.
7630 (rcirc-nick): New internal variable.
7631 (rcirc-process): Remove variable.
7632 (rcirc-server-buffer): New variable.
7633 (rcirc): Update to use rcirc-default-* variables above.
7634 (rcirc-connect): Do not add window-configuration-hook-here.
7635 (rcirc-server): New internal variable.
7636 (rcirc-connect): Do not send keepalive pings if
7637 rcirc-keepalive-seconds is nil.
7638 (with-rcirc-server-buffer): New macro.
7639 (rcirc-send-string): Encode with rcirc-encode-coding-system.
7640 (rcirc-server-name): Rename from rcirc-server.
7641 (rcirc-buffer-process): New function.
7642 (rcirc-buffer-nick): New function.
7643 (rcirc-buffer-target): Remove function.
7644 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7645 New commands.
7646 (rcirc-mode-map): Change binding of C-c C-l to
7647 rcirc-toggle-low-priority.
7648 (rcirc-mode): Initialize coding system based on
7649 rcirc-coding-system-alist. New change-major-mode-hook to part the
7650 channel on a mode change. Make kill-buffer-hook buffer-local.
7651 (rcirc-change-major-mode-hook): New function.
7652 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7653 (rcirc-last-post-time): New variable.
7654 (rcirc-process-message): Store the last time user posted a message
7655 to this target.
7656 (rcirc-multiline-minor-mode): New mode.
7657 (rcirc-multiline-minor-mode-map): New mode map.
7658 (rcirc-edit-multiline): Put multiline-edit buffer in
7659 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
7660 (rcirc-print): Ignore any line starting with an ignored nick.
7661 (rcirc-print): Decode using rcirc-decode-coding-system.
7662 (rcirc-track-minor-mode): Update global-mode-string when disabling
7663 this mode.
7664 (minor-mode-alist): Add LowPri indicator.
7665 (rcirc-toggle-low-priority): New function.
7666 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7667 next lowpriority buffer with activity.
7668 (rcirc-record-activity): Sort buffers in rcirc-activity by the
7669 last time the user posted a message in to the target.
7670 (rcirc-update-activity-string): New formatting for low priority
7671 buffers.
7672 (rcirc-split-activity): New function.
7673 (rcirc-handler-PART, rcirc-handler-KICK)
7674 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7675 (rcirc-nick-away-alist): New variable.
7676 (rcirc-handler-301): New handler. Away messages are printed once
7677 per change.
7678
7679 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7680
7681 * info.el (Info-follow-nearest-node): Doc fix.
7682
7683 * international/mule-cmds.el (set-locale-environment): Make sure
7684 the coding-system preferred by the locale's language has the same
7685 EOL conversion type as the original buffer-file-coding-system.
7686 (locale-language-names): Add a few MS Windows language codes.
7687
7688 2006-04-07 Richard Stallman <rms@gnu.org>
7689
7690 * simple.el (eval-expression): Doc fix.
7691
7692 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7693 (eval-defun): Doc fixes.
7694
7695 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7696
7697 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
7698
7699 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
7700
7701 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7702 GDB list command without argument for greater generality.
7703
7704 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7705
7706 * subr.el (string-or-null-p): New function.
7707
7708 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7709
7710 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
7711
7712 * files.el: Update comment about safe-local-variable declarations.
7713
7714 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7715
7716 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
7717 See idlwave.org.
7718
7719 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
7720 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
7721
7722 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
7723 See idlwave.org.
7724
7725 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
7726 version 6.0 (minimal changes). See idlwave.org.
7727
7728 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
7729 6.0 (minimal changes). See idlwave.org.
7730
7731 * progmodes/idlw-rinfo.el: File obsoleted and removed.
7732
7733 2006-04-06 Romain Francoise <romain@orebokech.com>
7734
7735 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
7736 symmetric encryption features and a new asynchronous interface to
7737 GnuPG. This new version is version 1.4, plus whitespace changes.
7738
7739 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7740
7741 * files.el: Move some `safe-local-variable' declarations to the
7742 respective files.
7743
7744 * textmodes/ispell.el (ispell-check-comments)
7745 (ispell-local-dictionary): Mark as safe.
7746
7747 * abbrev.el (abbrev-mode): Mark as safe.
7748
7749 * add-log.el (change-log-default-name): Mark as safe.
7750
7751 * textmodes/reftex-vars.el (reftex-vref-is-default)
7752 (reftex-fref-is-default, reftex-level-indent)
7753 (reftex-guess-label-type): Mark as safe.
7754
7755 * textmodes/fill.el (colon-double-space): Mark as safe.
7756
7757 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
7758 (sentence-end-double-space, sentence-end-without-period)
7759 (sentence-end-without-space, sentence-end, sentence-end-base)
7760 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
7761
7762 2006-04-06 Kim F. Storm <storm@cua.dk>
7763
7764 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
7765 the :set-after list.
7766 (ido-downcase-unc-hosts): New user option. Default on.
7767 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
7768 when it is set, as regexps are now applied on the fly.
7769 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
7770 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
7771 on the fly, but only when ido-process-ignore-lists is set.
7772 Do case insensitive filtering if ido-downcase-unc-hosts is set.
7773 Only downcase names if ido-downcase-unc-hosts is set.
7774
7775 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
7776
7777 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
7778
7779 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
7780
7781 2006-04-05 Kim F. Storm <storm@cua.dk>
7782
7783 * ido.el (ido-mode): Set after ido-unc-hosts and
7784 ido-ignore-unc-host-regexps.
7785 (ido-save-history): Save ido-unc-hosts-cache.
7786 (ido-load-history): Load ido-unc-hosts-cache.
7787 (ido-reread-directory): Refresh unc hosts cache in // dir.
7788
7789 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
7790 to nil while displaying slash screen.
7791
7792 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7793
7794 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
7795 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7796
7797 2006-04-05 Kenichi Handa <handa@m17n.org>
7798
7799 * international/characters.el: Setup cases of Latin, Greek, and
7800 Cyrillic characters in CJK charsets.
7801
7802 2006-03-29 Daiki Ueno <ueno@unixuser.org>
7803
7804 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7805 default-enable-multibyte-characters. This reverts the change from
7806 revision 6.17 which is no longer necessary because the passphrase
7807 is sent separately now. GnuPG messages are unreadable under
7808 multibyte locales with default-enable-multibyte-characters set to nil.
7809
7810 2006-04-04 Andreas Schwab <schwab@suse.de>
7811
7812 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
7813 and `byte-compile-warnings' as `safe-local-variable'.
7814
7815 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
7816
7817 * man.el (Man-mode-map): Restore the \r binding.
7818 (Man-abstract-xref-man-page): If Man-target-string is a function,
7819 call it.
7820 (Man-highlight-references): Use Man-default-man-entry to get the
7821 target. Deal with xrefs too.
7822 (Man-highlight-references0): Don't call the target function.
7823
7824 * woman.el (WoMan-xref-man-page): Strip the section number, woman
7825 cannot deal with it.
7826
7827 2006-04-04 Daiki Ueno <ueno@unixuser.org>
7828
7829 * pgg-gpg.el: Clean up process buffers every time gpg processes
7830 complete.
7831
7832 2006-04-04 Kenichi Handa <handa@m17n.org>
7833
7834 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
7835 here.
7836 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
7837 Temporarily bind inhibit-field-text-motion to t.
7838
7839 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * startup.el (normal-splash-screen): Only set mode-line-format in the
7842 splash buffer, so as not to interfere when debugging the code.
7843 Ignore errors when switching buffer.
7844
7845 2006-04-03 Romain Francoise <romain@orebokech.com>
7846
7847 * dired.el (dired-dnd-protocol-alist): Fix typo.
7848
7849 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
7850
7851 * savehist.el (savehist): Add :version.
7852 (savehist-ignored-variables): New variable.
7853 (savehist-minibuffer-hook): Don't save variables listed in
7854 `savehist-ignored-variables'.
7855
7856 * dired.el (dired-dnd-protocol-alist): Mention that change does
7857 only apply to new buffers in doc string.
7858
7859 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7860
7861 * recentf.el (recentf-open-files-item): Include newline in button
7862 field, so opening a file will work, when the point is at the end
7863 of the file name. Allow, for example, to [i]search a file by
7864 extension and just push RET to open it.
7865
7866 2006-04-03 Daiki Ueno <ueno@unixuser.org>
7867
7868 * pgg-gpg.el (pgg-gpg-process-filter)
7869 (pgg-gpg-wait-for-completion): Check if buffer is alive.
7870
7871 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7872 lines, temporary fix.
7873
7874 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7875
7876 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
7877
7878 2006-04-02 Richard Stallman <rms@gnu.org>
7879
7880 * progmodes/compile.el (compilation-message-face): Make it defcustom.
7881
7882 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7883
7884 * ibuf-macs.el (define-ibuffer-column): Add a new key:
7885 header-mouse-map.
7886
7887 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
7888 (ibuffer-mode-header-map): New keymaps.
7889 (ibuffer-update-title-and-summary): Enable mouse face highlighting
7890 and keybindings for column headers.
7891 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
7892 property.
7893
7894 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
7895
7896 * speedbar.el (speedbar-after-create-hook): Doc fix.
7897
7898 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
7899
7900 * shell.el (shell-directory-tracker)
7901 (shell-dynamic-complete-command): Doc fixes.
7902
7903 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
7904
7905 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
7906 terminals.
7907
7908 2006-04-01 Kim F. Storm <storm@cua.dk>
7909
7910 * ido.el (ido-unc-hosts-cache): New defvar.
7911 (ido-unc-hosts): If value of defcustom is a function, call it to
7912 get list of UNC hosts. Add function-item choices to specify
7913 ido-unc-hosts-net-view or user function.
7914 (ido-ignore-unc-host-regexps): New defcustom.
7915 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
7916 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
7917 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
7918
7919 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
7922 wwidth.
7923
7924 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
7925
7926 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
7927 (ido-max-work-file-list, ido-switch-buffer)
7928 (ido-read-file-name-as-directory-commands):
7929 Fix typos in docstrings.
7930
7931 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7932
7933 * term/mac-win.el (mac-system-coding-system): Define and use after
7934 Mac-specific coding systems are ready.
7935
7936 2006-03-27 Romain Francoise <romain@orebokech.com>
7937
7938 * net/rcirc.el (rcirc-connect): Add autoload cookie.
7939
7940 * ldefs-boot.el: Update.
7941
7942 2006-03-27 Daiki Ueno <ueno@unixuser.org>
7943
7944 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7945 passphrases when it is not needed.
7946 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7947 passphrase stuff from gpg, should only be necessary when you use
7948 gpg with a smartcard.
7949
7950 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
7951
7952 * comint.el (comint-dynamic-list-completions): Allow user to
7953 select *Completions* buffer.
7954
7955 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
7956
7957 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
7958
7959 2006-03-26 Andreas Schwab <schwab@suse.de>
7960
7961 * progmodes/gud.el (gdb): Only complain about multiple debugging
7962 when the gdb process is still running.
7963
7964 2006-03-25 Eli Zaretskii <eliz@gnu.org>
7965
7966 * mail/rmail.el (tool-bar-map): Defvar it.
7967 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
7968 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
7969
7970 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
7971
7972 * help.el (print-help-return-message): Suggest to use
7973 display-buffer instead of switch-to-buffer-other-window to restore
7974 the previous window without selecting it.
7975
7976 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7977
7978 * frame.el (select-frame-by-name): Call x-focus-frame also when
7979 window-system is mac.
7980
7981 * term/mac-win.el: Adjust Courier font specifications in
7982 x-fixed-font-alist.
7983 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
7984 when directly encoding to UTF-16 in native byte order, no BOM.
7985
7986 2006-03-25 Kim F. Storm <storm@cua.dk>
7987
7988 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
7989 (cua--init-keymaps): Use it instead of fixed C-return.
7990 (cua-mode): Set after it.
7991
7992 * emulation/cua-rect.el (cua--init-rectangles):
7993 Use cua-rectangle-mark-key instead of fixed C-return.
7994
7995 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
7996
7997 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
7998 "run" in .gdbinit.
7999 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8000
8001 2006-03-24 Romain Francoise <romain@orebokech.com>
8002
8003 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8004 `display-buffer-other-frame'.
8005
8006 2006-03-24 Kim F. Storm <storm@cua.dk>
8007
8008 * apropos.el (apropos-synonyms): Add selection => region.
8009
8010 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8011
8012 * progmodes/gdb-ui.el (gdb-var-create-regexp)
8013 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8014 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8015 (gdb-data-list-register-values-regexp)
8016 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8017 Future proof against new fields being added to MI output.
8018 (gdb-send): Don't treat backslashes for program input as
8019 continuations.
8020 (gdb-assembler-handler): Don't use window-start for this handler.
8021 (gdb-frame-handler): Don't change to hollow arrow if overlay
8022 arrow doesn't move to new frame.
8023
8024 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8025
8026 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8027 prevent compiler warnings.
8028 (gdb-stopped): Check for gud-last-last-frame (case: signal).
8029 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8030 (gdb-assembler-custom): Use hollow-right-triangle for assembler
8031 buffer too.
8032
8033 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
8034
8035 * pgg-gpg.el (pgg-gpg-update-agent): Check for
8036 make-network-process, so we can use the same code in Gnus v5-10
8037 too and have this file fully synchronized with that release.
8038
8039 2006-03-23 Romain Francoise <romain@orebokech.com>
8040
8041 * ibuf-ext.el (ibuffer-read-filter-group-name):
8042 Use `ibuffer-generate-filter-groups' to make completion list match
8043 the filter groups that are really displayed in the Ibuffer buffer.
8044 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8045
8046 2006-03-23 Kenichi Handa <handa@m17n.org>
8047
8048 * international/mule-cmds.el (sort-coding-systems): Describe that
8049 the argument is modified in docstring.
8050
8051 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8052
8053 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8054 (pgg-gpg-update-agent): New function.
8055 (pgg-gpg-use-agent-p): New function.
8056 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8057 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8058 (pgg-gpg-sign-region): Use it.
8059
8060 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
8061
8062 * cus-edit.el (custom-face-set): Call custom-push-theme before
8063 face-spec set so that `changed' theme is correctly saved.
8064 (custom-face-reset-standard): Reset to recalculated face rather
8065 than defface spec.
8066
8067 * custom.el (custom-push-theme): Only save `changed' theme if the
8068 current face does not match the defface specs.
8069
8070 2006-03-21 Simon Josefsson <jas@extundo.com>
8071
8072 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8073 <wilde@sha-bang.de>.
8074 (pgg-gpg-use-agent): New variable.
8075 (pgg-gpg-process-region): Use it.
8076 (pgg-gpg-encrypt-region): Likewise.
8077 (pgg-gpg-encrypt-symmetric-region): Likewise.
8078 (pgg-gpg-decrypt-region): Likewise.
8079 (pgg-gpg-sign-region): Likewise.
8080 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8081
8082 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
8083
8084 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8085 bracket links.
8086
8087 2006-03-21 Kim F. Storm <storm@cua.dk>
8088
8089 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8090 fringe-indicator-alist instead of modifying global value.
8091 (gdb-frame-handler): Likewise.
8092
8093 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8094
8095 * diff-mode.el (diff-function): Make it inherit from diff-header
8096 instead of diff-context.
8097
8098 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8099 bitmap.
8100 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8101 change names in macro above for consistency.
8102 (gdb-frame-handler): Use hollow-right-triangle for all selected
8103 frames which except the innermost (where execution has stopped).
8104 (gdb-reset): Reset buffer-local values of overlay-arrow.
8105
8106 2006-03-20 Richard Stallman <rms@gnu.org>
8107
8108 * simple.el (set-mark-command): Doc fix.
8109
8110 * files.el (display-buffer-other-frame): New command.
8111 (ctl-x-4-map): Bind C-x 5 C-o to it.
8112
8113 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8116 rather than just defer-time, in case defer-time has been changed but
8117 the timer isn't running yet.
8118 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8119
8120 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8121
8122 * help-mode.el (help-follow-symbol): New function.
8123 Essentially identical to the old `help-follow', but do not let
8124 `push-button' do the work when on an xref.
8125 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8126
8127 2006-03-19 Richard Stallman <rms@gnu.org>
8128
8129 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8130 preceded by the word `program'.
8131 (help-follow-mouse, help-follow): Throw error if not on xref.
8132 Delete no longer used args.
8133
8134 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
8135
8136 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8137 annotation ensure gud-overlay-arrow-position is redisplayed.
8138
8139 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8140
8141 * textmodes/bibtex.el (bibtex-include-OPTkey)
8142 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8143 (bibtex-autokey-name-case-convert)
8144 (bibtex-autokey-titleword-case-convert): Make these the aliases
8145 for the following two variables.
8146 (bibtex-autokey-name-case-convert-function)
8147 (bibtex-autokey-titleword-case-convert-function): Make these the
8148 real names.
8149 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8150 bibtex-font-lock-crossref sublists.
8151 (bibtex-mode): Revert 2005-12-30 change (which made
8152 completion-ignore-case buffer-local).
8153 (bibtex-url): Simplify.
8154
8155 2006-03-19 Kim F. Storm <storm@cua.dk>
8156
8157 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8158 cursor property value to 2 (to align with C level change).
8159
8160 2006-03-19 Bill Wohler <wohler@newt.com>
8161
8162 * image.el (image-load-path-for-library): Shorten first line in
8163 docstring.
8164
8165 2006-03-18 Richard Stallman <rms@gnu.org>
8166
8167 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8168
8169 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
8170
8171 * isearch.el (isearch-other-meta-char): Handle user bindings for
8172 shifted control characters.
8173
8174 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
8175
8176 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8177 part that matches email addresses, file names, etc.
8178
8179 2006-03-18 Eli Zaretskii <eliz@gnu.org>
8180
8181 * term/w32-win.el (mouse-set-font):
8182 Mention w32-list-proportional-fonts in the doc string.
8183
8184 2006-03-18 Kim F. Storm <storm@cua.dk>
8185
8186 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8187 (ido-unc-hosts): New user option to explicitly define list of know
8188 UNC-style hosts for completion.
8189 (ido-cache-unc-host-shares-time): New user option.
8190 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8191 New helper functions for UNC file-name support.
8192 (ido-may-cache-directory): Check for UNC host. Simplify.
8193 (ido-wash-history): Clean out old UNC hosts.
8194 (ido-nonreadable-directory-p): UNC hosts are always readable.
8195 (ido-directory-too-big-p): UNC hosts are never too big.
8196 (ido-set-current-directory): Handle UNC root path.
8197 (ido-file-name-all-completions): Complete UNC host names from
8198 ido-unc-hosts list. Cache UNC host shares.
8199 (ido-make-file-list-1): Don't filter UNC root.
8200 (ido-exhibit): Check for // in root directory, and switch to UNC
8201 mode by setting ido-current-directory to //.
8202
8203 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
8204
8205 * cus-edit.el (customize-changed-options): Mention explicit
8206 version number as default in prompt.
8207
8208 2006-03-17 Bill Wohler <wohler@newt.com>
8209
8210 * image.el (image-load-path-for-library): Minor docstring fix.
8211
8212 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
8213
8214 * textmodes/org.el (org-read-date): Include subgroup 5 into
8215 replacement text.
8216 (org-popup-calendar-for-date-prompt): Fix customization type.
8217
8218 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
8219
8220 * progmodes/gdb-ui.el (gud-watch): Provide completion.
8221 (gdb-continuation): New variable.
8222 (gdb-send): Deal with continuation lines.
8223
8224 * progmodes/gud.el (gud-gdb-complete-command)
8225 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8226 expressions.
8227 (gud-tooltip-mode): Use buffer-local value.
8228
8229 2006-03-16 Kim F. Storm <storm@cua.dk>
8230
8231 * ido.el (ido-edit-input): Use selected match, if any.
8232
8233 2006-03-16 Bill Wohler <wohler@newt.com>
8234
8235 * image.el (image-load-path-for-library): Prefer user's images in
8236 image-load-path.
8237
8238 2006-03-16 Martin Rudalics <rudalics@gmx.at>
8239
8240 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8241 when checking for attempt to drag leftmost or rightmost scrollbar.
8242
8243 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
8244
8245 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8246 (gdb-force-mode-line-update): New function.
8247 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8248 (gdb-exited): Use them.
8249 (gdb-signal): New function.
8250 (gdb-annotation-rules): Provide a rule for it.
8251
8252 2006-03-16 Kenichi Handa <handa@m17n.org>
8253
8254 * international/mule.el (auto-coding-regexp-alist): Add entries
8255 for Unicode BOM.
8256
8257 * sort.el (sort-build-lists): Temporarily bind
8258 inhibit-field-text-motion to t.
8259
8260 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
8261
8262 * locate.el (locate-command, locate-make-command-line)
8263 (locate-fcodes-file, locate-update-command)
8264 (locate-prompt-for-command, locate, locate-with-filter)
8265 (locate-get-file-positions): Doc fixes.
8266 (locate-buffer-name, locate-header-face): Remove leading `*' in
8267 defcustom.
8268 (locate-filter-output): Use `keep-lines' instead of its alias
8269 `delete-non-matching-lines'.
8270 (locate-get-filename, locate-get-dirname): Add introductory comment.
8271 (locate-find-directory-other-window): Give appropriate error
8272 message if used outside main listing.
8273
8274 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8277 the new extend-region feature.
8278 (font-lock-after-change-function): Update correspondingly.
8279 * jit-lock.el (jit-lock-after-change): Update correspondingly.
8280 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8281
8282 2006-03-15 Bill Wohler <wohler@newt.com>
8283
8284 * image.el (image-load-path-for-library): Fix example by not
8285 recommending that one binds image-load-path. Just defvar it to
8286 placate compiler and only use it if previously defined.
8287
8288 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8289
8290 * textmodes/org.el (org-insert-centered): Use `string-width' to
8291 make underlining work for wide characters.
8292 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8293 TAB to `org-cycle', to make sure that no binding in
8294 `outline-mode-map' can supercede it.
8295
8296 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
8297
8298 * allout.el: Increment version to 2.2.1 in file commentary.
8299
8300 (allout-version): Increment to 2.2.1.
8301
8302 (allout-default-layout): New customization variable, used when the
8303 file lacks a specific allout-layout. Uses allout-layout-type for
8304 recursively nested definition.
8305
8306 (allout-layout-type): Widget defining allout layouts, necessary for
8307 self-recursive definition.
8308
8309 (allout-mode): Incorporate allout-default-layout as fallback for
8310 allout-layout.
8311
8312 (allout-layout): Mark as 'safe-local-variable', and refer mention
8313 fallback to `allout-default-layout' in absence of a specified value.
8314 (allout-passphrase-verifier-string)
8315 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
8316
8317 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
8318
8319 (allout-get-encryption-passphrase-verifier): Use correct name of
8320 passphrase verifier in docstring.
8321
8322 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
8323
8324 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8325 elements.
8326 (gdb-find-watch-expression): Make it work for arrays too.
8327 Follow change to gdb-var-list.
8328 (gud-watch): Allow the user to enter variable name with a prexix
8329 arg. Create keybindings.
8330 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8331 (gdb-var-list-children-handler, gdb-var-update-handler)
8332 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8333 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8334 Follow change to gdb-var-list.
8335 (gdb-starting): Don't show the overlay arrows when program is running.
8336
8337 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8338 gdb-var-list.
8339
8340 2006-03-14 Bill Wohler <wohler@newt.com>
8341
8342 * image.el (image-load-path-for-library): Pass value of path
8343 rather than symbol. Always return list of directories.
8344 Guarantee that image directory comes first.
8345
8346 2006-03-14 Alan Mackenzie <acm@muc.de>
8347
8348 * font-core.el (font-lock-extend-region\(-function\)?.):
8349 New function/variable.
8350
8351 * font-lock.el (font-lock-after-change-function):
8352 Call font-lock-extend-region. Obey font-lock-lines-before.
8353 (font-lock-default-fontify-region): Remove reference to
8354 font-lock-lines-before.
8355
8356 * jit-lock.el (jit-lock-after-change):
8357 Call font-lock-extend-region. Obey font-lock-lines-before.
8358
8359 2006-03-14 David Ponce <david@dponce.com>
8360
8361 * tree-widget.el (tree-widget-themes-load-path)
8362 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8363
8364 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
8365
8366 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
8367 (rcirc-print): Mark the start of text at the end of the prompt.
8368 (rcirc-track-minor-mode): Add autoload cookie.
8369 (rcirc-update-activity-string): Add space to front of mode-line
8370 indicator.
8371
8372 2006-03-13 Miles Bader <miles@gnu.org>
8373
8374 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
8375 (rcirc-abbrev-nick): Remove function.
8376 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
8377
8378 2006-03-13 David Ponce <david@dponce.com>
8379
8380 * tree-widget.el: Handle themes across all occurrences of the main
8381 themes sub-directory found in tree-widget-themes-load-path.
8382 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8383 (tree-widget--locate-sub-directory): Return all occurrences.
8384 (tree-widget-themes-path): New function.
8385 Replace tree-widget-themes-directory, and return a list of directories.
8386 (tree-widget-set-parent-theme)
8387 (tree-widget-lookup-image): Use it.
8388
8389 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8390
8391 * textmodes/org.el (org-link-search): Avoid self-matching of
8392 links, allow target text to be distributed over several lines.
8393 (org-search-not-link): New function.
8394 (org-set-regexps-and-options, org-get-current-options):
8395 New startup options.
8396 (org-export-as-html): Take odd-level setting from local variable.
8397 (org-fontify-emphasized-text): New option.
8398 (org-set-font-lock-defaults): Include emphasized text.
8399 (org-follow-mhe-link): Allow folder-only links, fix folder name.
8400 (org-font-lock): Customize group renamed from `org-faces'.
8401
8402 2006-03-13 John Paul Wallington <jpw@pobox.com>
8403
8404 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
8405 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
8406
8407 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
8408
8409 * cus-start.el (all): Delete :version keyword for members of the
8410 fringe group, since the entire group is new in 22.1.
8411
8412 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
8413
8414 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
8415 map if value is hexadecimal (an address).
8416 (gud-watch): Only search roots for existing watch expressions.
8417 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
8418 prevent caching problems with speedbar-update-directory-contents.
8419
8420 2006-03-12 Juri Linkov <juri@jurta.org>
8421
8422 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
8423 before comparing with `low' and `warn'.
8424
8425 * info.el (Info-dir-remove-duplicates): Move point to the
8426 beginning of the current line after deleting the entries from
8427 redundant heading. Use marker for `limit' and compare it with
8428 point before calling `re-search-forward'.
8429
8430 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8431
8432 * simple.el (yank): Fix typo in docstring.
8433
8434 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
8435
8436 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
8437 messages, where "D" is the 6th character.
8438
8439 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8440
8441 * simple.el (yank): Fix last change.
8442
8443 2006-03-11 David Ponce <david@dponce.com>
8444
8445 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
8446 merging elements from the standard ispell-dictionary-alist.
8447 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
8448 alist, and return the new alist.
8449
8450 2006-03-11 Richard Stallman <rms@gnu.org>
8451
8452 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
8453
8454 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
8455 the way it is implemented is too unclean.
8456
8457 * simple.el (kill-region, yank): Doc fix.
8458
8459 * battery.el (battery-echo-area-format): Doc fix.
8460 (battery-mode-line-format): Likewise.
8461 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
8462 (battery-linux-proc-acpi): Ignore batteries that say "charged".
8463
8464 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8465
8466 * progmodes/octave-mod.el (octave-indent-for-comment):
8467 Behave according to do string.
8468
8469 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
8470
8471 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
8472 Be visible only if major mode is Mail Mode.
8473
8474 * textmodes/flyspell.el (flyspell-external-point-words)
8475 (flyspell-process-localwords): Fix last changes.
8476
8477 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8478
8479 * calendar/holidays.el (list-holidays): Doc fix.
8480
8481 * international/mule.el (auto-coding-alist): Add .odt
8482 (OpenOffice's open document) files.
8483
8484 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
8485 document) files. Mention in the doc string the need to sync with
8486 auto-coding-alist.
8487
8488 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
8489
8490 * files.el (hack-local-variables-confirm): Don't prompt for ! if
8491 enable-local-variables is set to always query, or there is no
8492 savable variable.
8493
8494 2006-03-10 Bill Wohler <wohler@newt.com>
8495
8496 * image.el (image-load-path-for-library): Merge at least three
8497 functions from Gnus and MH-E into this one function that can now
8498 be shared.
8499
8500 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
8501
8502 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
8503 gdb-remove-mouse-face and remove help-echo too.
8504 (gdb-enqueue-input): Correct conditional clause.
8505
8506 2006-03-10 Glenn Morris <rgm@gnu.org>
8507
8508 * calendar/calendar.el (calendar-holidays): Doc fix.
8509 * calendar/holidays.el (list-holidays): Doc fix.
8510
8511 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
8512
8513 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
8514 it gets called in gdb-prompt anyway.
8515 (gdb-use-separate-io-buffer): Only restore window arrangement for
8516 gdb-many-windows.
8517 (gdb-enqueue-input): Make it harder to send GDB input when program
8518 is running.
8519 (gdb-buffer-list): New variable.
8520 (gdb-remove-mouse-face): New function.
8521 (gdb-starting): Use it when GDB input won't get sent.
8522
8523 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
8524
8525 * help.el (view-lossage): Remove trailing whitespace before
8526 inserting "\n".
8527
8528 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
8529
8530 * files.el (hack-local-variables-confirm):
8531 Set coding-system-for-read to nil before writing to .emacs.
8532
8533 * arc-mode.el (archive-extract): Check if an existing buffer name
8534 comes from a different archive.
8535
8536 * help.el (describe-key-briefly): If KEY is a down event, read and
8537 discard the up event.
8538
8539 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8542 be edited and use font-lock-warning-face for any changes.
8543
8544 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8545 (gdb-edit-value): Use it to report any errors.
8546
8547 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
8548
8549 * help.el (describe-key): Remove leftover test code.
8550
8551 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8552
8553 * textmodes/org.el: Move defvars out of eval-when-compile.
8554 Use buffer-file-name variable.
8555 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8556 arg `file'.
8557 (org-level-faces): Remove startup dependency.
8558 (org-cycle, org-map-tree, org-scan-tags)
8559 (org-remember-handler): Don't call `outline-level' directly.
8560 (org-mhe-search-all-folders): New option.
8561 (org-mhe-get-message-folder-from-index)
8562 (org-mhe-get-message-folder): Fix indexing search.
8563 (org-format-agenda-item): Handle nil TAGS argument.
8564 (org-cleaned-string-for-export, org-activate-target-links)
8565 (org-make-target-link-regexp): Deal with empty radio target list.
8566 (org-tag): New face.
8567 (org-get-level-face): New function.
8568 (org-set-font-lock-defaults): Simplify setup for headlines.
8569 (org-complete): Pass common substring to `display-completion-list'.
8570
8571 2006-03-06 David Ponce <david@dponce.com>
8572
8573 * tree-widget.el: Update Commentary header.
8574 (tree-widget-theme-name): Ignore parent themes.
8575 (tree-widget-set-parent-theme): New function.
8576 (tree-widget-set-theme): Use it.
8577 (tree-widget-set-image-properties): Move definition. Does nothing
8578 if image properties have already been set.
8579 (tree-widget-image-properties): Move definition. Receive an image
8580 name. Set the :pointer property.
8581 (tree-widget-lookup-image): Doc fix. Search in parent themes.
8582 Don't set the :pointer image property.
8583 (tree-widget-convert-widget): New function. Handle :dynargs
8584 compatibility here.
8585 (tree-widget): Use it to :convert-widget. Add the :expander-p
8586 predicate to control when the :expander function is entered.
8587 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8588 (tree-widget-value-create): Handle :expander-p. widget-apply
8589 :expander.
8590 (tree-widget-expander-p): New function. Default value of the
8591 :expander-p property.
8592
8593 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
8594
8595 * help.el (describe-key): Properly handle the return value of
8596 read-key-sequence when grabbing an up-event. Cleanup mouse-1
8597 remaps. Handle string and vector `follow-link' values.
8598
8599 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * complete.el (PC-expand-many-files): Try be more careful when parsing
8602 the shell's output.
8603
8604 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * outline.el (hide-sublevels): Provide better interactive default.
8607
8608 2006-03-06 Kenichi Handa <handa@m17n.org>
8609
8610 * international/fontset.el (create-fontset-from-fontset-spec):
8611 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
8612
8613 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
8614
8615 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8616 backslashes instead of one in regexp.
8617 (gud-tooltip-dereference): Add missing optional argument.
8618
8619 2006-03-04 John Paul Wallington <jpw@pobox.com>
8620
8621 * wdired.el (toplevel): Require `cl' at compile-time.
8622
8623 2006-03-04 Andreas Schwab <schwab@suse.de>
8624
8625 * server.el (server-process-filter): Handle errors during
8626 evaluation of the argument.
8627
8628 2006-03-03 John Paul Wallington <jpw@pobox.com>
8629
8630 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8631 escape parentheses at beginning of line.
8632 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8633 (t-mouse-mode): Remove period from end of error message.
8634
8635 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
8636
8637 * textmodes/flyspell.el (flyspell-process-localwords):
8638 Be case-sensitive.
8639
8640 2006-03-03 Martin Rudalics <rudalics@gmx.at>
8641
8642 * cus-edit.el (custom-quote): Remove function, since it has been
8643 moved to custom.el.
8644
8645 * font-lock.el (lisp-font-lock-keywords-2)
8646 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8647 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8648 they have no special meaning.
8649
8650 * midnight.el (clean-buffer-list): Handle case where base-buffer of
8651 indirect buffer gets killed before indirect buffer. Use dolist.
8652
8653 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8654
8655 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8656 value instead of a literal constant (1) on more pauses.
8657
8658 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8659
8660 * textmodes/flyspell.el (flyspell-external-point-words):
8661 Be case-sensitive.
8662
8663 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
8664
8665 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8666 with "www".
8667
8668 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8669
8670 * allout.el: Restablish intermediate missing comment header to
8671 preserve outline structure.
8672 (allout-beginning-of-current-entry): Skip invisible text.
8673 (allout-open-topic): Fix opening a topic at end-of-buffer.
8674 (allout-minor-mode): Move nearer to allout-mode function.
8675
8676 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
8677
8678 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
8679
8680 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
8681
8682 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8683 is nil.
8684
8685 * progmodes/gud.el (gud-speedbar-menu-items):
8686 Use buffer-local-value and add missing :visible keyword.
8687
8688 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
8689
8690 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8691
8692 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8693 must be `follow-link'.
8694
8695 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
8696
8697 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
8698 formatting: No nested anchors.
8699 (org-all-targets): Fix bug with XEmacs compatibility.
8700 (org-read-date): Add (require 'parse-time).
8701 (org-set-tags): Fix bug with extra inserted space.
8702 (org-export-html-style): Define a style class for targets.
8703 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
8704 (org-hide-leading-stars): New option.
8705 (org-hide): New face.
8706 (org-set-font-lock-defaults): Allow to hide leading stars.
8707 (org-get-legal-level, org-tr-level): New functions.
8708 (org-odd-levels-only): New option.
8709 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8710 (org-demote, org-promote): Deal with double-star levels.
8711 (org-convert-to-odd-levels): New command.
8712
8713 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
8714
8715 * speedbar.el (speedbar-update-localized-contents): Try to
8716 preserve window-start.
8717 (speedbar-update-directory-contents): Try to preserve window-start
8718 and window-point.
8719 (speedbar-update-special-contents): Don't move back to start of window.
8720
8721 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
8722 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
8723 speedbar-timer-fn.
8724 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
8725 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
8726 instead of gdb-speedbar-timer-fn.
8727
8728 2006-02-28 Jay Belanger <belanger@truman.edu>
8729
8730 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
8731 (math-compose-expr): Use latex option when calling
8732 `math-compose-tex-matrix' for latex mode.
8733
8734 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
8735
8736 * speedbar.el: Re-instate comments about developing for speedbar
8737 [this is what info and gdb-ui use even if better methods exist now].
8738
8739 * t-mouse.el: New file.
8740 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
8741 (t-mouse-lispy-buffer-posn-from-coords): Remove.
8742 (t-mouse-make-event-element): Use posn-at-x-y instead.
8743 (t-mouse-make-event): Deal with Fedora Core 3.
8744 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
8745 (t-mouse-mouse-position-function): New function. Use it instead
8746 of advising mouse-position.
8747 (t-mouse-mode): New minor mode.
8748 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
8749
8750 2006-02-27 Glenn Morris <rgm@gnu.org>
8751
8752 * calendar/calendar.el (calendar-holidays): Doc fix.
8753
8754 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
8755
8756 * progmodes/gdb-ui.el (gdb-source-window): New variable.
8757 Re-introduce the concept of a source window.
8758 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
8759 consistency with get-buffer-create.
8760 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8761 (gdb-data-list-register-values-handler)
8762 (gdb-stack-list-locals-handler): Try to preserve window-start as
8763 well as window-point.
8764 (gdb-display-source-buffer): New function (old concept).
8765 (gdb-goto-breakpoint): Use it.
8766
8767 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
8768 for gdb-ui/gdb-mi (old concept).
8769
8770 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
8771
8772 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
8773 binding.
8774
8775 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
8776
8777 * textmodes/reftex-sel.el (reftex-select-label-map)
8778 (reftex-select-bib-map): Add `follow-mouse' binding.
8779
8780 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * jka-cmpr-hook.el (jka-compr-compression-info-list)
8783 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
8784 Give :set functions to provide automatic updating.
8785 Update docstring. Give compiler defvars early in the file
8786 and move the defcustoms to a later spot where all called functions
8787 are defined.
8788 (jka-compr-file-name-handler-entry): Doc fix.
8789 (jka-compr-compression-info-list--internal)
8790 (jka-compr-mode-alist-additions--internal)
8791 (jka-compr-load-suffixes--internal): New variables.
8792 (jka-compr-install): Set the three above variables.
8793 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8794 (jka-compr-update, jka-compr-set): New functions.
8795 (auto-compression-mode): Doc fix.
8796
8797 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
8798 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8799 Use jka-compr-compression-info-list--internal,
8800 jka-compr-mode-alist-additions--internal and
8801 jka-compr-load-suffixes--internal.
8802
8803 * files.el (load-library):
8804 * loadhist.el (file-loadhist-lookup):
8805 * startup.el (command-line):
8806 * subr.el (locate-library):
8807 * emacs-lisp/autoload.el (update-directory-autoloads):
8808 * emacs-lisp/find-func.el (find-library-suffixes):
8809 Use `get-load-suffixes' instead of `load-suffixes'.
8810
8811 * subr.el (locate-library):
8812 * emacs-lisp/find-func.el (find-library-name):
8813 Use `load-file-rep-suffixes' instead of '("").
8814
8815 2006-02-26 Kim F. Storm <storm@cua.dk>
8816
8817 * ido.el (ido-save-history, ido-load-history): Simplify.
8818 Don't use find-file-noselect to avoid interference from other modes.
8819
8820 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
8821
8822 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
8823 to use the default shell if filename is not available.
8824 Reported by Giorgos Keramidas.
8825
8826 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
8827
8828 * progmodes/etags.el (tags-completion-table): Do completion from
8829 all the tables in the current list, as documented in the manual.
8830
8831 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8832
8833 * CC Mode Update to 5.31.3.
8834
8835 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8836
8837 * progmodes/cc-mode.el (c-postprocess-file-styles):
8838 Bind inhibit-read-only to t, around the call to
8839 c-remove-any-local-eval-or-mode-variables, so that it works on a
8840 RO file.
8841
8842 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8843
8844 * progmodes/cc-awk.el: Correct a typo.
8845
8846 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8847
8848 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
8849 c-hungry-delete-backwards, at the request of RMS. Leave the old
8850 name as an alias.
8851
8852 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8853
8854 * progmodes/cc-mode.el: Correct a typo.
8855
8856 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8857
8858 * progmodes/cc-defs.el: Update the version number to 5.31.3.
8859
8860 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8861
8862 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
8863 brace-else-brace (error due to mbeg, mend being undefined).
8864
8865 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8866
8867 * progmodes/cc-mode.el: File Local variables: Solve the problem
8868 where both `mode' and c-file-offsets are specified: `mode' will
8869 overwrite c-f-o's settings:
8870 (c-remove-any-local-eval-or-mode-variables): New function.
8871 (c-postprocess-file-styles): Call the above new function, within
8872 c-tentative-buffer-change, to splat `mode' and `eval' before the
8873 second hack-local-variables.
8874
8875 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8876
8877 * progmodes/cc-mode.el:
8878 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
8879 (c-after-change): Protect the match data with save-match-data.
8880 It was getting corrupted by c-after-change-check-<>-operators.
8881
8882 * cc-defs.el: [Supersedes patch V1.38]:
8883 (top level): Check for a buggy font-lock-compile-keywords ONLY in
8884 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
8885
8886 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
8887 with save-match-data. It was being corrupted when Font Lock was
8888 not enabled.
8889
8890 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8891
8892 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
8893 Mode and Subword Mode.
8894
8895 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
8896 real labels ("case 1:" or "foo:") from non-labels ("public:").
8897 (c-forward-objc-directive): Replace c-forward-token-2 with crude
8898 coding; c-f-t-2 doesn't move over a token at EOB.
8899
8900 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
8901
8902 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
8903 (c-update-modeline): Concatenate the minor mode indicators
8904 directly onto mode-name, removing c-submode-indicators.
8905 Sometimes, c-s-i got separated from the mode name on the mode line.
8906
8907 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
8908 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
8909
8910 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8911
8912 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
8913 error message when there's an evaluation error to show whether
8914 it's loaded from source or not.
8915 (c-filter-ops): Make it available at runtime too to work when
8916 `c-make-init-lang-vars-fun' needs to evaluate from source.
8917
8918 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
8919
8920 * help.el (help): Revert last part of 2006-02-23 change (deletion
8921 of the `provide' call).
8922
8923 2006-02-23 Juri Linkov <juri@jurta.org>
8924
8925 * compare-w.el (compare-windows-highlight): Add new value
8926 `persistent' and change :type from `boolean' to `choice'.
8927 (compare-windows-overlays1, compare-windows-overlays2):
8928 New internal variables.
8929 (compare-windows-highlight): If compare-windows-highlight is
8930 `persistent', add current overlays to compare-windows-overlays[12]
8931 instead of adding compare-windows-dehighlight to pre-command-hook.
8932 (compare-windows-dehighlight): Delete all overlays from
8933 compare-windows-overlays[12].
8934
8935 * info.el (Info-search): Don't bind search-spaces-regexp to
8936 Info-search-whitespace-regexp in non-regexp isearch mode.
8937
8938 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
8941
8942 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
8943
8944 * textmodes/org.el (org-xemacs-p)
8945 (org-export-html-show-new-buffer, org-table-may-need-update)
8946 (org-insert-item, org-mhe-get-message-real-folder)
8947 (org-mhe-get-message-folder-from-index)
8948 (org-mhe-get-message-folder, org-mhe-get-message-num)
8949 (org-mhe-get-header, org-make-org-heading-search-string)
8950 (org-make-org-heading-camel, org-table-sort-lines)
8951 (org-format-org-table-html, org-format-table-table-html):
8952 Fix typos in docstrings.
8953
8954 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
8955
8956 * textmodes/org.el (org-cleaned-string-for-export)
8957 (org-solidify-link-text): New function.
8958 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
8959 XEmacs, just to silence the compiler.
8960 (org-export-as-ascii, org-export-as-html-and-open):
8961 Use `org-cleaned-string-for-export' and create internal links.
8962 (org-follow-mhe-link): Require mh-e, use folder.
8963
8964 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
8965
8966 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
8967
8968 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
8969 gdb-debug-log-length.
8970 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
8971 it a real ring but...
8972 (gud-gdba-marker-filter): ...make it work like mark-ring.
8973 (gdb-enable-debug): Rename from gdb-enable-debug-log.
8974 (gdb-mouse-jump): New function. Add bindings.
8975
8976 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
8977
8978 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
8979 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
8980 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
8981 (gdb-debug-log-length): Customize it's length.
8982 (gud-watch, gdb-var-create-handler): Display function::var format
8983 but don't use to create variable object.
8984 (gdb-var-create-handler): Use message-box in place of message.
8985 (gdb-stopped): Call gdb-exited if signalled.
8986
8987 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8988
8989 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
8990
8991 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
8992
8993 * textmodes/reftex.el (reftex-locate-file): Search all extensions
8994 if `reftex-try-all-extensions' is set.
8995
8996 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
8997 fail silently when there is no valid argument at point.
8998 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
8999 `fail-silently' argument. From a patch by David Reiter.
9000
9001 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9002 New commands.
9003 (org-mark-ring): New variable.
9004 (org-mark-ring-length): New option.
9005 (org-open-at-point, org-goto, org-open-file): Push old position
9006 onto the mark ring.
9007 (org-add-hook): New function.
9008 (org-export-table-remove-special-lines): New option.
9009 (org-skip-comments, org-format-org-table-html): Respect new
9010 option `org-export-table-remove-special-lines'.
9011 (org-open-file): Allow special command configuration for
9012 directory link.
9013 (org-file-apps): Fix bugs in customize type, added setting
9014 for directories.
9015 (org-activate-tags, org-format-agenda-item, org-complete)
9016 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9017 (org-get-tags, org-get-buffer-tags, org-open-at-point)
9018 (org-link-search, org-make-org-heading-search-string)
9019 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9020 (org-radio-targets, org-file-link-context-use-camel-case)
9021 (org-activate-camels): New options.
9022 (org-update-radio-target-regexp, org-all-targets)
9023 (org-make-target-link-regexp, org-activate-target-links):
9024 New functions.
9025 (org-make-org-heading-search-string): New function.
9026 (org-store-link, org-insert-link): Use new option
9027 `org-file-link-context-use-camel-case'.
9028 (org-activate-camels): Use new option `org-activate-camels'.
9029 (org-link-regexp): Add mhe prefix.
9030 (org-open-at-point, org-store-link): Support for mhe links.
9031 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9032 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9033 (org-mhe-get-header, org-follow-mhe-link): New functions.
9034 (org-remove-angle-brackets, org-add-angle-brackets):
9035 New functions.
9036 (org-bracket-link-regexp): New constant.
9037 (org-read-date): Fix bug that was rejecting all typed dates.
9038 (org-link-search): Make hierarchy above visible after a match.
9039 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9040 (org-store-link): Fix bug with link creation when cursor is in
9041 an empty line.
9042 (org-open-at-point): Fix bug with matching a link.
9043 Fixed buggy argument sequence in call to `org-view-tags'.
9044 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9045 (org-prefix-has-tag): New variable.
9046 (org-format-agenda-item): Remove tags from headline
9047 if appropriate.
9048 (org-agenda-remove-tags-when-in-prefix): New option.
9049
9050 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
9051
9052 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9053 Fix the regular expressions.
9054
9055 2006-02-21 Richard M. Stallman <rms@gnu.org>
9056
9057 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9058 if there's no other specific basis.
9059
9060 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9061 as variables at all.
9062 (unsafep-variable): Rename arg; doc fix.
9063
9064 * abbrevlist.el (list-one-abbrev-table): Add autoload.
9065
9066 * calendar/appt.el (diary-selective-display): Add defvar.
9067
9068 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9069
9070 * isearch.el (search-whitespace-regexp): Fix custom type.
9071
9072 * help.el (describe-key-briefly): Compute interactive args
9073 in same was as before previous change.
9074
9075 * files.el (enable-local-variables): Doc fix.
9076
9077 2006-02-21 Kim F. Storm <storm@cua.dk>
9078
9079 * fringe.el: Cleanup as file is now pre-loaded.
9080 (fringe-bitmaps): Initialize unconditionally.
9081 (fringe-mode, set-fringe-style): Remove autoload cookies.
9082
9083 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9084
9085 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9086 `horizontal-bar'.
9087 (fringe-cursor-alist): Use `horizontal-bar'.
9088
9089 2006-02-20 Kim F. Storm <storm@cua.dk>
9090
9091 * fringe.el (fringe-bitmaps): Update to new bitmap names.
9092 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9093
9094 * loadup.el: Load "fringe" on window systems.
9095
9096 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9097
9098 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9099 out of scope components.
9100
9101 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9102 default.
9103
9104 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
9105
9106 * custom.el (customize-mark-to-save, customize-mark-as-set):
9107 Load the symbol first.
9108
9109 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9110
9111 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9112 strech spec so it doesn't display as "^J" on the header line
9113 when `Buffer-menu-use-header-line' is t.
9114
9115 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * speedbar.el (speedbar-make-button): Keep text properties
9118 of string arguments if desired.
9119
9120 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9121 expessions.
9122
9123 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9124 of speedbar.
9125
9126 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
9127
9128 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9129 to value of `read-file-name-completion-ignore-case'.
9130
9131 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * custom.el (customize-mark-as-set): Push to `user' theme.
9134
9135 * cus-edit.el (custom-save-variables): Allow unthemed values.
9136 (customize-set-variable): Push setting to `user' theme.
9137
9138 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9139
9140 * progmodes/gud.el: Don't require font-lock as it's now
9141 automatically loaded.
9142 (gud-speedbar-buttons): Replace gdb-var-changed with
9143 gdb-force-update.
9144
9145 * progmodes/gdb-ui.el (gdb-force-update): Rename from
9146 gdb-var-changed.
9147 (gdb-post-prompt): Use it.
9148 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9149 (gdb-var-update-handler, gdb-var-delete)
9150 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9151 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9152 gdb-force-update in gdb-post-prompt.
9153 (gdb-reset): Clear watch expressions from speedbar when quitting.
9154
9155 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9156
9157 * viper-cmd.el (viper-insert-state-post-command-sentinel)
9158 (viper-change-state-to-vi, viper-change-state-to-emacs):
9159 Make aware of cursor coloring in the Emacs state.
9160 (viper-special-read-and-insert-char): Use read-char-exclusive.
9161 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9162
9163 * viper-init.el (viper-emacs-state-cursor-color): New variable.
9164
9165 * viper-util.el (viper-save-cursor-color)
9166 (viper-get-saved-cursor-color-in-replace-mode)
9167 (viper-get-saved-cursor-color-in-insert-mode)
9168 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9169 state.
9170 (viper-get-saved-cursor-color-in-emacs-mode): New function.
9171
9172 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9173 (ediff-ignore-case-option3, ediff-actual-diff-options)
9174 (ediff-actual-diff3-options): New variables to control case sensitivity.
9175 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9176 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9177 (ediff-toggle-ignore-case): New function.
9178 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9179
9180 * ediff-help.el (ediff-long-help-message-narrow2)
9181 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9182 (ediff-long-help-message-word-mode): Add ignore-case command.
9183 (ediff-help-for-quick-help): Add ignore-case command.
9184
9185 * ediff-merg.el: Move provide to the end.
9186
9187 * ediff-ptch.el: Move provide to the end.
9188
9189 * ediff-wind.el: Move provide to the end.
9190
9191 * ediff-mult.el: Move provide to the end.
9192 (ediff-set-meta-overlay): Enable follow-link.
9193
9194 * ediff.el: Move provide to the end.
9195 Break recursive load cycle in eval-when-compile.
9196 (ediff-patch-buffer): Better heuristics.
9197
9198 * ediff-util.el: Move provide to the end.
9199 Break recursive load cycle in eval-when-compile.
9200 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
9201 defuns.
9202 (ediff-submit-report): Pass the values of ediff-diff3-program,
9203 ediff-diff3-options.
9204
9205 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
9206
9207 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9208 the opening bracket of the following bracketing pairs: {}, [], (), <>,
9209 `' (for example, in the docstring of `windmove-default-keybindings').
9210
9211 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9212
9213 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9214 shadow face. Don't provide binding to edit variable when it is
9215 out of scope.
9216
9217 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9218 (gdb-var-update-handler): Detect out of scope variables with pre
9219 GDB 6.4 too.
9220 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
9221 Reset status of variable objects to nil in update handlers.
9222 (gdb-var-update-handler-1): Detect when a variable object comes
9223 in scope. setcar on var changes gdb-var-list directly.
9224
9225 2006-02-17 Juri Linkov <juri@jurta.org>
9226
9227 * ffap.el (ffap) <defface>: Add explicit face declaration.
9228 (ffap-highlight): Use face `ffap' directly instead of checking
9229 for its existence.
9230
9231 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9232 `visible-ok' of `other-buffer' to find the right original buffer.
9233
9234 * info.el (Info-search): Skip `Local Variables' node.
9235
9236 2006-02-17 Juri Linkov <juri@jurta.org>
9237
9238 * info.el (Info-find-file): Check for symbols `apropos', `history',
9239 `toc' in the input filename, and return these symbols as is.
9240 (Info-find-node-2): Set Info-current-file to symbols `apropos',
9241 `history', `toc' instead of strings.
9242 (Info-set-mode-line): For non-string Info-current-file use the
9243 symbol's name inside **.
9244 (Info-isearch-push-state): Add quote before Info-current-file and
9245 Info-current-node.
9246 (Info-isearch-pop-state): Use `equal' instead of `string='.
9247 (Info-extract-pointer, Info-following-node-name): Use
9248 `match-string-no-properties' instead of `match-string'.
9249 (Info-up): Check `old-file' for `stringp'.
9250 (Info-history): Use `equal' instead of `string-equal'.
9251 Check `file' for `stringp'.
9252 (Info-history): Use symbol `history' instead of string as first arg
9253 of `Info-find-node'.
9254 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
9255 `toc' instead of string.
9256 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9257 instead of `buffer-substring', and `match-string-no-properties'
9258 instead of `match-string'.
9259 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9260 instead of strings.
9261 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9262 Use symbol `apropos' instead of string.
9263 (Info-copy-current-node-name): Check `Info-current-file' for
9264 `stringp' and construct a command with `Info-find-node' from it.
9265 (Info-fontify-node): Use `match-string-no-properties' instead of
9266 `match-string' and check file names for `stringp'.
9267 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9268 `history', `toc' instead of strings.
9269
9270 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
9271
9272 * files.el: Rearrange functions and variables in the file local
9273 variables section.
9274
9275 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
9276
9277 * files.el: Add truncate-lines, ispell-check-comments and
9278 ispell-local-dictionary as safe local variables.
9279
9280 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9283 out of scope variables.
9284 (gud-speedbar-buttons): Use unless.
9285
9286 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9287 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9288 (gdb-show-changed-values): Also use for out of scope variables.
9289 (gdb-var-update-handler-1): Note if variable goes out of scope.
9290
9291 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
9292
9293 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9294 default to global variable values for unsupplied args.
9295 (rcirc-get-buffer-create): Fix bug with setting the target.
9296 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9297 test for rcirc-always-use-server-buffer-flag here.
9298 (rcirc-response-formats): Add %N, which is a facified nick. %n
9299 uses the default face. Change the ACTION format string. If the
9300 "nick" is the server, don't print anything for that field.
9301 Comment fixes.
9302 (rcirc-target-buffer): Don't test
9303 rcirc-always-use-server-buffer-flag here.
9304 (rcirc-print): Squeeze extra spaces out of the text before message.
9305 (rcirc-put-nick-channel): Strip potential "@" char from nick
9306 before adding them to nick table.
9307 (rcirc-url-regexp): Improve to match address like "foo.com".
9308
9309 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9310
9311 * allout.el (allout-hidden-p): Move this defsubst before
9312 allout-overlay-interior-modification-handler, where it is first
9313 used.
9314
9315 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
9316
9317 * allout.el: Use allout invisible-text overlays instead of
9318 selective display for concealed text. Also, lots of general
9319 cleanup, and improved compatibility code.
9320
9321 (allout-version) Incremented, corrected, revised, and refined
9322 module commentary.
9323
9324 (provide 'allout): Moved to the bottom, added a require of overlay.
9325
9326 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9327 `except-current'.
9328 (allout-write-file-hook-handler): Minimize delay.
9329 (count-trailing-whitespace-region): New function so
9330 auto-encryption of current topic can resituate cursor exactly.
9331 PGP/GPG encryption trims trailing whitespace from lines, which
9332 must be accounted for across encryption then decryption.
9333
9334 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9335 just plain "\C-c", to avoid intruding on user's keybinding space.
9336
9337 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9338 parameter, so user request to provide a new password is done.
9339
9340 (allout-outside-normal-auto-fill-function, allout-auto-fill):
9341 Refined mechanism for auto-filling behavior while in allout mode.
9342
9343 (allout-mode): Explicitly specify the mode map in the docstring.
9344 Clarify provision for various write-file hook var names.
9345 Adjusted for invisible-text overlays instead of selective-display.
9346
9347 (allout-depth): Really return 0 if not within any topic. This
9348 rectifies `allout-beginning-of-level' and sequence numbering
9349 errors that occur when cutting and pasting numbered topics.
9350 Changed from a in-line subst to a regular function, as well.
9351
9352 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
9353
9354 (allout-end-of-subtree, allout-end-of-subtree)
9355 (allout-end-of-entry, allout-end-of-current-heading)
9356 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
9357 (allout-show-children, allout-show-to-offshoot)
9358 (allout-hide-current-entry, allout-show-current-entry): Rectified
9359 handling of trailing blank lines between items.
9360
9361 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
9362 (allout-current-depth, allout-unprotected, allout-hidden-p)
9363 (allout-on-current-heading-p, allout-listify-exposed)
9364 (allout-chart-subtree, allout-goto-prefix)
9365 (allout-back-to-current-heading, allout-get-body-text)
9366 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
9367 (allout-hide-region-body, allout-toggle-subtree-encryption)
9368 (allout-encrypt-string, allout-encrypted-key-info)
9369 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
9370 (allout-file-vars-section-data): Adjusted for use with
9371 invisible-text overlays instead of selective-display.
9372
9373 (allout-kill-line, allout-kill-topic, allout-yank-processing):
9374 Reworked for use with invisible text overlays.
9375
9376 (allout-current-topic-collapsed-p): New function.
9377
9378 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
9379 to know when to close the containing topic.
9380
9381 (allout-pre-command-business, allout-post-command-business):
9382 Simplify undo-batching and dynamic isearch exposure.
9383
9384 (allout-set-overlay-category): New for invisible-text overlays.
9385 Sets properties of allout-overlay-category, used by
9386 allout-flag-region to set invisible-text overlay properties.
9387 (allout-get-invisibility-overlay): Get the first qualifying
9388 invisibility overlay, so we can find the extent of it.
9389 (allout-back-to-visible-text): Get to just before the beginnining
9390 of the current invisibility overlay, if any.
9391
9392 (allout-overlay-insert-in-front-handler)
9393 (allout-overlay-interior-modification-handler)
9394 (allout-before-change-handler, allout-isearch-end-handler): New
9395 functions to handle extraordinary actions affecting concealed
9396 text.
9397
9398 (allout-flag-region): Use overlays instead of selective-display
9399 for invisible text - by inheritence from the properties of
9400 allout-overlay-category in mainline Emacs, and applied
9401 property-by-property in XEmacs, some recent versions of which
9402 don't inherit the properties from the category. Provisions to
9403 respond to concealed-text edits simplified drastically.
9404
9405 (allout-isearch-rectification, allout-isearch-was-font-lock)
9406 (allout-isearch-expose, allout-enwrap-isearch)
9407 (allout-isearch-abort, allout-pre-was-isearching)
9408 (allout-isearch-prior-pos, allout-isearch-did-quit)
9409 (allout-isearch-dynamic-expose)
9410 (allout-hide-current-entry-completely): Functions deleted.
9411
9412 (allout-undo-aggregation): Explicit undo aggregation no longer
9413 necessary due to transition away from selective-display.
9414
9415 (set-allout-regexp, allout-up-current-level)
9416 (allout-next-visible-heading, allout-forward-current-level)
9417 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
9418 (allout-kill-line, allout-yank-processing, allout-show-children)
9419 (allout-expose-topic, allout-old-expose-topic)
9420 (allout-listify-exposed, allout-insert-latex-header)
9421 (allout-toggle-subtree-encryption, allout-encrypt-string)
9422 (remove-from-invisibility-spec, allout-hide-current-subtree):
9423 Ditched unused variables.
9424
9425 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
9426
9427 * textmodes/ispell.el (ispell-change-dictionary): Call
9428 ispell-buffer-local-dict instead of
9429 ispell-accept-buffer-local-defs.
9430 (ispell-local-dictionary-alist): Accept as valid any coding-system
9431 supported by Emacs.
9432 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
9433 changed to iso-8859-3.
9434
9435 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
9436
9437 * speedbar.el (speedbar-frame-width): Make an inline function
9438 instead of a macro. Use frame-width.
9439 (speedbar-try-completion, speedbar-update-contents)
9440 (speedbar-timer-fn): Use consp.
9441 (speedbar-update-localized-contents): Try to preserve point.
9442
9443 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
9444 (menu): Re-order menu items.
9445 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
9446 field.
9447 (gdb-var-update-handler-1): Use it for GDB 6.4+.
9448 (gdb-post-prompt): Speed things by not forcing update.
9449
9450 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
9451
9452 * wid-edit.el (widget-button-click): For mouse-1, cancel button
9453 press and perform default action if we get a mouse movement event.
9454
9455 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9456
9457 * calendar/icalendar.el (icalendar--get-event-property)
9458 (icalendar--get-event-property-attributes): Fix typos in
9459 docstrings.
9460
9461 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
9462 docstring.
9463
9464 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
9465
9466 * bs.el (bs-mode): Use `buffer-disable-undo'.
9467 (bs--get-file-name): Simplify.
9468 (bs-show-in-buffer): Mark the buffer as not modified.
9469
9470 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9471
9472 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
9473 widget-button-click.
9474
9475 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9476 (custom-mode): Update docstring.
9477
9478 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
9479 binding.
9480
9481 * files.el (hack-local-variables-confirm): Allow scrolling if the
9482 file variable list is too long. Kill temp buffer after use.
9483
9484 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
9485
9486 * progmodes/gud.el (gdb): Improve doc string.
9487 (gdb-script-font-lock-keywords): Expand allowed character set.
9488
9489 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
9490 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
9491 (gdb-separate-io-interrupt, gdb-separate-io-quit)
9492 (gdb-separate-io-stop, gdb-separate-io-eof):
9493 Rename from gdb-inferior-* to gdb-separate-*.
9494 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
9495
9496 2006-02-14 Jay Belanger <belanger@truman.edu>
9497
9498 * calc/calc-arith.el (math-check-known-scalarp): Make sure
9499 expression is a symbol before checking that it is bound.
9500
9501 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
9502 test to see if equation can be solved.
9503
9504 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9505
9506 * wid-edit.el (widget-button-click): Use :pressed-face property
9507 for overlay face, if it exists.
9508
9509 * cus-edit.el (custom-manual, custom-add-see-also)
9510 (custom-add-parent-links, custom-group-link): Add :pressed-face
9511 property to links.
9512
9513 * files.el (hack-local-variables): Remove ignored variables before
9514 checking if any variables need setting.
9515
9516 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9517
9518 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
9519
9520 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9521
9522 * help.el (where-is): Fix message for remapped commands.
9523
9524 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9525 Fix typos in docstrings.
9526
9527 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9528
9529 * files.el (safe-local-variable-values): New option.
9530 (hack-local-variables-prop-line): Return a list of variable-value
9531 pairs if MODE-ONLY is non-nil.
9532 (hack-local-variables): Construct list of variable-value pairs,
9533 and apply or reject them in one go. Ask for confirmation if
9534 variables are not known safe.
9535 (hack-local-variables-confirm): Complete rewrite. Support
9536 `safe-local-variable-values'.
9537 (enable-local-variables): Update docstring to reflect new
9538 behavior.
9539 (ignored-local-variables): Ignore ignored-local-variables and
9540 safe-local-variable-values.
9541 (safe-local-variable-p): New function.
9542 (risky-local-variable-p): `safe-local-variable' property check
9543 moved to safe-local-variable-p.
9544 (hack-one-local-variable): Checks moved to hack-local-variables.
9545
9546 (byte-compile-dynamic, c-basic-offset, c-file-style)
9547 (c-indent-level, comment-column, fill-column, fill-prefix)
9548 (indent-tabs-mode, kept-new-versions, no-byte-compile)
9549 (no-update-autoloads, outline-regexp, page-delimiter)
9550 (paragraph-start, paragraph-separate, sentence-end)
9551 (sentence-end-double-space tab-width, version-control):
9552 Add `safe-local-variable' property.
9553
9554 * find-lisp.el: Delete nonexistent `autocompile' file variable.
9555
9556 * icomplete.el, play/landmark.el: Change nonexistent
9557 `outline-layout' file variable to `allout-layout'.
9558
9559 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
9560
9561 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9562 (gdb-get-changed-registers): Test value of gud-minor-mode relative
9563 to gud-comint-buffer.
9564 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9565 gdb-ui.el for gdb-mi.el.
9566 (gdb-post-prompt, gdb-get-changed-registers): Move test for
9567 registers buffer to gdb-get-changed-registers.
9568 (gdb-breakpoint-regexp): New regexp. Allow toggling and
9569 deletion of catchpoints (throw and catch).
9570 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9571 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9572 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9573 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9574 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9575
9576 2006-02-13 Jay Belanger <belanger@truman.edu>
9577
9578 * calc/calc-arith.el (math-check-known-matrixp): Make sure
9579 expression is a symbol before checking that it is bound.
9580
9581 2006-02-13 Richard M. Stallman <rms@gnu.org>
9582
9583 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9584 for the minibuffer too, but not if resize-mini-windows will interfere.
9585
9586 * help.el (describe-key-briefly, describe-key): Do all arg-reading
9587 inside `interactive' spec.
9588 (describe-key-briefly-internal, describe-key-internal):
9589 Functions merged back into their callers.
9590
9591 2006-02-13 Martin Rudalics <rudalics@gmx.at>
9592
9593 * info.el (info-xref-visited): Inherit from info-xref too.
9594 (Info-set-mode-line): Replace occurrences of `%' by `%%'
9595 when propertizing Info-current-file and Info-current-node.
9596
9597 2006-02-13 Juri Linkov <juri@jurta.org>
9598
9599 * tumme.el (tumme-thumbnail-storage): Fix docstring.
9600 (tumme-thumb-name): Fix per-directory format.
9601
9602 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
9603
9604 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9605
9606 2006-02-12 Miles Bader <miles@gnu.org>
9607
9608 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9609
9610 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
9611
9612 * tumme.el: Remove history section. If someone needs the it, it
9613 can always be found in CVS.
9614
9615 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9616
9617 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
9618 about the Thumbnail Managing Standard option.
9619
9620 2006-02-12 Richard M. Stallman <rms@gnu.org>
9621
9622 * subr.el (substitute-key-definition): Doc fix.
9623
9624 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9625
9626 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9627
9628 * info.el (Info-mode): Doc fix.
9629
9630 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9631
9632 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
9633
9634 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9635 because on Solaris a POSIX compatible "id" is needed. Reported by
9636 Magnus Henoch <mange@freemail.hu>.
9637
9638 2006-02-12 Juri Linkov <juri@jurta.org>
9639
9640 * tumme.el: Remove todo item about Thumbnail Managing Standard.
9641 (tumme) <defgroup>: Change :group to `multimedia'.
9642 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9643 Managing Standard.
9644 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9645 Fix dostring.
9646 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9647 and %y. Fix docstring.
9648 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9649 (tumme-cmd-create-standard-thumbnail-command): New user options.
9650 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9651 is `standard'. Fix docstring.
9652 (tumme-thumb-width, tumme-thumb-height): New user options.
9653 (tumme-external-viewer): Try to find various viewers.
9654 (tumme-get-thumbnail-image): Use `create-image' instead of
9655 constructing the `image' structure.
9656 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9657 `standard'.
9658 (tumme-thumb-name): Add file name generation for standard storage.
9659 Simplify code for other storages.
9660 (tumme-thumb-name): Use width %w and height %h instead of size %s.
9661 Add modification time %m and thumbnail-nq8 %q.
9662 Use `tumme-cmd-create-standard-thumbnail-command' if
9663 tumme-thumbnail-storage is `standard'.
9664 (tumme-dired-insert-marked-thumbs): New autoload command.
9665 (tumme-dired-after-readin-hook): New function.
9666 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9667 `tumme-thumb-size'.
9668 (tumme-display-image): Replace size-x %x and size-y %y with
9669 width %w and height %h.
9670
9671 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9672 `tumme-dired-insert-marked-thumbs'.
9673
9674 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9675
9676 * tumme.el (tumme-write-tag): Fix small bug (file name did not
9677 include path).
9678 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9679 matching tag.
9680
9681 2006-02-12 Miles Bader <miles@gnu.org>
9682
9683 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9684 New variables.
9685 (rcirc-abbrev-nick): New function.
9686 (rcirc-format-response-string): Rewrite to use the formats in
9687 `rcirc-response-formats' and expand escape sequences therein.
9688 A text-property `rcirc-text' is added over the actual response
9689 text to make easy to find inside the returned string.
9690 (rcirc-print): When filling, just look for the `rcirc-text'
9691 text-property to find the appropriate fill prefix, instead of
9692 using hardwired patterns.
9693
9694 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9695
9696 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
9697 Managing Standard.
9698
9699 2006-02-11 Kim F. Storm <storm@cua.dk>
9700
9701 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9702 Don't use insert-buffer; do insert-buffer-substring directly.
9703 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
9704
9705 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9706
9707 * files.el (revert-buffer, recover-file): Replace buffer-read-only
9708 with inhibit-read-only. Suggested by Stefan Monnier.
9709 (revert-buffer): Let insert-file-contents discard
9710 buffer-undo-list. Simplify code.
9711 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9712
9713 2006-02-11 Eli Zaretskii <eliz@gnu.org>
9714
9715 * menu-bar.el (menu-bar-select-yank): Add a doc string.
9716
9717 * help.el (describe-key-briefly): Now a wrapper for
9718 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
9719 to t. Populate yank-menu if empty.
9720 (describe-key-briefly-internal): Renamed from describe-key-briefly.
9721 (describe-key): Now a wrapper for describe-key-internal. Bind
9722 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
9723 (describe-key-internal): Renamed from describe-key.
9724
9725 2006-02-11 Milan Zamazal <pdm@zamazal.org>
9726
9727 * progmodes/glasses.el (glasses-separator): Doc fix.
9728 (glasses-original-separator): New defcustom.
9729 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
9730
9731 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9732
9733 * mwheel.el (mouse-wheel-up-event): Doc fix.
9734
9735 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9736
9737 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
9738 (tumme-dir): New function. Copied from thumbs.el.
9739
9740 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
9741
9742 * desktop.el (desktop-outvar): Fix typo.
9743 (desktop-save-buffer-p): Doc fix.
9744
9745 * subr.el (substitute-key-definition): Fix typo.
9746
9747 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9748
9749 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
9750 when window-system is mac.
9751
9752 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
9753
9754 2006-02-10 Kim F. Storm <storm@cua.dk>
9755
9756 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
9757 indirect-function instead of using condition-case.
9758
9759 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
9760
9761 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
9762 less `colloquial'...
9763
9764 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
9765
9766 * tumme.el: Add a couple of todo items.
9767
9768 2006-02-09 Lars Hansen <larsh@soem.dk>
9769
9770 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9771 (highlight-changes-mode): Don't change desktop-locals-to-save.
9772
9773 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * image-mode.el (image-toggle-display): Clear image cache if using
9776 filename.
9777
9778 2006-02-09 Masatake YAMATO <jet@gyve.org>
9779
9780 * dired-x.el (dired-guess-shell-alist-default): Add .man as
9781 a `dired-man' target.
9782
9783 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
9784 boundary of symbols.
9785
9786 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
9787
9788 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
9789
9790 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
9791
9792 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
9793 `mapcar'; return nil.
9794
9795 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
9796
9797 * mouse.el (mouse-drag-track): Don't change window if we rebind to
9798 some other event.
9799
9800 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
9801
9802 * net/rcirc.el (rcirc-startup-channels-alist):
9803 Add irc.freenode.net and #emacs as defaults.
9804 (rcirc-ignore-all-activity-flag): Remove variable.
9805 (rcirc-authinfo): New variable.
9806 (rcirc-authinfo-filename): Remove variable.
9807 (rcirc-always-use-server-buffer-flag): New flag.
9808 (rcirc): M-x rcirc will automatically connect without prompting.
9809 C-u M-x rcirc will prompt. Use rcirc-connect to create a
9810 connection in lisp.
9811 (rcirc-process-server-response-1): Remove everything but the nick
9812 portion of the sender so it doesn't need to be done everywhere
9813 else. Update related code.
9814 (global-map): Remove global keybindings.
9815 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
9816 (rcirc-send-input): Split into several functions.
9817 (rcirc-process-input-line, rcirc-process-message)
9818 (rcirc-process-command): New functions.
9819 (rcirc-target-buffer): New function to determine where to route
9820 messages.
9821 (rcirc-user-nick): Save match data.
9822 (rcirc-toggle-ignore-buffer-activity)
9823 (rcirc-update-activity-string): Remove global ignore functionality,
9824 which can be done now by toggling rcirc-track-minor-mode.
9825 (rcirc-track-minor-mode-map): New keymap.
9826 (rcirc-track-minor-mode): New minor-mode.
9827 (ignore): Make the ignore output nicer. Always print it when
9828 adding or removing nicks.
9829 (rcirc-url-regexp): Improve.
9830 (rcirc-mangle-text): Remove properties before using text in the
9831 modeline.
9832 (rcirc-authenticate): Authentication data comes from
9833 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
9834 (rcirc-server-prefix): Inherit from rcirc-server.
9835
9836 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
9837
9838 * Makefile.in (compile): Append "|| true" to the end of the `find'
9839 command, like compile-always does.
9840
9841 2006-02-08 Sam Steingold <sds@gnu.org>
9842
9843 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
9844 output from a dead connection.
9845
9846 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9847
9848 * dired.el (dired-mode-map): Add more bindings for tumme.
9849
9850 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
9851
9852 * wdired.el (wdired-mode-map): Use remap.
9853 (wdired-get-filename): Massage.
9854 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
9855 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
9856 `keymap' property rather than `local-map'.
9857
9858 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9859
9860 * tumme.el (tumme-get-thumbnail-image): New utility function.
9861 Suggested by from Chong Yidong.
9862 (tumme-dired-with-window-configuration): Rename from
9863 `tumme-dired'. Add code to save window configuration.
9864 (tumme-restore-window-configuration): New command to restore the
9865 window configuration that `tumme-dired-with-window-configuration'
9866 saves before it changes the window configuration.
9867 (tumme-show-all-from-dir): New command to display thumbnails for
9868 all files in a directory entered by the user, like M-x thumbs.
9869 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
9870 have been created.
9871 (tumme-display-thumbnail-original-image): Call `display-buffer'.
9872 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
9873 Remove obsolete test function.
9874
9875 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
9876
9877 * vc.el (small-temporary-file-directory): Remove defvar; there's
9878 a defcustom for it in files.el.
9879
9880 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
9881 Fix typo in message.
9882 (tumme-gallery-generate): Fix typo in `error' message.
9883 (tumme-display-window-height-correction)
9884 (tumme-display-window-width-correction, tumme-line-up-dynamic)
9885 (tumme-line-up-interactive): Dox fixes.
9886 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
9887 (tumme-restore-window-configuration, tumme-format-properties-string)
9888 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
9889 Fix typos in docstrings.
9890
9891 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
9892
9893 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
9894
9895 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
9896
9897 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
9898 User should use hook if desired.
9899
9900 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
9901 buffer if necessary.
9902 (gdb-delete-frame-or-window): New function.
9903 (gdb-breakpoints-mode-map): Bind "q" to it.
9904
9905 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * textmodes/nroff-mode.el: Clean up name space.
9908 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
9909 (nroff-mode): Obey the global setting of nroff-electric-mode.
9910 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
9911
9912 * calendar/calendar.el (calendar-increment-month): Typo in last change.
9913
9914 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
9915
9916 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
9917
9918 2006-02-06 Lars Hansen <larsh@soem.dk>
9919
9920 * generic-x.el (etc-fstab-generic-mode): Add file system types
9921 cifs and usbdevfs. Allow special chars in file names.
9922
9923 2006-02-05 Jay Belanger <belanger@truman.edu>
9924
9925 Update copyright notices of the files in lisp/calc.
9926
9927 2006-02-05 Romain Francoise <romain@orebokech.com>
9928
9929 Update copyright notices of all files in the lisp/play directory.
9930
9931 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
9932
9933 * ldefs-boot.el: Regenerate.
9934
9935 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
9936
9937 2006-02-05 Kim F. Storm <storm@cua.dk>
9938
9939 * files.el (magic-mode-regexp-match-limit): New defvar.
9940 (set-auto-mode): Use it to limit magic-mode-alist matching.
9941
9942 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
9943
9944 * simple.el (display-message-or-buffer): Compare the number of
9945 characters to the frame width when determining whether a 1-line
9946 message string will fit in the echo area. Count screen lines
9947 instead of buffer lines when determining whether a multi-line
9948 message will fit in the echo area/minibuffer window.
9949
9950 2006-02-04 Eli Zaretskii <eliz@gnu.org>
9951
9952 * info.el (Info-index, Info-mode): Improve the description of the
9953 `i' command.
9954
9955 * ldefs-boot.el: Regenerate.
9956
9957 2006-02-03 Werner Lemberg <wl@gnu.org>
9958
9959 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
9960 greedy to find the closing bracket in \*[...] and similar
9961 expressions. This is a first rough fix -- many additional
9962 refinements are necessary to make nroff mode really usable with groff.
9963
9964 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
9965
9966 * international/mule-cmds.el (set-locale-environment):
9967 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
9968 libX11.
9969
9970 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
9971
9972 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
9973 archive are created in archive-tmpdir.
9974
9975 2006-02-02 John Paul Wallington <jpw@pobox.com>
9976
9977 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
9978 (ibuffer-fontification-alist): Use it.
9979 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
9980 to "* z" and the Ibuffer Mark menu.
9981
9982 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
9983
9984 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * textmodes/table.el (*table--cell-describe-mode)
9987 (*table--cell-describe-bindings): Undo last change since
9988 print-help-return-message is not obsoleted by anything at all.
9989
9990 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
9991
9992 * emulation/cua-base.el (cua-mode): Doc fix.
9993
9994 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
9995
9996 * dframe.el (dframe-handle-make-frame-visible)
9997 (dframe-handle-iconify-frame, dframe-get-focus)
9998 (dframe-select-attached-frame, dframe-power-click)
9999 (dframe-frame-mode): Fix typos in docstrings.
10000
10001 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10002 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10003 Fix typos in docstrings.
10004
10005 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10006 (hi-lock-face-buffer, hi-lock-font-lock-hook)
10007 (hi-lock-archaic-interface-message-used)
10008 (hi-lock-file-patterns-range): Fix typos in docstrings.
10009
10010 * savehist.el (savehist-loaded, savehist-load, savehist-install)
10011 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10012
10013 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10014 Fix typo in docstring.
10015
10016 * net/newsticker.el (newsticker--decode-iso8601-date)
10017 (newsticker--set-customvar, newsticker--buffer-insert-item)
10018 (newsticker--do-run-auto-mark-filter)
10019 (newsticker--parse-generic-feed): Doc fixes.
10020 (newsticker--retrieval-timer-list, newsticker-url-list)
10021 (newsticker-hide-immortal-items-in-echo-area)
10022 (newsticker-hide-obsolete-items-in-echo-area)
10023 (newsticker-new-item-face, newsticker--enclosure)
10024 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10025 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10026 (newsticker--parse-generic-feed, newsticker--cache-contains)
10027 (newsticker--stat-num-items, newsticker-download-enclosures):
10028 Fix typos in docstrings.
10029
10030 * net/rcirc.el (rcirc-debug): Doc fix.
10031 (rcirc-fill-column, rcirc-receive-message-hooks)
10032 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10033 (rcirc-mode, rcirc-generate-new-buffer-name)
10034 (rcirc-startup-channels, rcirc-ignore-update-automatic)
10035 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10036 Fix typos in docstrings.
10037 (rcirc-print): "?\ " -> "?\s".
10038 (rcirc-cmd-join): Improve argument/docstring consistency.
10039
10040 2006-02-01 Mark A. Hershberger <mah@everybody.org>
10041
10042 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10043 before narrow-to-region.
10044
10045 2006-02-01 Richard M. Stallman <rms@gnu.org>
10046
10047 * simple.el (move-beginning-of-line): Scan properly for invis change.
10048
10049 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10050
10051 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
10052
10053 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10054 change bit only when id-format is 'integer. Reported by Matt
10055 Hodges <M.P.Hodges@rl.ac.uk>.
10056
10057 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
10058
10059 * hilit-chg.el (highlight-changes-initial-state)
10060 (highlight-changes-global-initial-state): Doc fixes.
10061 (highlight-changes-global-modes, global-highlight-changes):
10062 Fix typos in docstrings.
10063
10064 2006-02-01 Kim F. Storm <storm@cua.dk>
10065
10066 * emulation/cua-base.el (cua-mode): Mention that CUA enables
10067 transient-mark-mode in doc string.
10068
10069 2006-01-31 Richard M. Stallman <rms@gnu.org>
10070
10071 * replace.el (multi-occur): Doc fix.
10072 (multi-occur-in-matching-buffers): Rename from
10073 multi-occur-by-filename-regexp. Prefix arg says match
10074 buffer names instead of file names.
10075
10076 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
10077
10078 * bs.el: Allow non-default values of `bs-header-lines-length'.
10079 (bs--running-in-xemacs): Remove (not needed anymore).
10080 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10081 instead of `shrink-window', thus avoiding having to compute the
10082 height of the window.
10083 (bs--up): Wrap around even when there's no header.
10084 (bs--down): Use `forward-line' instead of `next-line'.
10085
10086 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
10087
10088 * image-mode.el (image-toggle-display): Use file name if possible,
10089 instead of unnecessarily allocating a (possibly huge) lisp string.
10090
10091 2006-01-30 John Paul Wallington <jpw@pobox.com>
10092
10093 * subr.el (toplevel): Define `cl-assertion-failed' condition here
10094 because the `assert' macro signals it at runtime.
10095
10096 * emacs-lisp/cl.el (toplevel): Remove definition of
10097 `cl-assertion-failed' condition.
10098
10099 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
10100
10101 * thumbs.el (thumbs-marked-list): Make buffer-local and
10102 permanent-local.
10103 (thumbs-insert-thumb): Make help-echo non-sticky.
10104 (thumbs-file-alist): Use eolp as check for (non)-image.
10105
10106 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
10107
10108 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10109 (ediff-before-session-group-setup-hooks)
10110 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10111 Fix typos in docstrings.
10112
10113 * window.el (bw-dir, bw-eqdir, balance-windows)
10114 (split-window-keep-point): Fix typos in docstrings.
10115
10116 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10117 (org-quote-string, org-calendar-to-agenda-key)
10118 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10119 (org-show-following-heading, org-tags-column)
10120 (org-use-tag-inheritance, org, org-allow-space-in-links)
10121 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10122 (org-enable-table-editor, org-calc-default-modes)
10123 (org-table-allow-automatic-line-recalculation)
10124 (org-export-html-style, org-export-with-fixed-width)
10125 (org-export-with-sub-superscripts, org-special-keyword)
10126 (org-formula, org-time-grid, org-table-may-need-update)
10127 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10128 (org-goto-quit, org-get-indentation, org-end-of-item)
10129 (org-move-item-down, org-move-item-up)
10130 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10131 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10132 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10133 (org-agenda-log-mode, org-agenda-toggle-diary)
10134 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10135 (org-agenda-file-to-end, org-agenda-no-heading-message)
10136 (org-agenda-get-closed, org-format-agenda-item)
10137 (org-cmp-priority, org-cmp-category, org-cmp-time)
10138 (org-agenda-change-all-lines, org-agenda-diary-entry)
10139 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10140 (org-link-search, org-camel-to-words, org-open-file)
10141 (org-remember-handler, org-table-convert-region)
10142 (org-table-move-row-down, org-table-move-row-up)
10143 (org-table-copy-region, org-table-wrap-region)
10144 (org-table-toggle-vline-visibility)
10145 (org-table-get-vertical-vector, org-table-modify-formulas)
10146 (org-table-get-specials, org-recalc-commands)
10147 (org-table-rotate-recalc-marks, org-table-eval-formula)
10148 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10149 (org-level-color-stars-only, org-insert-heading):
10150 Fix typos in docstrings.
10151 (last-arg): Add defvar.
10152
10153 * makefile.w32-in (WINS): Add erc.
10154 (MH_E_SRC): Update (copied from lisp/Makefile.in).
10155
10156 2006-01-29 Bill Wohler <wohler@newt.com>
10157
10158 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10159 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10160 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
10161 (mh-autoloads): Don't use comments on otherwise empty lines.
10162
10163 2006-01-29 Edward O'Connor <ted@oconnor.cx>
10164
10165 * emulation/viper.el (viper-major-mode-modifier-list): Add
10166 insert-state and vi-state entries for erc-mode.
10167 (viper-go-away, viper-set-hooks): Add and remove
10168 viper-comint-mode-hook from erc-mode-hook as appropriate.
10169
10170 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10171
10172 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
10173
10174 * bs.el (bs--format-aux): Implement `middle' alignment as
10175 described in the docstring for `bs-attributes-list'.
10176 (bs--get-name): Simplify. Don't pad the buffer name.
10177
10178 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
10179
10180 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10181 English aspell dictionary is installed, use the first entry of
10182 ispell-dictionary-alist-1.
10183
10184 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
10185
10186 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10187 Doc fix.
10188
10189 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
10190
10191 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10192 for `process-file', in order to let it work for older Emacsen too.
10193
10194 2006-01-27 Eli Zaretskii <eliz@gnu.org>
10195
10196 * international/latexenc.el: Add a suitable `coding:' tag.
10197 (latexenc-find-file-coding-system): Undo last change.
10198
10199 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10200
10201 * international/latexenc.el (latexenc-find-file-coding-system):
10202 Make sure latexenc-main-file is a regular file and is readable.
10203
10204 2006-01-27 Andre Spiegel <spiegel@gnu.org>
10205
10206 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10207 Pass FILE to vc-user-login-name.
10208
10209 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10210
10211 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
10212
10213 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10214 there are no more images to display.
10215 (thumbs-mark, thumbs-unmark): Revert change so that they move to
10216 the next image.
10217
10218 2006-01-26 Richard M. Stallman <rms@gnu.org>
10219
10220 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10221
10222 * wid-edit.el (advertised-widget-backward): New alias.
10223 (widget-keymap): Use advertised-widget-backward for S-TAB.
10224
10225 * tumme.el: Correct the keywords.
10226 (tumme-dir-max-size): Use defvar.
10227 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10228
10229 * simple.el (move-beginning-of-line): Take account of fields.
10230 (clone-indirect-buffer-other-window): Take args like
10231 clone-indirect-buffer, and work like it.
10232
10233 * help-fns.el (describe-function): Don't pass `nil' as default.
10234
10235 * files.el (risky-local-variable-p): Follow var aliases.
10236
10237 * subr.el (lazy-completion-table): Doc fix.
10238
10239 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10240 global binding of `line'.
10241
10242 2006-01-25 Andre Spiegel <spiegel@gnu.org>
10243
10244 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10245 Tramp.
10246
10247 * vc.el (vc-default-dired-state-info): Pass FILE to
10248 vc-user-login-name.
10249 (vc-default-update-changelog): Don't use vc-user-login-name, we
10250 don't need it here.
10251
10252 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
10253 no longer necessary.
10254
10255 2006-01-25 Kenichi Handa <handa@m17n.org>
10256
10257 * international/mule.el (decode-char): Avoid the overhead of
10258 calling utf-lookup-subst-table-for-decode if
10259 utf-translate-cjk-mode is nil.
10260 (encode-char): Avoid the overhead of calling
10261 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10262 nil.
10263
10264 2006-01-22 Kenichi Handa <handa@m17n.org>
10265
10266 * international/mule.el (make-subsidiary-coding-system): Reset
10267 `coding-system-define-form' property of subsidiaries to nil.
10268 Avoid duplicated entry in coding-system-alist.
10269 (make-coding-system): Avoid duplicated entry in
10270 coding-system-alist.
10271 (define-coding-system-alias): Likewise.
10272
10273 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
10274
10275 * completion.el: Minor fixes in introductory comment.
10276 (completion-def-wrapper): Fix alist.
10277
10278 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
10279
10280 * thumbs.el (thumbs-new-image-size): New function.
10281 (thumbs-increment-image-size-element)
10282 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10283 (thumbs-decrement-image-size): Delete.
10284 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
10285 temp files and use to resize.
10286 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10287 Use increment argument to enlarge/shrink. Preserve point.
10288 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10289 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10290 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10291 (thumbs-mark, thumbs-unmark): Preserve point.
10292 (thumbs-modify-image): Keep old temp files and use to modify.
10293 Cleanup old temp files at load time. Preserve point.
10294 (thumbs-view-image-mode-map): Use new command names.
10295
10296 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * log-view.el (log-view-minor-wrap): First rev is the one at point.
10299
10300 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10301 the nastiest part of the cyclic dependency.
10302 (cal-menu-update): Use dotimes and calendar-increment-month.
10303
10304 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10305 (calendar-week-start-day): Add an :initializer.
10306 (calendar-mode-map): Use suppress-keymap, and command remapping.
10307 (describe-calendar-mode): Setup xref-stack info for the back button.
10308 (calendar-star-date): Insert before delete.
10309 (calendar-set-mode-line): Add file-modified info if applicable.
10310 (calendar-increment-month): New function.
10311
10312 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
10313
10314 * font-lock.el (lisp-font-lock-keywords-2):
10315 Recognize "& keywords" only at word boundaries.
10316
10317 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
10318
10319 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
10320 and permanent-local.
10321 (thumbs-max-image-number): New variable.
10322 (thumbs-do-thumbs-insertion): Use them.
10323 (thumbs-per-line): Change default to 4.
10324 (thumbs-marked-list): Rename from thumbs-markedL.
10325 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10326 (thumbs-rename-images): Use -list instead of L for internal variables.
10327 (thumbs-call-convert): Use call-process instead of shell-command.
10328 (thumbs-insert-thumb): Add filename as help-echo to each image.
10329 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10330 Give dir to thumbs-show-thumbs-list.
10331 (thumbs-show-thumbs-list): Set default-directory to that of images.
10332 (thumbs-dired-show): Rename from thumbs-dired-show-all.
10333 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10334 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10335 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10336
10337 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10338
10339 * ses.el (ses-read-cell): Provide a default value.
10340
10341 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
10342
10343 * term/w32-win.el (image-library-alist): Add additional names for
10344 GIF library.
10345
10346 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10347
10348 * international/latexenc.el (latexenc-find-file-coding-system):
10349 Add file-regular-p check.
10350
10351 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * simple.el (clone-buffer): Don't show the new buffer in the same
10354 window.
10355
10356 2006-01-23 Juri Linkov <juri@jurta.org>
10357
10358 * faces.el (link, link-visited): New faces based on default values
10359 of `info-xref' and `info-xref-visited'.
10360
10361 * info.el (info-xref): Inherit from `link'.
10362 (info-xref-visited): Inherit from `link-visited'.
10363
10364 * cus-edit.el (custom-buffer-create-internal): Use widget type
10365 `custom-manual' instead of `info-link' and don't set properties
10366 `button-face' and `mouse-face' explicitly.
10367 (custom-browse-group-tag, custom-browse-variable-tag)
10368 (custom-browse-face-tag): Inherit from widget class
10369 `custom-group-link' instead of `push-button'.
10370 (custom-button-unraised): Inherit from `underline' face.
10371 (custom-link): Inherit from `link' face. Fix doc and group.
10372 (custom-add-parent-links, custom-group-value-create): Don't set
10373 properties `button-face' and `mouse-face' explicitly for
10374 `custom-group-link' widget.
10375 (custom-group-link): Add properties `button-face' and `mouse-face'
10376 to widget definition.
10377 (custom-field-keymap): New variable. Put `custom-field-keymap' to
10378 editable-field's :keymap property.
10379 (custom-mode): Fix docstring: substitute keybindings for
10380 `widget-forward' and `widget-backward' from `widget-keymap',
10381 `widget-complete' from `custom-field-keymap', replace old
10382 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
10383
10384 * desktop.el (desktop-load-file): Check for `fboundp' before
10385 calling `symbol-function'.
10386
10387 * simple.el (clone-buffer, clone-indirect-buffer)
10388 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
10389 `read-string'. Fix prompts.
10390
10391 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
10392
10393 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
10394
10395 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
10396
10397 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
10398
10399 * startup.el (inhibit-splash-screen, initial-scratch-message):
10400 Doc fixes.
10401
10402 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
10403
10404 Sync with Tramp 2.0.52.
10405
10406 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
10407 net/tramp-vc.el: Add code for unloading Tramp. See comment before
10408 `tramp-unload-tramp' for checklist.
10409
10410 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
10411 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
10412 (tramp-unload-file-name-handler-alist)
10413 (tramp-unload-tramp): New defuns.
10414 (tramp-advice-PC-expand-many-files): New defadvice.
10415 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
10416 removed.
10417 (tramp-handle-expand-file-name): Remove double slash.
10418 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
10419 It doesn't matter, because it will be converted later on.
10420 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
10421 implementation was just heuristic.
10422 (tramp-post-connection): Set uid and gid properties.
10423 (tramp-convert-file-attributes): Set file's gid change bit.
10424 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
10425 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
10426 in case of su(do)? methods. The home directory of the local user
10427 will be taken else.
10428 (tramp-open-connection-telnet)
10429 (tramp-open-connection-rsh, tramp-open-connection-su)
10430 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
10431 local shell prompt could hurt. Reported by Romain Francoise
10432 <romain@orebokech.com>.
10433 (tramp-let-maybe): Add `edebug-form-spec' property.
10434 (tramp-handle-expand-file-name): Bind `default-directory' locally
10435 to "/" in order to avoid problems with UNC shares or Cygwin
10436 mounts.
10437 (tramp-md5-function): Fix typo in error message.
10438
10439 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
10440
10441 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
10442 for byte-compiler pacification.
10443
10444 2006-01-22 Andre Spiegel <spiegel@gnu.org>
10445
10446 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
10447 ID-FORMAT `string'. This allows us to get rid of
10448 `vc-user-login-name UID'.
10449
10450 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
10451
10452 2006-01-22 John Paul Wallington <jpw@pobox.com>
10453
10454 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
10455
10456 2006-01-21 Martin Rudalics <rudalics@gmx.at>
10457
10458 * emacs-lisp/find-func.el (find-definition-noselect)
10459 (find-variable-noselect): Search variables in C source code too.
10460 (find-function-C-source, find-function-noselect, find-function)
10461 (find-function-other-frame, find-variable-noselect, find-variable)
10462 (find-variable-other-frame, find-variable-at-point):
10463 Fix docstrings.
10464
10465 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
10466
10467 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
10468
10469 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
10470
10471 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
10472 Default to disabling the "Save affix" question.
10473
10474 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
10475
10476 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
10477 the first arg to run-python.
10478
10479 2006-01-21 Eli Zaretskii <eliz@gnu.org>
10480
10481 * startup.el (command-line-1): Handle --no-desktop if desktop.el
10482 is not loaded.
10483
10484 2006-01-20 Jay Belanger <belanger@truman.edu>
10485
10486 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
10487 limit is 0.
10488
10489 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
10490 the correct variable.
10491
10492 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
10493
10494 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
10495 link. Fixed buggy argument sequence in call to `org-view-tags'.
10496 (org-compile-prefix-format): Set `org-prefix-has-tag'.
10497 (org-prefix-has-tag): New variable.
10498 (org-format-agenda-item): Remove tags from headline if
10499 appropriate.
10500 (org-agenda-remove-tags-when-in-prefix): New option.
10501 (org-get-tags-at): New function.
10502
10503 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
10504
10505 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
10506 (thumbs-find-image): Move image name and number from buffer name
10507 to mode name. Set thumbs-buffer. Preserve point so that large
10508 images remain visible.
10509 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
10510 order.
10511 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
10512 mode name.
10513 (thumbs-next-image, thumbs-previous-image): Make them work.
10514
10515 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
10516
10517 * cus-edit.el (custom-buffer-create-internal): State in the text above
10518 the whole buffer buttons that they do not operate on hidden items.
10519 (custom-face-menu): Use `custom-face-save' instead of
10520 `custom-face-save-command'.
10521 (custom-face-save-command): Make it an alias for `custom-face-save'
10522 and declare it obsolete.
10523 (custom-face-save): Doc fix.
10524
10525 * dired.el (dired-no-confirm): Add quote.
10526 (dired-subdir-alist-pre-R): Add quote in
10527 `make-variable-buffer-local' form and remove unbalanced parenthesis.
10528
10529 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * textmodes/table.el (table-mode-indicator): Typo in last change.
10532
10533 2006-01-19 Richard M. Stallman <rms@gnu.org>
10534
10535 * outline.el (hide-leaves): Don't call outline-end-of-heading.
10536 Fixes bug reported in Nov 2005.
10537
10538 * isearch.el (isearch-forward): Doc fix.
10539
10540 * dired.el (dired-move-to-filename-regexp): Define as alias.
10541 (dired-no-confirm): Use defcustom.
10542 (dired-subdir-alist-pre-R): Put defvar at top level.
10543
10544 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10545
10546 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10547 Mark as risky.
10548
10549 * simple.el (set-mark-command): Doc fix.
10550 (clone-indirect-buffer-other-window):
10551 Read arg like clone-indirect-buffer.
10552 (move-beginning-of-line): Skip invisible newlines.
10553
10554 2006-01-19 Masatake YAMATO <jet@gyve.org>
10555
10556 * progmodes/cpp.el (cpp-edit-load): Make the order of
10557 listed conditions in a base C code buffer and its associate
10558 CPP Edit buffer the same.
10559
10560 2006-01-19 Kenichi Handa <handa@m17n.org>
10561
10562 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10563 (rmail-mime-feature): Likewise.
10564 (rmail-require-mime-maybe): Use display-warning to show a warning
10565 message.
10566
10567 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
10568 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10569
10570 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * array.el: Move defvars out of eval-when-compile.
10573 (array-make-template): Replace undeclared global var with a local one.
10574 (array-mode): Inline initialization functions.
10575 (array-init-local-variables, array-init-max-row)
10576 (array-init-max-column, array-init-columns-per-line)
10577 (array-init-field-width, array-init-rows-numbered)
10578 (array-init-line-length, array-init-lines-per-row): Remove.
10579
10580 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
10581 (doc-mode-map): Define explicitly.
10582 (doctor-txtype): Use mapc.
10583
10584 * textmodes/table.el: Move defvars out of eval-when-compile.
10585 Remove harmful code meant to avoid byte-compiler warnings.
10586 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
10587 specification that checks table-fixed-width-mode directly.
10588 (table-recognize-region, table-recognize-cell):
10589 Use restore-buffer-modified-p.
10590 (table-fixed-width-mode): Remove code that refreshes
10591 table-fixed-mode-indicator.
10592 (*table--cell-describe-bindings, *table--cell-describe-mode):
10593 Avoid obsolete name print-help-return-message.
10594 (table--test-cell-list): Don't use replace-regexp from elisp.
10595 (table--point-entered-cell-function, table--point-left-cell-function):
10596 Don't set table-fixed-mode-indicator, use force-mode-line-update.
10597
10598 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
10599 that was after the end of file. Use buffer-file-name variable.
10600 (org-timestamp-change): Use with-current-buffer.
10601 (org-todo-list): Don't unnecessarily define a new buffer-local var.
10602 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10603 `file'.
10604
10605 * progmodes/fortran.el: Move defvars out of eval-when-compile.
10606 (fortran-break-line): Remove unused var `opoint'.
10607 (fortran-abbrev-start): Obey help-event-list.
10608
10609 2006-01-18 Jesper Harder <harder@phys.au.dk>
10610
10611 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10612
10613 2006-01-18 Masatake YAMATO <jet@gyve.org>
10614
10615 * progmodes/make-mode.el (makefile-imake-mode): New mode
10616 derived from makefile-mode.
10617 (makefile-imake-mode-syntax-table): New syntax table
10618 derived from makefile-mode-syntax-table.
10619 (makefile-mode): Write about makefile-imake-mode in doc string.
10620 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10621 (makefile-imake-font-lock-keywords): New font lock keywords.
10622
10623 * files.el (auto-mode-alist): Add Imakefile.
10624
10625 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
10626
10627 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10628 loading the file rather than when turning on flyspell-mode.
10629
10630 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
10631
10632 * cus-edit.el (customize-rogue): Minor doc fix.
10633
10634 2006-01-17 Juri Linkov <juri@jurta.org>
10635
10636 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10637 instead of the file at the mark as default if the file at the mark
10638 is the same as the file at point or if dired-dwim-target-directory
10639 is not the same as the current directory and the mark is not active.
10640
10641 * log-view.el (log-view-minor-wrap): Use the same logic to get
10642 revisions as `log-view-diff'.
10643
10644 * info.el (Info-revert-find-node): Check for Info-current-file
10645 before preserving new-history.
10646
10647 * man.el (Man-heading-regexp): Add `/'.
10648
10649 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10650 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10651
10652 2006-01-16 Juri Linkov <juri@jurta.org>
10653
10654 * faces.el (mode-line-faces): New defgroup.
10655 (mode-line-highlight): Move definition after new defgroup.
10656 (mode-line, mode-line-inactive, mode-line-highlight):
10657 Replace :group `modeline' with `mode-line-faces'.
10658 (mode-line-buffer-id): New face.
10659 (modeline-buffer-id): New face alias.
10660 (vertical-border): Remove :group `modeline'.
10661
10662 * bindings.el (propertized-buffer-identification): Use face
10663 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10664 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10665 (mode-line-buffer-identification-keymap): For mouse-1 replace
10666 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10667 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10668 mouse-3.
10669
10670 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10671 Buffer-menu-buffer. Doc fix.
10672 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
10673 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10674 `Buffer-menu-buffer'.
10675
10676 * info.el (Info-mode-line-node-keymap): New defvar.
10677 (Info-set-mode-line): Use `stringp' to check Info-current-file.
10678 Propertize Info-current-node with `mode-line-buffer-id' and
10679 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10680
10681 * time.el (display-time-mail-face): Replace :group `faces' with
10682 `mode-line-faces'.
10683
10684 2006-01-16 Kenichi Handa <handa@m17n.org>
10685
10686 * international/code-pages.el: Add autoload cookies for cp125[0345678].
10687
10688 * language/european.el (cp1252): New alias for windows-1252.
10689
10690 * international/mule.el (autoload-coding-system): Prepare for EOL
10691 variants.
10692
10693 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
10694
10695 * term.el (term-raw-map): Add mapping for insert.
10696 (term-send-insert): New.
10697 (term-mode): Make variables local here instead of doing it in
10698 `term-emulate-terminal'.
10699 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
10700 Scroll reverse needs to take into account the scroll region.
10701 Saving and restoring the cursor should save the color attributes too.
10702 (term-reset-terminal): Reset the scroll region.
10703 (term-handle-ansi-escape): Cursor up and down should take into
10704 account the scroll region.
10705 (term-set-scroll-region): Rename from `term-scroll-region'.
10706 Move to 0,0 after setting the region.
10707 (term-handle-scroll): Handle scroll up.
10708 (term-down): Fix off by one error.
10709 (term-delete-lines): Do not delete outside the scroll region.
10710 (term-insert-lines): Take into account the scroll region.
10711
10712 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * textmodes/ispell.el (ispell-internal-change-dictionary)
10715 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
10716 (start, end): Move declaration outside of eval-when-compile.
10717
10718 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
10719 (flyspell-mode-on): Use it.
10720
10721 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
10722 ispell-kill-ispell-hook.
10723
10724 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
10725
10726 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10727 (Custom-reset-saved): Do not ask for confirmation in single option
10728 buffers.
10729
10730 2006-01-13 Richard M. Stallman <rms@gnu.org>
10731
10732 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10733
10734 2006-01-13 Romain Francoise <romain@orebokech.com>
10735
10736 * add-log.el (add-change-log-entry, change-log-merge):
10737 Conditionally use `hard-newline'.
10738
10739 2006-01-13 Martin Rudalics <rudalics@gmx.at>
10740
10741 * wid-edit.el (widget-field-end): If the overlay is no longer
10742 associated with a buffer, behave as if the overlay didn't exist.
10743
10744 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
10745 Make sure the links use the `custom-link' face.
10746
10747 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
10750 (ld-script-mode): Don't set indent-line-function since we don't
10751 have one.
10752
10753 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
10754
10755 * textmodes/org.el (org-open-file): Use mailcap for selecting an
10756 application.
10757 (org-file-apps-defaults-gnu): Use mailcap as the default for
10758 selecting an application on a UNIX system.
10759 (org-agenda-show-tags): New command.
10760 (org-table-insert-hline): Keep cursor in current table line.
10761 (org-table-convert): Offset effect of modifying
10762 `org-table-insert-hline'.
10763 (org-format-agenda-item): New optional argument TAG.
10764 (org-compile-prefix-format): Handle %T format for the tag.
10765 (org-expand-wide-chars): New function.
10766 (org-table-insert-row, org-table-insert-hline):
10767 Use `org-expand-wide-chars'.
10768 (org-open-file): Fix bug in program launch.
10769 (org-get-time-of-day): Fix bug with times before 1am.
10770 (org-agenda-menu): Add tags commands.
10771
10772 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
10773
10774 * textmodes/ispell.el (ispell-init-process): Include the used
10775 dictionary in ispell process start message.
10776 (ispell-internal-change-dictionary): When flyspell-mode is active
10777 and dictionary is changed, make sure ispell process is restarted
10778 and flyspell word cache cleared out for the current buffer.
10779 (ispell-change-dictionary): Make sure flyspell word cache is
10780 cleared out in all buffers with active flyspell mode when
10781 dictionary is globally changed.
10782 Call ispell-internal-change-dictionary after dictionary change.
10783
10784 2006-01-13 Eli Zaretskii <eliz@gnu.org>
10785
10786 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10787
10788 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
10789 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
10790 years. Fix small differences wrt Makefile.in.
10791 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
10792 Makefile.in does.
10793
10794 2006-01-12 Bill Wohler <wohler@newt.com>
10795
10796 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
10797 mh-search.el.
10798
10799 2006-01-12 Masatake YAMATO <jet@gyve.org>
10800
10801 * progmodes/ld-script.el: Update copyright year.
10802
10803 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
10804
10805 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
10806 Don't add widget if setting undefined.
10807
10808 2006-01-12 John Paul Wallington <jpw@pobox.com>
10809
10810 * help-fns.el (describe-variable): Remove newlines from void
10811 variable output.
10812
10813 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
10814
10815 * wdired.el (wdired-mode-map): Add help echo for
10816 wdired-abort-changes.
10817
10818 * man.el (Man-file-name-regexp): Adjust for a list of files.
10819
10820 2006-01-12 Masatake YAMATO <jet@gyve.org>
10821
10822 * progmodes/ld-script.el (auto-mode-alist): Support
10823 suffix conventions used in netbsd and eCos.
10824
10825 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
10826
10827 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
10828 (custom-variable-menu, custom-face-menu, custom-group-menu)
10829 (Custom-mode-menu): Change names of menu items. (As discussed on
10830 emacs-devel.)
10831 (custom-face-menu): Add "Undo Edits" item.
10832
10833 * startup.el (init-file-user): defcustom -> defvar.
10834
10835 * tooltip.el (tooltip-mode): Doc fix.
10836
10837 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * reveal.el (reveal-post-command): window-buffer signals an error on
10840 dead windows rather than returning nil.
10841 (reveal-open-new-overlays): An overlay might die while we open others.
10842
10843 2006-01-11 Bill Wohler <wohler@newt.com>
10844
10845 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
10846 phrasing in docstring.
10847
10848 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
10849 can give some systems gas. Add new file mh-buffers.el.
10850
10851 2006-01-06 Masatake YAMATO <jet@gyve.org>
10852
10853 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
10854 C preprocessor forward ported from GNU Emacs 21.2.
10855
10856 * progmodes/asm-mode.el (asm-font-lock-keywords):
10857 Use `cpp-font-lock-keywords'.
10858
10859 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
10860
10861 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
10862 of $ for "\\.ld[s]?".
10863
10864 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
10867 (tcl-indent-line): Return `noindent' if inside a string.
10868
10869 * progmodes/flymake.el (flymake-split-string): Remove more than one
10870 empty string at beg/end of the result.
10871 (flymake-find-buildfile, flymake-find-possible-master-files):
10872 Use expand-file-name.
10873 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
10874 since expand-file-name does it for us. Use directory-file-name.
10875 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
10876 (flymake-ler-get-type, flymake-ler-get-text)
10877 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
10878 (flymake-current-line-no): Remove spurious interactive spec.
10879 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
10880 (flymake-check-include): Remove arg inc-path merged into inc-name.
10881 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
10882 Arg regexp-list replaced by a simple regexp.
10883 (flymake-master-make-header-init, flymake-master-tex-init):
10884 Correspondingly replace regexp-list with a regexp. Fix regexp.
10885
10886 2006-01-10 Simon Josefsson <jas@extundo.com>
10887
10888 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
10889 describing AUTH PLAIN fix.
10890
10891 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10892
10893 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
10894 (report-emacs-bug): Don't record initial prompt text.
10895 Instead, add text properties to prompting text.
10896 (report-emacs-bug-hook): Delete prompting text.
10897
10898 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
10901 `dirs'. Adjust callers.
10902
10903 2006-01-09 John Paul Wallington <jpw@gnu.org>
10904
10905 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
10906
10907 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * reveal.el (reveal-open-new-overlays): New extracted fun.
10910 (reveal-close-old-overlays): Idem. Check overlays's liveness before
10911 using them. Simplify the code.
10912 (reveal-post-command): Use them. Fix up obsolete windows in
10913 reveal-open-spots.
10914
10915 * progmodes/flymake.el: Use `require' rather than autoload for
10916 XEmacs's overlays.
10917 (flymake-get-common-file-prefix, flymake-build-relative-filename):
10918 Delete. Use file-relative-name instead.
10919 (flymake-get-syntax-check-program-args, flymake-perl-init):
10920 Simplify the resulting code.
10921
10922 * log-view.el (log-view-file-re, log-view-message-re): Add support
10923 for DaRCS output.
10924
10925 2006-01-09 Alex Schroeder <alex@gnu.org>
10926
10927 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
10928 identifiers sometimes added in square brackets at the beginning of
10929 subject lines.
10930
10931 2006-01-07 Richard M. Stallman <rms@gnu.org>
10932
10933 * cus-edit.el (Custom-set, Custom-save): Doc fix.
10934 (Custom-reset-current, Custom-reset-saved): Change question text.
10935 (Custom-reset-standard): Likewise.
10936 (custom-variable-reset-saved): Doc fix.
10937
10938 2006-01-07 Eli Zaretskii <eliz@gnu.org>
10939
10940 * startup.el (init-file-user): Doc fix.
10941
10942 2006-01-07 Alex Schroeder <alex@gnu.org>
10943
10944 * mail/rmail.el (rmail-current-subject): New function.
10945 (rmail-current-subject-regexp): New function.
10946 (rmail-next-same-subject): Use it.
10947
10948 * mail/rmailsum.el (rmail-summary-by-topic):
10949 Use rmail-current-subject and rmail-current-subject-regexp.
10950 (rmail-summary-next-same-subject): Ditto.
10951
10952 * net/rcirc.el (rcirc-send-input): No longer check whether the
10953 process is open, since not all commands need an open process.
10954 (rcirc-send-string): Check whether the process is open before
10955 sending anything.
10956 (rcirc-ignore-list): New option.
10957 (rcirc-ignore-list-automatic): New variable.
10958 (rcirc-print): Take rcirc-ignore-list into account.
10959 (rcirc-cmd-ignore): New command.
10960 (rcirc-ignore-update-automatic): New function.
10961 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
10962 list if ignored nicks.
10963 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
10964
10965 2006-01-06 David Reitter <david.reitter@gmail.com>
10966
10967 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
10968 reflect the address to which the report will be sent.
10969
10970 2006-01-06 Eli Zaretskii <eliz@gnu.org>
10971
10972 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
10973 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
10974
10975 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
10976
10977 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
10978
10979 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
10980 the doc string: "functoin" => "function".
10981 * ldefs-boot.el: Likewise.
10982
10983 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
10984 message text: "Duplicat" => "Duplicate".
10985
10986 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
10987
10988 * files.el (basic-save-buffer-2): If backing-up failed, reset
10989 buffer-backed-up to nil.
10990
10991 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
10992
10993 * progmodes/gud.el (gdb-script-skip-to-head)
10994 (gdb-script-calculate-indentation): Indent for breakpoint command
10995 lists also.
10996
10997 2006-01-05 Bill Wohler <wohler@newt.com>
10998
10999 * Makefile.in (compile-always): Add mh-autoloads dependency.
11000 (bootstrap): Remove mh-autoloads dependency, as compile dependency
11001 provides it.
11002 (updates): Remove mh-autoloads dependency, since it probably has
11003 already run recently (via recompile).
11004
11005 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11008 argument `force' to disable the flyspell-last-buffer optimization.
11009 (flyspell-mode-on): Use it.
11010
11011 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11012 flymake-simple-cleanup.
11013 (flymake-allowed-file-name-masks): Use this new default.
11014 All the functions are now called in the right buffer rather than
11015 passing the buffer as argument.
11016 (flymake-process-sentinel): Switch to buffer before calling cleanup.
11017 (flymake-parse-err-lines): Remove redundant buffer arg.
11018 (flymake-get-program-dir): Comment out unused function.
11019 (flymake-start-syntax-check, flymake-start-syntax-check-process):
11020 Remove redundant buffer argument.
11021 (flymake-get-real-file-name, flymake-simple-java-cleanup)
11022 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11023
11024 2006-01-05 Richard M. Stallman <rms@gnu.org>
11025
11026 * info.el (Info-find-node): Don't record previous node if have none.
11027 (info): Go to directory only if history is empty.
11028
11029 * simple.el (mark): Doc fix.
11030
11031 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11032
11033 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11034 already of desired type.
11035 (mac-ae-list): Coerce parameter to "list" type.
11036 (mac-dispatch-apple-event): Replace cadr part of event with a
11037 dummy position so that event-start returns it.
11038
11039 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
11040
11041 * textmodes/org.el (org-end-of-subtree): New function.
11042 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11043 Use `org-end-of-subtree'.
11044 (org-agenda, org-agenda-convert-date): Protect calls to
11045 `fit-window-to-buffer'.
11046 (org-tags-view): Force matching of sublevels when doing a
11047 todo-only search. Define the correct redo command, including the
11048 arguments.
11049 (org-agenda-redo): Display message.
11050 (org-check-for-org-mode): New function.
11051 (org-agenda-type): New variable.
11052 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11053 Set `org-agenda-type'.
11054 (org-agenda-check-type): New function.
11055 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11056 (org-agenda-week-view, org-agenda-day-view)
11057 (org-agenda-next-date-line, org-agenda-previous-date-line)
11058 (org-agenda-log-mode, org-agenda-toggle-diary)
11059 (org-agenda-toggle-time-grid, org-agenda-date-later)
11060 (org-agenda-date-prompt, org-agenda-diary-entry)
11061 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11062 (org-agenda-convert-date, org-agenda-menu):
11063 Use `org-agenda-check-type'.
11064 (org-make-overlay, org-delete-overlay)
11065 (org-detatch-overlay, org-move-overlay, org-overlay-put):
11066 New compatibility functions.
11067 (org-calendar-select-mouse): New command.
11068
11069 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
11070
11071 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11072 (Custom-reset-standard): Fix y-or-n-p messages.
11073 (custom-link): New face for links.
11074 (custom-buffer-create-internal, custom-manual): Use it.
11075 (custom-face-save): Push to theme-face before setting face spec.
11076
11077 * wid-edit.el (widget-default-mouse-face-get): New function.
11078 (widget-specify-button): Handle mouse-face like button-face.
11079
11080 * custom.el (load-theme): Clear old theme settings if reloading.
11081
11082 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
11083
11084 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11085 "Erase Customization" button back to same position it occupies in
11086 the individual State menus.
11087
11088 2006-01-04 Kim F. Storm <storm@cua.dk>
11089
11090 * wid-edit.el (key-sequence): Rework widget to read key binding
11091 using `kbd' syntax. Use C-q to insert literal key, event, or code.
11092 (widget-key-sequence-default-value): Default value for empty sequence.
11093 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
11094 (widget-key-sequence-read-event): New command for C-q.
11095 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11096 (widget-key-sequence-value-to-external): New functions.
11097
11098 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11101 Use expand-file-name.
11102 (flymake-delete-temp-directory): Use expand-file-name,
11103 file-name-directory, and directory-file-name.
11104 (flymake-strrchr): Delete.
11105 (flymake-start-syntax-check): Don't pass the redundant buffer argument
11106 to the init-f function.
11107 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11108 (flymake-init-find-buildfile-dir)
11109 (flymake-init-create-temp-source-and-master-buffer-copy)
11110 (flymake-simple-make-init-impl, flymake-simple-make-init)
11111 (flymake-master-make-init, flymake-master-make-header-init)
11112 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11113 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11114 (flymake-xml-init): Remove corresponding redundant buffer argument.
11115 (flymake-allowed-file-name-masks): Remove last elems that are equal to
11116 the default anyway. Clean up regexps.
11117
11118 * progmodes/flymake.el (flymake-temp-source-file-name)
11119 (flymake-master-file-name, flymake-temp-master-file-name)
11120 (flymake-base-dir): New buffer-local vars.
11121 (flymake-buffer-data, flymake-get-buffer-value)
11122 (flymake-set-buffer-value): Replace those hash-tables by the new
11123 buffer-local vars. Update callers.
11124
11125 * progmodes/flymake.el (flymake-check-start-time)
11126 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11127 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11128 Move definition, so we can remove redundant earlier declaration.
11129 (flymake-replace-regexp-in-string, flymake-split-string)
11130 (flymake-get-temp-dir): Use defalias.
11131 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
11132 (flymake-xemacs-window-edges): Remove unused function.
11133 (flymake-get-point-pixel-pos): Move.
11134 (flymake-pid-to-names, flymake-reg-names)
11135 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11136 Replace by a simple list flymake-processes and by process-buffer.
11137 Update callers. Other than simplify the code, it uses buffers rather
11138 than buffer-names so it doesn't get confused by uniquify.
11139 (flymake-buffer-data): The global value should just be nil.
11140
11141 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11142 Optimize the body of a defalias like any other code.
11143
11144 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11145 Make sure we've setup font-lock's vars. It may influence which
11146 function we then call.
11147 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11148 here since it's too late anyway.
11149
11150 2006-01-03 Romain Francoise <romain@orebokech.com>
11151
11152 * startup.el (fancy-splash-tail, normal-splash-screen):
11153 Update copyright year.
11154
11155 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
11156
11157 * mouse.el (mouse-drag-track): Rename, from
11158 `mouse-drag-region-1'. Includes optional argument required to
11159 enable post-drag event processing (e.g. delete region keys).
11160 Can be used without this argument to track a mouse region and operate
11161 on it as soon as the drag completes.
11162 (mouse-drag-region): Use `mouse-drag-track'.
11163
11164 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
11165
11166 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11167 Move to `custom-buffer' group.
11168
11169 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11170 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11171 (custom-theme-insert-face-marker, custom-theme-variable-menu)
11172 (custom-theme-face-menu): New variables.
11173 (custom-theme-add-variable, custom-theme-variable-action)
11174 (custom-variable-reset-theme, custom-theme-delete-variable)
11175 (custom-face-reset-theme, custom-theme-face-action)
11176 (custom-theme-delete-face, custom-theme-merge-theme)
11177 (custom-theme-add-face, custom-theme-visit-theme): New functions.
11178
11179 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
11180
11181 * custom.el: Move Custom Themes commentary to start of theme code.
11182 (custom-known-themes): Rename `standard' theme to `changed'.
11183 (custom-push-theme): Caller no longer specifies what theme to use
11184 when doing `reset'---the setting is simply removed from the theme.
11185 Delete MODE from `theme-value' and `theme-settings' properties.
11186 (custom-declare-theme): Ignore &rest args since we don't use them.
11187
11188 (custom-loaded-themes): Delete variable.
11189 (custom-theme-load-themes, custom-theme-loaded-p)
11190 (custom-theme-value): Delete functions.
11191
11192 (custom-declare-theme): Signal error on invalid theme names.
11193 (provide-theme): custom-loaded-themes was deleted.
11194 (load-theme): Load the file unconditionally.
11195 (enable-theme): Call `load-theme' if theme is undefined.
11196 (custom-enabled-themes): Only update value for successful loads.
11197 (disable-theme): Complete from enabled themes when interactive.
11198 (custom-variable-theme-value): Calculate theme value directly.
11199
11200 (custom-theme-reset-variables, custom-reset-variables): Mark as
11201 XEmacs compatibility functions. We don't actually use these.
11202
11203 * cus-edit.el (custom-variable-state-set):
11204 Use custom-variable-theme-value instead of custom-theme-value.
11205 (custom-face-state-set): Rename `standard' theme to `changed'.
11206 (custom-save-variables, custom-save-faces): Delete unneeded
11207 references to custom-reset-variables.
11208 (custom-save-resets): Delete function.
11209 (custom-save-variables, custom-save-faces): MODE argument deleted.
11210 (custom-save-variables, custom-save-faces): Ignore theme values.
11211
11212 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11213 compatibility function.
11214
11215 2006-01-01 Richard M. Stallman <rms@gnu.org>
11216
11217 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11218 (Custom-reset-current, Custom-reset-saved): Likewise.
11219 (Custom-reset-standard): Show message if aborted.
11220 (custom-mode): Doc fix, describing those commands.
11221
11222 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11223 put on event-kind property.
11224
11225 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * custom.el (provide-theme): Ban `user' theme name.
11228 (custom-enabling-themes): New variable.
11229 (enable-theme): Don't enable user if custom-enabling-themes is t.
11230 (custom-enabled-themes): Make it a defcustom.
11231 (custom-theme-recalc-face): No-op if face is undefined.
11232
11233 * cus-edit.el (custom-button-mouse): New variable.
11234 (custom-button-mouse): New face.
11235 (custom-raised-buttons, custom-mode): Use it.
11236
11237 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11238
11239 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11240
11241 * progmodes/gud.el (gud-display-line): Support hl-line in the
11242 source buffer.
11243
11244 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11245
11246 * mouse.el (mouse-drag-window-above): Verify that the found window
11247 overlaps with the given window in the horizontal dimension.
11248
11249 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11250
11251 * Makefile.in (cvs-update): New target.
11252
11253 * makefile.w32-in (cvs-update): Ditto.
11254
11255 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
11256
11257 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
11258 (custom-new-theme-mode-map): New variable.
11259
11260 2005-12-30 Richard M. Stallman <rms@gnu.org>
11261
11262 * custom.el (custom-load-themes): Function deleted.
11263
11264 * cus-edit.el (custom-save-loaded-themes): Function deleted.
11265 (custom-save-variables): Don't delete or add custom-load-themes call.
11266
11267 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * cus-start.el: Add `visible-cursor'.
11270
11271 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11272 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11273 (flymake-process-filter): Switch to buffer before calling it instead.
11274 (flymake-post-syntax-check, flymake-highlight-err-lines)
11275 (flymake-delete-own-overlays, flymake-parse-err-lines)
11276 (flymake-start-syntax-check, flymake-start-syntax-check-process)
11277 (flymake-count-lines, flymake-parse-residual):
11278 Remove constant buffer argument.
11279 (flymake-start-syntax-check-for-current-buffer): Remove.
11280 Update callers to use flymake-start-syntax-check instead.
11281 (flymake-display-err-menu-for-current-line):
11282 Remove unused var `mouse-pos'.
11283 (flymake-restore-formatting): Comment out unused function.
11284 (flymake-report-status, flymake-report-fatal-status): Remove buffer
11285 argument, use current-buffer instead. Update callers.
11286
11287 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11288
11289 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11290 buffer-local because choose-completion-delete-max-match requires
11291 that we set completion-ignore-case (i.e., binding via let is not
11292 sufficient).
11293 (bibtex-complete): Always set completion-ignore-case and
11294 choose-completion-string-functions. The latter is needed because
11295 choose-completion-string-functions keeps its value if we quit the
11296 *Completions* buffer without requesting a completion.
11297
11298 2005-12-30 Andreas Schwab <schwab@suse.de>
11299
11300 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
11301
11302 2005-12-30 Eli Zaretskii <eliz@gnu.org>
11303
11304 * jit-lock.el (jit-lock-chunk-size): Doc fix.
11305
11306 2005-12-30 Juri Linkov <juri@jurta.org>
11307
11308 * locate.el (locate-fcodes-file, locate-header-face)
11309 * progmodes/delphi.el (delphi-other-face)
11310 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11311
11312 * paren.el (show-paren-match, show-paren-mismatch): Use existing
11313 group `paren-showing-faces'.
11314
11315 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11316 (goto-address): Fix docstring.
11317
11318 * net/webjump.el (webjump-sample-sites): Update URLs.
11319
11320 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11321
11322 * subr.el (cancel-change-group): Add listp around pending-undo-list.
11323
11324 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * font-lock.el (font-lock-compile-keywords): Signal an error when
11327 font-lock-set-defaults hasn't been called.
11328
11329 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
11330
11331 * subr.el (noreturn, 1value): Doc fixes.
11332
11333 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11334
11335 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11336 that assoc-string returns nil.
11337
11338 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11339
11340 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11341 (bibtex-entry-type-str, bibtex-empty-field-re)
11342 (bibtex-search-backward-string, bibtex-preamble-prefix)
11343 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
11344 (bibtex-any-valid-entry-type): New variable.
11345 (bibtex-parse-field-name): Simplify.
11346 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
11347 (bibtex-preamble-prefix): Include left delimiter.
11348 (bibtex-search-forward-field, bibtex-search-backward-field):
11349 Allow unbounded search past entry boundaries (required by bibtex-pop).
11350 (bibtex-text-in-field-bounds): Use push.
11351 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
11352 (bibtex-parse-preamble, bibtex-valid-entry)
11353 (bibtex-beginning-first-field): New functions.
11354 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
11355 (bibtex-map-entries): Fix docstring.
11356 (bibtex-flash-head): New arg prompt. Simplify.
11357 (bibtex-enclosing-field): Include code of bibtex-inside-field.
11358 (bibtex-insert-kill): Simplify. Always insert text past the
11359 current field or entry.
11360 (bibtex-format-entry): Use bibtex-parse-field.
11361 (bibtex-pop): Use bibtex-beginning-of-entry and
11362 bibtex-end-of-entry to initiate the search. Insert empty field if
11363 we found ourselves.
11364 (bibtex-print-help-message): New args field and comma.
11365 Handle entry keys.
11366 (bibtex-make-field): Use bibtex-beginning-of-entry.
11367 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
11368 invalid entry.
11369 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
11370 Handle preambles. Simplify code for thorough test.
11371 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
11372 New arg comma. Handle entry heads.
11373 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
11374 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
11375 New arg comma.
11376 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
11377 (bibtex-fill-field): Simplify.
11378 (bibtex-fill-entry): Use bibtex-beginning-first-field and
11379 bibtex-parse-field.
11380 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
11381 (bibtex-complete): Use bibtex-parse-preamble.
11382
11383 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
11384
11385 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
11386 Display name of expression instead of convenience variable.
11387 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
11388
11389 * progmodes/gud.el (gud-tooltip-dereference): Rename from
11390 toggle-gud-tooltip-dereference.
11391 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
11392 (gud-tooltip-tips): ...here when dereferencing.
11393
11394 2005-12-28 Bill Wohler <wohler@newt.com>
11395
11396 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
11397
11398 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
11401 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
11402 (vc-annotate-display-autoscale): Adjust call.
11403 (vc-annotate-display-default): Adjust call. Make arg compulsory.
11404 Fix interactive spec.
11405 (vc-annotate-time-span): Remove.
11406 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
11407 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
11408 (vc-annotate-display-select): Use new name.
11409
11410 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
11411 (vc-annotate-mode-menu): Remove left-over redundant declaration.
11412 Correct the construction of span entries. Simplify.
11413 (vc-annotate-display-select): Fix the nil case.
11414 (vc-annotate): Remove obsolete (and now broken) code.
11415 (vc-annotate-extract-revision-at-line): Remove obsolete code.
11416 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
11417
11418 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
11419
11420 * subr.el (lazy-completion-table): Correct typo in docstring.
11421
11422 * startup.el (command-line): Use `custom-reevaluate-setting' for
11423 `send-mail-function'.
11424
11425 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
11426
11427 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
11428
11429 * mail/smtpmail.el (smtpmail-try-auth-methods):
11430 Send credentials together with "AUTH PLAIN" command.
11431
11432 2005-12-27 Richard M. Stallman <rms@gnu.org>
11433
11434 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
11435 mouse-2, go back to previously selected window, so it's selected
11436 when mouse-2 command runs.
11437
11438 2005-12-27 Juri Linkov <juri@jurta.org>
11439
11440 * descr-text.el (describe-text-sexp): Use square brackets for
11441 button [Show] to distinguish it from the property value `show'.
11442 (describe-property-list): Use `insert-text-button' with
11443 `help-face' type instead of putting face in quotes, because button
11444 is not created automatically for a list of faces.
11445 (describe-text-properties-1): Put button-type value in quotes to
11446 distinguish from plain text "button".
11447 (describe-char): Display code point values in hex. Don't use
11448 `symbol-name' for `current-input-method' because it is a string.
11449 Use `insert-text-button' with `help-face' type instead of putting
11450 hardcoded face in quotes, because button is not created automatically.
11451
11452 2005-12-27 Richard M. Stallman <rms@gnu.org>
11453
11454 * progmodes/glasses.el (glasses-face): More specific custom type.
11455
11456 * files.el (set-visited-file-name): Doc fix.
11457
11458 * textmodes/flyspell.el (flyspell-external-point-words):
11459 Use local var buffer-scan-pos to advance scan for next misspelling.
11460 Advance it only after we find the misspelling.
11461
11462 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
11463
11464 * textmodes/flyspell.el (flyspell-external-point-words):
11465 New criteria for finding the misspelling in the buffer.
11466
11467 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
11468
11469 * help-mode.el (help-insert-string): Set help-xref-stack-item
11470 rather than call help-setup-xref.
11471
11472 * descr-text.el (describe-char): Revert previous changes for
11473 optional buffer argument.
11474
11475 2005-12-27 Juri Linkov <juri@jurta.org>
11476
11477 * help-mode.el (help-insert-string): New function. Save buffer
11478 contents in cases where it is impossible to recompute the old contents.
11479
11480 * descr-text.el (describe-char): Set help-xref-stack-item
11481 explicitly after buffer has been generated.
11482
11483 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11484
11485 * cus-start.el (all): Add x-gtk-show-hidden-files.
11486
11487 2005-12-26 Richard M. Stallman <rms@gnu.org>
11488
11489 * replace.el (perform-replace): Calculate match-again
11490 before skipping read-only matches.
11491
11492 * paren.el (paren-showing-faces): New group.
11493 (show-paren-match, show-paren-mismatch): Move to that group.
11494
11495 * button.el (button): Put into group `basic-faces'.
11496
11497 * progmodes/make-mode.el: Remove faces from group `faces'.
11498
11499 * apropos.el (apropos, apropos-value): Doc fix.
11500 (apropos-documentation): Doc fix.
11501
11502 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * subr.el (lazy-completion-table): Remove argument `args'.
11505
11506 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11507 Don't use the `args' argument of lazy-completion-table.
11508
11509 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
11510
11511 * descr-text.el (describe-char): Add optional argument for buffer.
11512 Set buffer appropriately. Call help-setup-xref.
11513 Suggested by Stefan Monnier.
11514
11515 2005-12-26 Juri Linkov <juri@jurta.org>
11516
11517 * descr-text.el: Require `help-fns' at runtime. Don't require
11518 `button' for byte compilation.
11519 (describe-text-widget): Add `help-echo' for first button.
11520 Use `help-info' for second.
11521 (describe-property-list): Use `help-argument-name' instead of `italic'.
11522 (describe-text-category): Add prompt to interactive spec.
11523 Call `help-setup-xref'.
11524 (describe-char): Use `help-character-set'. Add `help-echo' for
11525 code point. Use `help-input-method'. Remove superfluous insert.
11526
11527 2005-12-25 Richard M. Stallman <rms@gnu.org>
11528
11529 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11530 at point, in case of narrowing.
11531
11532 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11533
11534 * locate.el (locate-header-face): Allow nil in type.
11535
11536 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11537
11538 2005-12-25 Romain Francoise <romain@orebokech.com>
11539
11540 * battery.el (battery-linux-proc-acpi): Also try
11541 `/proc/acpi/thermal_zone/THM0/temperature'.
11542
11543 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
11544
11545 * custom.el (custom-push-theme): Fix docstring.
11546
11547 * cus-edit.el (custom-variable-set, custom-variable-save)
11548 (custom-variable-save): Custom-quote widget values.
11549 (customize-save-variable): Fix custom-push-theme call.
11550
11551 2005-12-24 Eli Zaretskii <eliz@gnu.org>
11552
11553 * w32-fns.el (w32-batch-update-autoloads): New function.
11554
11555 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11556 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
11557 from the command line.
11558
11559 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
11560
11561 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
11562 reset means to remove setting from theme entirely. Don't keep
11563 expanding theme-settings list; delete old entries if necessary.
11564
11565 * cus-edit.el (custom-buffer-create-internal): Move "Erase
11566 customization" button one line up.
11567 (custom-themed): New face.
11568 (custom-magic-alist): New value, THEMED, for theme settings.
11569 (custom-variable-state-set, custom-face-state-set):
11570 Check theme-value instead of saved-value.
11571 (custom-variable-reset-standard, custom-face-reset-standard):
11572 Remove theme setting entirely. Recalculate new values.
11573 (custom-variable-set, custom-variable-set)
11574 (custom-variable-reset-saved, custom-variable-reset-backup)
11575 (custom-face-set, custom-face-reset-saved): Update `user' theme.
11576 (custom-variable-save): Fix typos.
11577
11578 2005-12-23 Juri Linkov <juri@jurta.org>
11579
11580 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11581 Add autoload cookies.
11582 (edebug-outside-d-c-i-n-s-w): New variable.
11583 (edebug-display, edebug-outside-excursion): Use it to save the
11584 original value of default-cursor-in-non-selected-windows.
11585 Set default-cursor-in-non-selected-windows to t while Edebug
11586 is active.
11587 (edebug-mode, edebug-eval-mode): Doc fix.
11588
11589 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11590 with `buffer-substring-no-properties' to remove common substring
11591 highlighting.
11592
11593 * info.el (info-other-window, info): Rename function argument
11594 `file' to `file-or-node'.
11595 (Info-complete-menu-item): Use local variable `complete-nodes' to
11596 keep the global value of `Info-complete-nodes' unchanged for
11597 subsequent completions.
11598 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11599
11600 * simple.el (get-next-valid-buffer, last-buffer)
11601 (next-error-buffer-p, next-error-find-buffer)
11602 (minibuffer-history-sexp-flag): Doc fix.
11603
11604 * savehist.el (savehist-mode-hook): Add `:group'.
11605
11606 * log-view.el: Call autoload for vc-find-version.
11607 (log-view-current-file): Adjust subgroup numbers.
11608 (log-view-current-tag): Add `length'.
11609
11610 2005-12-23 Richard M. Stallman <rms@gnu.org>
11611
11612 * vc.el (vc-annotate-car-last-cons): Defn moved up.
11613
11614 2005-12-23 Juri Linkov <juri@jurta.org>
11615
11616 * hi-lock.el (hi-lock-archaic-interface-message-used)
11617 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11618 (hi-lock-mode): Display "Hi" in the mode line only when
11619 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11620 (hi-lock-write-interactive-patterns):
11621 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11622 (hi-lock-set-pattern, hi-lock-set-file-patterns)
11623 (hi-lock-font-lock-hook): Set 3rd arg `how' of
11624 font-lock-add-keywords to t.
11625
11626 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
11627
11628 * hi-lock.el (hi-lock-highlight-range): New variable.
11629 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11630 only if font-lock-fontified is non-nil. Remove overlays.
11631 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11632 font-lock-fontified is non-nil, otherwise use overlays (instead of
11633 text properties).
11634 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11635 New variables.
11636 (hi-lock-string-serialize) New function.
11637
11638 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11639
11640 * menu-bar.el (menu-find-file-existing): New function.
11641 (menu-bar-file-menu): Use menu-find-file-existing for Open.
11642
11643 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
11644
11645 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11646
11647 * vc.el: Remove unnecessary leading * in docstrings.
11648 (vc-annotate-mode-map): Move initialization into declaration.
11649 (vc-static-header-alist): Nitpick on the regexp.
11650 (vc-default-init-version): New fun.
11651 (vc-register): Use it.
11652 (vc-insert-headers): Use dolist.
11653 (vc-annotate-get-backend): Remove unused function.
11654 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11655 (vc-annotate-mode): Remove corresponding call.
11656 (vc-annotate-car-last-cons): Simplify.
11657 (vc-annotate-buffers): Remove var.
11658 (vc-annotate-backend): Make it buffer-local.
11659 (vc-annotate): Move the interaction to the interactive spec.
11660 Add a `buf' argument.
11661 (vc-annotate-warp-version): Use this new `buf' argument to avoid
11662 killing&creating a vc-annotate buffer, which is very disruptive when
11663 the buffers are shown in dedicated frames.
11664
11665 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
11666
11667 * descr-text.el: Add FSF as maintainer.
11668 (describe-text-mode, describe-text-mode-map)
11669 (describe-text-mode-hook, describe-text-done): Delete. Use normal
11670 help-mode.
11671 (describe-text-widget, describe-text-sexp)
11672 (describe-property-list, describe-text-category)
11673 (describe-text-properties, describe-text-properties-1)
11674 (describe-char): Use help buttons instead of widgets.
11675 (describe-char-unicodedata-file): Make URL link in doc string.
11676
11677 2005-12-22 Richard M. Stallman <rms@gnu.org>
11678
11679 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11680 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11681 Don't include buttons that write a file when there's no file.
11682 (custom-variable-menu, custom-face-menu, custom-group-menu):
11683 Don't include commands that write a file when there's no file.
11684 (customize-browse): Reword the top-of-buffer help intro.
11685 (custom-buffer-create-internal): Fix previous change.
11686 (customize-changed-options-previous-release): Prev release is 21.1.
11687 (customize-changed-options): Doc fix.
11688 (customize-changed): New alias.
11689 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11690 Say "standard values".
11691 (Custom-reset-standard): Doc fix.
11692 (custom-face-reset-standard): Doc fix.
11693
11694 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11695
11696 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11697 even if font-lock-mode is non-nil since it may be t without having
11698 turned on font-lock-mode-internal.
11699 (font-lock-choose-keywords): Minor optimization.
11700 (font-lock-add-keywords, font-lock-remove-keywords)
11701 (font-lock-set-defaults): Don't call make-local-variable on a variable
11702 that we know to already be local.
11703
11704 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11705
11706 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11707 messages if in the minibuffer.
11708
11709 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11710
11711 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11712 (tex-mode-flyspell-verify, flyspell-get-word)
11713 (flyspell-external-point-words): Don't use point-min/max uselessly.
11714
11715 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
11716 by Kevin Rodgers. Instead, just hide the completions buffer if we
11717 don't need to show it.
11718
11719 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
11720
11721 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11722
11723 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
11726 delete-windows-on with an inexistent buffer.
11727
11728 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
11729
11730 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11731 Delete defcustom variable :tag names.
11732
11733 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
11736 (log-view-font-lock-keywords): Ajust subgroup numbers.
11737 (log-view-current-tag): Don't hard code the number of subgroups.
11738
11739 2005-12-20 Juri Linkov <juri@jurta.org>
11740
11741 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
11742 (tooltip-x-offset, tooltip-y-offset): Doc fix.
11743
11744 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11745 (menu-bar-non-minibuffer-window-p): Instead of checking
11746 display-multi-frame-p, use selected-frame when menu-updating-frame
11747 is nil.
11748
11749 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
11750
11751 * align.el (align-rules-list): Use [ \t] instead of \s-
11752 for column separators in text mode.
11753
11754 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
11755
11756 * help-mode.el (help-customize-variable, help-customize-face):
11757 Don't pop help-xref-stack as help-follow no longer pushes
11758 anything on to it.
11759
11760 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
11761
11762 * textmodes/org.el (org-agenda-custom-commands): New option.
11763 (org-agenda): Offer custom commands on splash screen.
11764 (org-make-tags-matcher): Parser for Boolean logic added.
11765 (org-agenda-set-tags): New command.
11766 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
11767 (org-set-tags): Efficiency improvements.
11768 (org-auto-align-tags): New option.
11769 (org-todo, org-demote, org-promote): Realign tags.
11770 (org-tags-completion-function): Use also "&" and "|" as separators.
11771 (org-org-menu): Agenda commands simplified.
11772
11773 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
11774
11775 * cus-edit.el (customize-apropos, customize-apropos-options):
11776 Docstring changes.
11777
11778 * font-lock.el (font-lock): Add tags to the links in the defgroup.
11779
11780 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
11781
11782 * longlines.el (longlines-mode): Wrap while widened.
11783 (longlines-decode-region, longlines-encode-region): Compute max
11784 just once.
11785
11786 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11787
11788 * cus-edit.el (mac): New group.
11789
11790 * cus-start.el (all): Add user options in macterm.c. Add test for
11791 Mac-related built-ins. Fix test for GTK-related built-ins.
11792
11793 * term/mac-win.el (mac-handle-language-change)
11794 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
11795 (mac-services-open-selection, mac-services-mail-selection)
11796 (mac-services-mail-to, mac-services-insert-text)
11797 (mac-dispatch-apple-event): Add docstrings.
11798 (x-get-selection, mac-select-convert-to-string): Select coding
11799 system from `utf-16be' and `utf-16le' using `byteorder'.
11800
11801 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * subr.el (lazy-completion-table): Don't be fooled if the var holds
11804 a "list" (lambda ...) rather than a real completion list.
11805
11806 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
11807 lexical-let when encountering ((lambda (...) ...) ...).
11808
11809 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11810
11811 * progmodes/sh-script.el (sh-mode):
11812 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
11813 * textmodes/picture.el (picture-mode): Update docstrings.
11814
11815 2005-12-17 Eli Zaretskii <eliz@gnu.org>
11816
11817 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
11818 commands enclosed in $(ARGQUOTE)s should not be split between two
11819 lines, as that will break with GNU Make >3.80, when sh.exe is used
11820 and arg quoting is with '..'.
11821 (autoloads): Don't break the quoted --eval expression between
11822 several lines.
11823
11824 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11825
11826 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
11827 Capture error from printing circular structures.
11828
11829 2005-12-17 Martin Rudalics <rudalics@gmx.at>
11830
11831 * wid-edit.el (widget-checkbox-action): Clear undo info.
11832
11833 2005-12-16 Bill Wohler <wohler@newt.com>
11834
11835 * menu-bar.el (kill-this-buffer): Set a good example by using menu
11836 bar, not menubar in comment.
11837
11838 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
11841 After-change-functions should not clobber the match data.
11842
11843 2005-12-16 Juri Linkov <juri@jurta.org>
11844
11845 * simple.el (choose-completion): Use `buffer-substring-no-properties'
11846 instead of `buffer-substring'.
11847 (completion-common-substring): Doc fix.
11848 (completion-setup-function): Use minibuffer-completion-contents
11849 instead of minibuffer-contents. Don't set common-string-length
11850 initially. Remove special handling of partial-completion-mode.
11851 Move computation of completion-base-size into one cond.
11852 Call completion-base-size-function in mainbuf. In computation of
11853 completion-base-size for file name completion don't move point to
11854 the end of the minibuffer. Move computation of common-string-length
11855 into one cond. Start putting faces only when common-string-length>=0.
11856 Add condition to put completions-common-part when
11857 common-string-length>0.
11858
11859 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
11860 place point at the first different character in the minibuffer
11861 even if this position is at the beginning of the minibuffer.
11862
11863 * info.el (Info-read-node-name-1): In completion-base-size-function's
11864 lambda return 1 if common-substring or minibuffer-completion-contents
11865 starts with (, and 0 otherwise.
11866
11867 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
11868 Use `crm-current-element' for second arg of `display-completion-list'.
11869
11870 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
11871
11872 * files.el (set-auto-mode): Look for an interpreter specified on
11873 the first line also if search for mode specification succeeded,
11874 but the mode is not known.
11875
11876 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
11877
11878 * textmodes/org.el (org-tags-match-list-sublevels): New option.
11879 (org-open-at-point): Implement tag searches as links.
11880 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
11881 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
11882 (org-tags-sparse-tree, org-tags-view, org-set-tags)
11883 (org-agenda-dispatch): New commands.
11884 (org-use-tag-inheritance, org-tags-column): New options.
11885 (org-tab-follows-link, org-return-follows-link): New options.
11886 (org-tags): New customize group.
11887 (org-start-icalendar-file): Get local time zone.
11888 (org-tags-completion-function): New function.
11889 (org-set-font-lock-defaults): Make sure links will also be
11890 highlighted inside headlines.
11891
11892 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
11893
11894 * term.el (term-emulate-terminal):
11895 Let term-handle-ansi-terminal-messages override what Bash says about
11896 its current directory.
11897
11898 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11899
11900 * bindings.el (last-buffer): Move to simple.el.
11901 * simple.el (last-buffer): Move here.
11902 (get-next-valid-buffer): New function.
11903 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
11904 (prev-buffer): Ditto. Rename to `previous-buffer'.
11905
11906 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
11907 * bindings.el (global-map): Ditto.
11908
11909 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
11910
11911 * cus-edit.el: Introductory comment change.
11912 (custom-magic-alist): Change message string for the `rogue' state.
11913
11914 2005-12-15 Richard M. Stallman <rms@gnu.org>
11915
11916 * tooltip.el: Delete defcustom variable :tag names.
11917
11918 * complete.el (partial-completion-mode): Doc fix.
11919
11920 * textmodes/flyspell.el (flyspell-external-point-words):
11921 Use save-excursion to ensure we don't move backward in the
11922 search loop, not even one character.
11923 (flyspell-delete-all-overlays): Use remove-overlays directly.
11924
11925 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
11926 (ispell-start-process): Set that variable.
11927 Clear ispell-buffer-local-name.
11928 (ispell-internal-change-dictionary):
11929 Set ispell-current-dictionary after killing process.
11930 (ispell-buffer-local-dict):
11931 Don't set spell-personal-dictionary after killing process.
11932 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
11933 (ispell-tex-skip-alists, ispell-html-skip-alists)
11934 (ispell-skip-region-alist): Mark as risky.
11935
11936 * net/newsticker.el (newsticker--retrieval-timer-list)
11937 (newsticker--display-timer, newsticker-running-p)
11938 (newsticker-ticker-running-p): Definitions moved up.
11939
11940 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
11941
11942 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
11943
11944 2005-12-15 David Ponce <david@dponce.com>
11945
11946 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
11947 (recentf-edit-list, recentf-open-files): Signal an error when
11948 there is no recent file.
11949
11950 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
11951
11952 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
11953 read-only except for texinfo-format-region evaluation.
11954
11955 2005-12-14 Richard M. Stallman <rms@gnu.org>
11956
11957 * vc.el (vc-default-previous-version, vc-default-next-version)
11958 (vc-do-command): Doc fixes.
11959
11960 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11961
11962 * textmodes/bibtex.el (bibtex-expand-strings)
11963 (bibtex-autokey-expand-string, bibtex-name-part)
11964 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
11965 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
11966 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
11967 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
11968 (bibtex-entry-postfix, bibtex-known-entry-type-re)
11969 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
11970 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
11971 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
11972 (bibtex-beginning-of-last-entry): Remove.
11973 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
11974 message if comma is missing but buffer is read-only.
11975 (bibtex-parse-field-text): Handle whitespaces at the end of field
11976 text. Return 3-element list with beginning and end of field text
11977 and end of field.
11978 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
11979 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
11980 (bibtex-search-forward-field, bibtex-search-backward-field):
11981 Search always delimited by limits of entry. Use more efficient
11982 search algorithms.
11983 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
11984 bibtex-end-of-name-in-field.
11985 (bibtex-text-in-field-bounds): Handle BibTeX strings when
11986 extracting the content of a field.
11987 (bibtex-text-in-field): Use search limits.
11988 (bibtex-parse-string-prefix): Handle empty string keys based on
11989 bibtex-string-empty-key.
11990 (bibtex-parse-string): Fix docstring.
11991 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
11992 (bibtex-preamble-prefix, bibtex-strings): New functions.
11993 (bibtex-skip-to-valid-entry): Include preceding whitespace in
11994 BibTeX entries (consistent with other BibTeX functions).
11995 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
11996 (bibtex-search-entry): Fix docstring. Simplify.
11997 (bibtex-flash-head, bibtex-complete-string-cleanup)
11998 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
11999 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12000 (bibtex-parse-entry): New optional arg content.
12001 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12002 Use bibtex-text-in-field-bounds.
12003 (bibtex-print-help-message): Handle BibTeX strings and preambles.
12004 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12005 bibtex-parse-string-postfix.
12006 (bibtex-find-text-internal): New function.
12007 (bibtex-remove-delimiters): Use it.
12008 (bibtex-find-text): Use it. New optional arg help.
12009 (bibtex-complete): Handle BibTeX string and preamble entries.
12010 (bibtex-Preamble): Fix order of closing delimiters.
12011
12012 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * vc.el (vc-default-revert): New fun.
12015
12016 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12017
12018 2005-12-14 Romain Francoise <romain@orebokech.com>
12019
12020 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12021 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12022 (font-lock-remove-keywords): Likewise.
12023
12024 2005-12-14 Juri Linkov <juri@jurta.org>
12025
12026 * log-view.el (log-view-diff): Doc fix.
12027
12028 * isearch.el (isearch-query-replace): Use (mark) instead of
12029 isearch-opoint if mark is active in transient-mark-mode.
12030
12031 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
12032
12033 * isearch.el (isearch-query-replace): Check for isearch-other-end.
12034
12035 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
12036
12037 * progmodes/cpp.el (cpp-face): New widget.
12038 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12039
12040 2005-12-14 Juri Linkov <juri@jurta.org>
12041
12042 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12043 around `erase-buffer' and `insert'.
12044
12045 * descr-text.el (describe-text-properties): Replace buffer name
12046 "*Help-2*" with "*Help*<2>".
12047 (describe-char): Add functions print-help-return-message,
12048 toggle-read-only. Use help-setup-xref with nil to not store
12049 describe-char in help-xref-stack. Use help-make-xrefs to
12050 make [back] button.
12051
12052 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12053
12054 * wdired.el (wdired-old-point): New internal variable.
12055 (wdired-change-to-wdired-mode): Set it buffer-locally.
12056 (wdired-abort-changes): Restore point after aborting changes.
12057
12058 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * vc.el (vc-do-command): Add a new value t for okstatus.
12061
12062 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12063 frame in case of errors.
12064
12065 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12066
12067 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12068 so it comes after "On the Left" in the menu.
12069
12070 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
12071
12072 * cus-edit.el (customize-apropos, customize-apropos-options)
12073 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12074
12075 2005-12-12 Bill Wohler <wohler@newt.com>
12076
12077 * vc-svn.el (vc-svn-registered): Fix problem of visiting
12078 non-writable Subversion-controlled files by saving window
12079 configuration before calling vc-do-command. vc-do-command calls
12080 pop-to-buffer on error which is unexpected during registration.
12081
12082 2005-12-12 Jay Belanger <belanger@truman.edu>
12083
12084 * calc/README: Update the summary of changes.
12085
12086 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12087
12088 * descr-text.el (describe-char): Rework last fix to solve the problem
12089 is the same way it's solved for everything else in that function
12090 (i.e. by extracting the info before setting up the *Help* buffer).
12091
12092 2005-12-12 Kim F. Storm <storm@cua.dk>
12093
12094 * subr.el (version-regexp-alist): Allow space as separator before
12095 non-numeric part, e.g. "1.0 alpha".
12096 (version-to-list): Interpret .X.Y version as 0.X.Y version.
12097
12098 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
12099
12100 * textmodes/org.el (org-agenda, org-timeline, org-todo):
12101 Implement Logging and the keep-modes setting.
12102 (org-get-category): Make sure a string is returned.
12103 (org-log-done): New function.
12104 (org-log-done, org-closed-string): New options.
12105
12106 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12107
12108 * tooltip.el (tooltip-y-offset): Change default to 20.
12109
12110 2005-12-12 Richard M. Stallman <rms@gnu.org>
12111
12112 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12113
12114 * frame.el (display-hourglass): Doc fix.
12115
12116 * help.el (help-for-help-internal): Simplify entry for `a'.
12117
12118 * info.el (Info-on-current-buffer): Doc fix.
12119 (info-insert-file-contents): Don't test (featurep 'jka-compr).
12120
12121 * startup.el (inhibit-splash-screen): Make this the real name.
12122 (inhibit-startup-message): Make this the alias.
12123 (command-line): Find only simple.el, and use its directory
12124 to fill in other preloaded files' names.
12125 (command-line): Deactivate the mark if deactivate-mark is set.
12126
12127 * international/mule.el (load-with-code-conversion):
12128 Bind deactivate-mark.
12129
12130 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12131
12132 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
12133
12134 * cus-edit.el (customize-apropos): Avoid listing an option more
12135 than once under different aliases. No longer list user options
12136 that are not defined with defcustom (unless a prefix arg is given).
12137 Doc fix.
12138 (customize-apropos-options): Doc fix.
12139
12140 2005-12-11 Juri Linkov <juri@jurta.org>
12141
12142 * frame.el (set-background-color, set-foreground-color)
12143 (set-cursor-color, set-mouse-color, set-border-color):
12144 Add explicit prompts to read colors by `facemenu-read-color'.
12145 (show-trailing-whitespace, blink-cursor-delay)
12146 (blink-cursor-interval, display-hourglass, hourglass-delay):
12147 Remove tags.
12148 (display-hourglass, hourglass-delay): Doc fix.
12149 (cursor-in-non-selected-windows): Capitalize words in tag.
12150
12151 * faces.el (frame-background-mode): Replace `choice-item' keywords
12152 with `const' to not make [default] button. Change default value tag
12153 from `default' to `automatic'. Doc fix.
12154 (trailing-whitespace) <defface>: Change group `whitespace' to
12155 `whitespace-faces'.
12156
12157 2005-12-11 Richard M. Stallman <rms@gnu.org>
12158
12159 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12160
12161 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12162
12163 * term/mac-win.el: Create keymap for mac-apple-event-map.
12164
12165 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
12166
12167 * tooltip.el (tooltip-mode): Move to start of file so that it
12168 appears at top of customize buffer.
12169
12170 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12171 Add the gud groupname.
12172 (gud-tooltip-mode): Add the tooltip groupname.
12173 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
12174 avoid conflict with tooltip-use-echo-area.
12175
12176 2005-12-10 Romain Francoise <romain@orebokech.com>
12177
12178 * help.el (help-for-help-internal): Add `r' in doc string.
12179
12180 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12181
12182 * align.el (align-regexp, align-highlight-rule):
12183 Use region-beginning and region-end instead of point and mark, so that
12184 repetition (with `repeat-complex-command') recomputes the region
12185 bounds.
12186
12187 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
12188
12189 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12190 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12191 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12192 (balance-windows): Rewrite using the above new functions.
12193
12194 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
12195
12196 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
12197 react if global-hi-lock-mode seems intended.
12198 (global-hi-lock-mode) Renamed from hi-lock-mode.
12199 (hi-lock-archaic-interface-message-used)
12200 (hi-lock-archaic-interface-deduce): New variables.
12201 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12202 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12203 (hi-lock-find-patterns, hi-lock-font-lock-hook):
12204 Replace hi-lock-buffer-mode with hi-lock-mode.
12205
12206 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
12207
12208 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12209 completion list, even after a partial completion has been
12210 inserted in the current buffer. If there are more than 1
12211 completion, redisplay the *Completions* buffer; if the
12212 completion is unique, delete the *Completions* window.
12213
12214 2005-12-10 Eli Zaretskii <eliz@gnu.org>
12215
12216 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12217 strings and long subject lines that were broken into multiple
12218 lines at arbitrary places. Handle subjects that have "Re: " in
12219 the middle.
12220
12221 2005-12-10 John W. Eaton <jwe@octave.org>
12222
12223 * emacs/octave-mod.el (octave-electric-space): Don't indent
12224 comments or strings if octave-auto-indent is nil.
12225
12226 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12227
12228 * term/mac-win.el: Require url when compiling.
12229 Call mac-process-deferred-apple-events after loading init files.
12230 (mac-apple-event-map): New defvar. Define event handlers in it.
12231 (core-event, internet-event): New Apple event class symbols.
12232 (open-application, reopen-application, open-documents)
12233 (print-documents, open-contents, quit-application)
12234 (application-died, show-preferences, autosave-now, get-url):
12235 New Apple event ID symbols.
12236 (about): New HICommand ID symbol.
12237 (mac-event-spec, mac-event-ae): New macros.
12238 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12239 (mac-ae-selection-range, mac-ae-text-for-search)
12240 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12241 (mac-application-menu-map): Remove keymap. Handlers for HICommand
12242 and Services menu events are now defined in mac-apple-event-map.
12243 (mac-drag-n-drop): Remove selection range handling.
12244
12245 2005-12-10 Kenichi Handa <handa@m17n.org>
12246
12247 * simple.el (zap-to-char):
12248 * isearch.el (isearch-process-search-char): Translate CHAR by
12249 translation-table-for-input.
12250
12251 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
12252
12253 * foldout.el (foldout-exit-fold): Properly hide subtree.
12254
12255 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12256
12257 * files.el (save-buffer):
12258 * international/ucs-tables.el (ucs-set-table-for-input):
12259 * mail/mail-extr.el (mail-extract-address-components):
12260 * mail/sendmail.el (mail-mode): Reformat doc string.
12261
12262 2005-12-09 Juri Linkov <juri@jurta.org>
12263
12264 * isearch.el (isearch-highlight): Change main overlay priority
12265 from 1 to 1001. Simplify.
12266 (isearch-lazy-highlight-update): Change lazy overlay priority
12267 from 0 to 1000.
12268
12269 * replace.el (replace-highlight): Change overlay priority from
12270 1 to 1001.
12271
12272 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12273 Change overlay priority from 1 to 1001. Reuse existing overlay.
12274
12275 * compare-w.el (compare-windows-highlight): Change overlay
12276 priority from 1 to 1000.
12277
12278 * menu-bar.el (menu-bar-edit-menu): Add listp around
12279 pending-undo-list to disable menu item "undo" when pending
12280 undo list is empty.
12281
12282 * locate.el (locate): Disable undo in *Locate* buffer.
12283
12284 2005-12-09 Kim F. Storm <storm@cua.dk>
12285
12286 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12287
12288 2005-12-09 David Ponce <david@dponce.com>
12289
12290 * recentf.el: Improvement of the menu code.
12291 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
12292 instead of menu hook.
12293 (recentf-show-menu, recentf-hide-menu): New functions.
12294 (recentf-menu-customization-changed, recentf-mode): Use them.
12295 (recentf-menu-action, recentf-max-menu-items)
12296 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12297 (recentf-arrange-by-rule-others)
12298 (recentf-arrange-by-rules-min-items)
12299 (recentf-arrange-by-rule-subfilter) : Don't use
12300 `recentf-menu-customization-changed'.
12301 (recentf-arrange-rules): Likewise. Accept functions to compute
12302 sub-menu titles.
12303 (recentf-menu-filter): Likewise. Doc fix.
12304 (recentf-menu-value-shortcut): Doc fix.
12305 (recentf-dump-variable): Quote atom value.
12306 (recentf-make-menu-items): Update to use it as a menu filter.
12307 (recentf-match-rule): New function.
12308 (recentf-arrange-by-rule): Use it.
12309 (recentf-indirect-mode-rule): New function.
12310 (recentf-build-mode-rules): Use it.
12311 (recentf-dir-rule): New function.
12312 (recentf-arrange-by-dir): Use it.
12313 (recentf-filter-changer-current): Rename from
12314 `recentf-filter-changer-state'. All references updated.
12315 (recentf-filter-changer-alist): Update filter names.
12316 (recentf-filter-changer-select): New function.
12317 (recentf-filter-changer): Use it. Make a sub-menu from filters
12318 available in `recentf-filter-changer-alist'.
12319 (recentf-data-cache, recentf-clear-data)
12320 (recentf-update-menu): Remove. All references updated.
12321 (recentf-match-rule-p, recentf-build-dir-rules)
12322 (recentf-filter-changer-goto-next)
12323 (recentf-filter-changer-get-current)
12324 (recentf-filter-changer-get-next): Remove.
12325
12326 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
12327
12328 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12329 buffer "Reset" button to "Reset to Current" for consistency with
12330 the State buttons.
12331
12332 2005-12-08 John Paul Wallington <jpw@pobox.com>
12333
12334 * ibuf-ext.el (define-ibuffer-filter filename):
12335 If `dired-directory' is a list then really use its car.
12336
12337 2005-12-08 Kim F. Storm <storm@cua.dk>
12338
12339 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12340 Fix indention of text on right side of replaced rectangle.
12341
12342 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
12343
12344 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
12345 No need to check gud-comint-buffer is bound.
12346 (gdb): Prevent multiple debugging when first session uses gdba.
12347
12348 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12349
12350 CC Mode update to 5.31.
12351
12352 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
12353 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
12354 We might do this function properly in the future).
12355
12356 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
12357 New macros c-sentence-end and c-default-value-sentence end, to cope
12358 with Emacs 22's new function `sentence-end'.
12359
12360 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12361
12362 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
12363 compat issue using `c-put-overlay' and `c-delete-overlay'.
12364
12365 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
12366 New compat macros to handle overlays/extents.
12367
12368 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12369
12370 * progmodes/cc-fix.el: Add definitions of the macros push and pop
12371 (for GNU Emacs 20.4)
12372
12373 * progmodes/cc-defs.el:
12374 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
12375
12376 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
12377 highlighting mechanism so it will work in XEmacs too.
12378
12379 * progmodes/cc-defs.el: Insert c-int-to-char.
12380
12381 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
12382 call to the new macro c-int-to-char. This solves XEmacs's
12383 regarding characters as different from integers.
12384
12385 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12386
12387 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
12388 New internal helper.
12389
12390 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
12391 construct to make the indirect face lookup work in XEmacs.
12392
12393 (c-cpp-matchers): Append the negation char face to the existing
12394 fontification, so that the cpp face doesn't disappear.
12395 Use `c-make-syntactic-matcher' to avoid negation chars in comments
12396 and strings.
12397
12398 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
12399 to map to `font-lock-negation-char-face' in emacsen where it exists.
12400
12401 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12402
12403 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
12404
12405 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
12406 Rename "c-subword-move-mode" as "c-subword-mode".
12407
12408 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
12409 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
12410
12411 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12412
12413 * progmodes/cc-mode.el: Added autoload directive for
12414 `c-subword-move-mode' for use in older emacsen.
12415
12416 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12417
12418 * progmodes/cc-mode.el:
12419 (i) Insert a binding for C-c C-backspace into
12420 c-bind-special-erase-keys which works in TTYs.
12421 (ii) Make sure that when file styles are used, any explicitly
12422 given style variables take priority over those in the style.
12423 Do this by calling `hack-local-variables' a second time.
12424
12425 * progmodes/cc-vars.el: Add language specific customization
12426 widgets for AWK to c-doc-comment-style, c-require-final-newline
12427 and c-default-style. Add a defcustom for awk-mode-hook.
12428 Give c-syntactic-element and c-syntactic-context doc-strings by
12429 directly setting their `variable-documentation' propery.
12430 This allows Emacs 22.1 to read these with C-h v.
12431
12432 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
12433
12434 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12435
12436 * progmodes/cc-fonts.el, cc-vars.el
12437 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
12438 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
12439 Masatake YAMATO.
12440
12441 (c-doc-comment-style): Made GtkDoc default in C mode.
12442
12443 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
12444 and C-c C-<delete>.
12445
12446 (c-bind-special-erase-keys): New function for use on
12447 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
12448
12449 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
12450 <delete> key behavior in XEmacs according to `delete-forward-p'.
12451 C.f. `c-electric-delete'.
12452
12453 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12454
12455 * progmodes/cc-mode.el: Give c-hungry-backspace and
12456 c-hungry-delete-forward permanent key bindings.
12457
12458 * progmodes/cc-cmds.el (c-electric-semi&comma):
12459 Bind c-syntactic-context for calls to "criteria functions", for
12460 consistency with other calls to user functions.
12461
12462 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
12463 `current-prefix-arg', since this might be the prefix arg to a
12464 command which calls c-indent-command as a function. Change the
12465 interactive spec from "p" to "P".
12466
12467 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
12468 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
12469 was difficult to understand.
12470
12471 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12472
12473 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
12474 first char of an identifier.
12475
12476 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
12477 +" syntax in C++.
12478
12479 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12480
12481 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
12482 auto-fill doesn't split a c-comment's last word from a hanging
12483 "*/" when a space is typed between them after fill-column.
12484
12485 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
12486
12487 * progmodes/cc-styles.el (c-set-style)
12488 (c-setup-paragraph-variables): Abort the command if we're not in a
12489 CC Mode buffer.
12490
12491 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
12492 with blank comment-prefix, and a blank line as the comment's
12493 second line.
12494
12495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12496
12497 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
12498 Incorporate the patterns added in the Emacs development branch
12499 for the new Emacs 22 face `font-lock-negation-char-face'.
12500
12501 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
12502 of "red" since it stands out better in xterms and DOS terminals.
12503
12504 * progmodes/cc-engine.el (c-literal-faces):
12505 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
12506
12507 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12508
12509 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
12510 forcibly enable c-electric-flag.
12511
12512 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
12513 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
12514 after the comment-prefix of a C-style comment will close that comment.
12515
12516 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12517
12518 * progmodes/cc-fonts.el (c-basic-matchers-before)
12519 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
12520 in Pike.
12521
12522 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
12523 digraphs.
12524
12525 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
12526 (c-cpp-message-directives, c-cpp-include-directives)
12527 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
12528 (c-cpp-expr-directives): Introduce new language constants to
12529 control cpp syntax in a cleaner way.
12530
12531 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
12532
12533 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12534
12535 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12536 (c-multiline-string-start-char): New language constants and
12537 variables to specify how newlines in string literals work.
12538
12539 (c-font-lock-invalid-string): Use them.
12540
12541 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12542 unbalanced close brace is entered. Optimization by avoiding going
12543 back over arbitrarily large blocks. Removed hints that this
12544 function only would be relevant/useful in AWK.
12545
12546 (c-electric-brace): Indent syntactically after the cleanups since
12547 lineup functions might do it differently then.
12548
12549 * progmodes/cc-engine.el, cc-langs.el
12550 (c-opt-op-identifier-prefix): New language constant and variable.
12551
12552 (c-just-after-func-arglist-p, c-after-special-operator-id)
12553 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
12554
12555 * progmodes/cc-align.el, cc-engine.el
12556 (c-after-special-operator-id): New helper to handle C++ operator
12557 identifiers.
12558
12559 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12560 (c-guess-basic-syntax): Handle C++ operator identifiers in
12561 declarations.
12562
12563 * progmodes/cc-langs.el (c-assignment-operators): Add the
12564 trigraph version of ^= too.
12565
12566 * progmodes/cc-langs.el (c-assignment-operators): Add the
12567 trigraph version of |= in C++.
12568
12569 * progmodes/cc-fonts.el (c-font-lock-declarators):
12570 Handle `c-decl-hangon-kwds' after the identifier name.
12571
12572 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12573 whether an arglist is "nonempty", ignore a comment after the open
12574 paren if it isn't followed by a non-comment token on the same line.
12575
12576 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12577 Enable heuristics below the point to cope with classes inside special
12578 brace lists in Pike.
12579
12580 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12581
12582 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12583
12584 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12585
12586 * progmodes/cc-guess.el (cc-guess-install): New function to
12587 install an already guessed style in another buffer.
12588
12589 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12590 sets `inhibit-read-only' - `c-save-buffer-state' should be used
12591 anyway if the change always is undone.
12592
12593 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12594
12595 Implement togglable electricity:
12596
12597 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12598 saying when it should be used.
12599
12600 * progmodes/cc-engine.el: Add the new buffer-local variable,
12601 c-electric-flag.
12602
12603 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12604 c-toggle-auto-newline.
12605
12606 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12607 c-toggle-auto-newline. Remove the binding for
12608 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
12609 c-toggle-electric-state.
12610
12611 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12612
12613 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12614 c-\(forward\|backward\)-subword.
12615 (c-update-modeline): Add the new modeline flag `l' for
12616 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
12617 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12618 Make the old name an alias of the new name.
12619 (c-toggle-electric-state): New function.
12620 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
12621 Adapt these functions to do electric things only when
12622 c-electric-flag is non-nil.
12623 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12624 new functions from c-electric-brace.
12625 (c-point-syntax): Add a check for "virtual semicolons" in AWK
12626 mode, so that the tentative extra newline doesn't change the
12627 syntax of the following brace.
12628 (c-electric-brace): Restructure by extracting the above functions.
12629 Tidy up the coding somewhat.
12630 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12631 restructure a bit.
12632
12633 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12634
12635 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
12636 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
12637
12638 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
12639 (c-submode-indicators): Change name from `c-auto-hungry-string'
12640 since it's now used to track another submode.
12641
12642 (c-update-modeline): Convert to function and extended to check
12643 `c-subword-move-mode'.
12644
12645 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12646 Convert to compat aliases for `c-forward-subword' and
12647 `c-backward-subword'.
12648
12649 * progmodes/cc-subword.el: New functions and minor mode to handle
12650 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12651
12652 (c-forward-subword, c-backward-subword, c-mark-subword)
12653 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12654 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
12655 Functions corresponding to the standard word handling functions.
12656
12657 (c-subword-move-mode): Minor mode that replaces all the standard
12658 word handling functions with their subword equivalences.
12659
12660 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12661
12662 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12663 entry for one-liner-defun.
12664
12665 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12666 name in its def-edebug-spec.
12667
12668 * progmodes/cc-cmds.el (c-electric-brace): Make the
12669 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
12670 compacts space before a comment, if this will make things fit on
12671 one line.
12672
12673 Introduce an "awk" style, mainly for auto-newline and clean-ups.
12674
12675 * progmodes/cc-align.el: New function c-snug-1line-defun-close
12676
12677 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12678 clean-up one-liner-defun.
12679
12680 * progmodes/cc-styles.el: Add the new "awk" style.
12681
12682 * progmodes/cc-vars.el: Add description of one-liner-defun to
12683 c-cleanup-list's doc-string. New user options,
12684 c-max-one-liner-length. In c-default-style, set the default style
12685 for AWK to "awk".
12686
12687 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12688
12689 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
12690 macros inside labels.
12691
12692 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
12693 `c-at-statement-start-p' and `c-at-expression-start-p'.
12694
12695 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12696 error if the mark isn't set.
12697
12698 * progmodes/cc-engine.el (c-guess-continued-construct)
12699 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
12700 accurately detect functions inside functions.
12701
12702 * progmodes/cc-engine.el (c-at-expression-start-p): New function
12703 like `c-at-statement-start-p' that additionally recognizes commas
12704 and expression parentheses as delimiters.
12705
12706 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
12707 to avoid heuristics that doesn't work for unclosed blocks.
12708 (c-at-statement-start-p): New function.
12709
12710 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12711 Objective-C directives, e.g. directives spanning lines should work
12712 reasonably well now.
12713
12714 (c-put-c-type-property, c-clear-c-type-property): New helpers.
12715
12716 (c-forward-objc-directive): New function to move over any ObjC
12717 directive.
12718
12719 (c-just-after-func-arglist-p, c-guess-basic-syntax)
12720 (c-basic-matchers-before): Use it.
12721
12722 (c-font-lock-objc-iip-decl): Remove.
12723
12724 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
12725 in the template arglist recognition.
12726
12727 * progmodes/cc-styles.el (c-style-alist): Fix several
12728 inconsistencies in the Whitesmith style.
12729
12730 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
12731 New lineup function to get lines after Whitesmith style blocks
12732 correctly indented.
12733
12734 (c-lineup-whitesmith-in-block): Back out the compensation for
12735 opening parens since it's done using `add' lists in the style
12736 definition instead. Don't use the anchor position since it varies
12737 too much between the syntactic symbols. :P
12738
12739 * progmodes/cc-vars.el (c-valid-offset): Update.
12740
12741 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
12742 lists where the offsets are combined according to several
12743 different methods: `first', `min', `max', and `add'.
12744 Report offset evaluation errors with `c-benign-error' so that some kind
12745 of reindentation still is done.
12746
12747 * progmodes/cc-engine.el (c-guess-basic-syntax):
12748 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
12749 `arglist-close'.
12750
12751 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
12752 situations for `arglist-cont-nonempty' and `arglist-close'.
12753
12754 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
12755
12756 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
12757 cc-bytecomp-boundp' in a number of places.
12758
12759 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
12760 macro related issue.
12761
12762 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12763
12764 * progmodes/cc-awk.el: Change the terminology of regexps: A char
12765 list is now [asdf], a char class [:alpha:].
12766 Include code for char classes.
12767 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
12768 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
12769
12770 Remove (nearly all of) the cruft associated with AWK Mode's former
12771 concept of "virtual semicolons":
12772
12773 Adapt c-beginning-of-statement, c-end-of-statement (together with
12774 subfunctions) to use the new notion of "virtual semicolon" in
12775 place of the old awkward special handling for AWK. There remains
12776 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
12777 * progmodes/cc-cmds.el:
12778 (c-ascertain-adjacent-literal): In the backwards direction, now
12779 recognises AWK regexp delimiters as string delimiters.
12780 (c-after-statement-terminator-p): Adapt for virtual semicolons;
12781 check more rigorously for "end of macro".
12782 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
12783 virtual semicolons;
12784 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
12785 out the code for forward movement into ...
12786 (c-end-of-statement): Now contains the code for forward movement,
12787 adapted for virtual semicolons.
12788
12789 * progmodes/cc-engine.el:
12790 (c-ws*-string-limit-regexp): New regexp.
12791 (c-forward-single-comment, c-backward-single-comment): Comment out
12792 the (now redundant) "special" AWK stuff.
12793
12794 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
12795 c-string-par-start, c-string-par-separate to be more like Text
12796 Mode than Fundamental Mode.
12797
12798 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12799
12800 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
12801 to the fontified region so that fontification doesn't occur
12802 outside it (could happen e.g. when fontifying a line with an
12803 unfinished declaration).
12804
12805 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12806
12807 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
12808 start of the file. ^L now separate sections of the file.
12809 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
12810 (c-awk-one-line-possibly-open-string-re)
12811 (c-awk-regexp-one-line-possibly-open-char-class-re)
12812 (c-awk-one-line-possibly-open-regexp-re)
12813 (c-awk-one-line-non-syn-ws*-re): New defonsts.
12814 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
12815
12816 Amend the concept of "virtual semicolons" (in the indentation
12817 engine) for languages like AWK, such that they are now
12818 conceptually attached to end of the last token of a statement, not
12819 the end of the line. (In AWK Mode, however, the pertinent text
12820 property is still physically set on the EOL.) Remove the specific
12821 tests for awk-mode, thus facilitating the introduction of other
12822 language modes where EOLs can end statements.
12823 (Note: The funtionality in cc-cmds.el, specifically
12824 c-beginning/end-of-statement has yet to be amended.)
12825
12826 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
12827 New macros.
12828
12829 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
12830 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
12831 c-vsemi-status-unknown-p-fn (in a new page).
12832
12833 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
12834 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
12835 numerous awkward forms like
12836 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
12837 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
12838 variable before-ws-ip, the place just after char-before-ip appears.
12839
12840 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
12841 a comment.
12842
12843 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12844
12845 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
12846 `c-tentative-buffer-changes'.
12847
12848 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
12849 convert to macro to choose between Emacs and XEmacs at compile time.
12850
12851 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
12852
12853 (c-tentative-buffer-changes): New macro to handle temporary buffer
12854 changes in a convenient way.
12855
12856 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
12857 for `c-tentative-buffer-changes'.
12858
12859 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
12860 the checks for paren sexps between the point and the keyword, to
12861 avoid some false alarms.
12862
12863 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
12864 Fixed a situation where an error could be thrown for unbalanced
12865 parens. Changed to make use of c-keyword-member' to avoid some
12866 repeated regexp matches.
12867
12868 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
12869 These language variable are no longer necessary.
12870
12871 (c-block-stmt-kwds): New language constant used by
12872 c-looking-at-inexpr-block'.
12873
12874 (c-guess-basic-syntax): Remove an optional check that looked at
12875 the existence of the now removed language variables.
12876
12877 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
12878 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
12879 object instantiation expressions as declarations in some contexts.
12880 This bug only affected languages where the declarator can't be
12881 enclosed in parentheses.
12882
12883 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
12884 insert newlines before and after substatement braces.
12885
12886 * progmodes/cc-engine.el: Improved the heuristics for recognizing
12887 function declaration headers and the handling of C++ style member
12888 init lists.
12889
12890 (c-just-after-func-arglist-p): Rewritten to use
12891 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
12892
12893 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
12894
12895 (c-guess-basic-syntax): Adapt case 5B for the new
12896 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
12897 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
12898 covers all cases now).
12899
12900 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
12901
12902 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12903
12904 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
12905 c-string-par-start/separate c-sentence-end-with-esc-eol,
12906 initialised in c-setup-paragraph-variables, used in string
12907 scanning subroutines of c-beginning-of-statement.
12908
12909 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12910 which precedes the newly inserted `{'.
12911
12912 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12913
12914 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
12915 function for declaration level blocks. It should now cope with
12916 templates better and also be a lot more comprehensible.
12917
12918 (c-looking-at-decl-block): The new function.
12919
12920 (c-search-uplist-for-classkey): The old one. It's now a wrapper
12921 for compatibility.
12922
12923 (c-add-class-syntax, c-guess-continued-construct)
12924 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
12925
12926 (c-decl-block-key): Change to tell apart ambiguous and
12927 unambiguous keywords. Pike specials are now handled directly in
12928 the code instead.
12929
12930 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
12931 New language constants and variables to make the backward skip in
12932 `c-looking-at-decl-block' as tight as possible.
12933
12934 (c-nonsymbol-token-char-list): New language constant.
12935
12936 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
12937 find balanced template arglists backwards.
12938
12939 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
12940 making char classes for `c-syntactic-skip-backward'.
12941
12942 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
12943 16D - can't be a class-close at that point.
12944
12945 * progmodes/cc-engine.el (c-guess-basic-syntax)
12946 (c-add-class-syntax): Don't narrow out the enclosing declaration
12947 level. This makes everything a lot easier, and it was actually
12948 only four small places that needed it to work. Some places that
12949 previously did `widen' are removed now, which has the effect that
12950 `c-guess-basic-syntax' never will look at things outside the
12951 current narrowment now. The anchor position for `topmost-intro'
12952 is affected by this, but it was so bogus it was basically useless
12953 before, and now it's equally bogus but in a slightly different way.
12954
12955 (c-narrow-out-enclosing-class): Gone.
12956
12957 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
12958 the narrowed region.
12959
12960 (c-least-enclosing-brace): Remove silly optional argument.
12961
12962 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12963 the point could be left directly after an open paren when finding
12964 the beginning of the first decl in the block.
12965
12966 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
12967 Specify which submatch to use.
12968
12969 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
12970
12971 (c-decl-start-re): No longer any need for special treatment of
12972 ObjC due to the above.
12973
12974 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
12975 presumably follows C in that regard.
12976
12977 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
12978 New language constants to specify operator tokens inside
12979 identifiers in a more high level way.
12980
12981 (c-opt-identifier-prefix-key): New internal language constant.
12982
12983 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
12984 (c-identifier-start, c-identifier-key): Now completely calculated
12985 from other constants.
12986
12987 (c-identifier-last-sym-match): Decommission since it's no longer used.
12988
12989 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
12990
12991 * progmodes/cc-engine.el (c-forward-name): Remove the
12992 optimization when c-identifier-key is equal to c-symbol-key since
12993 it doesn't work in byte compiled files. Don't record empty
12994 regions as identifiers.
12995
12996 * progmodes/cc-langs.el (c-filter-ops): New helper function to
12997 simplify access to `c-operators' and its likes.
12998
12999 (c-operator-list, c-all-op-syntax-tokens)
13000 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13001 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13002 (c-primary-expr-regexp, c-cast-parens): Use it.
13003
13004 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13005 an explicit language in functions.
13006
13007 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13008 variant of adornment.
13009
13010 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13011 variable.
13012
13013 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13014 the Pike value.
13015
13016 * progmodes/cc-engine.el (c-on-identifier)
13017 (c-simple-skip-symbol-backward): Small fix for handling "-"
13018 correctly in `skip-chars-backward'. Affected the operator lfun
13019 syntax in Pike.
13020
13021 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13022 diagnostic message about precompiled language vars not being used.
13023
13024 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13025 "__attribute__" is followed by a parenthesis.
13026
13027 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13028 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13029 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13030
13031 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13032 Internal cleanups to properly detect the declared identifiers in
13033 various declarations.
13034
13035 (c-decl-start-kwds): New language constant to recognize
13036 declarations that can start anywhere. Used for class declarations
13037 in Pike.
13038
13039 (c-specifier-key, c-not-decl-init-keywords)
13040 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13041 (c-find-decl-spots): Implement `c-decl-start-kwds'.
13042
13043 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13044 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13045 handling of the compiler specific extension keywords into a new
13046 language constant `c-decl-hangon-kwds' that defines keyword
13047 clauses to be ignored in declarations.
13048
13049 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13050 past unrecognized tokens when handling `c-colon-type-list-kwds'.
13051 Necessary to stop at the declared identifier in e.g. IDL valuetype
13052 declarations.
13053
13054 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13055 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13056 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13057 (c-forward-decl-or-cast-1): Recognize the declared identifier in
13058 class and enum declarations as such and not as part of the type.
13059
13060 (c-forward-decl-or-cast-1, c-forward-label): Relax the
13061 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13062
13063 (c-forward-decl-or-cast-1): Don't disregard sure signs of
13064 declarations when there's some syntax error later on.
13065
13066 (c-complex-decl-matchers): Did away with a reference to
13067 `c-specifier-key'.
13068
13069 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13070 value - this variable is always dynamically bound.
13071
13072 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13073 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13074 * cc-cmds.el, cc-defs.el: Change the policy for marking up
13075 functions that might do hidden buffer changes: All such internal
13076 functions are now marked instead of those that don't.
13077
13078 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13079 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13080 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13081 (c-literal-type): Allow these functions to make hidden buffer changes,
13082 so that they are free to use text property caching later on.
13083
13084 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13085 (c-electric-brace, c-electric-slash, c-electric-star)
13086 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13087 (c-electric-paren, c-electric-continued-statement, c-indent-command)
13088 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13089 (c-context-line-break): Add `c-save-buffer-state' calls to comply
13090 with the changed semantics of the functions above.
13091
13092 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13093 when macros occur in obscure places. Optimized the sexp movement
13094 a bit.
13095
13096 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13097
13098 Enhancements for c-beginning-of-statement to work in AWK Mode:
13099
13100 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13101 (completed statement) with `}' (statement completed by closing
13102 brace or semicolon) and `$' (statement completed by EOL).
13103
13104 (c-awk-virtual-semicolon-ends-prev-line-p)
13105 (c-awk-virtual-semicolon-ends-line-p)
13106 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13107 (c-awk-at-statement-end-p): New functions.
13108
13109 * progmodes/cc-cmds.el: Simplify the structure of functions
13110 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
13111 two functions and c-beginning-of-statement to handle AWK Mode.
13112
13113 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13114 c-backward-single-comment for AWK mode. Attempt to clarify their
13115 doc-strings.
13116
13117 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13118
13119 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13120
13121 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13122 label handling. Labels are now recognized in a uniform and more
13123 robust way, regardless of context. Text properties are put on all
13124 labels to recognize the following declarations better.
13125 Multiword labels are handled both in indentation and fontification for
13126 the benefit of language extensions like Qt. For consistency, keywords
13127 in labels are now fontified with the label face instead.
13128 That also applies to "case" and "default".
13129
13130 (c-beginning-of-statement-1): Fix some bugs in the label
13131 handling. Disregard `c-nonlabel-token-key' in labels that begin
13132 with `c-label-kwds'.
13133
13134 (c-find-decl-spots): Support that the callback adds more
13135 `c-decl-end' spots to find.
13136
13137 (c-forward-decl-or-cast-1): Don't treat a list of plain
13138 identifiers followed by a colon as a declaration.
13139
13140 (c-forward-label): New function to recognize labels.
13141
13142 (c-guess-basic-syntax): Replace uses of `c-label-key' with
13143 `c-forward-label'. Moved the label recognition cases (14 and 15)
13144 earlier since they aren't so context sensitive now. Handle labels
13145 on the top level gracefully. Moved access label recognition to
13146 the generic label case (CASE 15) - removed CASE 5E.
13147
13148 (c-font-lock-declarations): Add recognition of labels in the
13149 same round since we need to handle labels in parallell with other
13150 declarations to recognize both accurately. It should also improve
13151 speed.
13152
13153 (c-simple-decl-matchers, c-basic-matchers-after):
13154 Move `c-font-lock-labels' so that it only is used on decoration level 2
13155 since `c-font-lock-declarations' handles it otherwise.
13156
13157 (c-complex-decl-matchers): Remove the simplistic recognition of
13158 access labels.
13159
13160 (c-decl-prefix-re): Remove the kludges that was necessary to cope
13161 with labels earlier.
13162
13163 (c-decl-start-re): New language variable to make
13164 `c-font-lock-declarations' stop for the special protection labels
13165 in Objective-C that start with `@'.
13166
13167 (c-label-key): Remove since it's no longer used.
13168
13169 (c-recognize-colon-labels, c-label-prefix-re): New language
13170 constants to support recognition of generic colon-terminated labels.
13171
13172 (c-type-decl-end-used): `c-decl-end' is now used whenever there
13173 are colon terminated labels.
13174
13175 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13176 first argument starts with a special brace list.
13177
13178 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13179 (c-font-lock-declarations): Break out the declaration and cast
13180 recognition from `c-font-lock-declarations' to a new function, so
13181 that it can be used in the indentation engine.
13182
13183 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13184 up to the start of the literal. Fixed bug with the point on the
13185 wrong side of the search limit that could happen when the start
13186 position is inside a literal.
13187
13188 * progmodes/cc-engine.el (c-parse-state)
13189 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
13190 so that it's kept a little bit back to increase the hit rate.
13191
13192 (c-parse-state): Change the macro handling and fixed some
13193 glitches. Macro context is checked more often than necessary now,
13194 but otoh less garbage conses are generated.
13195
13196 * progmodes/cc-engine.el (c-parse-state)
13197 (c-invalidate-state-cache): Cache the last position where
13198 `c-state-cache' applies. This can speed up refontification quite
13199 a bit in blocks where there are many non-brace parens before the point.
13200
13201 (c-state-cache-end): New variable for this.
13202
13203 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
13204 cache variable.
13205
13206 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13207 get close initial continue positions when the start position is
13208 inside a literal or macro. Do not call the callback for spots
13209 before the start position (which can happen e.g. for `c-decl-end'
13210 spots inside comments). Optimize better in special cases when the
13211 region is a single line inside a literal or macro (typically when
13212 the current line is refontified).
13213
13214 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
13215 to `c-add-stmt-syntax' - there's no need to explicitly whack off
13216 entries from the paren state.
13217
13218 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
13219 special case for "else if" clauses.
13220
13221 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13222 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
13223
13224 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13225 New language variable to recognize the gcc extension with statement
13226 blocks inside expressions.
13227
13228 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
13229 it somewhat more comprehensible. The argument AT-BLOCK-START is
13230 no longer used and hence removed.
13231
13232 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
13233 to `c-add-stmt-syntax'.
13234
13235 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13236 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
13237 This fixes bogus label recognition.
13238
13239 * progmodes/cc-engine.el (c-add-type, c-check-type)
13240 (c-forward-name, c-forward-type): Improve storage of template
13241 types in `c-found-types' so that they can be recognized better.
13242
13243 (c-syntactic-content): Add option to skip past nested parens.
13244
13245 * progmodes/cc-engine.el (c-forward-name):
13246 Set `c-last-identifier-range' all the time. It's less work that way.
13247 Handle that there might not be an identifier to store in
13248 `c-last-identifier-range'.
13249
13250 (c-forward-type): Handle that `c-last-identifier-range' might be
13251 nil from `c-forward-name'.
13252
13253 * progmodes/cc-defs.el (c-safe-scan-lists)
13254 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
13255
13256 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13257 to work even if the form fails.
13258
13259 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13260 down in a large file in one go.
13261
13262 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
13263
13264 * progmodes/cc-align.el (c-lineup-assignments): New lineup
13265 function which is like `c-lineup-math' but returns nil instead of
13266 `c-basic-offset' when it doesn't match.
13267
13268 (c-lineup-math): Change to use `c-lineup-assignments'.
13269
13270 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13271
13272 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13273 c-beginning-of-statement. New subfunctions
13274 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13275
13276 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13277
13278 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13279 hardcoded char classes whereever possible. Changed a couple of
13280 places to use skip by syntax instead of skip by char class.
13281
13282 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
13283 Fix a bug in the regexp that caused extreme backtracking.
13284
13285 * progmodes/cc-langs.el (c-block-comment-starter)
13286 (c-block-comment-ender): New language constants to specify in a
13287 single place how block comments look.
13288
13289 (c-comment-start-regexp, c-block-comment-start-regexp)
13290 (comment-start, comment-end, comment-start-skip)
13291 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13292 (c-syntactic-ws, c-nonempty-syntactic-ws)
13293 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
13294 `c-line-comment-starter', `c-block-comment-starter' and
13295 `c-block-comment-ender'.
13296
13297 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13298 New language constants to break up things a bit.
13299
13300 (c-simple-ws): New language constant for simple whitespace.
13301
13302 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
13303
13304 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
13305 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13306 newlines. Allow and ignore nil elements in the list.
13307
13308 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13309
13310 * progmodes/cc-cmds.el: Comment out a (n almost certainly
13311 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
13312
13313 * progmodes/cc-cmds.el: Tidy up the comments in
13314 c-beginning-of-statement and subfunctions.
13315
13316 * progmodes/cc-awk.el: Replace calls to put-text-property to the
13317 more flexible c-put-char-property and c-clear-char-properties.
13318 Add the author's email address.
13319
13320 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
13321
13322 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13323 closing "*/" of a block comment.
13324
13325 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13326 subfunctions) so that it works at BOB and EOB.
13327
13328 * progmodes/cc-cmds.el, cc-vars.el: More updating of
13329 c-beginning-of-statement, including new variable
13330 c-block-comment-start-regexp.
13331
13332 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13333
13334 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13335 symbols from `*-font-lock-extra-types' so that there's no need to
13336 use `regexp-opt' on those lists.
13337
13338 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13339 `c-type-modifier-kwds' is empty.
13340
13341 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13342 there are several strings on the same line.
13343
13344 * progmodes/cc-engine.el (c-literal-limits): Remove the
13345 compatibility function for older emacsen. `c-literal-limits-fast'
13346 has now taken the place of this function.
13347
13348 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
13349 with older emacsen: We now require `pps-extended-state'.
13350
13351 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13352
13353 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
13354 which obviates the need to hack sentence-end. This now handles
13355 escaped newlines in strings correctly. Correct minor bugs in
13356 c-move-over-sentence and in c-beginning-of-statement.
13357
13358 * progmodes/cc-cmds.el (c-beginning-of-statement (and
13359 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
13360 that movement over macros and code are rigorously separated from
13361 eachother. Correct a few incidental bugs.
13362
13363 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
13364 Improve its doc-string. Improve the handling of certain specific cases.
13365
13366 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13367
13368 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
13369 (c-guess-basic-syntax): Change the way class-level labels are
13370 recognized; they can now contain essentially any symbols.
13371
13372 (c-opt-extra-label-key): New language variable to cope with the
13373 special protection label syntax in Objective-C.
13374
13375 (c-opt-access-key): Remove; this is now handled better by
13376 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
13377
13378 (c-complex-decl-matchers): Update to handle that
13379 `c-opt-access-key' no longer exists.
13380
13381 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
13382 improved label recognition in `c-beginning-of-statement-1'.
13383
13384 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13385 Recognize bitfields better.
13386
13387 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
13388 Remove some cruft and fixed a bug that could cause it to go to a
13389 position further down.
13390
13391 * progmodes/cc-langs.el, cc-engine.el
13392 (c-beginning-of-statement-1): Improve detection of labels in
13393 declaration contexts.
13394
13395 (c-beginning-of-decl-1): Use it.
13396
13397 (c-nonlabel-token-key): New language constant and variable needed
13398 by `c-beginning-of-statement-1'.
13399
13400 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
13401 manifested itself due to the correction in `c-forward-sexp'.
13402
13403 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
13404 Make these behave as documented when used at the buffer limits.
13405
13406 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
13407 (c-type-decl-end-used): Made this a language variable.
13408
13409 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
13410 correctly when `combine-after-change-calls' is used together with
13411 temporary narrowings.
13412
13413 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13414 Report labels correctly when the start point is immediately after the
13415 colon.
13416
13417 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
13418 Remove since it isn't used anymore.
13419
13420 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
13421 bracket arglists such as template parens in C++.
13422
13423 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
13424 in the last check-in. Some optimization.
13425
13426 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
13427 where it could stop at the same level in a preceding sexp when
13428 PAREN-LEVEL is set.
13429
13430 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
13431 text property lookup only when it's needed.
13432
13433 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
13434 Change the policy for paren marked angle brackets to be more
13435 persistent; once marked they remain marked even when they're found
13436 to be unbalanced in the searched region. This should keep the
13437 paren syntax around even when individual lines are refontified in
13438 multiline template arglists.
13439
13440 (c-parse-and-markup-<>-arglists): New dynamically bound variable
13441 to control markup so that incorrect angle bracket arglists aren't
13442 marked in contexts where the correct value for
13443 `c-disallow-comma-in-<>-arglists' isn't known.
13444
13445 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
13446 argument has become `c-parse-and-markup-<>-arglists'.
13447
13448 (c-remove-<>-arglist-properties): Remove - no longer used.
13449
13450 (c-after-change-check-<>-operators): New function used on
13451 `after-change-functions' to avoid that "<" and ">" characters that
13452 are part of longer operators have paren syntax.
13453
13454 (c-<>-multichar-token-regexp): New language variable used by
13455 `c-after-change-check-<>-operators'.
13456
13457 (c-after-change): Call `c-after-change-check-<>-operators'.
13458
13459 (c-font-lock-<>-arglists): Use the context properties set by
13460 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
13461 correctly to avoid doing invalid markup.
13462
13463 (c-font-lock-declarations): Remove code that undoes the invalid
13464 markup done by `c-font-lock-<>-arglists'.
13465
13466 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
13467 after `c-font-lock-declarations'.
13468
13469 * progmodes/cc-engine.el (c-syntactic-skip-backward):
13470 Add paren-level feature.
13471
13472 (c-guess-basic-syntax): Improve the anchor position for
13473 `template-args-cont' in nested template arglists. There's still
13474 much to be desired in this area, though.
13475
13476 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13477
13478 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
13479 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
13480
13481 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13482
13483 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
13484 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
13485
13486 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
13487 it doesn't work no longer are supported.
13488
13489 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
13490 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
13491 requires support for the syntax-table' text property, which rules
13492 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
13493 cruft associated with those versions.
13494
13495 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
13496 for the `syntax-table' text property, which rules out Emacs 19 and
13497 XEmacs < 21.4. Removed various compatibility cruft associated
13498 with those versions.
13499
13500 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
13501 support for the `syntax-table' text property.
13502
13503 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
13504 variable and use an extra quoted face name instead. All the
13505 emacsen flavors handle that correctly.
13506
13507 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
13508 (c-font-lock-declarators, c-font-lock-declarations)
13509 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
13510 property to mark the items in in declarator lists to handle
13511 refontification inside multiline declarations better.
13512
13513 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
13514 construct like "a * b = c;" as a declaration.
13515
13516 2005-12-08 Kim F. Storm <storm@cua.dk>
13517
13518 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
13519 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
13520 select either meta, hyper, or super modifier for rectangle commands.
13521 (cua--rectangle-modifier-key): New defvar.
13522 (cua--M/H-key): Use it. Remove special case for `space'.
13523 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13524 on X, to meta otherwise. Always bind C-return to toggle
13525 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
13526
13527 * emulation/cua-rect.el (cua-help-for-rectangle):
13528 Use cua--rectangle-modifier-key. Handle super modifier too.
13529 (cua--init-rectangles): Always bind C-return to toggle rectangle.
13530 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
13531
13532 * ido.el: Move Acknowledgements and History after Commentary.
13533 Minor changes to Commentary.
13534
13535 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
13536 keymap if cua--prefix-override-timer is `shift'.
13537 (cua--shift-control-prefix): New function; emulate "type prefix
13538 key twice" functionality to handle shifted prefix key override.
13539 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13540 New commands.
13541 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13542
13543 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
13544
13545 * textmodes/org.el (org-insert-heading): Try to do items before
13546 headings.
13547 (org-agenda-mode): Quote `org-agenda-mode-hook'.
13548 (org-insert-item): New function.
13549 (org-renumber-ordered-list): Don't skip to higher level lists.
13550
13551 2005-12-08 Juri Linkov <juri@jurta.org>
13552
13553 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13554
13555 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13556
13557 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13558
13559 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13560 the constructed function name fun-1.
13561
13562 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13563 because such links don't lead to parent documentation.
13564
13565 2005-12-08 Kenichi Handa <handa@m17n.org>
13566
13567 * descr-text.el (describe-char): Use *Help-2* buffer if the
13568 current buffer is *Help*. Call describe-text-properties while
13569 setting the original buffer.
13570
13571 2005-12-07 Bill Wohler <wohler@newt.com>
13572
13573 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
13574 and causes problems with non-MH users (such as Gnus users).
13575
13576 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
13577
13578 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13579 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13580 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13581 command "info sources". Move calls to GDB command "list".
13582 (gdb-find-file-hook): Just use gdb-source-file-list.
13583 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13584 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13585 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13586 (gdb-data-list-register-values-handler): Use correct trigger name.
13587
13588 2005-12-07 Kim F. Storm <storm@cua.dk>
13589
13590 * ido.el (ido-completion-map): Rename from ido-mode-map.
13591 (ido-common-completion-map, ido-file-completion-map)
13592 (ido-file-dir-completion-map, ido-buffer-completion-map):
13593 Rename from ido-mode-....-map.
13594 (ido-init-completion-maps): Rename from ido-init-mode-maps.
13595 (ido-setup-completion-map): Rename from ido-define-mode-map.
13596 (ido-read-internal): Bind minibuffer-local-filename-completion-map
13597 to ido-completion-map.
13598
13599 2005-12-07 Kenichi Handa <handa@m17n.org>
13600
13601 * international/mule-cmds.el
13602 (set-display-table-and-terminal-coding-system): If the coding
13603 system specified in `unibyte-display' property is different from
13604 the arg coding-system, don't setup standard-display-table.
13605
13606 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13609 that comments end at \n, regardless of selective-display.
13610
13611 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
13612
13613 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13614 (gdb-version): New variables.
13615 (gdb-source-file-list, gdb-register-names)
13616 (gdb-changed-registers): New variables for use with GDB 6.4+.
13617 (gdb-ann3): Replace with...
13618 (gdb-init-1, gdb-init-2): ...two new functions.
13619 (gdba, gdb-prompt): Call gdb-init-1.
13620 (gdb-get-version): New function. Call gdb-init-2 from here.
13621 (gud-watch): Make it work with mouse events too.
13622 (gdb-post-prompt): Don't add to queue until GDB version is known.
13623 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13624 (gdb-locals-mode): Use gdb-version.
13625 (gdb-memory-format-map, gdb-memory-unit-map)
13626 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13627 (gdb-locals-font-lock-keywords-1)
13628 (gdb-locals-font-lock-keywords-2): New variables.
13629 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
13630 (gdb-set-gud-minor-mode-existing-buffers-1)
13631 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13632 (gdb-var-update-1, gdb-var-update-handler-1)
13633 (gdb-data-list-register-values-handler)
13634 (gdb-data-list-register-values-custom)
13635 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
13636 (gdb-stack-list-locals-handler, gdb-get-register-names):
13637 New functions for use with GDB 6.4+.
13638 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13639 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13640 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13641 (gdb-stack-list-locals-regexp)
13642 (gdb-data-list-register-names-regexp): New regexps for use with
13643 GDB 6.4+.
13644
13645 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13646
13647 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13648
13649 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
13650
13651 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13652 prompts work for AUTH PLAIN. Also reported by Steve Allan
13653 <seallan@verizon.net>.
13654
13655 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13656
13657 * frame.el (set-frame-parameter): Add doc string.
13658
13659 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
13660
13661 * textmodes/org.el (org-occur-highlights): New variable.
13662 (org-highlight-new-match, org-remove-occur-highlights): New functions.
13663 (org-highlight-sparse-tree-matches): New option.
13664 (org-do-occur): New function.
13665 (org-get-heading): Make it work also at beginning of line.
13666 (org-category-table): New variable.
13667 (org-get-category-table, org-get-category)
13668 (org-camel-to-words, org-link-search): New functions.
13669 (org-select-this-todo-keyword): New variable.
13670 (org-todo-list): New command.
13671 (org-shiftright, org-shiftleft): New commands.
13672 (org-agenda-todo): Add prefix argument.
13673 (org-show-hierarchy-above): New option.
13674 (org-show-todo-tree): Numerical prefix creates tree for specific
13675 TODO keyword.
13676 (org-outline-level): New function, to assign a level to plain
13677 lists items.
13678 (org-cycle-include-plain-lists): New option.
13679 (org-mode): Use `org-outline-level' as value of `outline-level'.
13680 (org-cycle): Temporarily switch `outline-regexp' if
13681 `org-cycle-include-plain-lists' is non-nil.
13682 (org-start-icalendar-file): Fix format bug.
13683 (org-agenda-get-day-entries): Create category table.
13684 (org-agenda-get-todos, org-agenda-get-timestamps)
13685 (org-agenda-get-deadlines, org-agenda-get-scheduled)
13686 (org-agenda-get-blocks): Use `org-get-category'.
13687 (org-context-in-file-links): Rename from
13688 `org-line-numbers-in-file-links'.
13689
13690 2005-12-06 Romain Francoise <romain@orebokech.com>
13691
13692 * window.el (balance-windows): Delete extraneous third arg in call
13693 to `enlarge-window'.
13694
13695 2005-12-06 Kenichi Handa <handa@m17n.org>
13696
13697 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13698
13699 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
13700
13701 * progmodes/gdb-ui.el (gdb-var-create-handler)
13702 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13703 (gdb-var-list-children-handler, gdb-var-update-handler):
13704 Current buffer is already gdb-partial-output-buffer, don't
13705 make it current again.
13706
13707 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
13708
13709 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13710 (list-buffers-noselect): Use it.
13711
13712 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13713
13714 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
13715 (mail-yank-ignored-headers): Use regexp-opt.
13716 (mail-mode-map): Move initialization into declaration.
13717 (mail-sent-via): Remove unused shadowed var `to-line'.
13718 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
13719 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
13720 (mail-do-fcc): Use dolist and push.
13721 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
13722 (mail-yank-ignored-headers): Don't autoload.
13723
13724 2005-12-05 Kenichi Handa <handa@m17n.org>
13725
13726 * international/mule-cmds.el (set-language-info-internal): New fun.
13727 (set-language-info): Call set-language-info-internal to update
13728 language-info-alist. If LANG-ENV is the current one, call
13729 set-language-environment to make INFO effective now.
13730 (set-language-info-alist): Likewise.
13731 (locale-language-names): With locale "en", use English
13732 lang. env. but set the default codings to iso-8859-1.
13733
13734 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
13735
13736 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
13737 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
13738 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
13739 for plain strings.
13740 (gdb-frames-mode): Remove redundant call to font-lock-mode.
13741 (gdb-all-registers): Rename from toggle-gdb-all-registers.
13742 Create registers buffer if necessary. Echo new state in minibuffer.
13743 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
13744
13745 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
13746
13747 * info.el (Info-fontify-node): Match external links using
13748 non-directory part of filename.
13749
13750 2005-12-04 Juri Linkov <juri@jurta.org>
13751
13752 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
13753 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
13754 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
13755 because there is no customization option for it.
13756
13757 * font-lock.el (lisp-font-lock-keywords-1):
13758 Add define-global-minor-mode.
13759
13760 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
13761
13762 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
13763 properties on the constructed variable names.
13764
13765 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13766 Put `definition-name' properties on the constructed function names
13767 next-sym and prev-sym.
13768
13769 * emacs-lisp/find-func.el (find-function-regexp):
13770 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
13771 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
13772 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
13773 and easy-menu-define.
13774
13775 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
13776 easy-mmode-define-global-mode and define-global-minor-mode.
13777 (lisp-imenu-generic-expression): Add define-global-minor-mode.
13778
13779 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
13780 instead of easy-mmode-define-global-mode.
13781
13782 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13783 Use define-minor-mode instead of easy-mmode-define-minor-mode.
13784
13785 * cus-edit.el (customize-group, customize-group-other-window):
13786 Filter out autoloaded options from the group completion list by
13787 using heuristics that autoloaded groups don't have `custom-autoload'
13788 property on their symbols (they have only `custom-loads').
13789
13790 * simple.el (completion-setup-function): Put completions-common-part
13791 face on complete completion string too (i.e. completion string
13792 without completions-first-difference face).
13793
13794 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
13795
13796 2005-12-03 Eli Zaretskii <eliz@gnu.org>
13797
13798 * view.el (view-mode): Doc fix.
13799
13800 * disp-table.el (standard-display-european): Add to the warning
13801 message a reference to the doc string.
13802
13803 * play/yow.el (apropos-zippy): Call print-help-return-message,
13804 similar to other Help and Apropos commands.
13805
13806 * help.el (print-help-return-message): If pop-up-frames is
13807 non-nil, set up help-return-method to delete the help window and,
13808 possibly, its frame as well, and don't display message about
13809 scrolling the help window. Doc fix.
13810 (help-return-method): Doc fix.
13811
13812 2005-12-03 Martin Rudalics <rudalics@gmx.at>
13813
13814 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
13815 whereby names of length one or names starting with a
13816 symbol-constituent character would not be returned.
13817
13818 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13819
13820 * subr.el (atomic-change-group): Add edebug and indentation spec.
13821
13822 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13823
13824 * completion.el (save-completions-file-name): Fix typo in last change.
13825
13826 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13827
13828 * info.el: Move back/forward history to the beginning of the tool bar.
13829
13830 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
13831
13832 * allout.el (eval-when-compile): Remove unnecessary load of cl.
13833 Add fset of allout-real-isearch-abort during compile to fix
13834 byte-compilation warnings.
13835 (allout-mode-p): Move definition of this macro above all uses, or
13836 byte compilation in barren Emacs (eg, during Emacs build) will
13837 lack the definition.
13838 (allout-mode): Move this variable above any uses, or byte
13839 compilation will fail.
13840 (allout-resolve-xref): Remove use of personal file-reference function.
13841 (allout-toggle-current-subtree-encryption): Do the current (ie,
13842 visible containing) topic, rather than nearest around point. Doc fix.
13843 (allout-toggle-subtree-encryption): New function, workhorse that
13844 works on nearest topic containing point.
13845 (allout-encrypt-string): Signal requirement for newer version of pgg.
13846 (allout-resumptions): Doc fix.
13847
13848 2005-12-02 Eli Zaretskii <eliz@gnu.org>
13849
13850 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
13851
13852 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
13853
13854 * textmodes/flyspell.el (flyspell-external-point-words):
13855 Consider a misspelling as found in the string search if: (a) misspelling
13856 and found string lengths match, or (b) misspelling is found as
13857 element in a boundary-chars separated longer string, or (c)
13858 ispell-program-name is really ispell and misspelling is found as
13859 part of a TeX string. After successful match move beginning of
13860 search region to end of match. Warn about not found misspellings
13861 once the process is done.
13862 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
13863
13864 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
13865
13866 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
13867 tool bar (removed inadvertently).
13868
13869 2005-12-02 Juri Linkov <juri@jurta.org>
13870
13871 * log-view.el (log-view-diff): Clarify doc string.
13872
13873 2005-12-01 Bill Wohler <wohler@newt.com>
13874
13875 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
13876 triggers lm-verify errors.
13877
13878 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
13879
13880 * simple.el (transient-mark-mode, line-number-mode)
13881 (column-number-mode, size-indication-mode): Remove `:require nil'.
13882
13883 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
13884
13885 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
13886 in the margin also.
13887 (gdb-breakpoints-mode-map): Use D instead of d for
13888 gdb-delete-breakpoint.
13889 (gdb-get-frame-number): Require a number to match on.
13890 (gdb-threads-mode-map): Add follow-link binding.
13891
13892 2005-11-30 Jason Rumney <jasonr@gnu.org>
13893
13894 * isearch.el (isearch-mode-map): Avoid exiting search on
13895 language-change event.
13896
13897 2005-11-30 Romain Francoise <romain@orebokech.com>
13898
13899 * speedbar.el (speedbar-default-position): New defcustom.
13900 (speedbar-frame-reposition-smartly): Use it.
13901
13902 * dframe.el (dframe-reposition-frame-emacs): Fix position
13903 computation for `left' location.
13904 Update copyright year.
13905
13906 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13907
13908 * help.el (help-map): Move initialization into declaration.
13909
13910 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
13911
13912 * help-fns.el (help-argument-name): Don't autoload.
13913 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
13914 to be re-loaded when customizing the `help' group.
13915
13916 2005-11-30 John Paul Wallington <jpw@gnu.org>
13917
13918 * help-fns.el (describe-function-1): Fill arglist output.
13919
13920 2005-11-30 Kim F. Storm <storm@cua.dk>
13921
13922 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
13923 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
13924 after revert-buffer (or anything else which kills all local variables).
13925
13926 * apropos.el (apropos-parse-pattern): Doc fix.
13927 Set apropos-regexp directly, rather than expecting callers to do so.
13928 (apropos-command, apropos, apropos-value, apropos-documentation):
13929 Simplify calls to apropos-parse-pattern.
13930
13931 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
13932
13933 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
13934 (hi-lock-face-phrase-buffer): Use hi-yellow face.
13935 (hi-lock-write-interactive-patterns): Use comment-region.
13936
13937 * longlines.el (longlines-mode): Add mail-setup-hook.
13938
13939 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
13940
13941 * simple.el (sendmail-user-agent-compose, next-line):
13942 Conditionally use hard-newline.
13943
13944 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13945
13946 * international/latexenc.el (latex-inputenc-coding-alist):
13947 Reword doc string.
13948
13949 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
13950
13951 * help.el (describe-key-briefly, describe-key): Recognize default
13952 bindings.
13953
13954 2005-11-29 Romain Francoise <romain@orebokech.com>
13955
13956 * view.el (view-inhibit-help-message): New defcustom.
13957 (view-mode-enter): Use it.
13958
13959 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
13960
13961 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
13962 Preserve user position.
13963
13964 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
13965
13966 * font-lock.el: Throw error if facemenu is not loaded to prevent
13967 accidental change of loading order in loadup.el. (Suggested by RMS.)
13968
13969 * loadup.el: Add comment explaining why facemenu must be loaded
13970 before font-lock.
13971
13972 2005-11-28 Jay Belanger <belanger@truman.edu>
13973
13974 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
13975 (calc-dispatch-map): Add more keys for `calc-same-interface'.
13976
13977 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
13978
13979 * calc/calc-embed.el (calc-do-embedded): Update help message.
13980
13981 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
13982
13983 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
13986
13987 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
13988 called-interactively-p.
13989 (elp-profilable-p): Rename from elp-not-profilable-p.
13990 Invert result and take into account macros and autoloaded functions.
13991 (elp-instrument-function): Update call.
13992 (elp-instrument-package): Update call. Add completion.
13993 (elp-pack-number): Use match-string.
13994 (elp-results-jump-to-definition-by-mouse): Merge into
13995 elp-results-jump-to-definition and then remove.
13996 (elp-output-insert-symname): Make help echo text single-line.
13997
13998 * replace.el (query-replace-map): Move initialization into declaration.
13999 (occur-engine): Use with-current-buffer.
14000 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14001 (occur-mode-mouse-goto): Replace with an alias.
14002
14003 2005-11-28 Juri Linkov <juri@jurta.org>
14004
14005 * simple.el (quoted-insert): Let-bind input-method-function to nil.
14006
14007 * term/w32-win.el: Bind [S-tab] to [backtab].
14008
14009 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14010 `Info-find-file' to t.
14011
14012 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14013 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14014 and same-window-regexps.
14015 (occur-next-error): Don't move point for arg 0.
14016
14017 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
14018
14019 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14020
14021 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * log-edit.el (log-edit-changelog-use-first): New var.
14024 (log-edit-changelog-ours-p): Use it.
14025 (log-edit-insert-changelog): Set it with new arg `use-first'.
14026 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14027 (log-edit-hook): Add them to the list of suggested options.
14028
14029 * textmodes/flyspell.el (flyspell-last-buffer): New var.
14030 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14031 redundant work.
14032 (flyspell-mode-on): Use add-hook for after-change-functions.
14033 (flyspell-mode-off): Use remove-hook for after-change-functions.
14034 (flyspell-changes): Make it buffer-local.
14035 (flyspell-after-change-function): Make it non-interactive. Use push.
14036 (flyspell-post-command-hook): Check input-pending-p while processing
14037 the potentially long list of buffer changes.
14038
14039 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14040
14041 * buff-menu.el (list-buffers-noselect): Display the selected
14042 frame's buffer list, not the global one.
14043
14044 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14045
14046 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14047 that (list last-input-event) works as in interactive spec.
14048
14049 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14050
14051 * loadup.el ("facemenu"): Load facemenu before font-lock, because
14052 `facemenu-keymap' needs to be defined when font-lock is loaded.
14053 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14054
14055 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14056
14057 * completion.el: Remove useless leading * in defcustom docstrings.
14058 (save-completions-file-name): Use ~/.emacs.d if available.
14059 (completion-standard-syntax-table): Rename from
14060 cmpl-standard-syntax-table and fold initialization into declaration,
14061 thus removing cmpl-make-standard-completion-syntax-table.
14062 (completion-lisp-syntax-table, completion-c-syntax-table)
14063 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14064 (cmpl-saved-syntax, cmpl-saved-point): Remove.
14065 (symbol-under-point, symbol-before-point)
14066 (symbol-under-or-before-point, symbol-before-point-for-complete)
14067 (add-completions-from-c-buffer): Use with-syntax-table.
14068 (make-completion): Don't return a list of completion entries.
14069 Update callers.
14070 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14071 (completion-initialize): Rename from initialize-completions.
14072 (completion-find-file-hook): Rename from cmpl-find-file-hook.
14073 (kill-emacs-save-completions): Collect stats here.
14074 (save-completions-to-file, load-completions-from-file):
14075 Use with-current-buffer.
14076 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
14077 into a function. Move all calls to toplevel.
14078 (completion-lisp-mode-hook): New fun.
14079 (completion-c-mode-hook, completion-setup-fortran-mode):
14080 Set the syntax-table here. Use local-set-key.
14081 (completion-saved-bindings): New var.
14082 (dynamic-completion-mode): Make it into a proper minor mode.
14083 (load-completions-from-file): Remove unused var `num-uses'.
14084
14085 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14086 constructor if it is explicitly overridden.
14087
14088 * complete.el (PC-completion-as-file-name-predicate):
14089 Use minibuffer-completing-file-name.
14090 (partial-completion-mode): Use find-file-not-found-functions.
14091 (PC-lisp-complete-symbol): Use with-syntax-table.
14092 (PC-look-for-include-file): Remove dead setq.
14093 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14094 (PC-complete): Use with-current-buffer.
14095
14096 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14097 escape single quotes.
14098
14099 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14100
14101 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14102 of `if' whose condition always returned nil. Doc fix.
14103
14104 * buff-menu.el (Buffer-menu-revert-function): Make the selected
14105 window's buffer the current buffer around the call to
14106 `list-buffers-noselect'. This is necessary to mark that buffer
14107 with a `.' in the Buffer Menu when called from Lisp, for instance
14108 by Auto Revert Mode.
14109
14110 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14111
14112 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14113 attaching to it.
14114 (gdb-pre-prompt): Make sure gdb-error is reset.
14115
14116 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14117 with a child process, detect it.
14118 (gud-speedbar-buttons): Match regexp more carefully.
14119
14120 2005-11-27 Richard M. Stallman <rms@gnu.org>
14121
14122 * mouse.el (mouse-drag-move-window-bottom):
14123 Use adjust-window-trailing-edge.
14124
14125 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14126
14127 * simple.el (blink-matching-open): Ignore
14128 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14129 (blink-matching-paren-on-screen): Update docstring.
14130
14131 * paren.el (show-paren-mode): No longer change
14132 `blink-matching-paren-on-screen'.
14133
14134 2005-11-27 John Paul Wallington <jpw@pobox.com>
14135
14136 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14137 (gdb-threads-select, gdb-edit-register-value):
14138 Use `posn-set-point' instead of `mouse-set-point' because the
14139 latter is not fbound when configured without X.
14140
14141 2005-11-27 Kim F. Storm <storm@cua.dk>
14142
14143 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14144 existing face when partially highlighting a TAB in a rectangle.
14145
14146 2005-11-26 Kim F. Storm <storm@cua.dk>
14147
14148 * ido.el (ido-mode-map): Doc fix.
14149 (ido-mode-common-map, ido-mode-file-map)
14150 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14151 (ido-define-mode-map): Rewrite. Select one of the new maps as
14152 parent for ido-mode-map instead of building from scratch.
14153 (ido-init-mode-maps): New defun to initialize new maps.
14154 (ido-mode): Call it.
14155 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14156 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14157
14158 2005-11-26 John Paul Wallington <jpw@pobox.com>
14159
14160 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14161 `mouse-set-point' because the latter is not fbound when configured
14162 without X.
14163
14164 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
14165
14166 * files.el (file-relative-name): Doc fix.
14167
14168 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14169
14170 * progmodes/octave-inf.el (inferior-octave-startup): Force a
14171 non-empty string for secondary prompt PS2.
14172
14173 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14174
14175 * progmodes/compile.el (compilation-setup): Fix last change.
14176
14177 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
14178
14179 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14180 (gdb-mouse-toggle-breakpoint-margin)
14181 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14182 Add gdb-server-prefix to keep out of command history.
14183 (gdb-edit-register-value): New function.
14184 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14185 (gdb-info-registers-custom): Use above map.
14186
14187 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14188
14189 * custom.el (enable-theme): Signal error if argument is not a
14190 theme. Don't recalculate a face if it's not loaded yet.
14191
14192 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14193 the `user' theme is in effect.
14194
14195 * info.el (Info-on-current-buffer): Record actual filename in
14196 Info-current-file, instead of t, or a fake filename if a non-file
14197 buffer. Make autoload.
14198 (Info-find-node, Info-revert-find-node): No need to check for
14199 Info-current-file nil.
14200 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14201 Info-current-file is now never `t'.
14202 (Info-fontify-node): Many simplifications due to Info-current-file
14203 always being valid. Use Info-find-file to find node filename.
14204
14205 2005-11-25 David Kastrup <dak@gnu.org>
14206
14207 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14208 new character, then delete" in order to preserve markers.
14209
14210 2005-11-25 David Ponce <david@dponce.com>
14211
14212 * recentf.el (recentf-arrange-by-rule): Handle a special
14213 `auto-mode-alist'-like "strip suffix" rule.
14214 (recentf-build-mode-rules): Handle second level auto-mode entries.
14215
14216 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
14217
14218 * viper-keym.el (viper-ESC-key): Use different values in terminal and
14219 window modes.
14220
14221 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
14222 jde-javadoc-checker-report-mode.
14223
14224 * ediff-wind (ediff-make-wide-display): Slight simplification.
14225
14226 * ediff.el (ediff-date): Change the date of last update.
14227
14228 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
14229
14230 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
14231 Use define-minor-mode, and make it a local mode. Turn on font-lock.
14232 (hi-lock-mode): New global minor mode.
14233 (turn-on-hi-lock-if-enabled): New function.
14234 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14235 Change arguments to regexp and face instead of a font-lock pattern.
14236 Directly set face property, instead of refontifying.
14237 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14238 (hi-lock-find-patterns): Use line-number-at-pos.
14239
14240 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
14241 arguments for hi-lock-set-pattern.
14242 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14243 Call font-lock-fontify-buffer.
14244 (hi-lock-find-file-hook, hi-lock-current-line)
14245 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
14246
14247 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14248 turned off.
14249
14250 * progmodes/compile.el (compilation-setup): Don't fiddle with
14251 font-lock-defaults.
14252
14253 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
14254
14255 * progmodes/gdb-ui.el (gdb-var-create-handler)
14256 (gdb-var-list-children-handler): Find values for all variable
14257 objects. gud-speedbar-buttons decides whether to display them.
14258
14259 2005-11-24 Romain Francoise <romain@orebokech.com>
14260
14261 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14262 buffer name with a space.
14263
14264 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
14265
14266 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
14267 `org-export-local-list-max-depth'. Change default value to 3.
14268 (org-auto-renumber-ordered-lists)
14269 (org-plain-list-ordered-item-terminator): New options.
14270 (org-at-item-p, org-beginning-of-item, org-end-of-item)
14271 (org-get-indentation, org-get-string-indentation)
14272 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14273 New functions.
14274 (org-move-item-down, org-move-item-up): New commands.
14275 (org-export-as-html): New classes for CSS support. Bug fix in
14276 regular expression detecting fixed-width regions. Respect
14277 `org-local-list-ordered-item-terminator'.
14278 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14279 also a list item.
14280 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
14281 New item moving functions.
14282
14283 2005-11-24 Juri Linkov <juri@jurta.org>
14284
14285 * isearch.el (isearch-repeat): With empty search ring set
14286 `isearch-error' to the error string instead of signaling error
14287 with the function `error'.
14288
14289 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14290
14291 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
14292
14293 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
14294
14295 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14296 and variable.
14297 (gdb-var-create-handler, gdb-var-list-children-handler):
14298 Don't match on "char **...".
14299 (gdb-var-update-handler): Find values for all variable objects.
14300 (gdb-info-frames-custom): Identify frames by leading "#".
14301
14302 * progmodes/gud.el (gud-speedbar-menu-items): Add
14303 gdb-speedbar-auto-raise as radio button.
14304 (gud-speedbar-buttons): Raise speedbar if requested.
14305 Don't match on "char **...".
14306 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14307 Make it editable.
14308
14309 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
14310
14311 * info.el (Info-fontify-node): Handle the case where
14312 Info-current-file is t.
14313
14314 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * simple.el (blink-matching-open): Fix off-by-one in last change.
14317
14318 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14319
14320 * term/mac-win.el: Don't change default directory.
14321
14322 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
14323
14324 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14325 buffers correctly. (It used to throw an error in such buffers.)
14326 Make it ask for confirmation in group buffers and other Custom
14327 buffers containing more than one customization item.
14328
14329 2005-11-22 John Paul Wallington <jpw@gnu.org>
14330
14331 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14332 property on mail and url overlays.
14333 (goto-address-at-point): Use `posn-set-point' instead of
14334 `mouse-set-point' because the latter is not fbound when configured
14335 without X.
14336
14337 2005-11-22 Lars Hansen <larsh@soem.dk>
14338
14339 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14340 (ls-lisp-classify, ls-lisp-format): Delete call to
14341 ls-lisp-parse-symlink.
14342 (ls-lisp-handle-switches): Handle symlinks to directories as
14343 directories when ls-lisp-dirs-first in non-nil.
14344
14345 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
14346
14347 * startup.el (command-line): Make sure that loaddefs.el is handled
14348 correctly in load-history.
14349
14350 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
14351
14352 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
14353 (gdb-struct-string, gdb-array-string): New constants.
14354 (gdb-info-locals-handler): Use them.
14355 (gdb-reset): Reset gdb-var-list to nil.
14356
14357 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14358
14359 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
14360 in patterns.
14361
14362 2005-11-21 Juri Linkov <juri@jurta.org>
14363
14364 * custom.el (defcustom): Update link types in docstring.
14365
14366 2005-11-20 Martin Rudalics <rudalics@gmx.at>
14367
14368 * custom.el (defgroup): Add doc-string-elt info.
14369
14370 * widget.el (define-widget): Don't use declare for the doc-string-elt.
14371
14372 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * newcomment.el (comment-enter-backward): Fix last fix.
14375
14376 * simple.el (blink-matching-open):
14377 * paren.el (show-paren-function): Allow new paren-class info.
14378
14379 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
14380
14381 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
14382 handled automagically.
14383
14384 2005-11-20 Andreas Schwab <schwab@suse.de>
14385
14386 * descr-text.el (describe-char): When copying overlays put them
14387 over the full char description instead of just the first character
14388 of it.
14389
14390 2005-11-20 Juri Linkov <juri@jurta.org>
14391
14392 * simple.el (what-cursor-position):
14393 * descr-text.el (describe-char): Use Lisp-readable syntax
14394 for octal and hex. Reorder decimal, octal and hex values.
14395 Remove excess whitespace in the output. Use `=' in `column='
14396 like in `point=' and `Hscroll='.
14397
14398 * international/mule-cmds.el (encoded-string-description):
14399 Use Lisp-readable syntax for hex.
14400
14401 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * newcomment.el (comment-enter-backward): Handle the case where the
14404 comment is closed by EOB.
14405
14406 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14407
14408 * longlines.el (longlines-before-revert-hook)
14409 (longlines-after-revert-hook): New functions.
14410 (longlines-mode): Turn off longlines temporarily when reverting.
14411 Add a message-setup-hook.
14412 (longlines-decode-buffer): New function.
14413 (longlines-wrap-line): Preserve marker positions.
14414
14415 2005-11-19 Andreas Schwab <schwab@suse.de>
14416
14417 * emacs-lisp/shadow.el: Handle compressed files.
14418
14419 2005-11-19 Romain Francoise <romain@orebokech.com>
14420
14421 * net/browse-url.el (browse-url-default-browser): Signal an error
14422 if no usable browser can be found, rather than try to load w3.
14423
14424 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
14425
14426 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
14427 replacing existing properties.
14428 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14429 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
14430 tty specs.
14431 (rcirc-server-prefix, rcirc-server): New faces.
14432 (rcirc-url-regexp): Generate with rx macro.
14433 (rcirc-last-server-message-time): New variable.
14434 (rcirc-filter): Record time of last message.
14435 (rcirc-keepalive): Kill processes that did not send a message
14436 since the last ping.
14437 (rcirc-mode): Give rcirc-topic a local binding here.
14438
14439 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14440
14441 * subr.el (read-passwd): Fontify the prompt as we do with other
14442 prompts.
14443
14444 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
14445
14446 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
14447 binding buffer-read-only to nil.
14448
14449 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14450
14451 * complete.el (partial-completion-mode):
14452 Mention completion-auto-help in the doc string.
14453
14454 * man.el (Man-highlight-references): Doc fix. Reformat code in a
14455 more Lisp-ish way.
14456
14457 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14458
14459 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
14460 digits, not 8, to avoid misalignment for files larger than 100MB.
14461
14462 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14463
14464 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
14465 Mention "keyboard shortcuts" in the help text.
14466
14467 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14468
14469 * startup.el (fancy-splash-default-action): Discard only
14470 mouse-down and succeeding mouse-up events in the splash screen
14471 window so that drag-n-drop event can be processed.
14472
14473 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
14474
14475 * longlines.el (longlines-mode): Add hacks for mail-mode and
14476 message-mode.
14477
14478 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
14479
14480 * textmodes/org.el (org-table-sort-lines): New command.
14481 (org-tbl-menu): Add entry for `org-table-sort-lines'.
14482 (org-add-file): Command removed, use `org-agenda-file-to-front'
14483 instead.
14484 (org-export-icalendar): Use `org-icalendar-combined-name'.
14485 (org-cycle-agenda-files, org-agenda-file-to-end)
14486 (org-agenda-file-to-front): New commands.
14487 (org-table-tab-jumps-over-hlines, org-export-html-style):
14488 New options.
14489 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
14490 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
14491 New functions.
14492 (org-fill-paragraph): Call `org-table-align' in tables.
14493 (org-mode): Call `org-set-autofill-regexps'.
14494 (org-export-as-html): Support for local handformatted lists.
14495 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
14496 (org-export-local-list-max-depth): New option.
14497 (org-html-expand): Use `org-html-protect'.
14498
14499 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
14500
14501 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
14502 to "p".
14503 (gdb): Move definition of gud-pp to...
14504
14505 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
14506 speedbar.
14507 (gdb-find-watch-expression): New function.
14508
14509 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14510
14511 * faces.el (face-attribute, set-face-attribute): Mention existence
14512 of `:ignore-defface' setting in docstring.
14513
14514 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * simple.el (completion-setup-function): Fix last change.
14517
14518 2005-11-17 John Paul Wallington <jpw@pobox.com>
14519
14520 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
14521 Use `posn-set-point' instead of `mouse-set-point' because the
14522 latter is not fbound when configured without X.
14523
14524 * comint.el (comint-insert-input): Likewise.
14525
14526 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14527
14528 * simple.el (hard-newline): New variable.
14529 (sendmail-user-agent-compose, next-line): Use it.
14530
14531 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14532 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14533 (mail-mail-reply-to, mail-mail-followup-to)
14534 (mail-position-on-field, mail-signature, mail-yank-original)
14535 (mail-attach-file): Likewise.
14536
14537 * mail/mailheader.el (mail-header-format)
14538 (mail-header-format-function): Likewise.
14539
14540 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14541
14542 2005-11-17 Juri Linkov <juri@jurta.org>
14543
14544 * font-lock.el (font-lock-faces): Rename this defgroup from
14545 `font-lock-highlighting-faces'.
14546 (font-lock-comment-face, font-lock-comment-delimiter-face)
14547 (font-lock-string-face, font-lock-doc-face)
14548 (font-lock-keyword-face, font-lock-builtin-face)
14549 (font-lock-function-name-face, font-lock-variable-name-face)
14550 (font-lock-type-face, font-lock-constant-face)
14551 (font-lock-warning-face, font-lock-negation-char-face)
14552 (font-lock-preprocessor-face)
14553 (font-lock-regexp-grouping-backslash)
14554 (font-lock-regexp-grouping-construct): Rename :group from
14555 `font-lock-highlighting-faces' to `font-lock-faces'.
14556
14557 * cus-edit.el (lisp, c, tex):
14558 * progmodes/ada-mode.el (ada):
14559 * progmodes/asm-mode.el (asm):
14560 * progmodes/cperl-mode.el (cperl-faces):
14561 * progmodes/cpp.el (cpp):
14562 * progmodes/dcl-mode.el (dcl):
14563 * progmodes/f90.el (f90):
14564 * progmodes/fortran.el (fortran):
14565 * progmodes/icon.el (icon):
14566 * progmodes/idlwave.el (idlwave-misc):
14567 * progmodes/m4-mode.el (m4):
14568 * progmodes/make-mode.el (makefile):
14569 * progmodes/meta-mode.el (meta-font):
14570 * progmodes/modula2.el (modula2):
14571 * progmodes/octave-mod.el (octave):
14572 * progmodes/pascal.el (pascal):
14573 * progmodes/perl-mode.el (perl):
14574 * progmodes/prolog.el (prolog):
14575 * progmodes/ps-mode.el (PostScript-edit):
14576 * progmodes/scheme.el (scheme):
14577 * progmodes/sh-script.el (sh-script):
14578 * progmodes/simula.el (simula):
14579 * progmodes/tcl.el (tcl):
14580 * textmodes/nroff-mode.el (nroff):
14581 * textmodes/reftex-vars.el (reftex-fontification-configurations):
14582 * textmodes/sgml-mode.el (sgml):
14583 * textmodes/texinfo.el (texinfo):
14584 Add :link (custom-group-link font-lock-faces) to defgroup.
14585
14586 * hi-lock.el (hi-lock): Rename this defgroup from
14587 `hi-lock-interactive-text-highlighting'. Change parent group from
14588 `faces' to `font-lock'. Add link to the manual.
14589 (hi-lock-mode, hi-lock-file-patterns-range)
14590 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14591 `hi-lock-interactive-text-highlighting' to `hi-lock'.
14592 (hi-lock-faces): Add :group `faces'.
14593
14594 * cus-edit.el (custom-variable-prompt): Clarify the code.
14595
14596 * faces.el (face-read-string): Set the default value arg of
14597 completing-read.
14598
14599 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
14600
14601 * rfn-eshadow.el (file-name-shadow-properties)
14602 (file-name-shadow-tty-properties, file-name-shadow-mode):
14603 Remove autoloads, because the file is now preloaded.
14604
14605 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 * printing.el (easy-menu-intern): Don't define.
14608 (pr-get-symbol): Use easy-menu-intern only if defined.
14609
14610 * simple.el (blink-matching-open): Simplify a bit.
14611 (completion-setup-function): Fix the case of partial-completion-mode
14612 when the minibuffer's contents start with "-".
14613 Obey completion-base-size-function even when
14614 minibuffer-completing-file-name is non-nil.
14615
14616 2005-11-16 Richard M. Stallman <rms@gnu.org>
14617
14618 * net/eudcb-ph.el (eudc-ph-open-session):
14619 Use set-process-query-on-exit-flag.
14620
14621 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14622
14623 * international/ucs-tables.el (ucs-set-table-for-input):
14624 Use make-local-variable, not make-variable-buffer-local.
14625
14626 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14627 Improve warning message text.
14628
14629 * savehist.el (savehist-save-hook): Add :group.
14630
14631 * menu-bar.el (menu-bar-help-menu):
14632 Rename Find Extra Packages to External Packages.
14633
14634 * cus-edit.el (Custom-reset-standard): Verify that
14635 :custom-standard-value prop exists before calling it.
14636
14637 * apropos.el (apropos-calc-scores): Use apropos-pattern.
14638
14639 2005-11-16 Martin Rudalics <rudalics@gmx.at>
14640
14641 * wid-edit.el (color): Enclose %t in %{...%}.
14642
14643 * cus-edit.el (face): Enclose %t in %{...%}.
14644
14645 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
14646
14647 * savehist.el (savehist-mode-hook): Re-add the var.
14648 (savehist-mode): Use it.
14649
14650 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14651
14652 * textmodes/flyspell.el: Fix commenting convention.
14653 Remove unnecessary leading * in custom docstrings.
14654 (flyspell-emacs): Remove unused var.
14655 (flyspell-delete-region-overlays): Use remove-overlays.
14656 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14657 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14658 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14659 (flyspell-debug-signal-word-checked): Use with-current-buffer.
14660 (make-flyspell-overlay): Don't locally reuse a global name.
14661 (flyspell-highlight-incorrect-region)
14662 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14663 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14664 (flyspell-notify-misspell): Remove unused args `start' and `end'.
14665 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
14666 Wrap calls to accept-process-output inside with-local-quit since it's
14667 often called from a post-command-hook.
14668 (flyspell-correct-word, flyspell-auto-correct-word):
14669 Use ispell-send-string.
14670 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
14671
14672 * calendar/diary-lib.el (diary-list-entries): Also hide the
14673 terminating newline.
14674
14675 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
14676
14677 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14678 window-system, to allow fonts on tty.
14679
14680 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
14681
14682 * progmodes/gud.el (gud-speedbar-item-info): New function.
14683 (gud-install-speedbar-variables): Use it to display data type
14684 of watch expression as a tooltip in speedbar.
14685
14686 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
14687
14688 * font-core.el (global-font-lock-mode): Add :version keyword,
14689 because default was changed.
14690
14691 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14692
14693 * startup.el (command-line): Use `custom-reevaluate-setting' for
14694 `file-name-shadow-mode'.
14695
14696 * loadup.el: Preload rfn-eshadow.
14697
14698 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
14699 Add :version keyword.
14700 (file-name-shadow-properties, file-name-shadow-tty-properties)
14701 (file-name-shadow): Add :version keyword.
14702
14703 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14704 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14705 in the custom-group property of the symbol frames and the fringe
14706 group got no link to its parent group frames.
14707 Doc fix.
14708
14709 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14710
14711 * progmodes/gud.el (gud-stop-subjob): New function.
14712 (gud-menu-map, gud-tool-bar-map): Use it.
14713
14714 2005-11-16 Kim F. Storm <storm@cua.dk>
14715
14716 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
14717 than kill it.
14718 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
14719 to a more useful/logical place.
14720
14721 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14722
14723 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
14724 go buttons complementary.
14725
14726 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
14729 (rfn-eshadow-sifn-equal): New function.
14730 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
14731
14732 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
14733
14734 * viper-utils.el (viper-non-word-characters-reformed-vi):
14735 Quote `-' in string.
14736
14737 * viper.el (viper-emacs-state-mode-list): Ensure that
14738 rcirc-mode buffers come up in Emacs state.
14739
14740 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
14741 operation.
14742
14743 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14744
14745 * term.el (term-termcap-format): Fix typos.
14746 (term-down): Fix the negative argument case.
14747
14748 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14749
14750 * progmodes/gdb-ui.el: Remove face-alias left over from change on
14751 2005-08-15.
14752 (gdb-ann3): New command gud-go.
14753 (menu): Accomodate gdb-mi.el.
14754 (gdb-assembler-custom): Make buffer of selected window current
14755 so that set-window-point works.
14756
14757 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
14758 buttons and include new ones.
14759
14760 2005-11-16 Kim F. Storm <storm@cua.dk>
14761
14762 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
14763 (gud-menu-map): Use it.
14764
14765 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
14766
14767 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
14768 that works correctly for Custom and that does not override a user
14769 who disables it.
14770
14771 * help-mode.el (help-make-xrefs, help-xref-on-pp)
14772 (help-xref-interned, help-follow): Make hyperlinks for variables
14773 that are unbound, but have a non-nil variable-documentation property.
14774
14775 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
14776 mode hook. (It conflicted with defcustoms for some mode hooks.)
14777 Use the `variable-documentation' property to give the mode hook a
14778 docstring and expand that docstring.
14779
14780 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
14781
14782 * savehist.el (savehist-mode): Don't bother with
14783 `custom-set-minor-mode'.
14784 (savehist-coding-system): Check XEmacs version.
14785 (history-length): Declare also at run time.
14786 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
14787 Don't set the customize state.
14788 (savehist-minibuffer-hook): Special case for when
14789 minibuffer-history-variable is equal to t.
14790
14791 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
14792
14793 * files.el (write-file): Refresh VC status.
14794
14795 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
14796 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
14797 than fundamental-mode to see if the mode was set.
14798
14799 2005-11-14 Romain Francoise <romain@orebokech.com>
14800
14801 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
14802 dummy function in `eval-when-compile' to avoid compiler warning.
14803 Require `man' at compile time.
14804
14805 2005-11-14 Jay Belanger <belanger@truman.edu>
14806
14807 * calc-alg.el (calcFunc-write-out-power): Rename it to
14808 calcFunc-powerexpand.
14809 (math-write-out-power): Rename it to math-powerexpand; have it
14810 handle negative exponents.
14811 (calc-writeoutpower): Rename it to calc-powerexpand.
14812
14813 * calc-ext.el: Change calcFunc-writeoutpower and
14814 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
14815 autoloads.
14816 Add calcFunc-ldiv to autoloads.
14817
14818 * calc-arith.el (calcFunc-ldiv): New function.
14819
14820 * calc.el (calc-left-divide): New function.
14821
14822 2005-11-14 Juri Linkov <juri@jurta.org>
14823
14824 * cus-edit.el (custom-variable-prompt): Set the default value arg
14825 of completing-read.
14826
14827 * cus-dep.el (custom-make-dependencies): Reverse the list of
14828 found dependencies.
14829
14830 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14831
14832 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
14833 Highlighting" entry, it is on by default now.
14834 (menu-bar-options-save): Do not save global-font-lock-mode.
14835
14836 2005-11-13 Richard M. Stallman <rms@gnu.org>
14837
14838 * textmodes/flyspell.el (flyspell-large-region):
14839 Call flyspell-accept-buffer-local-defs.
14840
14841 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
14842
14843 * textmodes/flyspell.el (flyspell-notify-misspell):
14844 Fix misspelling of "Misspelling".
14845 (flyspell-process-localwords): New function.
14846 (flyspell-large-region): Call flyspell-process-localwords and
14847 flyspell-delete-region-overlays.
14848 (flyspell-delete-region-overlays): New function.
14849 (flyspell-delete-all-overlays): Call that.
14850
14851 2005-11-13 Richard M. Stallman <rms@gnu.org>
14852
14853 * help.el (help-for-help-internal): Improve doc of C-h a.
14854 (describe-key): Improve prompt; doc fix.
14855
14856 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14857
14858 * vc-svn.el (vc-svn-registered): Catch all errors.
14859
14860 * cus-dep.el (custom-make-dependencies): Typo.
14861
14862 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
14863
14864 * net/tramp-util.el (top): Fix compilation warning.
14865
14866 2005-11-13 Kim F. Storm <storm@cua.dk>
14867
14868 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
14869
14870 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
14871
14872 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
14873 (gud-speedbar-buttons): Match on "const char *" too.
14874
14875 * progmodes/gdb-ui.el (gdb-var-create-handler)
14876 (gdb-var-list-children-handler): Match on "const char *" too.
14877 (gdb-var-evaluate-expression-handler): Match on empty string.
14878 (gdb-var-update-handler): Only call
14879 gdb-var-evaluate-expression-handler when required.
14880
14881 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
14882
14883 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
14884 selected window. This still doesn't work for speedbar.
14885 (gud-speedbar-buttons): Handle string expressions properly.
14886
14887 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14888 (gdb-var-create-handler): Handle string expressions properly.
14889 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
14890 Handle string expressions properly. Move "type" field into regexp.
14891
14892 2005-11-12 Karl Fogel <kfogel@red-bean.com>
14893
14894 * bookmark.el (bookmark-maybe-message): New function to reduce
14895 code duplication: invokes `message' iff baud-rate is high enough.
14896 (bookmark-write-file): Use above instead of an inline conditional.
14897 (bookmark-load): Same.
14898
14899 2005-11-12 Karl Fogel <kfogel@red-bean.com>
14900
14901 * bookmark.el (bookmark-write-file): Don't visit the destination
14902 file, just write the data to it using write-region. This is
14903 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
14904 change to avoid visiting the file in the first place.
14905
14906 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
14907
14908 * hi-lock.el (hi-lock-mode): Set the default value of
14909 font-lock-defaults.
14910
14911 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
14912
14913 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
14914 arg to `file-attributes'.
14915 (find-lisp-format): The UID and GID can now be strings.
14916
14917 2005-11-12 Kim F. Storm <storm@cua.dk>
14918
14919 * help.el (help-map): Bind C-h d to apropos-documentation.
14920
14921 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
14922 when point is at end-of-buffer.
14923
14924 * apropos.el (apropos-match-face): Doc fix.
14925 (apropos-sort-by-scores): Add new choice `verbose'.
14926 (apropos-documentation-sort-by-scores): New defcustom.
14927 (apropos-pattern): Now contains the pattern entered by the user.
14928 (apropos-pattern-quoted): New defvar.
14929 (apropos-regexp): New defvar, containing the regexp corresponding
14930 to apropos-pattern.
14931 (apropos-all-words-regexp): Rename from apropos-all-regexp.
14932 (apropos-read-pattern): New defun. Use it to read pattern arg in
14933 interactive calls; returns list of words for a word list, and
14934 string for a regexp.
14935 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
14936 parses a list of words or regexp as returned by apropos-read-pattern.
14937 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
14938 (apropos-score-doc): Return a very high score if the string
14939 entered by the user matches literally.
14940 (apropos-variable): Doc fix. Use apropos-read-pattern.
14941 (apropos-command): Doc fix. Use apropos-read-pattern and
14942 apropos-parse-pattern. Call apropos-print with nosubst=t.
14943 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
14944 apropos-parse-pattern.
14945 (apropos-documentation): Doc fix. Use apropos-read-pattern and
14946 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
14947 apropos-documentation-sort-by-scores. Call apropos-print with
14948 nosubst=t.
14949 (apropos-documentation-internal): Pass doc string through
14950 substitute-key-definition before adding text properties.
14951 Highlight substring matching literal user input if possible.
14952 (apropos-documentation-check-doc-file): Remove locals beg and end.
14953 Fix calculation of score (as added twice). Pass doc string through
14954 substitute-key-definition before adding text properties.
14955 (apropos-documentation-check-elc-file): Pass doc string through
14956 substitute-key-definition before adding text properties.
14957 Highlight substring matching literal user input if possible.
14958 (apropos-print): Add new arg NOSUBST; if set, command and variable
14959 doc strings have already been passed through substitute-key-definition.
14960 Add code to handle apropos-accumulator items without score element
14961 for backwards compatibility (e.g. with woman package).
14962 Only show scores if apropos-sort-by-scores is `verbose'.
14963
14964 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14965
14966 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
14967 Add jka-compr-load-suffixes to load-suffixes.
14968
14969 * jka-compr.el: Require jka-cmpr-hook.
14970 (jka-compr-info-compress-message, jka-compr-info-compress-program)
14971 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
14972 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
14973 (jka-compr-info-can-append, jka-compr-info-strip-extension)
14974 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
14975 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
14976 (jka-compr-uninstall): Remove entries from
14977 jka-compr-added-to-file-coding-system-alist after they are used.
14978 (jka-compr-error): Remove unused var `curbuf'.
14979 (jka-compr-file-local-copy): Remove unused var `notfound'.
14980
14981 2005-11-10 Romain Francoise <romain@orebokech.com>
14982
14983 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
14984
14985 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
14986
14987 * progmodes/gud.el (gud-menu-map): Move parentheses.
14988 (gdb): New command gud-pv.
14989
14990 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14991
14992 * tar-mode.el: Remove spurious or unnecessary leading stars
14993 in docstrings.
14994 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
14995 (tar-parse-octal-integer-safe): Use mapc.
14996 (tar-header-block-summarize): Remove unused var `ck'.
14997 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
14998 cleared before. Obey default-enable-multibyte-characters.
14999 Use mapconcat. Simplify setting of tar-header-offset.
15000 (tar-mode-map): Move initialization inside delcaration.
15001 (tar-flag-deleted): Use `abs'.
15002 (tar-expunge-internal): Remove unused var `line'.
15003 (tar-expunge-internal): Don't hardcode point-min==1.
15004 (tar-expunge): Widen while doing set-buffer-multibyte.
15005 (tar-rename-entry): Use file-name-coding-system.
15006 (tar-alter-one-field): Don't hardcode point-min==1.
15007 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15008 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
15009
15010 2005-11-10 Masatake YAMATO <jet@gyve.org>
15011
15012 * add-log.el (add-log-current-defun): Handle class::method
15013 notation of c++. Fix incorrect comment.
15014
15015 2005-11-10 Alan Mackenzie <acm@muc.de>
15016
15017 * help-fns.el (describe-variable): Make C-h v work when a variable
15018 has variable documentation yet is unbound.
15019
15020 2005-11-10 Masatake YAMATO <jet@gyve.org>
15021
15022 * man.el (Man-highlight-references): Set an empty
15023 string to `Man-arguments' if it is nil.
15024 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15025
15026 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15027
15028 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15029 commenting conventions.
15030
15031 * cus-dep.el (custom-make-dependencies): Simplify.
15032 Better follow the commenting conventions.
15033
15034 2005-11-09 Richard M. Stallman <rms@gnu.org>
15035
15036 * apropos.el (apropos-pattern): Rename from apropos-regexp.
15037 (apropos-orig-pattern): Rename from apropos-orig-regexp.
15038 All uses changed.
15039 (apropos-rewrite-regexp): Doc fix.
15040 (apropos-variable, apropos-command, apropos, apropos-value):
15041 Change prompt; carry through the argument renaming.
15042
15043 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
15044
15045 * find-lisp.el: Require dired.
15046 (find-lisp-find-dired-internal): Do not call
15047 `abbreviate-file-name' on DIR.
15048
15049 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
15050
15051 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15052
15053 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
15054
15055 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15056 when using the speedbar.
15057 (gdb): New command gud-pp.
15058 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15059
15060 2005-11-09 Juri Linkov <juri@jurta.org>
15061
15062 * replace.el (occur-excluded-properties): New defcustom.
15063 (occur-1, occur-engine, occur-accumulate-lines): Use it.
15064
15065 2005-11-08 Jay Belanger <belanger@truman.edu>
15066
15067 * calc/calc-units.el (math-convert-units): Replace any composite
15068 unit by its definition.
15069
15070 2005-11-08 Lars Hansen <larsh@soem.dk>
15071
15072 * emacs-lisp/autoload.el (update-directory-autoloads):
15073 Add obsolete function alias.
15074
15075 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15076
15077 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15078 comment-indent-function.
15079 (lisp-comment-indent): Replace by an alias for comment-indent-default.
15080
15081 * reveal.el (reveal-post-command): Rework the handling of
15082 reveal-open-spots, so as to be more reliable. There were several
15083 tricky corner cases where an open spot might be lost, or where
15084 a closed spot might end up on the list of open spots.
15085 Only reveal text that's ellipsised.
15086
15087 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
15088
15089 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15090
15091 2005-11-07 John Paul Wallington <jpw@gnu.org>
15092
15093 * ibuffer.el (ibuffer): Search iconified frames too when
15094 getting Ibuffer buffer's window.
15095
15096 2005-11-06 Richard M. Stallman <rms@gnu.org>
15097
15098 * progmodes/compile.el (compilation-internal-error-properties):
15099 save-excursion around the computation of MARKER.
15100
15101 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
15102
15103 * textmodes/flyspell.el (flyspell-external-point-words):
15104 flyspell-get-word returns a list, not just a string.
15105
15106 2005-11-06 John Paul Wallington <jpw@pobox.com>
15107
15108 * ibuffer.el (ibuffer): Search all visible frames when getting
15109 Ibuffer buffer's window.
15110
15111 2005-11-07 Masatake YAMATO <jet@gyve.org>
15112
15113 * man.el (Man-reference-regexp): Accept spaces between
15114 `Man-name-regexp' and `Man-section-regexp'.
15115 (Man-apropos-regexp): New variable.
15116 (Man-abstract-xref-man-page): Use value for `Man-target-string'
15117 if available.
15118 (Man-highlight-references, Man-highlight-references0):
15119 Handle the case when `Man-arguments' includes "-k".
15120 (Man-highlight-references0): Rename the argument `TARGET-POS' to
15121 `TARGET'. `TARGET' can be a number, function or nil.
15122
15123 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
15124
15125 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15126 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15127 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15128 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15129 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15130 (gdb-send-item): Use buffer-local-value and simplify.
15131
15132 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
15133
15134 * startup.el (command-line): Use `custom-reevaluate-setting' for
15135 `global-font-lock-mode'.
15136
15137 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15138 by default, except in batch mode or when the -D option is given.
15139
15140 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15141 specified keyword args on to `define-minor-mode'. Update docstring.
15142
15143 2005-11-05 Romain Francoise <romain@orebokech.com>
15144
15145 * replace.el (occur-engine): Add marker at end of line, too.
15146
15147 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15148
15149 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15150 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15151 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15152 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15153 argument to all these routines, so the passphrase can be managed
15154 externally and passed in to the system.
15155 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15156 pgg-add-passphrase-to-cache function.
15157
15158 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15159 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15160 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15161 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15162 argument to all these routines, so the passphrase can be managed
15163 externally and passed in to the system.
15164 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15165 function.
15166
15167 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15168
15169 * font-lock.el: Don't deal with font-lock-face-attributes here,
15170 move the code ...
15171
15172 * startup.el (command-line): ... here. Use face-spec-set instead
15173 of custom-declare-face.
15174
15175 * faces.el (face-spec-set): Reset the face if spec is not nil.
15176
15177 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * newcomment.el (comment-region-internal): Box more tightly in the
15180 common case where there's no TAB in the boxed text.
15181
15182 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15183
15184 * info.el (info-tool-bar-map): Use images prev-node, next-node and
15185 up-node.
15186
15187 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
15188
15189 * newsticker.el: Commentary updated. Code formatting changed.
15190 (newsticker-version): Change to "1.9".
15191 (newsticker, newsticker-feed): Doc fix.
15192 (newsticker-url-list): Doc fix. Add option "Weekly".
15193 (newsticker-retrieval-interval): Add option "Weekly".
15194 (newsticker-headline-processing): Doc fix.
15195 (newsticker-auto-mark-filter): Remove.
15196 (newsticker-auto-mark-filter-list): New.
15197 (newsticker-layout, newsticker-sort-method): Doc fix.
15198 (newsticker-hide-old-items-in-newsticker-buffer)
15199 (newsticker-heading-format, newsticker-item-format)
15200 (newsticker-desc-format): Doc fix.
15201 (newsticker-show-all-rss-elements): Remove.
15202 (newsticker-show-all-news-elements): New.
15203 (newsticker-faces, newsticker-ticker): Doc fix.
15204 (remove-from-invisibility-spec): Code formatting.
15205 (newsticker--process-ids): New.
15206 (newsticker-mode): Doc fix.
15207 (newsticker-mode): Change mode-line-format.
15208 (newsticker-start): Remove debug output.
15209 (newsticker-start-ticker): Doc fix. Add autoload cookie.
15210 (newsticker-w3m-show-inline-images): Code formatting.
15211 (newsticker-next-item): Call `force-mode-line-update'.
15212 (newsticker-previous-item): Call `force-mode-line-update'.
15213 (newsticker-next-feed): Call `force-mode-line-update'.
15214 (newsticker-previous-feed): Call `force-mode-line-update'.
15215 (newsticker-mark-all-items-at-point-as-read): Code formatting.
15216 (newsticker-show-old-items): Do not show descs.
15217 (newsticker-hide-entry): Hide too much.
15218 (newsticker-hide-entry, newsticker-show-entry)
15219 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15220 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15221 (newsticker-toggle-auto-narrow-to-item): Code formatting.
15222 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15223 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
15224 (newsticker-get-news): Call `force-mode-line-update'.
15225 Collect process ids.
15226 (newsticker--sentinel): Change coding system handling.
15227 Move image retrieval to new functions newsticker--get-logo-url-*.
15228 Move feed parsing to new functions newsticker--parse-*.
15229 Update list of process ids.
15230 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15231 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15232 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15233 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15234 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15235 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
15236 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15237 (newsticker--decode-coding-string): Remove.
15238 (newsticker--decode-numeric-entities): Check input. Format code.
15239 (newsticker--remove-whitespace): Check input.
15240 (newsticker--do-forget-preformatted): Doc fix.
15241 (newsticker--decode-rfc822-date): Allow for missing time.
15242 (newsticker--update-process-ids): New.
15243 (newsticker--image-sentinel): Change comment.
15244 (newsticker--image-read): Change error message.
15245 (newsticker--imenu-goto): Doc fix. Show headline title.
15246 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15247 (newsticker--buffer-do-insert-text): Clean whitespace in
15248 html-rendered headline title. Code formatting.
15249 Call `newsticker--buffer-print-extra-elements'.
15250 (newsticker--buffer-print-extra-element): Remove.
15251 (newsticker--buffer-print-extra-elements): New.
15252 (newsticker--buffer-do-print-extra-element): New.
15253 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
15254 large sizes.
15255 (newsticker--run-auto-mark-filter)
15256 (newsticker--do-run-auto-mark-filter):
15257 Use `newsticker-auto-mark-filter-list'.
15258
15259 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
15260
15261 * net/rcirc.el: Use split-string OMIT-NULLS argument.
15262 (rcirc-print): Force redisplay before running hooks. Do long
15263 buffer truncation after making new text read-only. Deal with nil
15264 text when decoding strings. If TARGET is nil, use either the
15265 currently selected buffer, if it is an rcirc buffer and of the
15266 same process or the process buffer.
15267 (rcirc-mode): Remove header-line. Recompute short buffer names.
15268 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15269 (rcirc-short-buffer-name): Add variable.
15270 (rcirc-kill-buffer-hook): Recompute short buffer names.
15271 Remove nick from private channel.
15272 (rcirc-send-input): Send command text to current-buffer.
15273 Don't clear overlay arrow here.
15274 (rcirc-short-buffer-name): Return a short buffer name.
15275 (rcirc-update-short-buffer-names, rcirc-abbreviate)
15276 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15277 buffer-name abbreviations.
15278 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15279 Do not touch nick-table when killing a parted channel.
15280 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15281 Clear arrow from current buffer if it is now hidden.
15282 (rcirc-current-buffer): Add variable.
15283 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15284 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15285 Remove -face from names.
15286 (rcirc-update-activity-string): Print "DND" when globally ignoring
15287 activity.
15288 (rcirc-ignore-buffer-activity-flag): Rename from
15289 rcirc-ignore-channel-activity.
15290 (rcirc-ignore-all-activity-flag): Doc fix.
15291 (rcirc-channels): Remove variable.
15292 (rcirc-kill-buffer-hook):
15293 (rcirc-get-buffer-create): Add nick to private channel.
15294 (rcirc-multiline-edit-submit): Remove tabs.
15295 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15296 folded.
15297 (rcirc-remove-nick-channel): Bug fix.
15298 (rcirc-toggle-ignore-buffer-activity): Rename from
15299 rcirc-toggle-ignore-channel-activity.
15300 (rcirc-record-activity): Add buffers to the front of the list.
15301 (rcirc-update-activity): Remove killed buffers from list.
15302 (rcirc-process-server-response-1): Remove last argument if it is
15303 null before calling handler.
15304 (rcirc): Add "rcirc" defcustom prefix.
15305 (rcirc-prompt): Simplify default prompt.
15306 Use custom-initialize-default.
15307 (rcirc-private-chats): Remove variable.
15308 (rcirc-prompt): Change initialization.
15309 (rcirc-version): Remove function.
15310 (rcirc-id-string): Add constant.
15311 (rcirc-last-buffer): Remove variable.
15312 (rcirc-buffer-alist): Add variable.
15313 (rcirc-connect): Update variable setup.
15314 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15315 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15316 default.
15317 (rcirc-handler-generic): Trigger activity.
15318 (rcirc-send-message): Create the buffor of the target.
15319 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15320 (rcirc-get-buffer): Just return nil if there is no matching buffer.
15321 (rcirc-multiline-edit-cancel): Remove function.
15322 (rcirc-set-last-buffer): Remove function.
15323 (rcirc-get-any-buffer): Add function.
15324 (rcirc-join-channels): Don't print /join text.
15325 (rcirc-toggle-ignore-channel-activity): Add and update echo area
15326 messages.
15327 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15328 (rcirc-handler-NOTICE): Recognize CTCP responses.
15329 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15330 constructing TOPIC string for buffers we are not JOINed.
15331 (rcirc-handler-CTCP-response): Add handler.
15332 (rcirc-multiline-edit-submit): Restore the window-configuration
15333 before adjusting point.
15334 (rcirc): Add customization group.
15335 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15336 (rcirc-user-full-name, rcirc-startup-channels-alist)
15337 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15338 (rcirc-ignore-all-activity-flag, rcirc-time-format)
15339 (rcirc-input-ring-size, rcirc-read-only-flag)
15340 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15341 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15342 Change defvar to defcustom.
15343 (rcirc-update-prompt): Add optional ALL arg, which will update
15344 prompts in all rcirc buffers. Regexp quote replacement text.
15345 (rcirc-fill-column): Accept frame-width as a value.
15346 (rcirc-set-changed): Add function.
15347 (rcirc-next-active-buffer): Write more meaningful messages.
15348 (rcirc-faces): Add customization group.
15349 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15350 (rcirc-nick-in-message-face, rcirc-prompt-face)
15351 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
15352 (with-rcirc-process-buffer): Move before first usage.
15353 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
15354 (rcirc-debug-flag): Rename from `rcirc-log-p'.
15355 (rcirc-debug): Rename from `rcirc-log'.
15356 (rcirc-format-response-string): Do not print `-' chars for a
15357 NOTICE with no sender. Simplify output of server responses.
15358
15359 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15360
15361 (rcirc-browse-url-map, rcirc-browse-url-at-point)
15362 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
15363 Make urls mouse and RET clickable.
15364
15365 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15366
15367 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
15368
15369 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15370
15371 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15372 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15373 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15374 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15375 argument to all these routines, so the passphrase can be managed
15376 externally and passed in to the system.
15377 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15378 pgg-add-passphrase-to-cache function.
15379
15380 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15381 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15382 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15383 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15384 argument to all these routines, so the passphrase can be managed
15385 externally and passed in to the system.
15386 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15387 function.
15388
15389 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
15390
15391 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
15392 from goto-address-url-regexp.
15393
15394 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
15395
15396 * textmodes/org.el (org-read-date, org-goto-calendar)
15397 (org-recenter-calendar, org-agenda-goto-calendar):
15398 Temporarily clear `calendar-move-hook'.
15399
15400 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
15401
15402 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
15403 merging.
15404
15405 * ediff-util.el (ediff-previous-difference): Don't skip regions that
15406 have merge clashes.
15407
15408 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15409
15410 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15411 Undo previous change.
15412
15413 * startup.el (command-line): Use `custom-reevaluate-setting' for
15414 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
15415 tty-register-default-colors on Mac.
15416
15417 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15418
15419 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
15420 (gdb-buffer-type): Make it automatically buffer local...
15421 (gdb-get-create-buffer): ...and set it accordingly.
15422 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
15423 actually work.
15424
15425 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
15426
15427 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
15428 not red.
15429
15430 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15431
15432 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
15433 case GUD buffer is not visible.
15434 (gdb-goto-breakpoint): Try to force display in source buffer.
15435 (gdb-frame-gdb-buffer): Copy other similar functions.
15436 (gdb-restore-windows): Don't display source if not asked for.
15437 (gdb-assembler-buffer-name): Don't capitalise.
15438
15439 2005-11-03 Richard M. Stallman <rms@gnu.org>
15440
15441 * wid-edit.el (key-sequence): New widget type.
15442
15443 * simple.el (set-mark-command-repeat-pop): New variable.
15444 (set-mark-command): Only interpret plan C-@ after a pop as a pop
15445 if set-mark-command-repeat-pop is true.
15446
15447 * info.el (Info-fontify-node): Don't display extra "see" if there
15448 already is one here.
15449
15450 * mouse.el: Fix special handling of DEL after dragging a region:
15451 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
15452 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
15453
15454 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
15455
15456 * textmodes/ispell.el (ispell-command-loop): Change `i' description
15457 not to assume it pertains to an affix.
15458
15459 * textmodes/flyspell.el (flyspell-post-command-hook):
15460 Bind deactivate-mark to prevent deactivation.
15461
15462 2005-11-03 Lars Hansen <larsh@soem.dk>
15463
15464 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
15465 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
15466 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
15467
15468 2005-11-03 Romain Francoise <romain@orebokech.com>
15469
15470 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
15471 Update copyright years.
15472
15473 2005-11-03 Sam Steingold <sds@gnu.org>
15474
15475 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15476 Use system-type instead of window-system because window-system is not
15477 correctly defined during loadup.
15478
15479 2005-11-02 Mark A. Hershberger <mah@everybody.org>
15480
15481 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
15482 (xml-parse-tag): Join strings separated by a comment properly.
15483
15484 2005-11-02 Andreas Schwab <schwab@suse.de>
15485
15486 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
15487
15488 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15489
15490 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
15491 (byte-optimize-pure-func): Quote the eval'd value.
15492
15493 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15494 Rename from perl-font-lock-syntactic-face-function.
15495 Change the calling convention so it can be used as a font-lock MATCHER.
15496 Do the parse-partial-sexp loop outselves.
15497 (perl-font-lock-syntactic-keywords): Use it.
15498 (perl-mode): Don't set font-lock-syntactic-face-function any more.
15499
15500 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
15501
15502 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
15503 disassembly buffer too.
15504 (gdb-exited): Remove overlay arrows when execution has finished.
15505 (gdb-info-frames-custom, gdb-info-threads-custom)
15506 (gdb-info-registers-custom): Don't add inappropriate text
15507 properties if inferior is not active.
15508
15509 2005-11-02 Glenn Morris <rgm@gnu.org>
15510
15511 * progmodes/fortran.el (fortran-blink-match):
15512 Use `blink-matching-delay'.
15513
15514 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
15515
15516 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
15517
15518 2005-11-02 Lars Hansen <larsh@soem.dk>
15519
15520 * net/tramp.el (tramp-action-out-of-band): Handle scp message
15521 "Permission denied".
15522
15523 2005-11-01 Richard M. Stallman <rms@gnu.org>
15524
15525 * textmodes/flyspell.el (flyspell-external-point-words):
15526 Pass nil to flyspell-get-word.
15527
15528 2005-11-02 Kim F. Storm <storm@cua.dk>
15529
15530 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15531 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15532
15533 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15536 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15537 (calendar-mouse-print-dates): Add optional `event' argument.
15538 Update interactive-spec.
15539 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15540 Use `calendar-event-to-date' instead of `event'.
15541
15542 2005-11-02 Masatake YAMATO <jet@gyve.org>
15543
15544 * progmodes/ld-script.el (ld-script-builtins):
15545 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15546 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15547 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15548
15549 2005-11-01 Romain Francoise <romain@orebokech.com>
15550
15551 * vc-sccs.el: Update copyright year.
15552 * ezimage.el: Likewise.
15553
15554 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
15555
15556 * info.el (Info-fontify-node): Use `string-width' for fontifying
15557 underlined titles.
15558
15559 2005-11-01 Juri Linkov <juri@jurta.org>
15560
15561 * info.el (Info-fontify-node): Downcase node header keywords Node,
15562 Prev, Next, Up before comparison.
15563 (Info-history): Insert absolute directory name, and put invisible
15564 property on it.
15565
15566 2005-11-01 Juri Linkov <juri@jurta.org>
15567
15568 * info.el (Info-file-supports-index-cookies): New variable.
15569 (Info-find-node-2): Check makeinfo version for index cookie support.
15570 (Info-index-nodes): Search for nodes with index cookies only when
15571 Info-file-supports-index-cookies is t. Otherwise, search nodes
15572 with "Index" in the node name.
15573 (Info-index-node): Search index cookie in the current node only when
15574 Info-file-supports-index-cookies is t. Otherwise, check the word
15575 "Index" in the node name.
15576 (Info-find-emacs-command-nodes): Remove code that searches nodes
15577 with "Index" node name in the top menu.
15578
15579 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15580
15581 * progmodes/scheme.el (scheme-mode-variables): Use the default
15582 comment-indent-function.
15583
15584 * faces.el (face-attribute): Handle the case where a face inherits from
15585 a non-existent face.
15586
15587 * simple.el (eval-expression-print-format): Use lisp-readable syntax
15588 for octal and hexa output, and merge the char into the paren.
15589 (kill-new): Use push.
15590 (copy-to-buffer): Use with-current-buffer.
15591 (completion-setup-function): Move code in loop to remove redundancy.
15592 (minibuffer-local-must-match-map): Don't add bindings that duplicate
15593 those inherited from minibuffer-local-completion-map.
15594
15595 * savehist.el (savehist-mode) <defcustom>:
15596 Use custom-set-minor-mode if available.
15597 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15598 and emit a message if applicable.
15599
15600 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
15601
15602 * savehist.el: Sync up to version 19.
15603 (savehist-mode): New minor mode.
15604 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15605 (savehist-length): Remove (use history-length instead).
15606 (savehist-file-modes): Rename from savehist-modes.
15607 (savehist-save-hook, savehist-loaded): New vars.
15608 (savehist-load): Use savehist-mode. Try to smooth up transition from
15609 old format to new format.
15610 (savehist-install): Allow savehist-autosave-interval to be nil.
15611 (savehist-save): Run the new hook. Be more careful to only trim the
15612 history variables.
15613 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
15614 (savehist-printable): Print into a buffer rather than char-by-char.
15615
15616 2005-11-01 John Wiegley <johnw@newartisans.com>
15617
15618 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15619 toggle-ignore keybinding (C-a). The author said it had been
15620 disabled much earlier due to a possible incompatibility, but after
15621 many months of usage I have encountered no problems (and it is a
15622 rather useful option, especially for switching to " *temp*").
15623
15624 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15625 support for OS/X's AddressBook, by calling out to the open source
15626 program "contacts" (installable through Fink).
15627
15628 * net/eudc.el (eudc-expand-inline): If the
15629 `eudc-multiple-match-handling-method' is set to `all', delete the
15630 query string before inserting the query result.
15631
15632 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15633 flag, to prevent Eshell from using the system ls when
15634 `eshell-ls-insert-directory' is in used.
15635 (eshell-ls-insert-directory): Disable font-lock in directory
15636 buffer so that Eshell's own fontification is seen. This broke
15637 recently due to changes in font-lock, so this goes back to version
15638 21 behavior.
15639
15640 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
15641
15642 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15643 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15644 (gdb-many-windows): Doc fix.
15645
15646 2005-10-31 Romain Francoise <romain@orebokech.com>
15647
15648 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15649
15650 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15651
15652 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15653 that global-font-lock-mode can be enabled by default.
15654
15655 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15656 (font-lock-add-keywords, font-lock-remove-keywords)
15657 (font-lock-fontify-buffer): Remove autoload cookies.
15658
15659 * jit-lock.el (jit-lock-register): Likewise.
15660
15661 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15662
15663 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15664
15665 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15666 intact if there is no gud-comint-buffer.
15667
15668 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
15669
15670 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15671 old prompt comint-prompt-read-only is t and GDB commands are
15672 issued from tool bar etc.
15673
15674 2005-10-31 Masatake YAMATO <jet@gyve.org>
15675
15676 * vc.el (vc-directory-exclusion-list): Add "{arch}".
15677
15678 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15679
15680 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15681 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15682
15683 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
15684
15685 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15686 starting at beginning of line. Fontification is messed up when
15687 `open-paren-in-column-0-is-defun-start' set to t.
15688 Reported by John Paul Wallington <jpw@pobox.com>.
15689
15690 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
15691
15692 * comint.el (comint-send-input): Call `comint-update-fence' when
15693 `comint-process-echoes' and `comint-prompt-read-only' are both
15694 non-nil, to avoid leftover read-only newline.
15695
15696 2005-10-30 Richard M. Stallman <rms@gnu.org>
15697
15698 * textmodes/flyspell.el (flyspell-external-point-words):
15699 Detect when WORD can't be checked properly because
15700 flyspell-get-word finds just part of it, and move on.
15701
15702 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15703 boundarychar for Polish.
15704 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15705 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15706
15707 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15708
15709 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15710 (gdb-registers-font-lock-keywords): Delete.
15711 (gdb-registers-mode): Don't fontify.
15712 (gdb-info-registers-custom): Use text properties instead as, in
15713 future, changed register values will use font-lock-warning-face.
15714 (gdb-local-font-lock-keywords): Rename to...
15715 (gdb-locals-font-lock-keywords): ...for consistency.
15716
15717 2005-10-30 Andre Spiegel <spiegel@gnu.org>
15718
15719 * vc.el (vc-switch-backend): Better error message if the buffer is
15720 not visiting a file under version control.
15721
15722 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
15723
15724 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
15725
15726 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
15727 ~/.emacs.d/.emacs.
15728
15729 2005-10-29 Richard M. Stallman <rms@gnu.org>
15730
15731 * replace.el (occur-mode-mouse-goto): Always go to other window.
15732 (occur-mode-goto-occurrence): Always switch in same window.
15733
15734 * simple.el (undo): Display message at end, not at start.
15735
15736 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
15737 New arg REUSE-CELL.
15738 (cancel-timer-internal): New function.
15739 (timer-event-handler): Use cancel-timer-internal,
15740 and pass the cell it returns to timer-activate...
15741
15742 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
15743 (jit-lock-deferred-fontify, jit-lock-context-fontify)
15744 (jit-lock-after-change): Test memory-full.
15745
15746 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15747
15748 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15749 part of the decoded armor to find the key-identifier.
15750 (pgg-gpg-lookup-key-owner): New function to return the
15751 human-readable identifier of a key owner.
15752 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15753 key itself.
15754 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15755 the key value) if we have a key and can match it against a secret
15756 key. Also, added a note pointing out fact that the prompt only
15757 indicates the first matching key.
15758
15759 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15760 pgg-decrypt-region.
15761 (pgg-pending-timers): A new hash for tracking the passphrase cache
15762 timers, so that new ones supercede old ones.
15763 (pgg-add-passphrase-to-cache): Rename from
15764 `pgg-add-passphrase-cache' to reduce confusion (all callers
15765 changed). Modified to cancel old timers when new ones are added.
15766 (pgg-remove-passphrase-from-cache): Rename from
15767 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15768 changed). Modified to cancel old timers when their keys are
15769 removed from the cache.
15770 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15771 XEmacs, an indirection to delete-itimer.
15772 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15773 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15774 users can only check cache without risk of prompting. Correct bug in
15775 notruncate behavior.
15776 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15777 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15778 Add informative docstrings.
15779 (pgg-decrypt): Convey provided passphrase in subordinate call to
15780 pgg-decrypt-region.
15781
15782 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15783 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15784 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15785 `passphrase' argument, so the passphrase can be managed externally
15786 and then passed in to the system.
15787
15788 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15789 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15790 so the passphrase cache can be used reliably with identifiers
15791 besides a pgp packet's key id.
15792
15793 * pgg-gpg.el (pgg-pgp-encrypt-region)
15794 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15795 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15796 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15797 argument to all these routines, so the passphrase can be managed
15798 externally and passed in to the system.
15799
15800 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15801 `notruncate' argument, so the passphrase cache can be used
15802 reliably with identifiers besides a pgp packet's key id.
15803
15804 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
15805
15806 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15807 symmetric encryption.
15808 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15809 encrypted session key.
15810 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15811 message ask for the passphrase in a proper way.
15812
15813 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15814 New user commands for symmetric encryption.
15815
15816 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
15817
15818 * textmodes/conf-mode.el (conf-assignment-sign)
15819 (conf-assignment-regexp): Fix docstrings.
15820 (conf-mode-initialize): New function.
15821 (conf-mode): Remove optional args. Use delay-mode-hooks to
15822 recognize recursive calls.
15823 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
15824 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
15825 (conf-xdefaults-mode): Use define-derived-mode and
15826 conf-mode-initialize.
15827
15828 2005-10-29 Romain Francoise <romain@orebokech.com>
15829
15830 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
15831
15832 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15833
15834 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15835 part of the decoded armor to find the key-identifier.
15836 (pgg-gpg-lookup-key-owner): New function to return the
15837 human-readable identifier of a key owner.
15838 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15839 key itself.
15840 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15841 the key value) if we have a key and can match it against a secret
15842 key. Also, added a note pointing out fact that the prompt only
15843 indicates the first matching key.
15844
15845 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15846 pgg-decrypt-region.
15847 (pgg-pending-timers): A new hash for tracking the passphrase cache
15848 timers, so that new ones supercede old ones.
15849 (pgg-add-passphrase-to-cache): Rename from
15850 `pgg-add-passphrase-cache' to reduce confusion (all callers
15851 changed). Modified to cancel old timers when new ones are added.
15852 (pgg-remove-passphrase-from-cache): Rename from
15853 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15854 changed). Modified to cancel old timers when their keys are
15855 removed from the cache.
15856 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15857 XEmacs, an indirection to delete-itimer.
15858 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15859 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15860 users can only check cache without risk of prompting. Correct bug in
15861 notruncate behavior.
15862 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15863 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15864 Add informative docstrings.
15865 (pgg-decrypt): Convey provided passphrase in subordinate call to
15866 pgg-decrypt-region.
15867
15868 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
15869
15870 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15871 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15872 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15873 `passphrase' argument, so the passphrase can be managed externally
15874 and then passed in to the system.
15875
15876 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15877 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15878 so the passphrase cache can be used reliably with identifiers
15879 besides a pgp packet's key id.
15880
15881 * pgg-gpg.el (pgg-pgp-encrypt-region)
15882 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15883 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15884 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15885 argument to all these routines, so the passphrase can be managed
15886 externally and passed in to the system.
15887
15888 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15889 `notruncate' argument, so the passphrase cache can be used
15890 reliably with identifiers besides a pgp packet's key id.
15891
15892 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
15893
15894 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15895 symmetric encryption.
15896 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15897 encrypted session key.
15898 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15899 message ask for the passphrase in a proper way.
15900
15901 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15902 New user commands for symmetric encryption.
15903
15904 2005-10-28 Bill Wohler <wohler@newt.com>
15905
15906 * help-mode.el (help-url): New button type. Calls browse-url.
15907 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
15908 Similar to Info nodes: URL `url'.
15909 (help-make-xrefs): Create help-url buttons for
15910 help-xref-url-regexp matches.
15911
15912 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
15913
15914 * tool-bar.el (tool-bar-add-item-from-menu)
15915 (tool-bar-local-item-from-menu): Fix doc strings.
15916
15917 2005-10-28 Romain Francoise <romain@orebokech.com>
15918
15919 * ldefs-boot.el: Update.
15920
15921 * subr.el (locate-library): Move from help-fns.el.
15922 * help-fns.el (locate-library): Move to subr.el.
15923
15924 2005-10-28 Richard M. Stallman <rms@gnu.org>
15925
15926 * net/tramp.el (tramp-completion-mode): defvar moved up.
15927
15928 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
15929
15930 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
15931
15932 * files.el (find-file-noselect): Use %d to format large file size.
15933
15934 * bindings.el (mode-line-format): Add %e.
15935
15936 * loadup.el ("facemenu"): Load unconditionally.
15937 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
15938 ("x-dnd"): Load, when appropriate.
15939
15940 * startup.el (command-line): Call before-init-hook earlier.
15941 Warn about some bad characters in -u user name.
15942
15943 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
15944 (flyspell-external-point-words): Error if misspelled word is not found.
15945 Set flyspell-large-region-beg at end of word.
15946
15947 2005-10-28 Andreas Schwab <schwab@suse.de>
15948
15949 * view.el (View-revert-buffer-scroll-page-forward):
15950 Use view-page-size-default.
15951
15952 2005-10-28 Juri Linkov <juri@jurta.org>
15953
15954 * international/quail.el (quail-get-current-str): Translate last
15955 raw character for deterministic input methods.
15956
15957 2005-10-27 Jay Belanger <belanger@truman.edu>
15958
15959 * calc/calc-ext.el: Add functions to autoloads.
15960 (math-identity-matrix-p, math-ident-row-p): New functions.
15961
15962 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
15963 multiplication by an identity matrix; don't turn multiplication by
15964 an inverse matrix into division.
15965 (math-div-symbol-fancy): Replace division by matrices with
15966 multiplication by inverse.
15967
15968 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
15969
15970 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
15971 (calc-writeoutpower): New functions.
15972
15973 2005-10-27 Romain Francoise <romain@orebokech.com>
15974
15975 * replace.el (occur-engine): Include colon in mouse-face highlight.
15976
15977 * dired-x.el: Change Maintainer field.
15978
15979 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
15980
15981 * longlines.el (longlines-mode): Bind after-change-functions to
15982 nil during initial decoding and final encoding.
15983
15984 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15985
15986 * term.el (term-emulate-terminal, term-handle-colors-array)
15987 (term-handle-ansi-escape): Specify the terminfo capabilities
15988 implemented.
15989
15990 2005-10-26 Richard M. Stallman <rms@gnu.org>
15991
15992 * info.el (Info-fontify-node): Fix detection of sentence-break
15993 before *Note.
15994
15995 2005-10-26 Romain Francoise <romain@orebokech.com>
15996
15997 * smerge-mode.el: Add `tools' to file keywords.
15998
15999 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
16000
16001 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16002 when the fringe is not available.
16003
16004 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16005 (def-gdb-auto-update-trigger): Simplify construction.
16006 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16007 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16008 defined explicitly.
16009 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16010 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16011 defined explicitly.
16012 (gdb-info-locals-custom): Remove as it's a no-op.
16013
16014 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
16015
16016 * longlines.el (longlines-mode): Remove narrowing before
16017 performing the initial decoding or final encoding.
16018
16019 2005-10-25 Romain Francoise <romain@orebokech.com>
16020
16021 * emacs-lisp/find-func.el (find-library-name): Also strip
16022 extension if library name ends in .el, to take advantage of
16023 `find-library-suffixes'.
16024
16025 2005-10-25 Richard M. Stallman <rms@gnu.org>
16026
16027 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16028
16029 2005-10-25 Juri Linkov <juri@jurta.org>
16030
16031 * textmodes/texinfo.el (texinfo-mode): Change charset of one
16032 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16033
16034 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16035
16036 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16037 (blackbox-redefine-key): Add argument `map'.
16038
16039 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16040 regions when moving the jit-lock-context-unfontify-pos boundary.
16041
16042 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16043
16044 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16045
16046 2005-10-25 Masatake YAMATO <jet@gyve.org>
16047
16048 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16049
16050 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16051
16052 * play/blackbox.el (blackbox-redefine-key): New function.
16053 (blackbox-mode-map): Use it to remap existing bindings for cursor
16054 motion instead of binding literal keys.
16055
16056 2005-10-25 Glenn Morris <rgm@gnu.org>
16057
16058 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16059 diary does not end in a newline. Do not assume a blank line at
16060 the start of the diary file.
16061
16062 2005-10-25 Kenichi Handa <handa@m17n.org>
16063
16064 * international/quail.el (quail-translate-key): If the input
16065 method is deterministic and failed to handle the last key, restart
16066 the key handling loop from an appropriate key.
16067
16068 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
16069
16070 * vc.el (vc-dired-mode): Extend comment for binding of
16071 `directory-listing-before-filename-regexp'.
16072
16073 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16074
16075 * textmodes/texinfo.el (texinfo-mode):
16076 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16077 not to unnecessarily expose emacs-mule's internal char codes.
16078
16079 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
16080
16081 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16082 Display hand pointer and help-echo on disabled icon too.
16083 (gdb-mouse-until): New function.
16084 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16085
16086 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
16087
16088 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16089 with 2005-10-23 change to doctor.el.
16090
16091 * finder.el (finder-mode-map): Add follow-link binding.
16092
16093 2005-10-25 Kim F. Storm <storm@cua.dk>
16094
16095 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16096 to gdb-mouse-toggle-breakpoint-fringe.
16097 (gdb-mouse-toggle-breakpoint-margin): Rename from
16098 gdb-mouse-toggle-breakpoint. Fix doc.
16099 (gdb-mouse-toggle-breakpoint-fringe): New defun.
16100 (gdb-put-string): Add optional SPROPS arg. Add props to string.
16101 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16102 string properties also for fringe breakpoint bitmaps.
16103
16104 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
16105
16106 * textmodes/org.el (org-start-icalendar-file): Fix format form.
16107
16108 2005-10-25 Masatake YAMATO <jet@gyve.org>
16109
16110 * simple.el (completion-common-substring):
16111 Use `completion-common-substring' prior to `completion-base-size'.
16112
16113 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
16114
16115 * savehist.el: Require CL while compiling.
16116 (savehist-history-variables): Remove.
16117 (savehist-save-minibuffer-history, savehist-additional-variables)
16118 (savehist-minibuffer-history-variables): New vars.
16119 (savehist-save): Use them.
16120 (savehist-uninstall, savehist-minibuffer-hook): New funs.
16121 (savehist-install): New fun, extracted from savehist-load.
16122 (savehist-load): Use them.
16123
16124 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16127 a dummy doc-string-elt property.
16128 (defalias, defvaralias, define-category): Add a docstring property.
16129
16130 * image.el (defimage):
16131 * widget.el (define-widget):
16132 * custom.el (defface, defcustom): Add `doc-string' declaration.
16133
16134 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16135 (defadvice): Add `doc-string' declaration.
16136
16137 * emacs-lisp/byte-run.el (macro-declaration-function):
16138 Handle `doc-string' declarations.
16139 (define-obsolete-function-alias, define-obsolete-variable-alias):
16140 Add `doc-string' declaration.
16141
16142 2005-10-24 Kenichi Handa <handa@m17n.org>
16143
16144 * international/utf-7.el (utf-7): Add autoload cookie.
16145
16146 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16147
16148 2005-10-24 Eli Zaretskii <eliz@gnu.org>
16149
16150 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16151 list of directories passed to batch-update-autoloads. Add "." to
16152 the list of the echoed directories.
16153
16154 * pgg-def.el:
16155 * pgg-gpg.el:
16156 * pgg-parse.el:
16157 * pgg-pgp.el:
16158 * pgg-pgp5.el:
16159 * pgg.el: Moved here from the gnus subdirectory.
16160
16161 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
16162
16163 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16164 in case comint-prompt-read-only is set to t.
16165
16166 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16167 in case comint-prompt-read-only is set to t.
16168
16169 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
16170
16171 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16172 Now a string.
16173 (icalendar-import-format): Handle CLASS, STATUS, URL.
16174 Rename `subject' to `summary'.
16175 (icalendar-import-format-summary): Rename from
16176 `icalendar-import-format-subject'.
16177 (icalendar-import-format-url, icalendar-import-format-status)
16178 (icalendar-import-format-class): New variables.
16179 (icalendar--rris): Take variable argument list.
16180 (icalendar--datestring-to-isodate): Remove unnecessary
16181 calendar-style check when converting dates with explicit month names.
16182 (icalendar-export-region): Change return type of conversion
16183 subroutines. Bury current buffer unless error occurred.
16184 (icalendar--convert-to-ical)
16185 (icalendar--parse-summary-and-rest): New functions.
16186 (icalendar--convert-ordinary-to-ical)
16187 (icalendar--convert-weekly-to-ical)
16188 (icalendar--convert-yearly-to-ical)
16189 (icalendar--convert-block-to-ical)
16190 (icalendar--convert-cyclic-to-ical)
16191 (icalendar--convert-anniversary-to-ical): Change return type.
16192 Strip trailing blanks from subject.
16193 (icalendar--convert-sexp-to-ical): Change return type.
16194 Strip trailing blanks from subject. Handle simple sexp
16195 entries as generated by icalendar.el.
16196 (icalendar--convert-float-to-ical)
16197 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16198 (icalendar-import-file): Doc fix.
16199 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16200 Correct call to icalendar--rris.
16201 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
16202 `summary'.
16203 (icalendar--add-diary-entry): Rename `subject' to `summary'.
16204
16205 2005-10-24 Romain Francoise <romain@orebokech.com>
16206
16207 * server.el (server-sentinel): Set query-on-exit flag to nil on
16208 new client processes (it isn't inherited from the server process).
16209
16210 * replace.el (occur-engine): Rearrange text properties.
16211
16212 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16215 case-fold-search is nil.
16216 (debug-help-follow): Use help-xref-interned directly.
16217
16218 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16219
16220 * thumbs.el (thumbs-image-type): Add .pbm.
16221
16222 2005-10-23 Richard M. Stallman <rms@gnu.org>
16223
16224 * faces.el (inhibit-face-set-after-frame-default): New variable.
16225 (set-face-attribute): Bind it.
16226 (face-set-after-frame-default): Test it.
16227
16228 * help-fns.el (describe-simplify-lib-file-name): New function.
16229 (describe-function-1, describe-variable): Use it.
16230
16231 * faces.el (describe-face): Use describe-simplify-lib-file-name.
16232
16233 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16234 Eliminate nil as possible value.
16235 (tooltip-hide-delay): Reduce internal-border-width.
16236
16237 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16238 (menu-bar-file-menu) <new-file>: Likewise.
16239
16240 * simple.el (line-move-finish): Ignore fields computing LINE-END.
16241
16242 * international/mule.el (load-with-code-conversion):
16243 Pass full file name to `eval-buffer' unless preloading.
16244
16245 * textmodes/flyspell.el (flyspell-large-region):
16246 Call ispell-check-version.
16247
16248 * textmodes/ispell.el (ispell-local-dictionary-overridden):
16249 Fix the make-variable-buffer-local call that was supposed
16250 to be for this variable.
16251 (ispell-aspell-supports-utf8): Doc fix.
16252 (ispell-find-aspell-dictionaries): Preserve elements of
16253 ispell-dictionary-alist for dictionaries that aspell doesn't report.
16254 (ispell-aspell-find-dictionary): Return nil on error.
16255
16256 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16257 (doctor-symptoms): Likewise.
16258
16259 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16260
16261 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16262
16263 * cus-edit.el (custom-button, custom-button-pressed): New vars.
16264 (custom-raised-buttons): Add :set spec.
16265 (custom-button-unraised, custom-button-pressed-unraised):
16266 New faces, so that custom-raised-buttons actually does something.
16267 (custom-mode): Use custom-button and custom-button-pressed.
16268
16269 * wid-edit.el (widget-specify-button): Don't ignore
16270 widget-mouse-face on graphic terminals.
16271 (widget-move-and-invoke): Cleanup.
16272
16273 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
16274
16275 * whitespace.el (whitespace-cleanup): Doc fix.
16276
16277 2005-10-23 Romain Francoise <romain@orebokech.com>
16278
16279 * emulation/viper.el (viper-set-hooks): Quote forms passed to
16280 `eval-after-load' to avoid evaluating their result.
16281
16282 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
16283
16284 * files.el (directory-listing-before-filename-regexp):
16285 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
16286
16287 * dired.el (dired-move-to-filename-regexp): Remove.
16288 All occurences replaced by `directory-listing-before-filename-regexp'.
16289
16290 * dired-x.el, locate.el, vc.el:
16291 Replace `dired-move-to-filename-regexp' by
16292 `directory-listing-before-filename-regexp'. In vc.el it is
16293 overwritten locally; maybe this can be handled in files.el too.
16294
16295 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
16296 replaced by `directory-listing-before-filename-regexp'.
16297
16298 2005-10-23 Andreas Schwab <schwab@suse.de>
16299
16300 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16301 and eval-next-after-load.
16302
16303 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
16304
16305 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16306 exist, create it.
16307
16308 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
16309
16310 * allout.el: Remove autoloads for mailcrypt and crypt++.
16311 Require pgg, pgg-gpg during compilation.
16312 (allout-version): Increment version number to 2.1, and use a literal
16313 rather than RCS Id.
16314 (allout-default-encryption-scheme): Remove.
16315 (allout-passphrase-verifier-handling)
16316 (allout-passphrase-verifier-string)
16317 (allout-file-passphrase-verifier-string)
16318 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16319 (allout-passphrase-hint-handling): Rename and simplify.
16320 (allout-init): Use `find-file-hook' if available, otherwise
16321 `find-file-hooks'.
16322 (allout-mode): Use `write-file-functions' if available, otherwise
16323 `local-write-file-hooks' and, instead of making auto-save-hook
16324 buffer local, make the write-file-hook activity contingent to
16325 allout-mode.
16326 (allout-mode): Use key-binding substitution in the docstring.
16327 (allout-kill-line): Spell-out kill ring data structure mutation
16328 instead of using byte-compiler-complaint-provoking `pop'.
16329 (allout-insert-listified): Use `insert' rather than `insert-string'
16330 (allout-toggle-current-subtree-encryption): Update docstring, adjust
16331 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16332 (allout-encrypt-string): Totally revamped vis new underlying
16333 encryption facilities.
16334 (allout-mc-activate-passwd): Remove.
16335 (allout-obtain-passphrase): New, more or less replaces
16336 allout-mc-activate-passwd.
16337 (allout-encrypted-key-info): More or less replaces
16338 allout-encrypted-text-type.
16339 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16340 (my-mark-marker): Use `(featurep 'xemacs)'.
16341
16342 2005-10-23 Lars Hansen <larsh@soem.dk>
16343
16344 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16345 (byte-compile-file-form-defmumble, byte-compile-defun)
16346 (byte-compile-defmacro): Use it.
16347 (byte-compile-form): Don't call byte-compile-set-symbol-position
16348 when a byte-compile handler is called.
16349
16350 2005-10-22 Romain Francoise <romain@orebokech.com>
16351
16352 * savehist.el (savehist-history-variables): Add `grep-find-history'.
16353
16354 * subr.el (eval-after-load): Convert library name to an absolute
16355 file name using locate-library, since load-history no longer has
16356 library names in it.
16357
16358 2005-10-22 Richard M. Stallman <rms@gnu.org>
16359
16360 * files.el (make-temp-file): Move from subr.el.
16361 * subr.el (make-temp-file): Move to files.el.
16362
16363 * window.el (get-buffer-window-list): Move from subr.el.
16364 * subr.el (get-buffer-window-list): Move to window.el.
16365
16366 * image.el (image-load-path): Use eval-at-startup to initialize.
16367
16368 * subr.el (eval-at-startup): New macro.
16369
16370 * subr.el: Much rearrangement of functions and division
16371 into pages. No code changes.
16372
16373 2005-10-22 Kenichi Handa <handa@m17n.org>
16374
16375 * tar-mode.el (tar-extract): Be sure to call
16376 find-operation-coding-system if set-auto-coding doesn't find a
16377 coding system.
16378
16379 2005-10-22 Kim F. Storm <storm@cua.dk>
16380
16381 * image.el (image-type-header-regexps): Rename from image-type-regexps.
16382 Change users.
16383 (image-type-file-name-regexps): New defconst.
16384 (image-type-from-data): Simplify loop.
16385 (image-type-from-buffer): New defun.
16386 (image-type-from-file-header): Use it instead of image-type-from-data.
16387 Use image-search-load-path instead of only looking in data-directory.
16388 (image-type-from-file-name): New defun.
16389 (image-search-load-path): Change `pathname' to `filename'.
16390 Make PATH arg optional, default to image-load-path.
16391
16392 2005-10-21 Richard M. Stallman <rms@gnu.org>
16393
16394 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
16395
16396 * textmodes/paragraphs.el (sentence-end-base): New variable.
16397 (sentence-end): Use sentence-end-base.
16398
16399 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16400
16401 * font-lock.el (font-lock-default-fontify-region): Check the multiline
16402 property independently from the font-lock-multiline variable.
16403
16404 2005-10-21 Richard M. Stallman <rms@gnu.org>
16405
16406 * emacs-lisp/find-func.el (find-library-name): Doc fix.
16407
16408 * startup.el (command-line): Convert library names
16409 in `load-history' to absolute file names.
16410
16411 * subr.el (symbol-file): Doc fix.
16412
16413 * loadhist.el (file-loadhist-lookup): Call locate-library
16414 instead of find-library-name. Don't try converting
16415 abs file names to library names, since load-history no longer
16416 has library names in it.
16417 (file-dependents, file-provides, file-requires): Doc fixes.
16418
16419 2005-10-21 Juri Linkov <juri@jurta.org>
16420
16421 * progmodes/etags.el (tags-table-mode): New function.
16422 (tags-verify-table): Replace initialize-new-tags-table with
16423 tags-table-mode.
16424
16425 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
16426 default value.
16427 (desktop-modes-not-to-save): Add tags-table-mode to the
16428 default value.
16429
16430 * info.el (Info-index-next): Add total number of index
16431 alternatives to the message.
16432
16433 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16434 backward only space (instead of space and period) before looking
16435 at sentence end.
16436
16437 * simple.el (set-variable): Use user-variable-p instead of symbolp.
16438 Add the old variable value as 4th default-value arg of read-string.
16439
16440 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16441
16442 * cus-face.el (custom-declare-face): Make face from X resources
16443 also on Mac.
16444
16445 * disp-table.el (standard-display-g1, standard-display-graphic):
16446 Refuse to use string glyphs also on Mac.
16447 (standard-display-european): Don't set terminal coding system also
16448 on Mac.
16449
16450 * frame.el (display-screens): Use x-display-screens also on Mac.
16451
16452 2005-10-21 Romain Francoise <romain@orebokech.com>
16453
16454 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
16455
16456 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16457
16458 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
16459 and $? into sexps.
16460
16461 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
16462 warning face on open-paren-in-column-0.
16463
16464 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
16465 boundary case. Fix typo.
16466 Suggested by Martin Rudalics <rudalics@gmx.at>.
16467
16468 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
16469
16470 * textmodes/org.el (org-combined-agenda-icalendar-file)
16471 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
16472 (org-export-icalendar-this-file)
16473 (org-export-icalendar-all-agenda-files)
16474 (org-export-icalendar-combine-agenda-files): New commands.
16475 (org-export-icalendar, org-print-icalendar-entries)
16476 (org-start-icalendar-file, org-finish-icalendar-file)
16477 (org-ical-ts-to-string): New functions.
16478 (org-read-date, org-goto-calendar)
16479 (org-agenda-goto-calendar): Inhibit displaying diary entries by
16480 call to `calendar'.
16481 (orgtbl-setup): Remove the :keys arguments from the menu description.
16482 (org-after-save-iCalendar-file-hook): New variable.
16483
16484 2005-10-21 Kenichi Handa <handa@m17n.org>
16485
16486 * language/vietnamese.el (tcvn-5712): Make it an alias of
16487 vietnamese-tcvn coding-system.
16488
16489 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
16490
16491 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
16492 group id is given.
16493
16494 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16495
16496 * progmodes/sh-script.el (sh-escaped-line-re): New var.
16497 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
16498 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
16499 whose line is either continued or ends with a comment.
16500
16501 2005-10-20 Romain Francoise <romain@orebokech.com>
16502
16503 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
16504
16505 * replace.el (occur-engine): Add follow-link property.
16506
16507 * font-core.el (font-lock-mode): Doc fix.
16508
16509 2005-10-20 Richard M. Stallman <rms@gnu.org>
16510
16511 * net/rcirc.el: New file.
16512
16513 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
16514
16515 * term.el (term-term-name): Initialize to "eterm-color".
16516
16517 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
16518
16519 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
16520 for encryption functionality.
16521 Move allout customization subgroup from `editing' to `outlines' group.
16522 Fix commentary keywords to legitimate ones.
16523 Update author info (using my current email address, obscurified).
16524 (allout-encrypt-string, allout-encryption-produce-work-buffer)
16525 (allout-encrypted-topic-p, allout-encrypted-text-type)
16526 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16527 (allout-situate-encryption-key-verifier)
16528 (allout-get-encryption-key-verifier, allout-verify-key)
16529 (allout-next-topic-pending-encryption)
16530 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16531 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16532 (outline-key-verifier-handling, outline-key-hint-handling)
16533 (outline-encrypt-unencrypted-on-saves): New defcustoms.
16534 (allout-file-key-verifier-string, allout-encryption-scheme)
16535 (allout-key-verifier-string, allout-key-hint-string)
16536 (allout-after-save-decrypt): New variables.
16537 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16538 (allout-after-saves-handler): New hook functions.
16539 (allout-post-command-business): Do allout-after-save-decrypt.
16540 (allout-enable-file-variable-adjustment): Custom var to enable
16541 mechanism for adding and adjusting settings of Emacs file variables.
16542 (allout-adjust-file-variable, allout-file-vars-section-data):
16543 New functions, implement the mechanism.
16544 (outlineify-sticky): Use the file vars mechanism.
16545 (allout-inhibit-protection, allout-during-write-cue)
16546 (allout-override-protect, allout-before-change-protect): Remove.
16547 (allout-flag-region, allout-open-topic): Adjust read-only text.
16548 (allout-open-line-not-read-only): Add to facilitate read-only
16549 text based protection.
16550 (allout-kill-line): Revise to adjust read-only text, clue the
16551 user about the inhibition.
16552 (allout-unprotected): Use unwind-protect.
16553 (allout-shift-in, allout-shift-out): Disallow manually shifting a
16554 topic deeper than the offspring depth of the previous topic -
16555 avoiding confusing "containment discontinuities".
16556 (allout-reindent-bodies): Fix retention of body relative hanging
16557 indent during promotion of collapsed bodies.
16558 (allout-open-topic): Make it easy to open new topic with same
16559 bullet as current topic - topic creation functions provided with
16560 any universal argument provokes now prompt for bullet, defaulting
16561 to the bullet of the previous topic.
16562 (allout-plain-bullets-string, allout-distinctive-bullets-string):
16563 Plain bullet alternates `.' period and `,' comma only. All other
16564 bullets are relegated to special status (but customizable).
16565 (allout-end-of-entry): Rename from allout-end-of-current-entry
16566 since it actually operates w.r.t. most immediately containing
16567 entry, visible or not.
16568 (allout-hide-current-entry, allout-show-current-entry): Use the
16569 revised version.
16570 (allout-old-expose-topic): Solidify deprecation.
16571 (allout-end-of-subtree): Add so we can span concealed as well
16572 as visible topics.
16573 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16574 (allout-end-of-current-heading): Tweak to just respect the first line.
16575 (allout-get-body-text): Add.
16576 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16577 when invoked interactively.
16578 (allout-up-current-level): Use `interactive-p'.
16579 (allout-mode, allout-init): Miscellaneous docstring and
16580 operational refinements, as well as hookups of new encryption stuff.
16581 (allout-beginning-of-current-entry): Now works as advertised.
16582 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16583 (allout-isearch-rectification): Refine condition for isearching.
16584 (allout-isearch-abort, allout-enwrap-isearch)
16585 (allout-flag-region, my-region-active-p): Relocate some macros.
16586 (allout-title): Fallback title is (buffer-name), not
16587 non-existing (current-buffer-name).
16588 (subst-char-in-string): Define if absent (for some XEmacs versions).
16589
16590 2005-10-20 Jari Aalto <jari.aalto@cante.net>
16591
16592 * mail/sendmail.el (mail-setup-hook, mail-aliases)
16593 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16594 (mail-citation-prefix-regexp, mail-signature-file)
16595 (mail-default-headers, mail-bury-selects-summary)
16596 (mail-send-nonascii): Add autoload cookies.
16597
16598 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16599
16600 * frame.el (blink-cursor-mode): Add `mac' to the list of
16601 window-system's that support blinking cursor.
16602
16603 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
16604
16605 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16606
16607 2005-10-20 Eli Zaretskii <eliz@gnu.org>
16608
16609 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16610 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16611 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16612
16613 2005-10-20 Kim F. Storm <storm@cua.dk>
16614
16615 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16616 (ido-set-current-directory): Don't add / after final @.
16617 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16618 Explicitly handle ange-ftp completion oddities.
16619 (ido-make-file-list): Don't rotate list at tramp root to avoid
16620 triggering tramp file handler for expand-file-name via get-file-buffer.
16621
16622 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16625
16626 2005-10-19 Jay Belanger <belanger@truman.edu>
16627
16628 * calc/calc-units.el (math-standard-units): Add units, adjust
16629 symbols and update values.
16630 (math-unit-prefixes): Add more prefixes.
16631
16632 2005-10-19 Romain Francoise <romain@orebokech.com>
16633
16634 * bookmark.el (bookmark-menu-heading): New face.
16635 (bookmark-bmenu-list): Use it.
16636 Don't fiddle with `baud-rate' at top-level.
16637
16638 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
16639
16640 * image.el (create-image, find-image): Mention max-image-size in
16641 docstring.
16642
16643 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16644
16645 * savehist.el (savehist-load): Revert to checking XEmacs.
16646
16647 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16648 Various docstring and line-width fixups.
16649 (conf-mode): Use cond.
16650 Set font-lock-defaults. Don't set comment-use-syntax.
16651
16652 2005-10-18 David Ponce <david@dponce.com>
16653
16654 * tree-widget.el (tree-widget-button-click): New function.
16655 (tree-widget-button-keymap): Use it.
16656
16657 2005-10-18 Romain Francoise <romain@orebokech.com>
16658
16659 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16660 (bookmark-bmenu-hide-filenames): Add follow-link property.
16661 Improve help-echo text.
16662
16663 * ffap.el (find-file-at-point): Doc fix.
16664
16665 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16666
16667 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16668
16669 2005-10-18 Masatake YAMATO <jet@gyve.org>
16670
16671 Install to the CVS repository what I forgot to install in my
16672 2005-10-16 changes.
16673
16674 * progmodes/python.el (python-complete-symbol): Pass the common
16675 prefix substring of completion to `display-completion-list'.
16676
16677 * textmodes/org.el (org-complete): Ditto.
16678
16679 2005-10-18 Masatake YAMATO <jet@gyve.org>
16680
16681 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16682
16683 * woman.el (WoMan-xref-man-page): New button type derived
16684 from `Man-abstract-xref-man-page'.
16685 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16686
16687 * man.el (Man-abstract-xref-man-page): New button type.
16688 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16689 (Man-highlight-references): Add new optional argument `xref-man-type'.
16690
16691 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16692
16693 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16694
16695 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
16696
16697 * cus-edit.el (Custom-move-and-invoke): Delete.
16698 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16699
16700 * wid-edit.el (widget-move-and-invoke): New function, from
16701 Custom-move-and-invoke.
16702
16703 2005-10-17 Bill Wohler <wohler@newt.com>
16704
16705 Move all remaining images from lisp/toolbar to etc/images, move
16706 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
16707 the low resolution images in their own directory (low-color).
16708
16709 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16710 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16711 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16712 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16713 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
16714 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
16715 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
16716
16717 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
16718 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
16719 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
16720 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
16721 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
16722 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
16723 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
16724 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
16725 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
16726 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
16727 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
16728 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
16729 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
16730 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
16731 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
16732
16733 To conform with convention, replace the underscore (_) in the
16734 following image names with dash (-) or (/) as appropriate.
16735
16736 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
16737 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
16738 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
16739 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
16740 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
16741 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
16742 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
16743 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
16744 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
16745 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
16746 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
16747 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
16748 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
16749 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
16750 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
16751
16752 * info.el (info-tool-bar-map): Replace underscores in image names
16753 with dashes.
16754
16755 * makefile.w32-in (WINS): Remove toolbar.
16756
16757 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
16758
16759 * tool-bar.el: Move to lisp from toolbar. Now that
16760 toolbar is empty, it should be deleted when folks run "cvs up -P".
16761
16762 2005-10-18 Jay Belanger <belanger@truman.edu>
16763
16764 * calc/calc-store.el (calc-store-into): Get the proper variable name
16765 to display in message.
16766
16767 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16768
16769 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
16770 expressions display in speedbar for all buffers when debugging.
16771 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
16772
16773 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
16774 (speedbar-insert-button, speedbar-make-button):
16775 Use add-text-properties.
16776 (speedbar-update-localized-contents)
16777 (speedbar-update-directory-contents)
16778 (speedbar-update-special-contents): Use dolist.
16779 (speedbar-buffer-easymenu-definition): Add a menu separator.
16780
16781 2005-10-17 Jason Rumney <jasonr@gnu.org>
16782
16783 * makefile.w32-in: Use $(lisp) consistently.
16784 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
16785 for shell specific generation of mh-autoloads.
16786
16787 2005-10-17 Richard M. Stallman <rms@gnu.org>
16788
16789 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
16790
16791 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16792
16793 * jit-lock.el (jit-lock-fontify-now):
16794 Move jit-lock-context-unfontify-pos to avoid wasted work.
16795
16796 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
16797
16798 * net/tramp.el (tramp-completion-mode): New defvar. Used in
16799 `tramp-completion-mode' for checking if we are in completion mode.
16800 (tramp-completion-handle-file-name-all-completions): Reorder code
16801 in order to complete for file names only in case there are no
16802 method/user/host completions. This is necessary for cooperation
16803 with ido. Reported by Kim F. Storm <storm@cua.dk>.
16804
16805 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
16806
16807 * longlines.el (longlines-search-forward)
16808 (longlines-search-backward): Match any number of spaces.
16809
16810 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
16811
16812 * diff-mode.el (diff-mode): Doc fix.
16813
16814 2005-10-16 David Reitter <david.reitter@gmail.com>
16815
16816 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
16817 as default on darwin and windows systems.
16818
16819 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
16820
16821 * arc-mode.el (archive-zip-extract): Doc fix.
16822
16823 2005-10-16 Romain Francoise <romain@orebokech.com>
16824
16825 * mouse.el (mouse-1-click-follows-link): Doc fix.
16826
16827 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16828
16829 * savehist.el: Don't require CL at runtime.
16830 (savehist-xemacs): Remove.
16831 (savehist-coding-system): Use utf-8 if present, regardless of religion.
16832 (savehist-no-conversion): Use (featurep 'xemacs).
16833 (savehist-load): Check existence of start-itimer rather than XEmacs.
16834 Use an idle timer.
16835 (savehist-process-for-saving): Replace use of CL funs `subseq' and
16836 `delete-if-not'.
16837
16838 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
16839
16840 * savehist.el: Newer version.
16841 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
16842 (savehist-last-checksum, savehist-no-conversion): New vars.
16843 (savehist-autosave, savehist-process-for-saving, savehist-printable):
16844 New functions.
16845 (savehist-load, savehist-save): Use them.
16846 (savehist-delimit): Remove.
16847
16848 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16849
16850 * progmodes/compile.el (compilation-goto-locus): Display the
16851 compilation buffer first and the source buffer second, in case they're
16852 in overlapping frames. Don't raise the compilation frame if it was the
16853 selected window upon entry. Pass the `other-window' arg to
16854 pop-to-buffer.
16855
16856 * info.el (Info-fontify-node): Use dolist.
16857 Change add-text-properties to put-text-property.
16858
16859 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16860
16861 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
16862 bound of search.
16863
16864 2005-10-16 Masatake YAMATO <jet@gyve.org>
16865
16866 * dabbrev.el (dabbrev-completion): Pass the common
16867 prefix substring of completion to `display-completion-list'.
16868
16869 * filecache.el (file-cache-minibuffer-complete)
16870 (file-cache-complete): Ditto.
16871
16872 * tempo.el (tempo-display-completions): Ditto.
16873
16874 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
16875
16876 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
16877
16878 * eshell/em-hist.el (eshell-list-history): Ditto.
16879
16880 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
16881
16882 * mail/mailalias.el (mail-complete): Ditto.
16883
16884 * progmodes/etags.el (complete-tag): Ditto.
16885
16886 * progmodes/make-mode.el (makefile-complete): Ditto.
16887
16888 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
16889
16890 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
16891
16892 * progmodes/pascal.el (pascal-complete-word)
16893 (pascal-show-completions): Ditto.
16894
16895 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
16896
16897 * simple.el (completion-common-substring): New variable.
16898 (completion-setup-function): Use `completion-common-substring'
16899 to put faces.
16900
16901 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16902
16903 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
16904 (x-get-selection, mac-select-convert-to-string): Convert from/to
16905 UTF-16 clipboard data as in native byte order, no BOM.
16906
16907 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
16908
16909 * progmodes/gud.el (gud-tool-bar-map): Rename the images
16910 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
16911 (gud-sentinel): Use speedbar-frame to check for speedbar.
16912
16913 2005-10-15 Richard M. Stallman <rms@gnu.org>
16914
16915 * savehist.el: New file.
16916
16917 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
16918
16919 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16920 Fix bug in \bf fontification.
16921
16922 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16923
16924 * pcvs.el (cvs-edit-log-files): New var.
16925 (cvs-mode-edit-log): New arg `file'.
16926 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
16927 Instead force the use of the original file and nothing else.
16928 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
16929 the cvs-minor-wrap-function is set.
16930 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
16931
16932 2005-10-14 Bill Wohler <wohler@newt.com>
16933
16934 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
16935 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
16936 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
16937 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
16938 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
16939 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
16940 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
16941 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
16942 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
16943 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
16944 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
16945 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
16946 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
16947 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
16948 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
16949
16950 * progmodes/gud.el (gud-tool-bar-map): Rename the images
16951 appropriately (for example, gud-break to gud/break).
16952
16953 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
16954
16955 * longlines.el (longlinges-search-function)
16956 (longlines-search-forward, longlines-search-backward): New functions.
16957 (longlines-mode): Set isearch-search-fun-function to
16958 longlinges-search-function.
16959
16960 * mouse.el (mouse-drag-region-1): Handle the case where a
16961 double-click event is bound to an arbitrary function.
16962
16963 2005-10-14 David Ponce <david@dponce.com>
16964
16965 * recentf.el (recentf-track-opened-file)
16966 (recentf-track-closed-file, recentf-update-menu)
16967 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
16968 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
16969 mouse-1-click-follows-link.
16970
16971 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16972
16973 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
16974 Gnome file-manager.png. Suggested by
16975 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
16976
16977 * toolbar/README: Add diropen.xpm.
16978
16979 2005-10-13 Bill Wohler <wohler@newt.com>
16980
16981 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
16982 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
16983
16984 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
16987 Don't waste the byte-compiler's time on constant data.
16988
16989 2005-10-13 Kenichi Handa <handa@m17n.org>
16990
16991 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
16992 byte with `escape-glyph' face.
16993
16994 * international/fontset.el (ccl-encode-unicode-font):
16995 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
16996 Handle the case that ucs-mule-to-mule-unicode translates a character to
16997 ASCII (usually for IPA characters).
16998
16999 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17000
17001 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17002 Don't hide the underline of titles if font-lock-mode is disabled.
17003
17004 2005-10-12 Bill Wohler <wohler@newt.com>
17005
17006 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
17007 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17008 files in MH-E-SRC have been updated.
17009 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17010
17011 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17012
17013 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17014 (mixal-mode-syntax-table): Add \n as end-comment.
17015 (mixal-operation-codes-alist): Immediately initialize to full value.
17016 (mixal-add-operation-code): Remove.
17017 (mixal-describe-operation-code): Make the arg non-optional.
17018 Use the interactive spec instead.
17019 Use mixal-operation-codes-alist rather than mixal-operation-codes.
17020 (mixal-font-lock-keywords): Don't highlight comments here any more.
17021 (mixal-font-lock-syntactic-keywords): New var.
17022 (mixal-mode): Use it. Fix comment-start-skip.
17023
17024 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17025
17026 * startup.el (command-line-x-option-alist): -nb => -nbi
17027
17028 2005-10-12 Kim F. Storm <storm@cua.dk>
17029
17030 * startup.el (fancy-splash-default-action): Discard mouse click in
17031 the splash screen window, as it has no sensible meaning in the
17032 next window to be selected. Fixes error reported by Jan D.
17033
17034 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17035
17036 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17037
17038 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17039
17040 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17041 Try to fix up minor layout issues like indentation, line break, etc...
17042 (mixal-mode-syntax-table): Don't try to specify comment syntax,
17043 because it doesn't work.
17044 (mixal-operation-codes): Add some more codes.
17045 (mixal-font-lock-keywords): Process comments here.
17046 (mixal-mode): mixasm no longer needs -g option.
17047
17048 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
17049
17050 * progmodes/sh-script.el (sh-tmp-file):
17051 Use mktemp -t. Finish support for es and rc shells.
17052
17053 2005-10-11 Jay Belanger <belanger@truman.edu>
17054
17055 * calc/calcalg2.el (calc-integral): With an argument, compute the
17056 definite integral.
17057
17058 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
17059
17060 * mouse.el (mouse-drag-region-1): Don't try to catch a
17061 double-click when doing follow-link (it's overridden anyway).
17062
17063 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
17064
17065 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17066 (autoload-print-form-outbuf): Add docstring.
17067
17068 2005-10-11 Juri Linkov <juri@jurta.org>
17069
17070 * info.el (Info-mode-menu): Delete menu item "Edit".
17071 (Info-mode): Delete description of Info-edit from docstring,
17072 and rearrange descriptions of Info commands in the order
17073 they are documented in the Info manual.
17074
17075 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17076
17077 * calendar/appt.el (appt-check): Use diary-selective-display var.
17078
17079 2005-10-10 Richard M. Stallman <rms@gnu.org>
17080
17081 * net/newsticker.el (newsticker-start, newsticker-show-news):
17082 Add autoload cookies.
17083
17084 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
17085
17086 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17087
17088 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
17089
17090 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17091
17092 2005-10-10 Jay Belanger <belanger@truman.edu>
17093
17094 * calc/calc-arith.el (math-check-known-scalarp)
17095 (math-check-known-matrixp): Check the values of arguments that are
17096 variables.
17097 (math-check-known-square-matrixp): New function.
17098 (math-known-square-matrixp): Use math-check-known-square-matrixp.
17099 (math-super-types): Add sqmatrix type.
17100
17101 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17102 mode name `square' to `sqmatrix'.
17103
17104 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17105 mode name `square' to `sqmatrix'.
17106
17107 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * progmodes/etags.el (select-tags-table-mode): Don't use
17110 selective-display.
17111 (tags-select-tags-table): Pass `button' to the action function.
17112 (select-tags-table): Place the side-info on button properties rather
17113 than in hidden text. Abbreviate file names.
17114 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17115 (select-tags-table-select): Add `button' argument.
17116 Get side-info from the button property rather than from hidden text.
17117
17118 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
17119
17120 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17121 (gud-speedbar-buttons): Preserve point if possible.
17122 (gud-sentinel): Restore previous speedbar display type.
17123
17124 * progmodes/gdb-ui.el (gdba): Improve diagram.
17125 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17126 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17127 Call get-buffer-window once.
17128
17129 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17132 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17133 (pascal-indent-command): Remove unused var `ind'.
17134 (pascal-indent-case): Remove unused var `oldpos'.
17135 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17136 since it's now used as a proper minor mode map.
17137 (pascal-outline): Rename to pascal-outline-mode.
17138 (pascal-outline-mode): Use define-minor-mode.
17139 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17140 selective-display.
17141
17142 2005-10-10 Andreas Schwab <schwab@suse.de>
17143
17144 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17145 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
17146
17147 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17148 outside source directory.
17149
17150 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
17151
17152 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17153 C-x' as a prefix.
17154 (orgtbl-mode-map): Full keymap instead of sparse, because all
17155 `self-insert-command' keys are redefined in this map.
17156 (org-export-as-html): Specify charset for HTML file, by taking it
17157 from the coding system.
17158
17159 2005-10-10 Kenichi Handa <handa@m17n.org>
17160
17161 * textmodes/flyspell.el (flyspell-check-word-p):
17162 If unread-command-events is non-empty, don't call sit-for.
17163
17164 2005-10-09 Richard M. Stallman <rms@gnu.org>
17165
17166 * font-lock.el (font-lock-syntactic-keywords)
17167 (font-lock-keywords): Doc fixes.
17168
17169 * textmodes/flyspell.el (flyspell-external-point-words):
17170 Simplify logic, and don't try to check for consecutive appearances
17171 of one incorrect word.
17172
17173 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
17174
17175 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17176 separator.
17177
17178 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17179 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17180 (gud-expansion-speedbar-buttons): New function.
17181 (gud-speedbar-buttons): Check for gud-comint-buffer.
17182
17183 2005-10-09 Bill Wohler <wohler@newt.com>
17184
17185 * Makefile.in (updates): Add mh-loaddefs dependency.
17186
17187 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
17188
17189 * speedbar.el (speedbar-file-key-map): Fix typo.
17190
17191 2005-10-09 Daniel Brockman <daniel@brockman.se>
17192
17193 * cus-start.el (line-spacing): Add custom spec.
17194
17195 2005-10-09 Romain Francoise <romain@orebokech.com>
17196
17197 * textmodes/ispell.el (ispell-check-version): Fix last change.
17198
17199 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17200
17201 * term/x-win.el: Remove -i, --icon-type from comment.
17202
17203 * startup.el (command-line-x-option-alist): Remove options -i,
17204 -itype, --icon-type, added -nb, --no-bitmap-icon
17205
17206 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
17207
17208 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17209 instead of :active.
17210
17211 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
17212
17213 * textmodes/ispell.el (ispell-check-version):
17214 Ignore hyphen, and all that follows, in aspell's version text.
17215
17216 2005-10-08 Jay Belanger <belanger@truman.edu>
17217
17218 * calc/calc-arith.el (math-known-square-matrixp): New function.
17219 (math-pow-fancy): Check for matrices before distributing exponent
17220 across products.
17221
17222 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17223 fullscreen keypad. Suggested by Luc Teirlinck.
17224 (calc-keypad-show-input): Add space for formatting.
17225
17226 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17227 Add square matrix option.
17228
17229 * calc/calc-poly.el (math-expand-term): Check for matrices instead
17230 of checking calc-matrix-mode when deciding how to expand.
17231
17232 * calc/calc.el (calc-set-mode-line): Add square matrix option.
17233
17234 2005-10-08 Lars Hansen <larsh@soem.dk>
17235
17236 * net/tramp.el (tramp-perl-directory-files-and-attributes):
17237 Add error handling.
17238 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17239
17240 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
17241
17242 Sync with Tramp 2.0.51.
17243
17244 * net/tramp.el (tramp-handle-set-visited-file-modtime)
17245 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17246 Insert special handling for `last-coding-system-used', again
17247 it still seems to be necessary (unlike stated before).
17248 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17249 (tramp-password-prompt-regexp): There might be other words before
17250 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17251 (tramp-chunksize): Improve docstring.
17252 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17253 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
17254 Christian Joergensen <bugs@razor.dk>.
17255
17256 2005-10-07 Glenn Morris <rgm@gnu.org>
17257
17258 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17259 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17260 precision'.
17261
17262 2005-10-07 Romain Francoise <romain@orebokech.com>
17263
17264 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17265 (ibuffer-do-shell-command-pipe-replace)
17266 (ibuffer-do-shell-command-file, ibuffer-do-eval)
17267 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17268 (ibuffer-do-revert, ibuffer-do-replace-regexp)
17269 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17270 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17271 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17272 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17273 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17274 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17275 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17276 Autoload file sans suffix.
17277
17278 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17279
17280 2005-10-07 David Ponce <david@dponce.com>
17281
17282 * recentf.el (recentf-menu-open-all-flag): New option.
17283 (recentf-digit-shortcut-command-name): New function.
17284 (recentf--shortcuts-keymap): New variable.
17285 (recentf-menu-shortcuts): New variable.
17286 (recentf-make-menu-items): Initialize it. Replace the "More..."
17287 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17288 (recentf-menu-value-shortcut): New function.
17289 (recentf-make-menu-item): Use it. No more in-lined.
17290 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17291 (recentf-open-most-recent-file): Rename from
17292 `recentf-open-file-with-key'. Don't depend on key binding.
17293 (recentf-mode-map): New variable.
17294 (recentf-mode): Use it.
17295
17296 2005-10-06 Bill Wohler <wohler@newt.com>
17297
17298 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
17299
17300 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17301 (MH-E-SRC): New. Used by mh-autoloads.
17302 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17303 files in MH-E-SRC have been updated.
17304 (compile, recompile, bootstrap): Depend on mh-autoloads.
17305
17306 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
17307
17308 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17309 gud-break and gud-remove icons when the fringe is not available.
17310
17311 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17312 Typo.
17313
17314 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
17315
17316 * play/zone.el (zone): Wrap body with save-window-excursion.
17317
17318 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17321 Use the new `list-only' arg to diary-list-entries.
17322
17323 * calendar/diary-lib.el: Use overlays rather than selective-display.
17324 (diary-selective-display): New var.
17325 (diary-header-line-format): Use it.
17326 (diary-list-entries): Add argument `list-only'.
17327 Put the buffer in diary-mode. Don't add \^M at beg and end.
17328 Replace \^M by invisible overlays.
17329 (diary-unhide-everything): Replace \^M by invisible overlays.
17330 (print-diary-entries): Look for overlays rather than \^M.
17331 Add a space to the temp buffer name.
17332 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17333 Put the buffer in diary-mode.
17334 (list-sexp-diary-entries): Replace \^M by invisible overlays.
17335 (diary-anniversary): Make the year arg optional.
17336 (diary-time-regexp): New const.
17337 (diary-font-lock-keywords): Use it to accept a few more time formats.
17338
17339 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17340
17341 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
17342
17343 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17344 Fix bug introduced 2005-07-03: Use (car (last ...))
17345 to faithfully reproduce replaced artist-last.
17346 (artist-set-arrow-points-for-poly): Likewise.
17347 Suggested by Johan Bockg\e,Ae\e(Brd.
17348
17349 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
17350
17351 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
17352 * wid-edit.el (widget):
17353 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
17354 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
17355
17356 2005-10-06 Kenichi Handa <handa@m17n.org>
17357
17358 * international/mule-cmds.el (set-language-environment):
17359 Fix setting up of case-table for unibyte mode.
17360
17361 * simple.el (what-cursor-position): If the character is displayed
17362 by some `display' text property, show that. Don't use
17363 single-key-description for eight-bit characters in multibyte mode.
17364
17365 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
17366
17367 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
17368 (gdb-ann3): Set it.
17369 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
17370 (gdb-info-frames-custom): Use inverse-video for first five
17371 characters of selected frame only.
17372 (gdb-get-frame-number): Select frame even when point is on frame
17373 number.
17374
17375 2005-10-06 Masatake YAMATO <jet@gyve.org>
17376
17377 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
17378 Put `font-lock-function-name-face'.
17379 (gdb-info-frames-custom): Put `font-lock-function-name-face'
17380 and `font-lock-variable-name-face'
17381 (gdb-registers-font-lock-keywords): New font lock keywords definition.
17382 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
17383 (gdb-memory-font-lock-keywords): New font lock keywords definition.
17384 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
17385 (gdb-local-font-lock-keywords): New font lock keywords definition.
17386 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
17387 (gdb-threads-font-lock-keywords): New font lock keywords definition.
17388 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
17389
17390 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
17391
17392 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
17393 (ediff-merge-region-is-non-clash-to-skip): Previously called
17394 ediff-merge-region-is-non-clash.
17395
17396 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
17397 Use insert-buffer-substring.
17398
17399 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
17400 selecting files to patch. Also bug fixes.
17401
17402 * ediff-util.el (ediff-setup): Bug fix.
17403 (ediff-next-difference): Never skip clashes that differ in white
17404 space only.
17405
17406 * ediff-wind.el (ediff-setup-control-frame)
17407 (ediff-destroy-control-frame): Check the menubar feature.
17408
17409 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
17410 (viper-refresh-mode-line): Use make-local-variable to localize
17411 some vars instead of make-variable-buffer-local. Suggested by
17412 Stefan Monnier.
17413
17414 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
17415 (viper-restore-cursor-type, viper-set-insert-cursor-type):
17416 Use make-local-variable instead of make-variable-buffer-local.
17417 Suggested by Stefan Monnier.
17418
17419 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
17420 (viper-comint-mode-hook): Use make-local-variable on
17421 require-final-newline.
17422 (viper-non-hook-settings): Don't use make-variable-buffer-local.
17423
17424 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17425
17426 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
17427 also the second char of a comment-start sequence.
17428 (scheme-sexp-comment-syntax-table): New var.
17429 (lambda, define): Set their scheme-doc-string-elt property.
17430 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
17431 Use lisp-font-lock-syntactic-face-function now that it properly
17432 handles |...| symbols.
17433 (scheme-mode-variables): Set lisp-doc-string-elt-property,
17434 parse-sexp-lookup-properties and font-lock-extra-managed-props.
17435
17436 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
17437 bit from # to |.
17438 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
17439
17440 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
17441 (lisp-doc-string-elt-property): New var.
17442 (lisp-font-lock-syntactic-face-function): Use it.
17443 Rewrite to recognize docstrings even for forms not at toplevel.
17444
17445 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
17446 annotation on the | part of #| rather than on the # part.
17447 (scheme-font-lock-syntactic-face-function): New function, to
17448 distinguish strings from |...| symbols.
17449 (scheme-mode-variables): Use it. Also fix up the font-lock-time
17450 syntax-table so that #|...|# is properly highlighted.
17451
17452 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
17453 Don't mark as docstring the 3rd elem of an unknown toplevel form.
17454
17455 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
17458 and C-e.
17459
17460 * emacs-lisp/eldoc.el: Move comments into docstrings.
17461 (eldoc-message-commands): Initialize in its declaration.
17462 Add move-beginning-of-line and move-end-of-line.
17463 (eldoc-add-command, eldoc-add-command-completions)
17464 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
17465
17466 * outline.el (outline-mark-subtree): Activate the mark.
17467
17468 * calendar/appt.el (appt-time-regexp): New var.
17469 (appt-add, appt-make-list): Use it.
17470 (appt-convert-time): Clean up.
17471
17472 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
17473 Don't set any syntax-table property here.
17474 (tex-font-lock-verb): New function. Do it here.
17475 (tex-font-lock-syntactic-keywords): Use it.
17476
17477 2005-10-04 Richard M. Stallman <rms@gnu.org>
17478
17479 * wid-edit.el (widget-file-complete): Get the widget start point
17480 the right way. Default directory to `/' if file has none.
17481
17482 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
17483
17484 * textmodes/flyspell.el (flyspell-mode-on):
17485 Call ispell-maybe-find-aspell-dictionaries.
17486
17487 * textmodes/ispell.el (ispell-word, ispell-region):
17488 Call ispell-maybe-find-aspell-dictionaries.
17489 (ispell-accept-buffer-local-defs):
17490 Don't call ispell-maybe-find-aspell-dictionaries
17491
17492 2005-10-04 Richard M. Stallman <rms@gnu.org>
17493
17494 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
17495
17496 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
17497
17498 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
17499 instead of `fboundp' in order to allow for anonymous functions.
17500
17501 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
17502
17503 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
17504 case the user clicks on the link while another window is selected.
17505 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
17506
17507 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
17508 functionality.
17509 (dframe-help-echo): Save point in case mouse tracking is off.
17510
17511 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
17512
17513 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
17514
17515 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17516
17517 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
17518 not change the global value of those vars.
17519
17520 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
17521 make-local-variable which we do not need any more.
17522
17523 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
17524
17525 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17526 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17527 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17528 (speedbar-path-line): Define obsolete aliases.
17529 (speedbar-line-directory): Doc fix.
17530
17531 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17532 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17533 instead of speedbar-line-path.
17534
17535 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17536
17537 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17538 to nil if dropping on a window. Handle dropping on a minibuffer window
17539 like dropping on a non-window part of Emacs.
17540
17541 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17542
17543 * net/ange-ftp.el: Use with-current-buffer.
17544 (ange-ftp-insert-directory): Do not follow symlinks any more.
17545
17546 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17547 Remove interactive spec.
17548
17549 2005-10-03 Kim F. Storm <storm@cua.dk>
17550
17551 * ido.el (ido-mode): Use custom-initialize-set.
17552
17553 2005-10-02 Richard M. Stallman <rms@gnu.org>
17554
17555 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17556 Use insert-buffer-substring.
17557
17558 * net/tramp.el: Pacify byte compiler warnings in pacification code.
17559 (tramp-handle-file-local-copy): Use insert-buffer-substring.
17560
17561 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17562
17563 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17564 in last change.
17565 (ange-ftp-insert-directory): Fix up the search for the case where
17566 `file' is absolute.
17567
17568 2005-10-02 Romain Francoise <romain@orebokech.com>
17569
17570 * progmodes/compile.el (compile-goto-error): Delete extra paren.
17571
17572 2005-10-02 Andreas Schwab <schwab@suse.de>
17573
17574 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17575 directory component in the session info.
17576
17577 2005-10-01 Richard M. Stallman <rms@gnu.org>
17578
17579 * comint.el (comint-redirect-subvert-readonly): Doc fix.
17580
17581 * simple.el (next-error-internal): New function.
17582
17583 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17584 (compilation-start): Pass new arg to compilation-buffer-name.
17585 (compile-goto-error): Use next-error-internal.
17586
17587 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17588
17589 * speedbar.el: Remove RCS tag.
17590 (speedbar-check-read-only): Handle non-existent files.
17591
17592 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17593
17594 * info.el (Info-speedbar-hierarchy-buttons)
17595 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17596
17597 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17598
17599 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17600 Do not match newline.
17601 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17602 (bibtex-summary): Remove unnecessary save-excursion.
17603 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17604
17605 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17606
17607 * term/mac-win.el: Add charset info for "iso10646-1".
17608 Modify default fontset to use ATSUI-compatible fonts for some charsets
17609 if available.
17610
17611 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17612
17613 * speedbar.el: Re-apply arch tag.
17614 (speedbar-version): Rename to version 1.0. Suggested by Eric
17615 M. Ludlam.
17616 Reapply two changes from Emacs CVS' version of speedbar lost
17617 during the merge:
17618 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17619 (speedbar-frame-parameters): Improve customize type.
17620
17621 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17622
17623 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17624 (ange-ftp-file-directory-p): Fix the symlink case.
17625 (ange-ftp-insert-directory): When listing a single file, get a list of
17626 the parent buffer and extract the relevant line. Inspired from a patch
17627 by Katsumi Yamaoka <yamaoka@jpl.org>.
17628 (ange-ftp-file-name-sans-versions): Simplify.
17629
17630 2005-09-30 Bill Wohler <wohler@newt.com>
17631
17632 Move MH-E image files from toolbar and mail directories into
17633 etc/images.
17634
17635 * mail/reply2.*: Move to etc/images/mail/reply*.
17636
17637 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17638 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17639 etc/images.
17640
17641 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17642 * toolbar/reply*: Move to etc/images/mail.
17643
17644 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17645
17646 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
17647
17648 * speedbar.el: New version 1.0pre3.
17649
17650 Frame management code (including timer, and mouse click specifics)
17651 moved to dframe.el:
17652 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
17653 (speedbar-timer): Removed. Use dframe-timer.
17654 (speedbar-close-frame): Removed. Use dframe-close-frame.
17655 (speedbar-activity-change-focus-flag): Removed. Use
17656 dframe-activity-change-focus-flag.
17657 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
17658 dframe-update-speed.
17659
17660 (speedbar-current-frame): New macro. Use this instead of the
17661 variable speedbar-frame.
17662
17663 (speedbar-use-images, speedbar-expand-image-button-alist)
17664 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17665
17666 (speedbar-find-image-on-load-path): Removed. Replaced by
17667 defezimage in ezimage.el.
17668 (speedbar-expand-image-button-alist): Removed. Replaced by
17669 ezimage-expand-image-button-alist in ezimage.el.
17670
17671 (speedbar-ignored-directory-regexp)
17672 (speedbar-add-ignored-directory-regexp)
17673 (speedbar-ignored-directory-expressions)
17674 (speedbar-line-directory, speedbar-buffers-line-directory)
17675 (speedbar-directory-line, speedbar-buffers-line-directory):
17676 Renamed, replacing `path' with `directory'.
17677
17678 (speedbar-create-directory, speedbar-expand-line-descendants)
17679 (speedbar-toggle-line-expansion)
17680 (speedbar-contract-line-descendants): New commands.
17681
17682 (speedbar-query-confirmation-method, speedbar-select-frame-method)
17683 (speedbar-use-tool-tips-flag): New options.
17684
17685 (speedbar-check-read-only, speedbar-require-version)
17686 (speedbar-insert-separator, speedbar-buffers-tail-notes)
17687 (speedbar-handle-delete-frame, speedbar-try-completion)
17688 (speedbar-update-localized-contents): New functions.
17689
17690 (speedbar-incompatible-version, speedbar-ro-to-do-point)
17691 (speedbar-object-read-only-indicator): New variables.
17692
17693 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17694 New hooks.
17695
17696 (speedbar-separator-face): New face.
17697
17698 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17699 (speedbar-ignored-modes): Add fundamental-mode.
17700 (speedbar-directory-unshown-regexp): Add . directories.
17701
17702 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17703 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17704 `]' for full expand/close.
17705 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17706
17707 (speedbar-check-vc): Support hidden files.
17708 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17709 (speedbar-this-file-in-vc): Use vc-state if available. If VC
17710 state is nil, it is not checked out.
17711
17712 (speedbar-line-text, speedbar-line-token): Support expand buttons
17713 with no text.
17714 (speedbar-refresh): Universal argument acts as power-click.
17715 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
17716 that buffer to get variable values.
17717
17718 And many other bugfixes.
17719
17720 * dframe.el, ezimage.el, sb-image.el: New files.
17721
17722 * sb-*.xpm: Remove files. New image files installed into
17723 etc/images/ezimage.
17724
17725 2005-09-30 Kenichi Handa <handa@m17n.org>
17726
17727 * ps-mule.el (ps-mule-show-warning): If a character is in
17728 ps-print-translation-table, don't treat it as non-printable.
17729
17730 2005-09-30 David Ponce <david@dponce.com>
17731
17732 * tree-widget.el (tree-widget-themes-load-path): New variable.
17733 (tree-widget-themes-directory): Doc fix.
17734 (tree-widget-image-formats) [Emacs]: Doc fix.
17735 (tree-widget--locate-sub-directory): New function.
17736 (tree-widget-themes-directory): Use it.
17737
17738 * recentf.el (recentf-filename-handlers): Rename from
17739 `recentf-filename-handler'. Allow a list of functions.
17740 (recentf-menu-items-for-commands): Fix :help strings.
17741 (recentf-apply-filename-handlers): New function.
17742 (recentf-expand-file-name): Use it.
17743 (recentf-cleanup): Remove duplicates too.
17744
17745 2005-09-29 Juri Linkov <juri@jurta.org>
17746
17747 * faces.el: Rearrange face definitions to be in the same order as
17748 their face descriptions in "(emacs)Standard Faces".
17749
17750 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
17751
17752 * tooltip.el (tooltip): Add group `basic-faces'.
17753
17754 * buff-menu.el (Buffer-menu-buffer): Remove group
17755 `font-lock-highlighting-faces'.
17756
17757 * progmodes/compile.el (compilation-error, compilation-warning)
17758 (compilation-info, compilation-line-number, compilation-column-number):
17759 Change group from `font-lock-highlighting-faces' to `compilation'.
17760
17761 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17762 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
17763 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
17764 (vhdl-font-lock-reserved-words-face)
17765 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
17766 `font-lock-highlighting-faces'.
17767
17768 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
17769
17770 2005-09-28 Kim F. Storm <storm@cua.dk>
17771
17772 * emulation/cua-base.el: Set CUA move property on additional commands:
17773 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
17774 forward-sexp, backward-sexp, forward-list, backward-list.
17775
17776 2005-09-28 Romain Francoise <romain@orebokech.com>
17777
17778 * comint.el (comint-show-output): Really set point at the
17779 beginning of the output when not using `comint-use-prompt-regexp'.
17780
17781 2005-09-27 Jay Belanger <belanger@truman.edu>
17782
17783 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
17784 in TeX mode.
17785
17786 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
17787
17788 * textmodes/org.el (org-table-sum): Fix format string.
17789
17790 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
17791 Quote face names.
17792
17793 2005-09-26 Romain Francoise <romain@orebokech.com>
17794
17795 * isearch.el (isearch-forward-regexp): Close doc string.
17796
17797 2005-09-25 Richard M. Stallman <rms@gnu.org>
17798
17799 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
17800
17801 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
17802
17803 * progmodes/compile.el (compilation-error-properties):
17804 When getting the file from the previous error message,
17805 correctly decode the new data format.
17806
17807 * progmodes/cc-cmds.el (c-electric-paren):
17808 Call old-blink-paren only for close-paren.
17809
17810 2005-09-24 Andreas Schwab <schwab@suse.de>
17811
17812 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
17813 condition.
17814
17815 2005-09-25 Romain Francoise <romain@orebokech.com>
17816
17817 * dired-aux.el (dired-copy-file-recursive):
17818 * dired.el (dired-delete-file):
17819 * ediff-mult.el (ediff-dir-diff-copy-file):
17820 * ediff-util.el (ediff-test-save-region):
17821 * forms.el (forms-mode):
17822 * ido.el (ido-file-internal, ido-delete-file-at-head):
17823 * log-edit.el (log-edit-done):
17824 * ses.el (ses-yank-resize):
17825 * play/gomoku.el (gomoku-human-plays, gomoku)
17826 (gomoku-human-resigns, gomoku-prompt-for-other-game)
17827 (gomoku-offer-a-draw):
17828 * play/landmark.el (lm-human-resigns, lm):
17829 * net/eudcb-ldap.el (eudc-ldap-check-base):
17830 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
17831 * progmodes/ebrowse.el (ebrowse-find-pattern):
17832 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
17833 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
17834 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
17835
17836 * vc.el (vc-delete-file):
17837 * play/gomoku.el (gomoku-terminate-game, gomoku)
17838 (gomoku-prompt-for-move, gomoku-human-takes-back):
17839 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
17840 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
17841
17842 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17843
17844 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
17845 color rxvt terminals by using the code xterm.el used to use before
17846 2005-04-09 in order to match the colors used by rxvt.
17847
17848 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17849
17850 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
17851 colors rxvt-unicode terminals by using the same code as xterm.el.
17852
17853 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17854
17855 * textmodes/tex-mode.el (tex-font-lock-append-prop)
17856 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
17857 new symbol used for the tex-verbatim face.
17858
17859 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17860
17861 * woman.el (woman-file-name):
17862 * wid-edit.el (widget-file-prompt-value)
17863 (widget-coding-system-prompt-value):
17864 * w32-fns.el (set-w32-system-coding-system):
17865 * vc.el (vc-version-diff, vc-annotate):
17866 * textmodes/reftex-auc.el (reftex-arg-cite)
17867 (reftex-arg-index-tag):
17868 * textmodes/refer.el (refer-get-bib-files):
17869 * textmodes/artist.el (artist-figlet-choose-font):
17870 * terminal.el (terminal-emulator):
17871 * replace.el (occur-read-primary-args):
17872 * rect.el (string-rectangle, string-insert-rectangle):
17873 * ps-print.el (ps-print-preprint):
17874 * progmodes/pascal.el (pascal-goto-defun):
17875 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
17876 * progmodes/compile.el (compilation-find-file):
17877 * printing.el (pr-interactive-n-up):
17878 * play/animate.el (animate-birthday-present):
17879 * net/rcompile.el (remote-compile):
17880 * man.el (man, Man-goto-section, Man-follow-manual-reference):
17881 * mail/rmailsum.el (rmail-summary-search-backward)
17882 (rmail-summary-search):
17883 * mail/rmailout.el (rmail-output-read-rmail-file-name)
17884 (rmail-output-read-file-name):
17885 * mail/rmail.el (rmail-search, rmail-search-backwards):
17886 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
17887 * locate.el (locate):
17888 * international/quail.el (quail-show-keyboard-layout):
17889 * international/mule.el (set-buffer-file-coding-system)
17890 (revert-buffer-with-coding-system, set-file-name-coding-system)
17891 (set-terminal-coding-system, set-keyboard-coding-system)
17892 (set-next-selection-coding-system):
17893 * international/mule-diag.el (describe-coding-system)
17894 (describe-font, describe-fontset):
17895 * international/mule-cmds.el (universal-coding-system-argument)
17896 (search-unencodable-char, describe-input-method)
17897 (set-language-environment, describe-language-environment):
17898 * international/codepage.el (codepage-setup):
17899 * international/code-pages.el (codepage-setup):
17900 * info.el (Info-search, Info-follow-reference)
17901 (Info-search-backward):
17902 * emacs-lisp/advice.el (ad-read-advised-function)
17903 (ad-read-advice-class, ad-clear-cache, ad-activate)
17904 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
17905 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
17906 (ad-read-regexp):
17907 * ediff-util.el (ediff-toggle-regexp-match):
17908 * ediff-ptch.el (ediff-prompt-for-patch-file):
17909 * dired-aux.el (dired-diff):
17910 * diff.el (diff):
17911 * cus-edit.el (custom-variable-prompt):
17912 * calendar/timeclock.el (timeclock-ask-for-project):
17913 * calc/calcalg3.el (calc-get-fit-variables):
17914 * calc/calc-store.el (calc-edit-variable)
17915 (calc-permanent-variable):
17916 * vc-mcvs.el (vc-mcvs-register):
17917 * shadowfile.el (shadow-define-literal-group):
17918 * woman.el (woman-file-name):
17919 * vc.el (vc-version-diff, vc-merge):
17920 * textmodes/reftex-index.el (reftex-index-complete-tag):
17921 * format.el (format-decode-buffer, format-decode-region):
17922 * emulation/viper-cmd.el (viper-read-string-with-history):
17923 * emacs-lisp/debug.el (cancel-debug-on-entry):
17924 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
17925 * ediff.el (ediff-merge-revisions)
17926 (ediff-merge-revisions-with-ancestor, ediff-revision):
17927 * completion.el (interactive-completion-string-reader):
17928 * calc/calc-prog.el (calc-user-define-formula):
17929 Follow convention for reading with the minibuffer.
17930
17931 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
17932
17933 * progmodes/python.el (python-describe-symbol): Add globals() and
17934 locals() to the arguments of emacs.ehelp.
17935
17936 2005-09-24 Magnus Henoch <mange@freemail.hu>
17937
17938 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
17939 New function, code extracted from ispell-valid-dictionary-list.
17940 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
17941 Call it.
17942
17943 2005-09-24 Eli Zaretskii <eliz@gnu.org>
17944
17945 * subr.el (version-regexp-alist): Extend valid syntax for version
17946 strings: allow any of the characters -,_,+ to separate the
17947 alpha/beta/rc part from the version part. Doc fix.
17948 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
17949
17950 2005-09-23 David Reitter <david.reitter@gmail.com>
17951
17952 * mail/mailclient.el: New file.
17953
17954 2005-09-23 Richard M. Stallman <rms@gnu.org>
17955
17956 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
17957 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
17958 Doc fixes.
17959
17960 * progmodes/cc-mode.el (c-font-lock-init):
17961 Specify font-lock-lines-before.
17962
17963 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17964
17965 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
17966 whole conflict.
17967
17968 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
17969
17970 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
17971 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
17972 of `remap' feature when available. Additional key bindings for
17973 better tty support.
17974 (org-mode-restart, org-force-self-insert): New commands.
17975 (org-time-stamp-inactive): New command.
17976 (org-remap): New function.
17977 (org-table-auto-blank-field, org-level-color-stars-only): New options.
17978 (org-enable-fixed-width-editor): Move to `org-structure'
17979 customization group.
17980 (org-self-insert-command, orgtbl-self-insert-command): Modify to
17981 blank field after field motion commands.
17982
17983 2005-09-23 Kenichi Handa <handa@m17n.org>
17984
17985 * international/mule-cmds.el (set-language-environment):
17986 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
17987 have to call utf-translate-cjk-load-tables.
17988
17989 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
17990
17991 * mouse.el (mouse-move-drag-overlay): Fix last change.
17992
17993 2005-09-22 David Ponce <david@dponce.com>
17994
17995 * tree-widget.el (tree-widget-value-create): Fix previous change.
17996
17997 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17998
17999 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18000
18001 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18002
18003 * mouse.el (mouse-move-drag-overlay): New function.
18004 (mouse-drag-region-1): Use it.
18005 Try to simplify a bit the state handling. Handle clicks on links
18006 inside intangible areas.
18007 (mouse-save-then-kill): Minor simplification.
18008 (mouse-secondary-overlay): Make it always non-nil instead of
18009 recreating it each time.
18010 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18011 (mouse-kill-secondary, mouse-secondary-save-then-kill):
18012 Simplify accordingly.
18013
18014 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18015
18016 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18017
18018 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
18019
18020 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18021 (ediff-file-name-sans-prefix): Treat nil as an empty string.
18022 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18023 to patch.
18024
18025 * ediff-util.el: Use insert-buffer-substring.
18026
18027 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18028
18029 * emulation/viper-cmd.el (viper-change-state): Don't move over the
18030 field boundaries in the minibuffer.
18031 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18032 (viper-minibuffer-post-command-hook): New hook.
18033 (viper-line): Don't move cursor at bolp.
18034
18035 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18036
18037 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18038 avoid compiler warnings.
18039
18040 * emulation/viper-macs.el (ex-map): Better messages.
18041
18042 * emulation/viper-utils.el (viper-beginning-of-field): New function.
18043
18044 * emulation/viper.el: Replace make-variable-buffer-local with
18045 viper-make-variable-buffer-local everywhere, to avoid warnings.
18046
18047 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18050 Delete unused var `old-selected-window'.
18051 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18052 (mouse-drag-secondary): Delete unused var `start-frame'.
18053
18054 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18055
18056 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18057
18058 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18059
18060 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18061 Re-indent within 80 columns. Use inhibit-read-only.
18062
18063 2005-09-19 Romain Francoise <romain@orebokech.com>
18064
18065 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18066
18067 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18068
18069 * font-lock.el (font-lock-default-fontify-region): Don't add a line
18070 unconditionally, since the after-change-function already did it.
18071
18072 2005-09-19 Miles Bader <miles@gnu.org>
18073
18074 * net/newsticker.el: Get rid of CVS keyword.
18075
18076 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
18077
18078 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18079 The prompt is formatted later.
18080
18081 2005-09-19 David Ponce <david@dponce.com>
18082
18083 * tree-widget.el (tree-widget-value-create): Save the converted
18084 tree :node widget.
18085
18086 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
18087
18088 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18089 variable `message'.
18090
18091 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
18092
18093 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18094 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
18095 <slawomir.nowaczyk.847@student.lu.se>.
18096
18097 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
18098
18099 * image.el (image-load-path): Use symbol `data-directory' instead
18100 of its value, for backward compatibility with packages that bind
18101 it during `find-image'. Suggested by Katsumi Yamaoka.
18102 (image-search-load-path): Handle symbols whose values are strings.
18103
18104 2005-09-18 Romain Francoise <romain@orebokech.com>
18105
18106 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18107 with-current-buffer form in save-excursion.
18108
18109 2005-09-18 Deepak Goel <deego@gnufans.org>
18110
18111 * apropos.el (apropos-command): Fix `message' call: first arg
18112 should be a format spec. In this and all other cases that appear
18113 below and elsewhere in the source code, I made a change only when
18114 two conditions were satisfied: [1] I can think of a possibility
18115 that the arguments would cause an error, for example, the code in
18116 question relies on external variables such as filenames. [2] I
18117 was sure that the arg to `message' could not have been nil in the code.
18118
18119 * textmodes/tildify.el (tildify-region): Ditto.
18120
18121 * textmodes/reftex-index.el (reftex-index-change-entry)
18122 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18123 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18124 * textmodes/org.el (org-complete, org-deadline, org-schedule)
18125 (org-priority, org-table-sum):
18126 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18127 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18128 (flyspell-word, flyspell-display-next-corrections):
18129 * textmodes/bibtex.el (bibtex-print-help-message):
18130 * textmodes/artist.el (artist-key-set-point-poly):
18131 * term/mac-win.el (mac-services-insert-text):
18132 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18133 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18134 (vhdl-port-paste-testbench, vhdl-compose-new-component)
18135 (vhdl-compose-configuration):
18136 * progmodes/sh-script.el (sh-blink, sh-show-indent)
18137 (sh-set-indent, sh-learn-line-indent):
18138 * progmodes/ps-mode.el (ps-mode-target-column):
18139 * progmodes/idlwave.el (idlwave-make-tags)
18140 (idlwave-scan-library-catalogs):
18141 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18142 * progmodes/gud.el (gud-jdb-analyze-source):
18143 * progmodes/flymake.el (flymake-log):
18144 * progmodes/ebnf2ps.el (ebnf-generate-region):
18145 * progmodes/cmacexp.el (c-macro-expansion):
18146 * progmodes/ada-xref.el (ada-treat-cmd-string):
18147 * progmodes/ada-mode.el (ada-create-case-exception-substring)
18148 (ada-justified-indent-current, ada-batch-reformat):
18149 * play/zone.el (zone):
18150 * play/landmark.el (lm-move):
18151 * play/decipher.el (decipher-show-alphabet):
18152 * net/newsticker.el (newsticker--display-jump)
18153 (newsticker--display-scroll):
18154 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18155 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18156 * mail/feedmail.el (feedmail-dump-message-to-queue):
18157 * eshell/esh-proc.el (eshell-remove-process-entry):
18158 * emulation/ws-mode.el (ws-last-error):
18159 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18160 (viper-record-kbd-macro):
18161 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18162 * emacs-lisp/lisp-mnt.el (lm-report-bug):
18163 * emacs-lisp/find-func.el (find-function-noselect):
18164 * calendar/timeclock.el (timeclock-status-string)
18165 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18166 (timeclock-when-to-leave-string):
18167 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18168 * calc/calc-units.el (calc-enter-units-table):
18169 * calc/calc-mode.el (calc-mode-record-mode):
18170 * woman.el (woman-mini-help):
18171 * wdired.el (wdired-change-to-wdired-mode):
18172 * vc.el (vc-retrieve-snapshot):
18173 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18174 * startup.el (display-startup-echo-area-message):
18175 * simple.el (set-goal-column):
18176 * ses.el (ses-command-hook, ses-recalculate-cell):
18177 * server.el (server-process-filter):
18178 * printing.el (pr-interface-txt-print, pr-interface-printify)
18179 (pr-interface-ps):
18180 * pcvs.el (cvs-help):
18181 * log-edit.el (log-edit, log-edit-mode-help):
18182 * iswitchb.el (iswitchb-possible-new-buffer):
18183 * isearch.el (isearch-edit-string):
18184 * image-mode.el (image-mode, image-minor-mode):
18185 * ibuf-macs.el (define-ibuffer-filter):
18186 * hi-lock.el (hi-lock-find-patterns):
18187 * files.el (toggle-read-only):
18188 * ediff-util.el (ediff-copy-diff)
18189 (ediff-write-merge-buffer-and-maybe-kill):
18190 * echistory.el (Electric-history-undefined):
18191 * dnd.el (dnd-insert-text):
18192 * dired-aux.el (dired-query):
18193 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18194 * bookmark.el (bookmark-bmenu-locate):
18195 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18196 Fix `message' calls to ensure first arg is a format string.
18197 The change was made only when these two conditions were satisfied:
18198 [1] when there is a possibility that the arguments would cause an error
18199 for example, if the code in question relies on external variables
18200 such as filenames, and
18201 [2] if the arg to `message' could not have been nil in the code.
18202
18203 * pcomplete.el (pcomplete--help): Fix `message' format spec.
18204 Not having a %s would be weird, though not technically wrong.
18205
18206 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18207
18208 * term/mac-win.el (mac-add-charset-info): Doc fix.
18209
18210 2005-09-17 Romain Francoise <romain@orebokech.com>
18211
18212 * shell.el (shell-resync-dirs): Handle echoing processes more
18213 reliably. Don't insert resync command if `comint-process-echoes'
18214 is non-nil.
18215
18216 2005-09-17 Magnus Henoch <mange@freemail.hu>
18217
18218 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18219 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18220 aspell versions >= 0.60.
18221 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18222 only if ispell-aspell-supports-utf8 is non-nil.
18223
18224 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18225
18226 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18227 buffer-local value to lisp-indent-function.
18228
18229 2005-09-17 Milan Zamazal <pdm@zamazal.org>
18230
18231 * progmodes/glasses.el (glasses-make-readable): If
18232 glasses-separator differs from underscore, put appropriate
18233 overlays over underscore characters.
18234 (glasses-convert-to-unreadable): If glasses-separator differs from
18235 underscore, try to convert glasses-separator characters to
18236 underscores.
18237
18238 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18241 Use with-syntax-table and dolist.
18242
18243 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
18244
18245 * textmodes/reftex-auc.el:
18246 * textmodes/reftex-cite.el:
18247 * textmodes/reftex-dcr.el:
18248 * textmodes/reftex-global.el:
18249 * textmodes/reftex-parse.el:
18250 * textmodes/reftex-ref.el:
18251 * textmodes/reftex-sel.el:
18252 * textmodes/reftex-toc.el:
18253 * textmodes/reftex-vars.el:
18254 * textmodes/reftex.el: Small changes to remove compiler warnings.
18255
18256 * textmodes/reftex-index.el: Likewise.
18257 (reftex-query-index-phrase): More efficient use of markers.
18258
18259 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18260
18261 * image.el (image-load-path): New variable.
18262 (image-search-load-path): New function.
18263 (find-image): Search for images in `image-load-path'.
18264
18265 2005-09-15 Richard M. Stallman <rms@gnu.org>
18266
18267 * follow.el: Change Maintainer field.
18268
18269 2005-09-15 David Ponce <david@dponce.com>
18270
18271 * recentf.el (recentf-save-file-modes): New option.
18272 (recentf-save-list): Use it.
18273
18274 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
18275
18276 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18277 (mode-line-mule-info, mode-line-modified): Move bindings from
18278 mouse-3 to mouse-1.
18279
18280 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18281
18282 * simple.el (sendmail-user-agent-compose): Revert last change.
18283
18284 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18287 Use with-current-buffer.
18288 (ange-ftp-gwp-start): Remove unused var `gw-user'.
18289 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18290 (ange-ftp-insert-directory): Remove unused var `short'.
18291 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18292
18293 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18294 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18295
18296 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18297 (check-calendar-holidays, diary-list-entries): Autoload.
18298 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18299 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18300
18301 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18302 which mistakenly removed a call to display-buffer.
18303
18304 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
18305
18306 * obsolete/iso-insert.el: Move to obsolete/ from international/.
18307
18308 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
18309
18310 * progmodes/hideshow.el
18311 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18312 (hs-allow-nesting): New user var.
18313 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18314 (hs-hide-block-at-point): When nesting allowed,
18315 if there is already an overlay in place, delete it.
18316 (hs-safety-is-job-n): Delete func; remove call sites.
18317 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18318 (hs-overlay-at): New func.
18319 (hs-already-hidden-p, hs-show-block): Use it.
18320 (hs-hide-all): Don't pre-clean if nesting allowed.
18321 (hs-show-all): Temporarily disallow
18322 nesting around call to `hs-discard-overlays'.
18323
18324 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
18325
18326 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18327 Delete unused local var.
18328
18329 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
18330
18331 * help-fns.el (describe-categories): "?\ " -> "?\s".
18332 (help-do-arg-highlight): Recognize also ARG-n, as in
18333 `move-to-left-margin' (ARG+n is already recognized). Simplify.
18334
18335 * international/codepage.el (dos-unsupported-char-glyph):
18336 * net/newsticker.el (tool-bar-map, w3-mode-map)
18337 (w3m-minor-mode-map):
18338 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18339 (ent-alist):
18340 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18341
18342 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
18343
18344 * custom.el (custom-push-theme): Handle the case where a symbol is
18345 bound but face properties have not yet been assigned.
18346
18347 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18348 Fix behavior if noerase is `t' and there is no mail buffer.
18349
18350 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
18351 if `continue' is nil, rather than signal an error.
18352
18353 2005-09-12 Richard M. Stallman <rms@gnu.org>
18354
18355 * font-lock.el (font-lock-keywords): Add autoload.
18356
18357 * help-fns.el (describe-variable): Rearrange to put source link
18358 in a predictable place.
18359
18360 * net/newsticker.el: New file.
18361
18362 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18363
18364 * calendar/calendar.el (calendar-for-loop): Add edebug info.
18365 (calendar-basic-setup): Use the new nil arg.
18366 (number-of-diary-entries): Move to diary-lib.el.
18367
18368 * calendar/diary-lib.el: Use with-current-buffer, match-string.
18369 (diary-list-entries): Use with-syntax-table and dolist.
18370 Rename from list-diary-entries.
18371 Use number-of-diary-entries if `number' is nil.
18372 (diary, diary-view-entries): Use this new name and new nil arg value.
18373 (number-of-diary-entries): Move from calendar.el.
18374 (diary-unhide-everything): New function.
18375 (include-other-diary-files, fancy-diary-display)
18376 (diary-show-all-entries, make-diary-entry): Use it.
18377 (diary-mail-entries): Use buffer-string.
18378 (mark-diary-entries): Fix long standing paren typo.
18379 (diary-sexp-entry): Use count-lines.
18380 (make-diary-entry): Avoid `previous-line'.
18381 (diary-mode-map): New var.
18382 (diary-mode): Redraw cal after saving. Setup header-line.
18383 (fancy-diary-display-mode): Use local-set-key.
18384
18385 * startup.el (command-line): Try calling various terminal-init-foo-bar
18386 functions by stripping hyphenated suffixes from $TERM.
18387
18388 * files.el (normal-mode): Check boundness of font-lock-keywords.
18389
18390 2005-09-12 Richard M. Stallman <rms@gnu.org>
18391
18392 * progmodes/compile.el: Don't decide a file's directory
18393 until the user actually tries to go there.
18394 (compilation-next-error-function):
18395 Pass compilation-find-file the directory from the file-struct.
18396 (compilation-internal-error-properties): Separate local FILE-STRUCT
18397 from FILE. Doc the args better. Rename arg FMT to FMTS.
18398 (compilation-find-file): Arg DIR renamed to DIRECTORY.
18399 Expand it, and if nil, use default-directory.
18400 (compilation-get-file-structure): Don't mix specified directory
18401 with default directory. Put specified directory into
18402 file-struct. Don't make the file name absolute.
18403
18404 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18405 (compile-command): Add autoload.
18406 (compilation-disable-input): Add autoload.
18407
18408 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
18409
18410 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
18411 strings of the variables it can override.
18412 (time-stamp): New (as yet undocumented) time-stamp-format escapes
18413 %Q and %q, for fully-qualified domain name and unqualified host name.
18414
18415 2005-09-11 Kim F. Storm <storm@cua.dk>
18416
18417 * emacs-lisp/authors.el (authors-aliases): Update list.
18418 (authors-fixed-entries): Update mldrag.el entry.
18419
18420 2005-09-10 Alan Mackenzie <acm@muc.de>
18421
18422 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
18423 from the region narrowed to.
18424
18425 2005-09-10 Magnus Henoch <mange@freemail.hu>
18426
18427 * textmodes/ispell.el (ispell-check-version): Signal an error if
18428 aspell version is less than 0.60.
18429
18430 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
18431
18432 * progmodes/octave-inf.el (inferior-octave-startup):
18433 Resync current dir at the end.
18434
18435 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
18436
18437 * woman.el (woman-topic-at-point-default):
18438 Rename to woman-use-topic-at-point-default.
18439 (woman-topic-at-point): Rename to woman-use-topic-at-point.
18440 (woman-file-name): Reflect renames above. Automatically use the
18441 word at point as topic if woman-use-topic-at-point is non-nil.
18442 Otherwise offer it as default but don't insert it in the
18443 minibuffer. Also use `test-completion' instead of `assoc' as
18444 suggested by Stefan Monnier.
18445
18446 2005-09-10 Andre Spiegel <spiegel@gnu.org>
18447
18448 * vc.el (vc-directory, vc-update-change-log): Throw an error on
18449 the attempt to do it over Tramp. This is not yet supported.
18450
18451 2005-09-10 Eli Zaretskii <eliz@gnu.org>
18452
18453 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18454 (menu-bar-non-minibuffer-window-p): New functions.
18455 ("Split Window", "Save As..."): Use them.
18456 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
18457 ("Print Buffer", "Truncate Long Lines in this Buffer"):
18458 Use menu-bar-menu-frame-live-and-visible-p.
18459 ("Save Buffer", "Insert File", "Open Directory...")
18460 ("Open File...", "Visit New File..."):
18461 Use menu-bar-non-minibuffer-window-p.
18462 (kill-this-buffer-enabled-p, dired <menu-enable>):
18463 Use menu-bar-non-minibuffer-window-p.
18464
18465 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18466
18467 * cus-start.el (all): Don't complain about fringe-related
18468 built-ins if fringes are not supported. Ditto about
18469 selection-related built-ins. Fix the test for GTK-related built-ins.
18470
18471 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
18472 ("Postscript Print Buffer", "Print Region", "Save As...")
18473 ("Save", "Insert File...", "Open Directory...")
18474 ("Open File...", "Visit New File..."")
18475 ("Truncate Long Lines in this Buffer"): Don't look at
18476 menu-updating-frame if this display does not support multiple frames.
18477
18478 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18479
18480 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
18481
18482 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
18483
18484 * woman.el: Format- and whitespace-related changes.
18485
18486 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18487
18488 * woman.el: Fix my email address.
18489
18490 2005-09-08 Richard M. Stallman <rms@gnu.org>
18491
18492 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
18493 (sh-mode): Locally set skeleton-pair-default-alist.
18494
18495 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
18496
18497 * progmodes/flymake.el: Require `compile' unconditionally.
18498
18499 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
18500
18501 * woman.el (woman-file-name): Provide a default, not initial input.
18502
18503 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
18504
18505 * font-lock.el (font-lock-support-mode): Doc fix.
18506
18507 * descr-text.el (describe-property-list): Handle non-symbol prop names.
18508
18509 2005-09-08 Richard M. Stallman <rms@gnu.org>
18510
18511 * simple.el (blink-matching-open): Get rid of text props from
18512 the string shown in echo area. Don't permanently set point.
18513 Some rearrangements.
18514
18515 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18516
18517 * recentf.el (recentf-filename-handler): Add custom choice
18518 `abbreviate-file-name'.
18519
18520 * msb.el (msb--very-many-menus): Fix typo.
18521
18522 * disp-table.el (standard-display-european): Don't set
18523 enable-multibyte-characters to nil.
18524
18525 2005-09-08 David Ponce <david@dponce.com>
18526
18527 * recentf.el (recentf-show-file-shortcuts-flag): New option.
18528 (recentf-expand-file-name): Doc fix.
18529 (recentf-dialog-mode-map): Define digit shortcuts.
18530 (recentf--files-with-key): New variable.
18531 (recentf-show-digit-shortcut-filter): New function.
18532 (recentf-open-files-items): New function.
18533 (recentf-open-files): Use it.
18534 (recentf-open-file-with-key): New command.
18535
18536 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
18537
18538 * buff-menu.el (Buffer-menu-sort-by-column): New function.
18539 Suggested by Kim F. Storm.
18540 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18541 (Buffer-menu-make-sort-button): Use global keymap.
18542
18543 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
18544
18545 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18546 (Man-getpage-in-background-advice): Remove defadvice; it isn't
18547 necessary any longer with the remapped command.
18548 (Man-bgproc-sentinel-advice): Remove defadvice which counts
18549 formatting time only.
18550
18551 * net/tramp.el (tramp-action-password)
18552 (tramp-multi-action-password): Compile the password prompt from
18553 `method', `user' and `host'. Sometimes it isn't obvious which
18554 password to enter, for example with remote files offered by
18555 recentf.el, or with multiple steps. Suggested by Robert Marshall
18556 <robert@chezmarshall.freeserve.co.uk>.
18557
18558 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18559
18560 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18561 Fix regexp for when "s///" is at the beginning of line.
18562
18563 2005-09-07 Jay Belanger <belanger@truman.edu>
18564
18565 * calc/calc-poly.el (math-expand-term): Multiply out any powers
18566 when in matrix mode.
18567
18568 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18571 non-anonymous functions.
18572
18573 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
18574
18575 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18576 when using a header line. Otherwise, use mouse-1-click-follows-link.
18577
18578 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18579 can't be moved; don't signal an error.
18580
18581 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
18582
18583 * cus-theme.el (custom-theme-write-faces): Save the current face
18584 spec, not the defface spec.
18585
18586 * custom.el (custom-known-themes): Clarify meaning of "standard".
18587 (custom-push-theme): Save old values in the standard theme.
18588 (disable-theme): Correct typo.
18589 (custom-face-theme-value) Deleted unused function.
18590 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18591
18592 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18593
18594 * progmodes/compile.el (compilation-goto-locus): Take into account
18595 iconified frames when determining whether the buffer is
18596 already visible.
18597 Don't reset window height if the window already existed.
18598
18599 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
18600
18601 * custom.el (load-theme): Rename from require-theme.
18602 Add interactive spec.
18603 (enable-theme): Rename from custom-enable-theme.
18604 Add interactive spec.
18605 (disable-theme): Rename from custom-disable-theme.
18606 Add interactive spec.
18607 (custom-make-theme-feature): Doc fix.
18608 (custom-theme-directory): Doc fix.
18609 (provide-theme): Call enable-theme.
18610
18611 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18612
18613 * obsolete/lazy-lock.el (lazy-lock-mode):
18614 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18615 font-lock-mode if it's off. Print a warning instead.
18616
18617 * progmodes/compile.el (compilation-start): Ignore errors if the
18618 process died before we get to send-eof.
18619
18620 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18621 Undo last change. Enclosing the result in quotes broke things on Unix
18622 since tex-send-command passes it through shell-quote-argument.
18623 (tex-send-command): Pass `file' through convert-standard-filename
18624 when possible.
18625 (tex-uptodate-p): Handle the case where TeX hasn't put additional
18626 info in a transcript.
18627
18628 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18629
18630 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18631 fix compilation warning. Reorder the key definitions to group
18632 together keys emitted by the current version of xterm.
18633
18634 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18635 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18636 Reorder predicates to correct min-color usage.
18637
18638 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
18639
18640 * longlines.el (longlines-mode): Inhibit read-only when encoding.
18641 Kill local variables when longlines-mode is turned off.
18642
18643 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18644
18645 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18646
18647 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18648
18649 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18650
18651 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18652 (font-lock-lines-before): Change default to being inactive.
18653 (font-lock-default-fontify-region): Obey font-lock-lines-before.
18654 (font-lock-after-change-function): Don't handle f-l-lines-before here.
18655
18656 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18657
18658 * net/tramp.el (tramp-handle-make-auto-save-file-name):
18659 Deactivate temporarily advice if active (not needed for Emacs 22,
18660 but for backwards compatibility).
18661 (tramp-exists-file-name-handler): Rewrite. First implementation
18662 was too simple.
18663 (tramp-advice-make-auto-save-file-name):
18664 Call `tramp-handle-make-auto-save-file-name' (again, just for
18665 backwards compatibility).
18666
18667 2005-08-31 Reto Zimmermann <reto@gnu.org>
18668
18669 * progmodes/vhdl-mode.el
18670 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18671 (vhdl-end-p): Fix indentation bug "else" after "-- when".
18672 (vhdl-set-default-project): New function (easier setting of default).
18673 (vhdl-port-copy): Handle extended identifiers for generics.
18674 (vhdl-compiler-alist): Better description for error message regexp.
18675 (vhdl-make): Query for target, use previous as default.
18676 (vhdl-port-copy): Fix port copy for port names starting with "signal".
18677 (vhdl-font-lock-keywords-2): Fix fontification for record
18678 el. assign.
18679 (vhdl-speedbar-make-subpack-line): Add package body link.
18680 (vhdl-generate-makefile-1): Not include itself as dependency.
18681 (vhdl-font-lock-init): Highlight c-preprocessor directives.
18682 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18683 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18684 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18685 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18686 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18687 (vhdl-import-project): Add string argument for `error'.
18688 (vhdl-compose-configuration)
18689 (vhdl-compose-configuration-architecture): Add configuration
18690 declaration generation.
18691 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18692 (vhdl-trailer-re): Add "record" keyword (better indentation).
18693 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18694 "[^ \t-\"]+".
18695 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18696 (vhdl-testbench-entity-file-name)
18697 (vhdl-testbench-architecture-file-name): Allow separate
18698 customization of testbench file names.
18699 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18700 (vhdl-get-visible-signals): Allow newline within alias declaration.
18701 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18702 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18703 (member-ignore-case): Alias for missing function in XEmacs.
18704 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18705 (vhdl-update-sensitivity-list): Ignore case on read signals.
18706 (vhdl-replace-string): Adjust case only for file names.
18707 (vhdl-update-sensitivity-list): Fix search for read signals.
18708 (vhdl-update-sensitivity-list): Exclude formal parameters.
18709 (vhdl-get-visible-signals): Include aliases of signals.
18710 (vhdl-get-visible-signals): Fix signal name searching.
18711 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18712 (vhdl-fixup-whitespace-region): Fix for character
18713 literals (e.g. `:').
18714
18715 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18716
18717 * ansi-color.el (comint-last-output-start):
18718 * bs.el (font-lock-verbose):
18719 * diff-mode.el (add-log-buffer-file-name-function):
18720 * dired-x.el (vm-folder-directory):
18721 * faces.el (help-xref-stack-item):
18722 * files.el (font-lock-keywords):
18723 * find-lisp.el (dired-buffers, dired-subdir-alist):
18724 * ido.el (cua-inhibit-cua-keys):
18725 * log-view.el (cvs-minor-wrap-function):
18726 * outline.el (font-lock-warning-face):
18727 * simple.el (compilation-current-error):
18728 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
18729 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
18730 * tooltip.el (comint-prompt-regexp):
18731 * w32-fns.el (explicit-shell-file-name):
18732 * term/mac-win.el (mac-charset-info-alist)
18733 (mac-services-selection, mac-system-script-code):
18734 * term/tty-colors.el (msdos-color-values):
18735 * term/w32-win.el (xlfd-regexp-registry-subnum):
18736 * term/x-win.el (x-keysym-table, x-selection-timeout)
18737 (x-session-id, x-session-previous-id):
18738 * textmodes/ispell.el (mail-yank-prefix):
18739 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
18740 * textmodes/org.el (calc-embedded-close-formula)
18741 (calc-embedded-open-formula)
18742 (font-lock-unfontify-region-function):
18743 * textmodes/reftex-global.el (isearch-next-buffer-function)
18744 (TeX-master):
18745 * textmodes/reftex.el (font-lock-keywords):
18746 * textmodes/tex-mode.el (font-lock-comment-face)
18747 (font-lock-doc-face):
18748 * textmodes/texinfo.el (outline-heading-alist):
18749 Add defvars.
18750
18751 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
18752 (artist-spray-chars, artist-mode-init, artist-replace-string)
18753 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
18754 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
18755 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
18756
18757 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
18758 (conf-align-assignments): "?\ " -> "?\s".
18759
18760 * textmodes/reftex-index.el (TeX-master): Add defvar.
18761 (reftex-index-phrases-marker): Move up defvar.
18762
18763 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
18764 (reftex-toc-include-labels-indicator)
18765 (reftex-toc-include-index-indicator)
18766 (reftex-toc-max-level-indicator): Move up declarations.
18767
18768 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
18769 of args to `tramp-run-real-handler', even if it's empty in this case.
18770
18771 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18772
18773 * dired.el (dired-move-to-filename-regexp): Add date format for
18774 Mac OS X 10.3 in East Asian locales.
18775
18776 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18777
18778 * files.el (make-auto-save-file-name): Add file name handler call
18779 if applicable.
18780
18781 * net/tramp.el (tramp-file-name-handler-alist)
18782 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
18783 (tramp-handle-make-auto-save-file-name): Rename from
18784 `tramp-make-auto-save-file-name'.
18785 (tramp-exists-file-name-handler): New defun.
18786 (tramp-advice-make-auto-save-file-name): Make defadvice only when
18787 `make-auto-save-file-name' is not a magic file name operation.
18788
18789 2005-08-30 Richard M. Stallman <rms@gnu.org>
18790
18791 * files.el (risky-local-variable-p):
18792 Match `-predicates' and `-commands.
18793
18794 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
18795 (custom-save-all): Visit the file if necessary;
18796 kill the buffer if we created it.
18797 (custom-save-delete): Don't visit file or kill buffer here.
18798
18799 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
18800
18801 * textmodes/org.el (org-special-keyword): New face.
18802 (org-table-copy-down, org-table-eval-formula)
18803 (org-table-recalculate, org-init-section-numbers):
18804 Use `string-to-number' instead of `string-to-int'.
18805 (org-get-location): Use `insert-buffer-substring' instead of
18806 `insert-buffer'.
18807 (org-modify-diary-entry-string): New function.
18808 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
18809 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
18810 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
18811 active region.
18812 (org-export-as-html): Handle QUOTE keyword.
18813 (org-quote-string): New option.
18814 (org-bookmark-jump-unhide): New function, used for
18815 `bookmark-after-jump-hook'.
18816 (org-diary-default-entry): Apply only when not called through
18817 `org-agenda'.
18818
18819 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
18820
18821 * net/eudc.el (mode-popup-menu):
18822 * play/handwrite.el (ps-printer-name, ps-lpr-command):
18823 * progmodes/ada-mode.el (compile-auto-highlight)
18824 (skeleton-further-elements):
18825 * progmodes/autoconf.el (font-lock-syntactic-keywords):
18826 * progmodes/cmacexp.el (msdos-shells):
18827 * progmodes/compile.el (font-lock-extra-managed-props)
18828 (font-lock-keywords, font-lock-maximum-size)
18829 (font-lock-support-mode):
18830 * progmodes/grep.el (font-lock-lines-before):
18831 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
18832 * progmodes/mixal-mode.el (compile-command):
18833 * progmodes/perl-mode.el (font-lock-comment-face)
18834 (font-lock-doc-face, font-lock-string-face):
18835 * progmodes/prolog.el (comint-prompt-regexp):
18836 * progmodes/sh-script.el (font-lock-comment-face)
18837 (font-lock-set-defaults, font-lock-string-face):
18838 * progmodes/sql.el (font-lock-keyword-face)
18839 (font-lock-set-defaults, font-lock-string-face):
18840 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
18841 (itimer-version, lazy-lock-defer-contextually)
18842 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
18843 Add defvars.
18844
18845 * progmodes/cperl-mode.el (cperl-electric-lbrace)
18846 (cperl-electric-keyword, cperl-electric-pod)
18847 (cperl-electric-backspace, cperl-forward-re)
18848 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
18849 (vc-rcs-header, vc-sccs-header): Add defvars.
18850
18851 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
18852 (font-lock-syntactic-keywords, gud-find-expr-function):
18853 Add defvars.
18854
18855 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
18856 (gdb-frame-parameters): Declare before use.
18857
18858 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
18859 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
18860 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
18861 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
18862
18863 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
18864 (idlwave-help-with-source): Use `insert-buffer-substring', not
18865 `insert-buffer'.
18866
18867 2005-08-29 Juri Linkov <juri@jurta.org>
18868
18869 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
18870 Put outline-back-to-heading function call inside save-excursion.
18871
18872 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
18873
18874 * man.el (Man-init-defvars, Man-translate-references)
18875 (Man-support-local-filenames, Man-highlight-references):
18876 * progmodes/sql.el (sql-interactive-mode):
18877 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
18878
18879 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
18880 (compilation-mode-font-lock-keywords): Add defvars.
18881 (checkdoc-interactive-loop): "?\ " -> "?\s".
18882
18883 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
18884 (font-lock-doc-face, font-lock-string-face)
18885 (font-lock-keywords-case-fold-search): Add defvars.
18886 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
18887
18888 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
18889 Don't pass X and Y (they are ignored anyway).
18890 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
18891 (mouse-delete-window): Make arguments optional.
18892
18893 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
18894 (caesar-translate-table, minor-modes, news-buffer-save)
18895 (news-group-name, news-minor-modes): Add defvars.
18896
18897 * emacs-lisp/lselect.el (mouse-highlight-priority)
18898 (x-lost-selection-functions, zmacs-regions):
18899 * emacs-lisp/pp.el (font-lock-verbose):
18900 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
18901 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
18902 (ses-mode-map):
18903 * emacs-lisp/tcover-unsafep.el (safe-functions):
18904 * international/mule-cmds.el (mac-system-coding-system)
18905 (mac-system-locale):
18906 * language/ethio-util.el (rmail-current-message)
18907 (rmail-message-vector):
18908 * language/thai-util.el (thai-auto-composition-mode):
18909 * mail/metamail.el (rmail-current-message, rmail-message-vector):
18910 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
18911 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
18912 (vm-primary-inbox, vm-spool-files):
18913 * mail/rmail.el (deleted-head, font-lock-fontified)
18914 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
18915 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
18916 (total-messages):
18917 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
18918 (rmail-summary-mode-map):
18919 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
18920 (rmail-last-label, rmail-last-multi-labels)
18921 (rmail-summary-vector, rmail-total-messages):
18922 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
18923 * mail/rmailsum.el (msgnum):
18924 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
18925 (rmail-current-message):
18926 * obsolete/fast-lock.el (font-lock-face-list):
18927 * obsolete/rnewspost.el (mail-reply-buffer):
18928 * obsolete/scribe.el (compile-command):
18929 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
18930
18931 2005-08-28 John Paul Wallington <jpw@gnu.org>
18932
18933 * ibuf-ext.el (ibuffer-auto-update-changed):
18934 Use `frame-or-buffer-changed-p' to check whether we need to update.
18935 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
18936 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
18937 as a `frame-or-buffer-changed-p' state vector instead.
18938
18939 2005-08-27 Romain Francoise <romain@orebokech.com>
18940
18941 * textmodes/makeinfo.el (makeinfo-compile):
18942 Use `compilation-start'. Set `next-error-function' according to
18943 `disable-errors'.
18944 (makeinfo-next-error): New function.
18945 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
18946 (makeinfo-buffer): Likewise.
18947
18948 * progmodes/compile.el (compilation-start): Add autoload cookie.
18949
18950 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
18951 * textmodes/sgml-mode.el: Likewise.
18952 * progmodes/python.el: Likewise.
18953
18954 2005-08-27 Eli Zaretskii <eliz@gnu.org>
18955
18956 * simple.el (blink-matching-paren-distance): Document the meaning
18957 of nil value, and allow to customize to nil.
18958
18959 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
18960 command.com, not command.exe.
18961
18962 2005-08-26 John Wiegley <johnw@newartisans.com>
18963
18964 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
18965 code around a bit so that an extraneous nil argument is not added
18966 to a command when no args are given.
18967
18968 * eshell/esh-arg.el (eshell-parse-double-quote): If a
18969 double-quoted argument resolves to nil, return it as an empty
18970 string rather than as nil. This made it impossible to pass "" to
18971 a shell script as a null string argument.
18972
18973 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * outline.el (outline-invent-heading): New fun.
18976 (outline-promote, outline-demote): Use it.
18977 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
18978 (outline-end-of-subtree): Remove unused var `opoint'.
18979
18980 2005-08-26 David Reitter <david.reitter@gmail.com>
18981
18982 * menu-bar.el (truncate-lines, write-file, print-buffer)
18983 (ps-print-buffer-faces, ps-print-buffer, split-window):
18984 Disable menu items when the frame they refer to is invisible, or when
18985 they refer to a buffer and the minibuffer is selected.
18986
18987 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
18988
18989 * progmodes/flymake.el (flymake-highlight-err-lines):
18990 Use save-excursion around flymake-highlight-line to preserve point.
18991
18992 2005-08-26 Eli Zaretskii <eliz@gnu.org>
18993
18994 * progmodes/octave-mod.el: Change Author and Maintainer address.
18995 (octave-maintainer-address): Change Kurt's email address.
18996 * progmodes/octave-inf.el: Change Author and Maintainer address.
18997 * progmodes/octave-hlp.el: Change Author and Maintainer address.
18998
18999 2005-08-26 Kim F. Storm <storm@cua.dk>
19000
19001 * subr.el (version-list-<, version-list-<=, version-list-=):
19002 Rename from integer-list-*.
19003 (version-list-not-zero): Likewise. Fix while loop.
19004 (version=): Use version-list-= instead of string-equal.
19005
19006 2005-08-26 Richard M. Stallman <rms@gnu.org>
19007
19008 * outline.el (outline-promote): Try shortening the heading.
19009 As last resort, read the heading to use.
19010 (outline-demote): As last resort, read the heading to use.
19011
19012 2005-08-26 Romain Francoise <romain@orebokech.com>
19013
19014 * progmodes/compile.el (compilation-start): Doc fix.
19015
19016 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19017 (antlr-font-lock-additional-keywords): Fix reference to
19018 `antlr-font-lock-literal-regexp' erroneously changed during the
19019 mass face rename.
19020 (antlr-run-tool): Use `compilation-start'.
19021
19022 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19023 instead of the obsolete `compile-internal'.
19024
19025 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
19026
19027 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19028 (number, original-date):
19029 * calendar/cal-china.el (date):
19030 * calendar/cal-coptic.el (date):
19031 * calendar/cal-french.el (date):
19032 * calendar/cal-hebrew.el (date, entry, number, original-date):
19033 * calendar/cal-islam.el (date, number, original-date):
19034 * calendar/cal-iso.el (date):
19035 * calendar/cal-julian.el (date):
19036 * calendar/cal-mayan.el (date):
19037 * calendar/cal-menu.el (date, event):
19038 * calendar/cal-persia.el (date):
19039 * calendar/lunar.el (date):
19040 * calendar/solar.el (date): Add defvars.
19041
19042 * emerge.el:
19043 * ibuffer.el:
19044 * info-xref.el:
19045 * obsolete/bg-mouse.el:
19046 * obsolete/sun-curs.el:
19047 * obsolete/swedish.el: Move the `defvar's to the top level.
19048
19049 * smerge-mode.el (smerge-refined-change): Add :group.
19050
19051 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19052
19053 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19054 (smerge-keep-n): Remove props.
19055 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19056 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19057 now that it's done in smerge-keep-n.
19058 (smerge-refined-change): New face.
19059 (smerge-refine-chopup-region, smerge-refine-highlight-change)
19060 (smerge-refine): New funs.
19061 (smerge-basic-map): Bind smerge-refine.
19062
19063 2005-08-25 Juri Linkov <juri@jurta.org>
19064
19065 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19066 compilation-process-setup-function and compilation-disable-input
19067 in grep-mode instead of let-bindings in grep.
19068
19069 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19070 Delete "Automatic File De/compression" (auto-compression-mode).
19071
19072 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
19073
19074 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19075 Silence warning about non-existent variable.
19076
19077 2005-08-25 Richard M. Stallman <rms@gnu.org>
19078
19079 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19080 Rename "Describe Key" to "Describe Key or Mouse Operation".
19081
19082 * mail/mailalias.el (build-mail-aliases): Delete comments
19083 from the contents before processing them.
19084
19085 * isearch.el (isearch-edit-string): Erase the Search prompt
19086 if user enters an empty string and there is no default.
19087
19088 * comint.el (comint-file-name-prefix): Add autoload.
19089
19090 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
19091
19092 * subr.el (play-sound): Rearrange to avoid warning.
19093
19094 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
19095
19096 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19097 New hook.
19098 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19099
19100 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19101
19102 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19103
19104 * custom.el (custom-theme-set-variables): Sort minor modes last.
19105
19106 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19107
19108 * subr.el (version-separator, version-regexp-alist): New vars used by
19109 version comparison funs.
19110 (integer-list-<, integer-list-=, integer-list-<=)
19111 (integer-list-not-zero): New funs for integer list comparison.
19112 (version-to-list, version=, version<, version<=): New funs for version
19113 comparison.
19114
19115 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
19116
19117 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19118 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19119 time to silence the byte-compiler.
19120
19121 * ibuffer.el (ibuffer-compile-make-eliding-form)
19122 (ibuffer-check-formats): Use `with-no-warnings' to hide references
19123 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19124 so it's silly to get warnings for it).
19125 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19126 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19127 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19128 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19129 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19130 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19131 Defvar at compile time.
19132 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19133 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19134 Declare them before use.
19135
19136 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19137 (info-xref-good, info-xref-bad): Defvar at compile time.
19138
19139 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19140 Use `let*' instead of `let'.
19141
19142 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19143 (*mouse-y*, menu, char): Defvar at compile time.
19144 (sc::menu): Declare it before use.
19145 (sc::pack-one-line): Use `let', not `let*'.
19146
19147 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19148 (mail-send-hook): Defvar at compile time.
19149
19150 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19151 Defvar at compile time.
19152
19153 * term/sun-mouse.el (current-global-mousemap)
19154 (current-local-mousemap): Declare them before use.
19155
19156 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
19157
19158 * bookmark.el (bookmark-after-jump-hook): New hook.
19159 (bookmark-jump): Run `bookmark-after-jump-hook'.
19160
19161 2005-08-23 Juri Linkov <juri@jurta.org>
19162
19163 * faces.el (minibuffer-prompt): Doc fix.
19164
19165 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
19166
19167 * progmodes/xscheme.el: Trivial changes to silence warnings.
19168 (xscheme-previous-mode, xscheme-previous-process-state):
19169 Add defvars.
19170 (xscheme-last-input-end, xscheme-process-command-line)
19171 (xscheme-process-name, xscheme-buffer-name)
19172 (xscheme-expressions-ring-max, xscheme-expressions-ring)
19173 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19174 (xscheme-control-g-synchronization-p)
19175 (xscheme-control-g-disabled-p, xscheme-string-receiver)
19176 (default-xscheme-runlight, xscheme-runlight)
19177 (xscheme-runlight-string, xscheme-process-filter-state)
19178 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19179 Move to beginning of file.
19180 (scheme-interaction-mode-commands-alist)
19181 (scheme-interaction-mode-map, scheme-debugger-mode-map):
19182 Declare them before use. Note: the initialization code for the
19183 variables has not been moved because it uses functions that reference
19184 the variables.
19185 (xscheme-control-g-message-string, xscheme-process-filter-alist)
19186 (xscheme-prompt-for-expression-map): Declare them before use.
19187 (scheme-debugger-mode-commands): "?\ " -> "?\s".
19188
19189 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
19190
19191 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19192
19193 2005-08-22 Juri Linkov <juri@jurta.org>
19194
19195 * faces.el (set-face-underline): Delete this duplicate function
19196 and make an obsolete alias to set-face-underline-p.
19197 (set-face-underline-p): Use docstring of set-face-underline.
19198 (describe-face): Create hyperlink to parent face.
19199
19200 * info.el (Info-insert-dir): Use save-excursion around
19201 insert-buffer-substring.
19202 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19203 (Info-escape-percent): Delete function.
19204 (Info-fontify-node): Replace Info-escape-percent by
19205 replace-regexp-in-string with REP arg set to lambda that
19206 duplicates `%' and preserves text properties.
19207
19208 * progmodes/compile.el (compilation-disable-input): Doc fix.
19209 (define-compilation-mode): Doc fix and refill.
19210 (kill-compilation): Use `mode-name' in the error message.
19211 (compilation-find-file): Use `compilation-error' in the
19212 read-file-name's prompt.
19213
19214 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19215
19216 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19217 (smerge-auto-leave): Make undo re-enable the mode.
19218 (debug-ignored-errors): Add the user-error of impossible resolution.
19219 (smerge-resolve): Move things around a bit, in preparation for later.
19220 (smerge-diff): Don't fail if the buffer has no associated file.
19221 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19222 (smerge-conflict-overlay): New function.
19223 (smerge-match-conflict): Don't add text properties here.
19224 (smerge-find-conflict): Instead, add an overlay here.
19225 Also check for the case where we're inside a conflict already, so as to
19226 obviate the need for font-lock-multiline, which is unbearably slow with
19227 large conflicts and ciomplex font-lock patterns.
19228 (smerge-remove-props): Remove overlay rather than text-properties.
19229 (smerge-mode): Don't set font-lock-multiline.
19230 Remove overlays when turned off.
19231
19232 2005-08-21 Kim F. Storm <storm@cua.dk>
19233
19234 * ido.el (ido-ignore-item-p): Use save-match-data.
19235 Bind case-fold-search to ido-case-fold locally.
19236
19237 2005-08-20 Richard M. Stallman <rms@gnu.org>
19238
19239 * files.el (normal-mode): If font lock is on, turn it off and on.
19240
19241 * subr.el (replace-regexp-in-string): Doc fix.
19242
19243 * startup.el (command-line-1): Don't suppress startup screen
19244 due to existing processes.
19245
19246 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19247
19248 * progmodes/compile.el (compilation-disable-input): Default to nil.
19249
19250 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19251
19252 * progmodes/compile.el (compilation-disable-input): New defcustom.
19253 (compilation-start): If compilation-disable-input is non-nil, send
19254 EOF to the compilation process.
19255
19256 2005-08-20 Eli Zaretskii <eliz@gnu.org>
19257
19258 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19259 Run the argument of tex-shell-cd-command through
19260 convert-standard-filename, to get the correct style of slashes on
19261 Windows, and enclose the result in quotes, in case the file name
19262 includes whitespace or other special characters.
19263
19264 2005-08-19 Andreas Schwab <schwab@suse.de>
19265
19266 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19267 process.
19268
19269 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
19270
19271 * cus-start.el (minibuffer-prompt-properties): Correct typo.
19272
19273 2005-08-18 Kim F. Storm <storm@cua.dk>
19274
19275 * scroll-lock.el: Fix errors due to incorrect line wrapping.
19276
19277 2005-08-18 Richard M. Stallman <rms@gnu.org>
19278
19279 * scroll-lock.el: New file.
19280
19281 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
19282
19283 * dired.el (dired-move-to-end-of-filename):
19284 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19285
19286 2005-08-18 Kim F. Storm <storm@cua.dk>
19287
19288 * ido.el (ido-everywhere): Fix defcustom :set function to disable
19289 rather than toggle mode when custom value is nil.
19290 (ido-everywhere): Fix defun doc string.
19291
19292 2005-08-17 Richard M. Stallman <rms@gnu.org>
19293
19294 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19295 as tag instead of "Inviolable".
19296
19297 2005-08-17 Kim F. Storm <storm@cua.dk>
19298
19299 * windmove.el (windmove-coordinates-of-position): Remove.
19300 (windmove-coordinates-of-window-position): Remove.
19301 (windmove-reference-loc): Use posn-at-point instead.
19302
19303 * subr.el (insert-for-yank-1): Doc fix.
19304
19305 * ido.el (ido-enter-matching-directory): Rename from
19306 ido-enter-single-matching-directory. Change `slash' choice to
19307 `only'. Add `first' choice.
19308 (ido-exhibit): Adapt to above changes.
19309
19310 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
19311
19312 * Makefile.in: Expand comment about building loaddefs.el.
19313
19314 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
19315
19316 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19317 Comment use of defadvice.
19318
19319 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19320
19321 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
19322
19323 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19324 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19325 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19326 * progmodes/idlw-shell.el, progmodes/ld-script.el,
19327 * progmodes/which-func.el, ruler-mode.el, strokes.el,
19328 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19329 for backward compatibility for faces that did not appear in the
19330 previous Emacs release.
19331
19332 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19333
19334 2005-08-15 Kim F. Storm <storm@cua.dk>
19335
19336 * emulation/cua-base.el (cua-delete-region): Return t if
19337 deleted region was non-empty.
19338 (cua-replace-region): Inhibit overwrite-mode for
19339 self-insert-command if replaced region was non-empty.
19340 (cua--explicit-region-start, cua--status-string): Make them
19341 buffer-local at top-level...
19342 (cua-mode): ...rather than when mode is enabled.
19343
19344 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
19345
19346 * progmodes/vhdl-mode.el (vhdl-emacs-21):
19347 Set t for Emacs 21, 22, and so on.
19348
19349 2005-08-15 David Ponce <david@dponce.com>
19350
19351 * tree-widget.el: Update Commentary header.
19352 (tree-widget-theme): Doc fix.
19353 (tree-widget-space-width): New option.
19354 (tree-widget-image-properties): Look up in the default theme too.
19355 (tree-widget--cursors): Only for images with arrow pointer shape.
19356 (tree-widget-lookup-image): Pointer shape is hand by default.
19357 (tree-widget-icon): Rename generic icon widget from
19358 `tree-widget-control'.
19359 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
19360 derive from `tree-widget-icon'.
19361 (tree-widget-handle): Improve default look and feel of the text
19362 representation.
19363 (tree-widget): Rename :*-control properties to :*-icon properties.
19364 Add :action and :help-echo properties.
19365 (tree-widget-after-toggle-functions): Move.
19366 (tree-widget-close-node, tree-widget-open-node): Remove.
19367 (tree-widget-before-create-icon-functions): New hook.
19368 (tree-widget-value-create): Update to allow customization of icons
19369 and nodes at run-time via that new hook.
19370 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
19371 (tree-widget-icon-action, tree-widget-icon-help-echo)
19372 (tree-widget-action, tree-widget-help-echo): New functions.
19373
19374 2005-08-15 Kim F. Storm <storm@cua.dk>
19375
19376 * ido.el (ido-buffer-internal): Use with-no-warnings.
19377 (ido-make-merged-file-list): Use while-no-input.
19378
19379 2005-08-15 Richard M. Stallman <rms@gnu.org>
19380
19381 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
19382 (flyspell-large-region): Fix doc and custom type.
19383
19384 2005-08-14 Richard M. Stallman <rms@gnu.org>
19385
19386 * files.el (interpreter-mode-alist): Doc fix.
19387
19388 * mail/rmail.el (rmail-nonignored-headers): New variable.
19389 (rmail-clear-headers): Use it.
19390 (rmail-reply): Better handling of mail-followup-to header.
19391
19392 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19393 Rename variable from sh-font-lock-keywords. In the `shell' entry,
19394 don't try to refer to executable-font-lock-keywords.
19395 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
19396 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
19397 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
19398 (sh-mode): Set comment-start-skip, local-abbrev-table,
19399 imenu-case-fold-search.
19400 (sh-set-shell): Don't set them here.
19401 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
19402 Don't cache the results in the original alist; don't ever modify
19403 that alist.
19404
19405 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
19406
19407 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
19408 empty.
19409
19410 2005-08-15 Andreas Schwab <schwab@suse.de>
19411
19412 * desktop.el: Put autoload cookie at risky-local-variable declarations.
19413
19414 * dired.el, info.el, mail/rmail.el: Revert last change.
19415
19416 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
19417
19418 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
19419 modification in `eval-after-load' form.
19420 * info.el: Likewise.
19421 * mail/rmail.el: Likewise.
19422
19423 2005-08-14 Juri Linkov <juri@jurta.org>
19424
19425 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19426 Remove highlighting of "Compilation started". Highlight only
19427 the word "finished" in "Compilation finished". Add highlighting
19428 of "interrupt", "killed", "terminated" and the exit code.
19429 (compilation-start): Add newline after header. Use exactly the
19430 same time stamp format as the finishing message.
19431 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
19432
19433 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
19434 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
19435 Add highlighting of "interrupt", "killed", "terminated".
19436
19437 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
19438 enabled and the current command is self-insert-command, call it
19439 explicitly with overwrite-mode bound to nil, to not allow it
19440 to delete the character after the selected region.
19441
19442 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
19443
19444 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
19445 move-end-of-line, end-of-line, and beginning-of-line to the list
19446 of commands after which the echo area is updated.
19447
19448 2005-08-12 Eli Zaretskii <eliz@gnu.org>
19449
19450 * cus-edit.el (custom-save-all, custom-save-delete):
19451 Bind recentf-exclude to exclude custom-file.
19452
19453 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
19454
19455 * mail/rmailsum.el (rmail-summary-end-of-message): New command
19456 to go to the bottom of the mail message. Added to
19457 `rmail-summary-mode-map' with key "/".
19458 (rmail-summary-show-message): New (internal) function for use by
19459 both `rmail-summary-beginning/end-of-message'.
19460 (rmail-summary-beginning-of-message): Change to use
19461 rmail-summary-show-message.
19462
19463 * mail/rmail.el (rmail-end-of-message): New command to go to the
19464 end of the current message. Added to `rmail-mode-map' with key "/".
19465 (rmail-beginning-of-message): Fix to work as documented.
19466 (rmail-mode): Change documentation.
19467
19468 * progmodes/compile.el (compilation-start): Add the line
19469 "Compilation started" with compilation start time.
19470 (compilation-mode-font-lock-keywords): Add `started' to keywords.
19471
19472 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
19473
19474 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
19475 of menu items.
19476
19477 2005-08-11 Richard M. Stallman <rms@gnu.org>
19478
19479 * simple.el (pop-global-mark): Reverse test of widen-automatically.
19480
19481 * battery.el (battery-status-function): Don't use ignore-errors.
19482
19483 2005-08-11 Lute Kamstra <lute@gnu.org>
19484
19485 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
19486 define-obsolete-variable-alias.
19487
19488 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
19489
19490 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
19491 (ange-ftp-send-cmd): Revert last change, and expand
19492 the comment explaining the problem.
19493
19494 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
19495
19496 * ldefs-boot.el: Update.
19497
19498 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
19499 item to "Time, Load and Mail". Change help echo text.
19500
19501 * time.el (display-time-use-mail-icon, display-time-format)
19502 (display-time-string-forms): Shorten first line of docstrings.
19503
19504 2005-08-10 Lars Hansen <larsh@soem.dk>
19505
19506 * desktop.el (desktop-buffer-mode-handlers):
19507 Make non-customizable. Add autoload cookie. Change initial value to
19508 nil; add elements in respective modules instead. Fix doc string.
19509 (desktop-load-file): New function.
19510 (desktop-minor-mode-handlers): New autoloaded variable.
19511 (desktop-create-buffer): Call minor mode handlers.
19512 Use desktop-load-file to load major and minor mode modules prior to
19513 checking for a handler.
19514 (desktop-save): Don't add nil to desktop-minor-modes for minor
19515 modes with nil function in desktop-minor-mode-table. Don't delete
19516 desktop file before rewriting it.
19517 (desktop-locals-to-save): Add autoload cookie. Don't make
19518 automatically buffer-local. Add variables column-number-mode,
19519 size-indication-mode, indent-tabs-mode,
19520 indicate-buffer-boundaries, indicate-empty-lines and
19521 show-trailing-whitespace.
19522 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
19523 regexps. Don't use desktop-clear-preserve-buffers-regexp.
19524 (desktop-clear-preserve-buffers-regexp): Delete.
19525 (desktop-clear-preserve-buffers): Update initial value and docstring.
19526 (desktop-save-buffer): Fix doc string.
19527
19528 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19529 (hilit-chg-desktop-restore): New function.
19530 (highlight-changes-mode): Add highlight-changes-mode to
19531 desktop-locals-to-save.
19532
19533 * dired.el: Add handler to desktop-buffer-mode-handlers.
19534 (dired-restore-desktop-buffer): Remove autoload cookie.
19535 (dired-mode): Add autoload cookie.
19536
19537 * info.el: Add handler to desktop-buffer-mode-handlers.
19538 (Info-restore-desktop-buffer): Remove autoload cookie.
19539 (Info-mode): Add autoload cookie.
19540
19541 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19542 (mh-restore-desktop-buffer): Remove autoload cookie.
19543 (mh-folder-mode): Add autoload cookie.
19544
19545 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19546 (rmail-restore-desktop-buffer): Remove autoload cookie.
19547
19548 2005-08-11 Masatake YAMATO <jet@gyve.org>
19549
19550 * hexl.el (hexl-address-region):
19551 (hexl-ascii-region, hexl-font-lock-keywords):
19552 (hexl-highlight-line-range): Use the term "region"
19553 instead of "area" for consistency with the other symbols
19554 defined in hexl.el.
19555
19556 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
19557
19558 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19559 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19560 out by Juri Linkov). Add `display-battery-mode'.
19561
19562 2005-08-09 Juri Linkov <juri@jurta.org>
19563
19564 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19565 Remove `-text' from face variable names.
19566 (compilation-error-file-name, compilation-warning-file-name)
19567 (compilation-info-file-name): Delete faces.
19568 (compilation-line-number, compilation-column-number):
19569 Remove face underlining.
19570 (compilation-message-face): Set to `underline' value by default.
19571 (compilation-error-face, compilation-warning-face)
19572 (compilation-info-face): Remove `-file-name' from face names.
19573 (compilation-error-text-face, compilation-warning-text-face)
19574 (compilation-info-text-face): Delete face variables.
19575 (compilation-text-face): Delete function.
19576
19577 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19578 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19579 (grep-error-face): Set to `compilation-error' instead of
19580 `compilation-error-face' (which is redefined to `grep-hit-face' in
19581 grep buffers).
19582 (grep-mode-font-lock-keywords): Remove `-text' from face variable
19583 names. Use `grep-error-face' instead of `compilation-error-text-face'.
19584
19585 * dired-aux.el (dired-do-query-replace-regexp):
19586 Use `query-replace-read-args'.
19587
19588 * replace.el (query-replace-read-from, query-replace-read-to)
19589 (query-replace-read-args): Rename arg `string' to `prompt'.
19590
19591 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19592
19593 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
19594
19595 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19596 uploading files.
19597 (ange-ftp-canonize-filename): Handle file names beginning with ~
19598 correctly.
19599
19600 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19601
19602 * textmodes/fill.el (canonically-space-region)
19603 (fill-context-prefix, fill-french-nobreak-p)
19604 (fill-delete-newlines, fill-comment-paragraph)
19605 (justify-current-line): "?\ " -> "?\s".
19606
19607 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
19608
19609 * textmodes/fill.el (fill-nonuniform-paragraphs):
19610 Improve argument/docstring consistency.
19611
19612 2005-08-09 Richard M. Stallman <rms@gnu.org>
19613
19614 * textmodes/ispell.el (ispell-word): More fboundp checks.
19615
19616 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19617 (find-file-noselect-1): Call it here, only if RAWFILE.
19618 (normal-mode): Always set some major mode.
19619 (save-some-buffers-action-alist): Change some explanation strings.
19620 (file-name-non-special): In the `quote' method, use unwind-protect.
19621
19622 2005-08-09 Magnus Henoch <mange@freemail.hu>
19623
19624 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19625 (ispell-have-aspell-dictionaries): New variable.
19626 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19627 (ispell-get-aspell-config-value): New function.
19628 (ispell-aspell-find-dictionary): New function.
19629 (ispell-aspell-add-aliases): New function.
19630 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19631 appropriate. Don't look for ispell dictionaries if we use aspell.
19632 (ispell-menu-map): Don't build a submenu of dictionaries.
19633
19634 2005-08-09 Richard M. Stallman <rms@gnu.org>
19635
19636 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19637 (sql-read-passwd): Use read-passwd.
19638
19639 * progmodes/idlw-toolbar.el (idlwave-toolbar)
19640 (idlwave-toolbar-is-possible): Add defvars.
19641
19642 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19643 Avoid warnings.
19644
19645 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19646 (idlwave-system-class-info, idlwave-executive-commands-alist):
19647 Use defvar.
19648
19649 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19650
19651 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19652 Avoid warnings.
19653
19654 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19655 and content-type: headers.
19656
19657 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19658
19659 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19660 and rename some of them to be more self-explanatory.
19661
19662 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19663
19664 * startup.el (command-line-1): Implement -scriptload.
19665
19666 * replace.el (occur-engine): Initial *Occur* output not undoable.
19667
19668 * menu-bar.el (menu-bar-file-menu): Rename some menu items
19669 and improve help strings.
19670
19671 * isearch.el (isearch-repeat): When changing direction,
19672 mark search successful.
19673
19674 * ediff-init.el: Use (featurep 'xemacs).
19675
19676 * comint.el (send-invisible): Identify buffer, if not selected.
19677
19678 * align.el: Delete autoload for c-guess-basic-syntax.
19679
19680 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19681
19682 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19683 Improve argument/docstring consistency. Doc fixes.
19684 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19685 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19686 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19687 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19688 (r2bv-organization, r2bv-pages, r2bv-primary-author)
19689 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19690 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19691 Defvar at compile time.
19692
19693 2005-08-09 Juri Linkov <juri@jurta.org>
19694
19695 * info.el: Replace `info' with upper-case `Info' where appropriate.
19696 (info-title-1, info-title-2, info-title-3, info-title-4)
19697 (info-menu-header): Move up face definitions.
19698 (info-menu-star): Rename from `info-menu-5'.
19699 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19700 (Info-fontify-visited-nodes): Fix docstring.
19701 (Info-hide-note-references): Fix docstring.
19702 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19703 menu items in the same way as on cross-references.
19704 (info-apropos): Fix sorting order and formatting to be like in the
19705 stand-alone Info browser. Display error messages for 1 sec.
19706 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
19707 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19708 from the menu bar.
19709 (Info-insert-dir): Restore point after calling
19710 `insert-buffer-substring'.
19711
19712 2005-08-08 Richard M. Stallman <rms@gnu.org>
19713
19714 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
19715 (recompute-lucid-menubar): Add defvars.
19716
19717 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
19718
19719 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
19720
19721 * net/net-utils.el (run-dig): Rename from `dig'.
19722
19723 * play/gametree.el (gametree-mode): Use make-local-variable,
19724 not make-variable-buffer-local.
19725
19726 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
19727
19728 * ansi-color.el (ansi-color-make-extent)
19729 (ansi-color-set-extent-face): Use fboundp, not functionp.
19730
19731 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
19732 not make-variable-buffer-local.
19733
19734 * bookmark.el (Info-current-file): Add defvar.
19735 (bookmark-jump-noselect): Use with-no-warnings.
19736
19737 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
19738
19739 * ebuff-menu.el (Helper-return-blurb): Add defvar.
19740
19741 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
19742
19743 * find-file.el (ada-procedure-start-regexp)
19744 (ada-package-start-regexp): Add defvars.
19745
19746 * info.el (Info-insert-dir): Use insert-buffer-substring.
19747
19748 * xml.el (xml-att-def-re): Add defvar.
19749
19750 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
19751 calling convention.
19752
19753 * subr.el (while-no-input): Return t if there is input.
19754
19755 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
19756
19757 * cus-start.el (all): Add `overflow-newline-into-fringe'.
19758
19759 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
19760
19761 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
19762 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
19763
19764 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
19765
19766 * cmuscheme.el (scheme-start-file): Replace reference to
19767 `user-emacs-directory' by "~/.emacs.d/".
19768
19769 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
19770
19771 * info.el (Info-dir-remove-duplicates): Avoid case folding
19772 in loop; instead, keep downcased strings for comparison.
19773 Suggested by Helmut Eller.
19774
19775 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
19776
19777 Sync with Tramp 2.0.50.
19778
19779 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
19780 XEmacs case; not necessary anymore.
19781 (tramp-user-regexp): Allow "@" as part of user name.
19782 (tramp-handle-set-visited-file-modtime)
19783 (tramp-handle-insert-file-contents)
19784 (tramp-handle-write-region): No special handling for
19785 `last-coding-system-used, because this is done in
19786 `tramp-accept-process-output' now.
19787 (tramp-accept-process-output): New defun.
19788 (tramp-process-one-action, tramp-process-one-multi-action)
19789 (tramp-wait-for-regexp, tramp-wait-for-output)
19790 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
19791 Howells <dhowells@redhat.com>.
19792 (clear-visited-file-modtime): Defadvice removed. The check for
19793 unset buffer's modtime does not need to be based on
19794 `tramp-buffer-file-attributes'. Suggested by RMS.
19795 (tramp-message): Insert "\n" if not being at beginning of line.
19796 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
19797 sequence with same logic.
19798 (tramp-completion-handle-expand-file-name): Discard call of
19799 `tramp-drop-volume-letter'. It is not necessary, and there have
19800 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
19801 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19802 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
19803 should always be visible.
19804 (tramp-handle-insert-directory, tramp-setup-complete)
19805 (tramp-set-process-query-on-exit-flag)
19806 (tramp-append-tramp-buffers): Pacify byte-compiler.
19807 (tramp-bug): Delete non-existing variables from list.
19808 Apply `tramp-load-report-modules' as pre-hook.
19809 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
19810 `shell-prompt-pattern' because of non-7bit characters.
19811 Reported by Sebastian Luque <sluque@mun.ca>.
19812 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
19813 (tramp-match-string-list): Remove function.
19814 (tramp-wait-for-regexp): Remove call of that function.
19815 Suggested by Kim F. Storm <storm@cua.dk>.
19816 (tramp-set-auto-save-file-modes): Use octal integer code #o600
19817 instead of octal character code ?\600. The latter resulted in a
19818 syntax error with XEmacs.
19819
19820 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
19821 XEmacs case; not necessary anymore.
19822 (tramp-smb-handle-write-region): No special handling for
19823 `last-coding-system-used, because this is done in
19824 `tramp-accept-process-output' now.
19825 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
19826
19827 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
19828
19829 * wid-edit.el (widget-choice-value-create):
19830 Unconditionally respect user choice. Set :explicit-choice back to nil
19831 when no longer needed.
19832 (widget-choice-action): Unconditionally respect user choice.
19833 Eliminate :explicit-choice-value.
19834
19835 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
19836
19837 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
19838 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
19839 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
19840 running new function `toggle-indicate-empty-lines'.
19841 Rename "Customize" item to "Customize fringe".
19842 Rename "Indicators" item to "Buffer boundaries" and change help echo.
19843 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
19844 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
19845 Delete "Empty lines only" item.
19846 (menu-bar-showhide-fringe-ind-customize): New function.
19847 (menu-bar-showhide-fringe-ind-mixed)
19848 (menu-bar-showhide-fringe-ind-box)
19849 (menu-bar-showhide-fringe-ind-right)
19850 (menu-bar-showhide-fringe-ind-left)
19851 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
19852 instead of `fringe-indicators'.
19853
19854 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19855
19856 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
19857 Change the date of last update.
19858
19859 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19860
19861 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
19862 (viper-exec-yank, viper-put-back): Don't display modification msg
19863 if in the minibuffer.
19864
19865 * viper-init.el (viper-replace-overlay-cursor-color)
19866 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
19867 Make variables frame local.
19868
19869 * viper-util.el (viper-append-filter-alist): Use append instead of
19870 nconc.
19871
19872 * viper.el (viper-vi-state-mode-list)
19873 (viper-emacs-state-mode-list): Move help-mode and
19874 completion-list-mode from the first list to the second.
19875 (viper-mode): Docstring.
19876 (viper-go-away, viper-non-hook-settings): Don't localize
19877 minor-mode-alist in newer Emacsen. Add advice to
19878 set-cursor-color. Don't bind "\C-c\\".
19879
19880 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
19881
19882 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
19883 (scheme-macro-expand-command): New user options.
19884 (scheme-trace-procedure, scheme-expand-current-form): New commands.
19885 (scheme-form-at-point, scheme-start-file)
19886 (scheme-interactively-start-process): New functions.
19887 (scheme-get-process): New function, extracted from `scheme-proc'.
19888 (run-scheme): Call `scheme-start-file' to get start file, and pass
19889 it to `make-comint'.
19890 (switch-to-scheme, scheme-proc):
19891 Call `scheme-interactively-start-process' if no Scheme buffer/process
19892 is available.
19893
19894 2005-08-06 Juri Linkov <juri@jurta.org>
19895
19896 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19897 Use `compilation-text-face', `compilation-info-text-face' and
19898 `compilation-error-text-face' instead of `font-lock-keyword-face'.
19899 (compilation-error): New face.
19900 (compilation-error-file-name): Inherit from
19901 `compilation-error' instead of `font-lock-warning-face'.
19902 (compilation-warning-file-name): Inherit from
19903 `compilation-warning' instead of `font-lock-warning-face'.
19904 (compilation-info, compilation-error-file-name)
19905 (compilation-warning-file-name, compilation-info-file-name)
19906 (compilation-line-number, compilation-column-number): Doc fix.
19907 (compilation-error-text-face, compilation-warning-text-face)
19908 (compilation-info-text-face): New face variables.
19909 (compilation-line-face, compilation-column-face)
19910 (compilation-enter-directory-face)
19911 (compilation-leave-directory-face): Doc fix.
19912 (compilation-text-face): New function.
19913
19914 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
19915 instead of 1 to display binary file names as info file links.
19916 (grep-error-face): Use `compilation-error-face' instead of
19917 `font-lock-keyword-face'.
19918 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
19919 and `compilation-warning-text-face' instead of
19920 `font-lock-keyword-face'. Use `compilation-error-text-face'
19921 instead of `grep-error-face'.
19922
19923 2005-08-05 Kenichi Handa <handa@m17n.org>
19924
19925 * international/code-pages.el: Add autoload cookies for all coding
19926 systems.
19927
19928 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
19929
19930 * cus-start.el (all): Put undo.c where it alphabetically belongs.
19931
19932 2005-08-04 Juri Linkov <juri@jurta.org>
19933
19934 * progmodes/compile.el (compilation-mode-map):
19935 * progmodes/grep.el (grep-mode-map):
19936 Bind TAB to `compilation-next-error' and [backtab] to
19937 `compilation-previous-error'.
19938
19939 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
19940 matching line numbers, column numbers and their ranges with regexp
19941 matching only line numbers.
19942 (grep-context-face): New face variable.
19943 (grep-mode-font-lock-keywords): Use it.
19944
19945 * faces.el (read-face-name): Delete duplicate faces.
19946
19947 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
19948
19949 * thumbs.el (thumbs-find-image): Don't make variables
19950 automatically buffer local.
19951 (thumbs-current-tmp-filename, thumbs-current-image-filename)
19952 (thumbs-image-num): Make automatically buffer local.
19953 (thumbs-show-thumbs-list): Use `make-local-variable', not
19954 `make-variable-buffer-local'.
19955 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
19956
19957 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
19958 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
19959 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
19960 (bother, bye, canyou, chatlst, continue, deathlst, describe)
19961 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
19962 (feelings-about, foullst, found, hello, history, howareyoulst)
19963 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
19964 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
19965 (neglst, obj, object, owner, please, problems, qlist)
19966 (random-adjective, relation, remlst, repetitive-shortness)
19967 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
19968 (shortlst, something, sportslst, stallmanlst, states, subj)
19969 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
19970 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
19971 Defvar at compile time.
19972
19973 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
19974 not `make-variable-buffer-local'.
19975
19976 2005-08-02 Kim F. Storm <storm@cua.dk>
19977
19978 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
19979 rectangle overlay in selected window.
19980
19981 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
19982
19983 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
19984 instead of display group. Make `indicate-buffer-boundaries'
19985 customizable through Custom.
19986
19987 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
19988
19989 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
19990 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
19991 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
19992 (gdb-put-string): Fix typos in docstrings.
19993
19994 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
19995
19996 Update copyright notices of files in progmodes directory for
19997 release of Emacs 22.1.
19998
19999 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20000
20001 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20002 Don't barf if the GUD buffer has been killed.
20003
20004 2005-08-01 Kim F. Storm <storm@cua.dk>
20005
20006 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20007
20008 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20009
20010 * simple.el (next-error-follow-minor-mode):
20011 make-variable-buffer-local -> make-local-variable.
20012
20013 * emacs-lisp/cl-extra.el: Require CL also when compiling.
20014
20015 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20016 (byte-compile-form-make-variable-buffer-local): New functions to warn
20017 about misuses of make-variable-buffer-local where make-local-variable
20018 was meant.
20019
20020 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
20021
20022 * bs.el (bs-attributes-list): Doc fix.
20023 (bs): Update url-link.
20024
20025 * desktop.el (desktop-save-buffer): Fix typos in docstring.
20026 (desktop-load-default): Simplify.
20027
20028 * ibuffer.el (ibuffer-columnize-and-insert-list)
20029 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20030 (ibuffer-unmark-all, ibuffer-toggle-marks)
20031 (ibuffer-unmark-forward, ibuffer-unmark-backward)
20032 (ibuffer-compile-make-format-form, ibuffer-format-column)
20033 (ibuffer-current-buffers-with-marks)
20034 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20035 (ibuffer): Doc fix.
20036 (ibuffer-mode): Fix typo in docstring.
20037 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20038 with `define-obsolete-variable-alias'.
20039 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
20040
20041 2005-07-29 Kenichi Handa <handa@m17n.org>
20042
20043 * international/mule-cmds.el (select-message-coding-system):
20044 Be sure to use LF for end-of-line. If no coding system is decided,
20045 return iso-8859-1-unix.
20046
20047 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20048
20049 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20050 (ange-ftp-pending-error-line): New vars.
20051 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20052 to handle the non-fatal no-route-to-host messages.
20053 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20054
20055 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
20056
20057 * isearch.el (isearch-mode-map, isearch-other-meta-char)
20058 (isearch-quote-char, isearch-printing-char)
20059 (isearch-text-char-description): "?\ " -> "?\s".
20060 (isearch-lazy-highlight-cleanup)
20061 (isearch-lazy-highlight-initial-delay)
20062 (isearch-lazy-highlight-interval)
20063 (isearch-lazy-highlight-max-at-a-time)
20064 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20065 Declare with define-obsolete-*-alias macros.
20066 (isearch-forward): Fix typo in docstring.
20067 (search-invisible, search-ring-yank-pointer)
20068 (regexp-search-ring-yank-pointer): Doc fixes.
20069
20070 * recentf.el (recentf-menu-append-commands-p): Declare with
20071 `define-obsolete-variable-alias'.
20072 (recentf-max-saved-items, recentf-menu-filter)
20073 (recentf-arrange-by-rule-subfilter): Doc fixes.
20074 (recentf-menu-append-commands-flag)
20075 (recentf-initialize-file-name-history, recentf-expand-file-name)
20076 (recentf-clear-data): Fix typos in docstrings.
20077
20078 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
20079
20080 * progmodes/gdb-ui.el: Smarten comments.
20081 (gdb-info-breakpoints-custom): Use nowarn when finding file.
20082
20083 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20084
20085 * term/apollo.el (terminal-init-apollo): New function containing
20086 all former top level forms in the file.
20087 * term/bobcat.el (terminal-init-bobcat):
20088 * term/cygwin.el (terminal-init-cygwin):
20089 * term/iris-ansi.el (terminal-init-iris-ansi):
20090 * term/linux.el (terminal-init-linux):
20091 * term/news.el (terminal-init-news):
20092 * term/rxvt.el (terminal-init-rxvt):
20093 * term/sun.el (terminal-init-sun):
20094 * term/tvi970.el (terminal-init-tvi970):
20095 * term/vt100.el (terminal-init-vt100):
20096 * term/vt102.el (terminal-init-vt102):
20097 * term/vt125.el (terminal-init-vt125):
20098 * term/vt200.el (terminal-init-vt200):
20099 * term/vt201.el (terminal-init-vt201):
20100 * term/vt220.el (terminal-init-vt220):
20101 * term/vt240.el (terminal-init-vt240):
20102 * term/vt300.el (terminal-init-vt300):
20103 * term/vt320.el (terminal-init-vt320):
20104 * term/vt400.el (terminal-init-vt400):
20105 * term/vt420.el (terminal-init-vt420):
20106 * term/wyse50.el (terminal-init-wyse50):
20107 * term/xterm.el (terminal-init-xterm): Likewise.
20108
20109 * term/README: Describe the terminal-init-* functionality.
20110
20111 * startup.el (command-line): After loading the terminal initialization
20112 file call the corresponding terminal initialization function.
20113
20114 2005-07-27 Kenichi Handa <handa@m17n.org>
20115
20116 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20117 negative.
20118
20119 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20120 (ps-mule-composition-prologue): Fix for the case that
20121 RelativeCompose is false.
20122
20123 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20124
20125 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20126
20127 * descr-text.el (describe-char): Handle the case where the list of
20128 chars is displayed in a separate frame.
20129 Be a bit more discriminating when looking for the char.
20130
20131 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
20132
20133 * bookmark.el (bookmark-automatically-show-annotations)
20134 (bookmark-read-annotation-text-func): Doc fixes.
20135 (bookmark-save): Improve argument/docstring consistency.
20136 (bookmark-get-bookmark, bookmark-get-bookmark-record)
20137 (bookmark-alist-from-buffer)
20138 (bookmark-upgrade-file-format-from-0)
20139 (bookmark-grok-file-format-version)
20140 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20141 (bookmark-read-annotation-mode)
20142 (bookmark-insert-current-bookmark, bookmark-jump)
20143 (bookmark-exit-hook): Fix typos in docstrings.
20144 (bookmark-exit-hooks): Define as obsolete alias.
20145 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20146 not `bookmark-exit-hooks'. Fix docstring.
20147 (bookmark-bmenu-select): "?\ " -> "?\s".
20148
20149 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
20150
20151 * startup.el (command-line): Fix typo.
20152
20153 2005-07-24 Richard M. Stallman <rms@gnu.org>
20154
20155 * tooltip.el (tooltip-mode): Test emacs-basic-display,
20156 not emacs-quick-startup.
20157
20158 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
20159
20160 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20161 (reb-next-match, reb-show-subexp): Use `with-selected-window'
20162 instead of `reb-with-current-window'.
20163 (reb-prev-match): Likewise. Also, don't move left if the search
20164 was unsuccessful.
20165 (reb-initialize-buffer): New function.
20166 (re-builder, reb-change-syntax): Use it.
20167
20168 * man.el (Man-goto-page): Make second argument NOERROR optional.
20169
20170 2005-07-23 Richard M. Stallman <rms@gnu.org>
20171
20172 * man.el (Man-bgproc-sentinel): Check here for failure to find
20173 any man page in the output, and report the error here.
20174 (Man-arguments): Make it permanent local.
20175 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
20176 (Man-mode): Pass t for NOERROR.
20177
20178 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20179 (grep-mode-font-lock-keywords):
20180 Don't use compilation-...-face for messages that are not file names.
20181
20182 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20183 Don't use compilation-...-face for messages that are not file names.
20184
20185 2005-07-22 Juri Linkov <juri@jurta.org>
20186
20187 * startup.el (normal-splash-screen): Update menu name.
20188
20189 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20190
20191 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20192
20193 * term/xterm.el: Load term/rxvt if the terminal is actually an
20194 rxvt terminal.
20195 (xterm-rxvt-set-background-mode): Remove, not used anymore.
20196
20197 * term/rxvt.el (function-key-map): Use substitute-key-definition
20198 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
20199
20200 * term/cygwin.el: New file.
20201
20202 2005-07-22 Kim F. Storm <storm@cua.dk>
20203
20204 * image-file.el (insert-image-file, image-file-yank-handler):
20205 Fix last change to maintain a (unique) yank-handler on yanked images.
20206
20207 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
20208
20209 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20210 of the file size (as in "177B" for 177 bytes). This happens with
20211 "ls -lh" on FreeBSD.
20212
20213 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
20214
20215 * hilit-chg.el (highlight-changes-global-initial-state)
20216 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20217 (hilit-chg-fixup, highlight-changes-mode):
20218 Fix typos in docstrings.
20219 (highlight-changes-global-modes, highlight-changes-rotate-faces):
20220 Doc fixes.
20221
20222 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
20223
20224 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20225 mode function using `eval-after-load'.
20226
20227 2005-07-21 Kim F. Storm <storm@cua.dk>
20228
20229 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
20230 included when reporting an Emacs crash, and tell about the DEBUG file.
20231
20232 * image-file.el (insert-image-file): Add yank-handler.
20233 (image-file-yank-handler): Yank handler to make unique copies of
20234 images when they are yanked into a buffer next to each other.
20235
20236 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
20237
20238 * comint.el (comint-use-prompt-regexp, comint-send-input)
20239 (comint-source-default, comint-extract-string)
20240 (comint-get-source, comint-word, comint-completion)
20241 (comint-source, comint-prompt-read-only, comint-update-fence):
20242 Fix typos in docstrings.
20243 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20244 Declare with define-obsolete-*-alias macros.
20245 (comint-previous-matching-input-from-input)
20246 (comint-next-matching-input-from-input)
20247 (comint-previous-matching-input, comint-next-matching-input)
20248 (comint-forward-matching-input):
20249 Improve argument/docstring consistency.
20250
20251 * desktop.el (desktop-clear-preserve-buffers-regexp):
20252 Also preserve the *server* buffer.
20253
20254 * simple.el (clone-indirect-buffer): Doc fix.
20255 (fixup-whitespace, just-one-space)
20256 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20257 (next-error, next-error-highlight)
20258 (next-error-highlight-no-select, next-error-last-buffer)
20259 (next-error-buffer-p, next-error-find-buffer, next-error)
20260 (previous-error, next-error-no-select, previous-error-no-select)
20261 (open-line, split-line, minibuffer-prompt-width, kill-new)
20262 (binary-overwrite-mode): Fix typos in docstrings.
20263 (set-fill-column): Fix typo in message.
20264
20265 * skeleton.el (skeleton-proxy-new): Doc fix.
20266
20267 * strokes.el (strokes-load-hook): Doc fix.
20268 (strokes-grid-resolution, strokes-get-grid-position)
20269 (strokes-renormalize-to-grid, strokes-read-stroke)
20270 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20271 (strokes-global-map): Fix typos in docstrings.
20272 (strokes-help): Doc fix. Fix help message and pass it through
20273 `substitute-command-keys'.
20274
20275 * tempo.el (tempo-insert-prompt, tempo-interactive)
20276 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20277 (tempo-insert-string-functions, tempo-local-tags)
20278 (tempo-define-template, tempo-insert-template)
20279 (tempo-insert-prompt-compat, tempo-is-user-element)
20280 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20281 Fix typos in docstrings.
20282
20283 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20284 (vcursor-key-bindings, vcursor-use-vcursor-map)
20285 (vcursor-find-window, vcursor-scroll-down)
20286 (vcursor-disable, vcursor-beginning-of-buffer)
20287 (vcursor-end-of-buffer): Fix typos in docstrings.
20288 (vcursor-relative-move, vcursor-get-char-count):
20289 Improve argument/docstring consistency.
20290
20291 * version.el: "?\ " -> "?\s".
20292
20293 * wid-edit.el (widget-default-create, widget-after-change)
20294 (widget-default-format-handler, widget-checklist-add-item)
20295 (widget-radio-add-item, widget-choose, widget-specify-secret)
20296 (widget-field-value-create, widget-field-value-get)
20297 (widget-editable-list-format-handler)
20298 (widget-editable-list-entry-create, widget-group-value-create)
20299 (widget-documentation-link-add)
20300 (widget-documentation-string-value-create): "?\ " -> "?\s".
20301 (widget-convert-text): Doc fix.
20302 (widget-narrow-to-field, widget-field-find)
20303 (widget-url-link-action, widget-emacs-library-link-action)
20304 (widget-color-notify): Fix typos in docstrings.
20305
20306 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20307 (x-select-text, set-w32-system-coding-system)
20308 (w32-add-charset-info): Fix typos in docstrings.
20309
20310 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20311 (cua-enable-cua-keys, cua-use-hyper-key)
20312 (cua-virtual-rectangle-edges): Fix typos in docstrings.
20313 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20314
20315 * net/tramp.el (tramp-handle-load): Fix typo in error message.
20316
20317 * emacs-lisp/re-builder.el (regexp-builder): Declare with
20318 `defalias' instead of faking it.
20319
20320 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20321 (eshell-ls-missing, eshell-ls-dired-initial-args)
20322 (eshell-ls-use-in-dired): Fix typos in docstrings.
20323
20324 2005-07-20 Kim F. Storm <storm@cua.dk>
20325
20326 * emulation/cua-base.el (cua-mode): Improve doc string.
20327
20328 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
20329
20330 * abbrev.el (expand-region-abbrevs): Doc fix.
20331 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20332 Improve argument/docstring consistency.
20333
20334 * arc-mode.el (archive-get-descr, archive-alternate-display):
20335 Doc fixes.
20336 (archive-l-e): Improve argument/docstring consistency.
20337 (archive-tmpdir, archive-unixdate, archive-unixtime)
20338 (archive-chmod-entry): Fix typos in docstrings.
20339 (archive-unflag, archive-unflag-backwards)
20340 (archive-unmark-all-files): "?\ " -> "?\s".
20341
20342 * buff-menu.el (Buffer-menu-unmark): Doc fix.
20343 (Buffer-menu-not-modified, Buffer-menu-execute)
20344 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20345 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20346
20347 * composite.el (compose-string, encode-composition-rule)
20348 (compose-last-chars): Fix typos in docstrings.
20349
20350 * desktop.el (desktop-enable, desktop-basefilename):
20351 Declare with `define-obsolete-variable-alias'.
20352 (desktop-internal-v2s): Don't quote keywords.
20353 (desktop-clear): "?\ " -> "?\s".
20354
20355 * dired.el (dired-align-file, dired-flag-backup-files)
20356 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
20357 (dired-listing-switches, dired-ls-F-marks-symlinks)
20358 (dired-dwim-target, dired-load-hook, dired-mode-hook)
20359 (dired-directory, dired-faces, dired, dired-revert)
20360 (dired-mode, dired-summary, dired-view-file)
20361 (dired-copy-filename-as-kill, dired-delete-file)
20362 (dired-no-confirm, dired-unmark-all-marks)
20363 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
20364 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
20365 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
20366 Fix typos in message strings.
20367
20368 * dired-x.el (virtual-dired): Declare with `defalias'.
20369 (dired-mark-unmarked-files, dired-local-variables-file)
20370 (dired-omit-here-always): Doc fix.
20371 (dired-omit-mode, dired-find-subdir)
20372 (dired-enable-local-variables, dired-clean-up-buffers-too)
20373 (dired-extra-startup, dired-mark-extension, dired-jump)
20374 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
20375 (dired-smart-shell-command, dired-guess-shell-alist-user)
20376 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
20377 (dired-x-bind-find-file, dired-x-submit-report):
20378 Fix typos in docstrings.
20379 (dired-mark-unmarked-files): "?\ " -> "?\s".
20380
20381 * dirtrack.el (dirtrack-list): Fix typos in docstring.
20382
20383 * faces.el (describe-face): "?\ " -> "?\s".
20384 (read-all-face-attributes, read-face-font, modify-face)
20385 (face-attr-construct, italic): Fix typos in docstrings.
20386 (frame-update-face-colors): Declare with
20387 `define-obsolete-function-alias'.
20388
20389 * files.el (find-file-noselect, recode-file-name): Doc fixes.
20390 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
20391 (magic-mode-alist, buffer-file-numbers-unique)
20392 (write-file-functions, get-free-disk-space):
20393 Fix typos in docstrings.
20394 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
20395 (write-contents-hooks, write-file-hooks):
20396 Declare with `define-obsolete-variable-alias'.
20397
20398 * forms-d2.el (arch-rj): Fix typo in docstrings.
20399 (arch-tocol): Likewise. "?\ " -> "?\s".
20400
20401 * frame.el (set-frame-font, cursor-in-non-selected-windows):
20402 Fix typo in docstring.
20403 (set-screen-width, set-screen-height): Delete redundant info in
20404 doctrings.
20405 (new-frame, screen-height, screen-width): Declare with
20406 `define-obsolete-function-alias'.
20407 (delete-frame-hook, blink-cursor): Declare with
20408 `define-obsolete-variable-alias'.
20409
20410 * paths.el (prune-directory-list): Fix typos in docstring.
20411
20412 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
20413 (cvs-prefix-get): Fix typos in docstrings.
20414
20415 * ps-print.el (ps-extend-face-list, ps-extend-face)
20416 (ps-print-background-image): Fix typos in docstrings.
20417 (ps-default-fg, ps-default-bg): Doc fixes.
20418
20419 * s-region.el (s-region-bind): Doc fix.
20420 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
20421
20422 * textmodes/org.el (org-table-formula-substitute-names)
20423 (org-table-get-vertical-vector): Doc fixes.
20424 (org-table-recalculate): Remove unused argument to `message'.
20425
20426 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
20427
20428 * textmodes/org.el (org-table-column-names)
20429 (org-table-column-name-regexp)
20430 (org-table-named-field-locations): New variables.
20431 (org-archive-subtree): Protect `this-command' when calling
20432 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
20433 the kill buffer.
20434 (org-complete): Remove fixed-formula completion.
20435 (org-edit-formulas-map): New variable.
20436 (org-table-edit-formulas): New command.
20437 (org-finish-edit-formulas, org-abort-edit-formulas)
20438 (org-show-variable, org-table-get-vertical-vector): New functions.
20439 (org-table-maybe-eval-formula): Handle `:=' fields.
20440 (org-table-get-stored-formulas, org-table-store-formulas)
20441 (org-table-get-formula, org-table-modify-formulas)
20442 (org-table-replace-in-formulas): Handle named field formulas.
20443 (org-table-get-specials): Store locations of named fields.
20444
20445 2005-07-19 Juri Linkov <juri@jurta.org>
20446
20447 * progmodes/grep.el (grep-regexp-alist)
20448 (grep-mode-font-lock-keywords, grep-process-setup):
20449 Use default GNU grep match color "01;31m" instead of "01;41m".
20450 (grep-regexp-alist, grep-mode-font-lock-keywords):
20451 Use `\\[[0-9]*m' instead of `\\[00m'.
20452 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
20453 sgr_start where its handling is more important. Use the real
20454 length of sgr_start instead of constant 8.
20455 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
20456 specially. Delete all remaining escape sequences.
20457 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
20458 (grep-regexp-alist): Make hyperlink only for binary file name
20459 instead of the whole line.
20460 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
20461 (grep-mode): Add autoload.
20462
20463 * emacs-lisp/find-func.el (find-function-regexp):
20464 Add `define-compilation-mode'.
20465
20466 2005-07-19 Juri Linkov <juri@jurta.org>
20467
20468 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
20469 (compare-windows-sync-string-size, compare-windows-recenter)
20470 (compare-windows-highlight, compare-windows): Add version 22.1.
20471 (compare-windows) <defface>: Inherit from lazy-highlight instead
20472 of duplicating its default value.
20473
20474 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
20475 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
20476
20477 * descr-text.el (describe-char): Create link buttons for `charset'
20478 and `code point'. Add the current input method name with a link
20479 button to `to input' field. Print face names of display table
20480 characters in `The display table entry is displayed by' section
20481 instead of printing face-id in the `display' field.
20482 Guess hardcoded faces and create a link button for them.
20483 Skip empty fields when calculating max-width.
20484 Treat `widget-create' specially while inserting strings from the
20485 collected field list.
20486 (describe-char-after): Made obsolete in version 22.1, not 21.5.
20487
20488 * diff-mode.el (diff-file-header): Change foreground color from
20489 yellow to green on light backgrounds.
20490 (diff-context): Inherit from `shadow' only for color/grayscale
20491 with more than 88 colors.
20492 (diff-indicator-removed, diff-indicator-added)
20493 (diff-indicator-changed): New faces.
20494 (diff-font-lock-keywords): Use new faces. Regroup rules.
20495 Add "^---$" for `normal' diff format. Fontify `#' lines with
20496 font-lock-comment-delimiter-face and font-lock-comment-face.
20497 Add `#' to ^[^...] in the rule for `diff-context-face'.
20498
20499 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
20500 a button-like box. Inherit from `highlight' on low colors.
20501 (shadow): Use shades of gray only for color/grayscale with
20502 more than 88 colors. Use green for light backgrounds with
20503 8 colors, and yellow for dark backgrounds with 8 colors.
20504
20505 * font-lock.el (font-lock-regexp-grouping-backslash):
20506 Don't inherit from escape-glyph (use bold for all cases).
20507
20508 * info.el (info-xref-visited): Use light foreground color `violet'
20509 for dark backgrounds instead of dark color `magenta3'.
20510 (info-title-1): Use `yellow' color for dark backgrounds.
20511
20512 * isearch.el (isearch): Use not-too-dark magenta3 instead of
20513 too-light magenta2.
20514
20515 * replace.el (match): Use slightly more light RoyalBlue3 instead
20516 of dark RoyalBlue4.
20517
20518 * wid-edit.el (widget-inactive): Inherit from `shadow'.
20519
20520 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
20521
20522 * novice.el (disabled-command-hook): Declare it with
20523 `define-obsolete-variable-alias'.
20524
20525 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20526 (desktop-buffer-misc-functions, desktop-buffer-handlers)
20527 (desktop-load-default): Add release to obsolescence info.
20528 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20529 (desktop-append-buffer-args, desktop-read):
20530 Fix typos in docstrings.
20531 (desktop-kill): Fix typo in message.
20532 (desktop-save): Doc fix.
20533
20534 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
20535
20536 * viper-cmd.el (viper-escape-to-state): Bug fix.
20537 (viper-envelop-ESC-key): Change the definition of fast
20538 keysequence so it'll work with keyboard macros.
20539
20540 * ediff.el (ediff-patch-buffer): Change the docstring.
20541
20542 2005-07-19 Kenichi Handa <handa@m17n.org>
20543
20544 * international/mule-cmds.el (select-safe-coding-system): Try to
20545 use an auto-coding (if any) before anything else. If the found
20546 auto-coding is invalid, show a warning message.
20547
20548 * international/mule.el (find-auto-coding): New function created
20549 by modifying the body of set-auto-coding.
20550 (set-auto-coding): Use find-auto-coding to find a coding.
20551
20552 2005-07-18 Richard M. Stallman <rms@gnu.org>
20553
20554 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20555 not isearch-mode-end-hook-error.
20556 (allout-before-change-protect): Fix error message.
20557
20558 2005-07-18 Juri Linkov <juri@jurta.org>
20559
20560 * allout.el (allout-mode):
20561 * calculator.el (calculator-copy):
20562 * custom.el (custom-known-themes):
20563 * dired.el (dired-desktop-buffer-misc-data)
20564 (dired-restore-desktop-buffer):
20565 * dired-x.el (dired-omit-marker-char):
20566 * files.el (basic-save-buffer):
20567 * font-core.el (font-lock-mode):
20568 * calendar/calendar.el (calendar-goto-hebrew-date)
20569 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20570 (calendar-goto-persian-date):
20571 * language/ethio-util.el (ethio-sera-to-fidel-region):
20572 * textmodes/picture.el (picture-mode):
20573 Delete duplicate duplicate words.
20574
20575 2005-07-18 Juri Linkov <juri@jurta.org>
20576
20577 * isearch.el (isearch-mode-map): Remove key bindings for regexp
20578 chars * ? } |.
20579 (isearch-fallback): Don't call `isearch-process-search-char'.
20580 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20581 (isearch-process-search-char): Call `isearch-fallback' for regexp
20582 chars * ? } |.
20583 (isearch-return-char): Make obsolete with `make-obsolete' instead
20584 of simply documenting it as obsolete in the docstring.
20585 (isearch-fallback): Refill docstring.
20586
20587 * international/isearch-x.el
20588 (isearch-process-search-multibyte-characters): Remove unneeded
20589 `concat'. Add intermediate values to `junk-hist' instead of
20590 `minibuffer-history'. Test the length of `str'.
20591
20592 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
20593
20594 * allout.el (allout-resolve-xref): Fix typos in error strings.
20595 (allout-before-change-protect): Remove unneeded `concat'.
20596
20597 * array.el (array-mode, array-reconfigure-rows)
20598 (untabify-backward): Fix typos in docstrings.
20599 (array-reconfigure-rows): Use `insert-buffer-substring', not
20600 `insert-buffer'.
20601
20602 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20603 * progmodes/ada-mode.el (ada-make-body):
20604 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20605
20606 * dired.el (dired-log):
20607 * tar-mode.el (tar-subfile-save-buffer):
20608 * play/zone.el (zone-pgm-stress-destress):
20609 Use `insert-buffer-substring', not `insert-buffer'.
20610
20611 2005-07-17 Simon Josefsson <jas@extundo.com>
20612
20613 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20614
20615 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
20616
20617 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20618 Add plain auth method.
20619 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20620
20621 2005-07-17 Kim F. Storm <storm@cua.dk>
20622
20623 * ido.el (dired-other-window): Add ido property.
20624
20625 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
20626
20627 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20628 Fix typo in docstring.
20629 (byte-compile-interactive-only-functions): Add `insert-buffer' and
20630 `insert-file-literally'.
20631
20632 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20633 info and delete redundant message. Doc fix.
20634 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20635 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20636
20637 2005-07-16 Richard M. Stallman <rms@gnu.org>
20638
20639 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20640 (byte-compile-and): Use byte-compile-and-recursion.
20641 (byte-compile-or-recursion): New function.
20642 (byte-compile-or): Use that.
20643 (byte-compile-if): Guard the else-clause too.
20644 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20645
20646 * isearch.el (isearch-mode-end-hook-quit): New variable.
20647 (isearch-done): Bind it.
20648 (isearch-mode-end-hook): Doc fix.
20649
20650 * allout.el (allout-isearch-did-quit): Variable deleted.
20651 (allout-real-isearch-abort): Function name no longer used.
20652 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20653 (allout-isearch-rectification): isearch-mode always exists.
20654 Don't set allout-isearch-did-quit.
20655 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20656 allout-isearch-did-quit.
20657 (allout-enwrap-isearch): Just add the hook.
20658 (allout-isearch-abort): Function deleted.
20659 (allout-pre-command-business): Avoid warning.
20660
20661 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20662 Correctly avoid warnings.
20663 (pascal-outline): Likewise.
20664
20665 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20666
20667 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20668
20669 * play/tetris.el (tetris-mode): Avoid warning.
20670
20671 * play/snake.el (snake-mode): Avoid warning.
20672
20673 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20674 (gamegrid-set-display-table): Avoid warning.
20675 (gamegrid-set-timer): Likewise.
20676 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20677 (gamegrid-add-score-with-update-game-score-1): Take FILE
20678 as argument.
20679 (gamegrid-add-score-with-update-game-score): Pass that argument.
20680 Rename have-shared-game-dir to gamegrid-shared-game-dir.
20681
20682 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20683
20684 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20685 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20686
20687 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20688 and insert-file.
20689
20690 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20691 (sc-ask): Avoid warnings.
20692
20693 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20694 (eshell-hist-initialize): Use that var the natural way.
20695
20696 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20697
20698 * emacs-lisp/re-builder.el (reb-cook-regexp):
20699 Avoid warning calling lre-compile-string.
20700 (reb-color-display-p): Avoid warning.
20701
20702 * calculator.el (calculator-last-input): Guard uses
20703 of event-key and key-press-event-p.
20704 (event-key, key-press-event-p): Delete definitions.
20705
20706 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20707 (find-gc-source-directory, find-gc-subrs-callers)
20708 (find-gc-noreturn-list, find-gc-source-files)
20709 (find-gc-subrs-called): Vars renamed and defvar'd.
20710
20711 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20712 (checkdoc-overlay-put, checkdoc-delete-overlay)
20713 (checkdoc-overlay-start, checkdoc-overlay-end)
20714 (checkdoc-mode-line-update, checkdoc-char=):
20715 Define such that compiler knows they are defined.
20716 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
20717 (checkdoc-read-event): Delete. Use read-event directly.
20718
20719 * whitespace.el (whitespace-make-overlay)
20720 (whitespace-overlay-put, whitespace-delete-overlay)
20721 (whitespace-overlay-start, whitespace-overlay-end):
20722 Define such that compiler knows they are defined.
20723 (whitespace): Move conditional inside.
20724
20725 * tempo.el (tempo-insert-template): Suppress warning.
20726
20727 * ediff-diff.el (longlines-mode): Add defvar.
20728
20729 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
20730
20731 * server.el: Bind "C-x #" in a way that works even if C-x is
20732 redefined to a command key, not a prefix key.
20733
20734 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20735
20736 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
20737 cl-make-type-test till execution time.
20738
20739 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
20740
20741 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
20742 arg ARG and use it.
20743
20744 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20745
20746 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
20747
20748 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
20749
20750 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20751 a defcustom with two :set or :type keywords.
20752
20753 2005-07-15 Richard M. Stallman <rms@gnu.org>
20754
20755 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20756 Don't give ^M comment-end syntax.
20757
20758 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
20759
20760 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
20761 Don't consider gdbmi (gdb-mi.el has its own update functions).
20762 (gdb-var-delete): Make it work for gdbmi as well.
20763 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
20764
20765 * progmodes/gud.el (etags, sdb): Only require etags when needed.
20766 (gud-speedbar-menu-items): Correct logic for enabling items.
20767
20768 2005-07-15 Kim F. Storm <storm@cua.dk>
20769
20770 * ido.el: Fix commentary.
20771 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
20772 Use with-no-warnings around ffap-guesser.
20773 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
20774 Let bind minibuffer-completing-file-name to t.
20775
20776 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
20777
20778 * startup.el (site-run-file, keyboard-type): Doc fixes.
20779 (command-line): Check for "--basic-display" argument; also for
20780 "--quick", not "--bare-bones" (which was renamed).
20781 (fancy-splash-text): Add missing item "Getting New Versions".
20782 (normal-splash-screen): Fix typos and improve consistency with
20783 `fancy-splash-text'. Update copyright year.
20784
20785 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
20786 valid binding for `help-char'.
20787
20788 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
20789
20790 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
20791
20792 * term.el (term-mode): Disable cua-mode for term buffers.
20793
20794 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
20795
20796 * add-log.el (add-log-mailing-address, change-log-merge):
20797 Doc fixes.
20798 (change-log-get-method-definition): Fix typo in docstring.
20799
20800 2005-07-14 Kim F. Storm <storm@cua.dk>
20801
20802 * emulation/cua-base.el:
20803 (cua--pre-command-handler-1, cua--pre-command-handler)
20804 (cua--post-command-handler-1, cua--post-command-handler):
20805 Split in two. Check (buffer local) value of cua-mode.
20806 (cua-selection-mode): New command.
20807
20808 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
20809
20810 * custom.el (custom-initialize-safe-set)
20811 (custom-initialize-safe-default): Doc fixes.
20812
20813 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20814 and simplify :init-value again.
20815
20816 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20817 and simplify :init-value again. Delete autoload.
20818
20819 * startup.el (command-line): Use `custom-reevaluate-setting' again
20820 for tooltip-mode.
20821
20822 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20823 a defcustom with two :initialize keywords.
20824
20825 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
20826
20827 * allout.el (my-mark-marker, allout-isearch-prior-pos)
20828 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
20829 (allout-post-command-business, allout-flag-region)
20830 (isearch-reenable-font-lock, allout-yank)
20831 (allout-insert-latex-header, allout-insert-latex-trailer)
20832 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
20833 (allout-latex-verb-quote): Fix typos in docstrings.
20834 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
20835 (allout-unprotected, allout-prefix-data):
20836 Improve argument/docstring consistency.
20837 (allout-chart-subtree): Fix argument spec.
20838 (allout-open-topic): Rename `use_sib_bullet' argument to
20839 `use-sib-bullet'. Doc fix.
20840
20841 * whitespace.el (whitespace-check-buffer-leading)
20842 (whitespace-check-buffer-trailing)
20843 (whitespace-check-buffer-indent)
20844 (whitespace-check-buffer-spacetab)
20845 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
20846 (whitespace-check-leading-whitespace)
20847 (whitespace-check-trailing-whitespace)
20848 (whitespace-check-spacetab-whitespace)
20849 (whitespace-check-indent-whitespace)
20850 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
20851 (whitespace-modes): Fix typos in docstrings.
20852 (defgroup, defcustom): Doc fixes.
20853
20854 * winner.el (winner-mode, winner-boring-buffers)
20855 (winner-pending-undo-ring): Doc fixes.
20856 (winner-ring): Remove unneeded `progn'.
20857 (winner-equal): `defsubst' it.
20858 (winner-redo): Fix message.
20859
20860 2005-07-13 Kim F. Storm <storm@cua.dk>
20861
20862 * simple.el (line-move-1): Always use vertical-motion to
20863 do the last (or only) line move to ensure some movement.
20864 Undo 2005-06-23 change--don't check for overlays.
20865
20866 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20867
20868 * term/mac-win.el (ccl-encode-mac-roman-font)
20869 (ccl-encode-mac-centraleurroman-font)
20870 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
20871 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
20872 Change charset-id boundary of dimension to ?\xef.
20873 (mac-char-fontspec-list): New constant.
20874 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
20875 argument. Nil uses itself as family in font-spec. Previous
20876 behavior for nil is now provided by non-nil non-string argument.
20877 All callers changed. Add font-specs for Mac fonts to
20878 "fontset-default" unless iso8859-1 fonts are installed.
20879
20880 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * progmodes/sh-script.el (sh-get-indent-info): Only indent
20883 a continuation line if the \ is preceded by SPC or TAB.
20884 (sh-get-indent-info): Simplify.
20885 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
20886 Use with-current-buffer.
20887
20888 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
20889 when the matched text is empty.
20890
20891 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
20892
20893 * startup.el (command-line): Revert to previous handling of
20894 tooltip-mode. Explain in comment why the complexity is needed.
20895
20896 * tooltip.el (tooltip-mode): Revert to previous implementation of
20897 its defcustom.
20898
20899 * frame.el (blink-cursor-mode): Revert to previous implementation
20900 of its defcustom. Update comment.
20901
20902 2005-07-12 Lars Hansen <larsh@soem.dk>
20903
20904 * desktop.el: Update e-mail address.
20905
20906 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20907
20908 * term/mac-win.el (mac-services-mail-selection)
20909 (mac-services-mail-to): New functions.
20910 (mac-application-menu-map): Bind them.
20911
20912 2005-07-12 wulei <milton@wulei.net> (tiny change)
20913
20914 * progmodes/gdb-ui.el: Add note about buffering with Windows.
20915
20916 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
20917
20918 * custom.el (custom-reevaluate-setting): Doc fix.
20919
20920 2005-07-11 Jay Belanger <belanger@truman.edu>
20921
20922 * calc/calc.el (calc-embedded-announce-formula-alist)
20923 (calc-embedded-open-close-plain-alist)
20924 (calc-embedded-open-close-mode-alist): Add checks for additional
20925 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
20926
20927 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
20928
20929 * custom.el (custom-enable-theme): Don't add theme to
20930 `custom-enabled-themes' with `push' because there is no
20931 setf-method for `delq'.
20932
20933 2005-07-11 Richard M. Stallman <rms@gnu.org>
20934
20935 * custom.el (custom-declare-variable): Doc fix.
20936
20937 * dired-aux.el (dired-compare-directories): Remove "." and ".."
20938 from the alists.
20939
20940 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
20941 Do nothing if edebug-active.
20942
20943 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
20944 (edebug-display): Do it here instead.
20945
20946 2005-07-10 Richard M. Stallman <rms@gnu.org>
20947
20948 * cus-face.el (custom-theme-set-faces): Make it work.
20949 (custom-reset-faces): Doc fix.
20950 (custom-theme-reset-internal-face, custom-theme-face-value):
20951 Functions deleted.
20952
20953 * custom.el (custom-push-theme): Maintain list of the settings
20954 of a given theme in its theme-settings property.
20955 Maintain position of old settings in the theme-value
20956 or theme-face property.
20957 (custom-enabled-themes): New variable.
20958 (custom-theme-enabled-p): New function.
20959 (provide-theme): Update custom-enabled-themes.
20960 Disable and reenable the `user' theme.
20961 (require-theme): Doc fix.
20962 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
20963 (custom-theme-value, custom-theme-variable-value): Likewise.
20964 (custom-theme-reset-internal): Likewise.
20965 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
20966 (custom-enable-theme, custom-disable-theme): New functions.
20967 (custom-variable-theme-value, custom-face-theme-value): Likewise.
20968 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
20969 (custom-theme-reset-variables): Simplify.
20970 (deftheme, custom-declare-theme, custom-make-theme-feature):
20971 Definitions moved.
20972
20973 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
20974
20975 * longlines.el (longlines-show-region)
20976 (longlines-unshow-hard-newlines): Recognize hard newlines by
20977 non-nil hard property, instead of t.
20978
20979 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
20980
20981 * viper-cmd.el (viper--key-maps): New variable.
20982 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
20983 emulation-mode-map-alists.
20984 (viper-envelop-ESC-key): Use viper-subseq.
20985 (viper-search-forward/backward/next): Disable debug-on-error.
20986
20987 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20988 (viper-ESC-key): New defcustoms.
20989
20990 * viper-macs.el (ex-map-read-args): Use viper-subseq.
20991
20992 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
20993 (viper-subseq): Copy of subseq from cl.el.
20994
20995 * viper.el (viper-go-away, viper-set-hooks): Use
20996 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
20997
20998 * viper-mous.el (viper-current-frame-saved): Use defvar.
20999
21000 * viper-init.el: Get rid of -face in face names.
21001
21002 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21003 Make it work with longlines mode
21004
21005 * ediff-mult.el (ediff-meta-mode-hook): New variable.
21006
21007 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21008
21009 * ediff-init.el: Get rid of -face in face names.
21010
21011 2005-07-10 Richard M. Stallman <rms@gnu.org>
21012
21013 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21014 and with-timeout-unsuspend.
21015
21016 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21017 and with-timeout-unsuspend.
21018
21019 * emacs-lisp/timer.el (with-timeout-timers): New variable.
21020 (with-timeout): Bind that variable to record timers.
21021 (with-timeout-suspend, with-timeout-unsuspend): New functions.
21022
21023 * emacs-lisp/debug.el (debug-help-follow): New function.
21024 (debugger-mode-map): Use that instead of help-follow.
21025 (debugger-setup-buffer): Use eval-buffer-list
21026 to handle eval-buffer frames.
21027
21028 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
21029
21030 * timezone.el (timezone-parse-date): Change first regexp
21031 so it will not mistakenly match dates with no time zone.
21032
21033 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
21034
21035 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21036
21037 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
21038
21039 * custom.el (custom-initialize-safe-set)
21040 (custom-initialize-safe-default): New functions.
21041
21042 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21043 and simplify :init-value.
21044
21045 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21046 and simplify :init-value. Delete obsolete comment.
21047
21048 * startup.el (command-line): Use `custom-reevaluate-setting' to
21049 handle `tooltip-mode'. Delete obsolete comment.
21050
21051 * files.el (set-visited-file-name): Avoid calling
21052 `file-name-nondirectory' with a nil argument.
21053
21054 2005-07-09 Richard M. Stallman <rms@gnu.org>
21055
21056 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21057 was called with nil for the buffer, handle the read position right.
21058 Handle read position for eval-region, too.
21059
21060 2005-07-09 Juri Linkov <juri@jurta.org>
21061
21062 * fringe.el (fringe-mode): Add period in docstring.
21063 (fringe-query-style): Build prompt depending on `all-frames' arg.
21064
21065 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21066 to not create links to unrelated functions in the Help buffer.
21067
21068 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21069 Doc fix.
21070
21071 * simple.el (next-error-hook): New variable.
21072 (next-error): Use it. Doc fix.
21073
21074 * textmodes/ispell.el (ispell-command-loop): Add current
21075 dictionary name and program name to mode-line-format.
21076 (ispell-region, ispell-process-line): Add current dictionary name
21077 and program name to messages.
21078
21079 2005-07-08 Jay Belanger <belanger@truman.edu>
21080
21081 * calc/calc.el (calc-embedded-announce-formula-alist)
21082 (calc-embedded-open-close-formula-alist)
21083 (calc-embedded-open-close-word-alist)
21084 (calc-embedded-open-close-plain-alist)
21085 (calc-embedded-open-close-new-formula-alist)
21086 (calc-embedded-open-close-mode-alist)
21087 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21088 (calc-embedded-mode-hook): New variables.
21089
21090 * calc/calc-embed.el (calc-embedded-firsttime)
21091 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21092 New variables.
21093 (calc-do-embedded): Use calc-embedded-firsttime,
21094 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21095 determine whether or not to run hooks.
21096 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21097 calc-embedded-firsttime-formula appropriately.
21098 Set calc-embedded delimiter variables according to mode.
21099
21100 2005-07-08 Richard M. Stallman <rms@gnu.org>
21101
21102 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21103 Check for "emacs", etc., as entire symbol, not just as word.
21104 (checkdoc-file-comments-engine): Use regexp-quote on FN.
21105
21106 * files.el (set-visited-file-name): Report the error
21107 for "empty filename" earlier.
21108 (kill-some-buffers): Ignore buffers already dead.
21109
21110 * fringe.el (fringe-mode): Doc fix.
21111
21112 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21113 Check for (featurep 'xemacs) and turn off warnings in what it guards.
21114 Use unwind-protect to ensure byte-compile-unresolved-functions
21115 is updated.
21116
21117 * whitespace.el (whitespace-buffer-leading-cleanup):
21118 Simplify w/ skip-chars-forward.
21119 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21120
21121 * mail/rmail.el (rmail-only-expunge): Fix paren error.
21122 Unconditionally try to leave point at the same old place.
21123
21124 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
21125
21126 * comint.el (comint-postoutput-scroll-to-bottom)
21127 (comint-show-maximum-output): Take scroll-margin into consideration.
21128
21129 2005-07-08 Kim F. Storm <storm@cua.dk>
21130
21131 * ido.el (ido-use-filename-at-point): New choice `guess'.
21132 (ido-file-internal): Try ffap-guesser if selected.
21133
21134 * ido.el (ido-before-fallback-functions): New hook.
21135 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21136 (ido-read-file-name): Run it.
21137
21138 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21139
21140 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21141 strings rather than a list of symbols to the completion function.
21142
21143 2005-07-07 Jay Belanger <belanger@truman.edu>
21144
21145 * calc/calc-units.el (math-apply-units): Change the places in
21146 which units are simplified.
21147
21148 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
21149
21150 * cus-edit.el (customize-option, customize-option-other-window):
21151 Make them handle aliases.
21152
21153 * custom.el (custom-variable-p): Make it recursively follow
21154 aliases. Mention that in the docstring.
21155
21156 2005-07-07 Richard M. Stallman <rms@gnu.org>
21157
21158 * cus-start.el (exec-path): Use `directory' instead of `file'.
21159 Fix tag for nil.
21160
21161 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21162
21163 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21164 when called non-interactively. Doc fix.
21165
21166 2005-07-07 Lute Kamstra <lute@gnu.org>
21167
21168 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21169 new address as well.
21170
21171 2005-07-07 Kenichi Handa <handa@m17n.org>
21172
21173 * international/mule.el (make-coding-system):
21174 Describe `ascii-incompatible' property in the docstring.
21175 (set-file-name-coding-system): Signal an error if coding-system is
21176 ascii-incompatible.
21177 (set-keyboard-coding-system): Likewise.
21178
21179 * international/mule-cmds.el (set-default-coding-systems):
21180 Don't set default-file-name-coding-system and
21181 default-keyboard-coding-system if coding-system is ASCII-incompatible.
21182
21183 * international/utf-16.el: Declare that all UTF-16-based coding
21184 systems are ASCII-incompatible.
21185
21186 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
21187
21188 * progmodes/gud.el: Require font-lock for displaying errors.
21189 Used by gdb-ui.el.
21190
21191 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21192
21193 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21194 values for the pattern lists which are `read'able but not
21195 `append'able (like symbols).
21196
21197 2005-07-06 Richard M. Stallman <rms@gnu.org>
21198
21199 * progmodes/flymake.el (flymake-float-time): Instead of
21200 with-no-warnings, test for XEmacs.
21201 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21202 to avoid warning.
21203
21204 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
21205
21206 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21207
21208 2005-07-05 Lute Kamstra <lute@gnu.org>
21209
21210 * battery.el: Add support for Darwin (with much debugging help
21211 from Samuel Lauber <sam124@operamail.com>).
21212 (battery-status-function, battery-echo-area-format)
21213 (battery-mode-line-format): Add support for pmset on Darwin.
21214 (battery-load-low, battery-load-critical): New user options.
21215 (battery-pmset): New function.
21216
21217 2005-07-05 Lute Kamstra <lute@gnu.org>
21218
21219 Update FSF's address in GPL notices.
21220
21221 * textmodes/page-ext.el: Update FSF's address.
21222
21223 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21224
21225 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21226 filling from using prefix when filling a single-line docstring.
21227
21228 * progmodes/flymake.el: Remove useless eval-when-compile.
21229
21230 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21231
21232 2005-07-04 Richard M. Stallman <rms@gnu.org>
21233
21234 * textmodes/org.el (org-file-apps-defaults-gnu):
21235 Rename from org-file-apps-defaults-linux.
21236 (org-default-apps): Don't test system-type for `linux'.
21237 (org-file-apps): Doc fix.
21238
21239 2005-07-04 David Ponce <david@dponce.com>
21240
21241 * tree-widget.el: Improve header Commentary section.
21242 (tree-widget) [defgroup]
21243 (tree-widget-image-enable, tree-widget-themes-directory)
21244 (tree-widget-theme, tree-widget-image-properties-emacs)
21245 (tree-widget-image-properties-xemacs, tree-widget-create-image)
21246 (tree-widget-image-formats, tree-widget-control)
21247 (tree-widget-empty-control, tree-widget-leaf-control
21248 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21249 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21250 (tree-widget-keep, tree-widget-after-toggle-functions)
21251 (tree-widget-open-node, tree-widget-close-node): Doc fix.
21252 (tree-widget-open-control, tree-widget-close-control): Fix doc and
21253 :help-echo message.
21254 (tree-widget-set-theme): Doc fix. Use `string-equal'.
21255 (tree-widget-image-properties): Doc fix. Clearer implementation.
21256 (tree-widget--cursors): New constant.
21257 (tree-widget-lookup-image): New function split from
21258 `tree-widget-find-image'. Clearer implementation.
21259 (tree-widget-find-image): Use it.
21260 (tree-widget-button-keymap): Use `set-keymap-parent'.
21261 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21262 Define the sub-widgets here.
21263 (tree-widget-node): Check that :node is not a tree-widget.
21264 (tree-widget-get-super, tree-widget-open-control)
21265 (tree-widget-close-control, tree-widget-empty-control)
21266 (tree-widget-leaf-control, tree-widget-guide)
21267 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21268 (tree-widget-no-handle, tree-widget-value-delete)
21269 (tree-widget-map): Remove.
21270 (tree-widget-children-value-save): Doc fix. Simplified.
21271 (tree-widget-value-create): Update according to previous changes.
21272
21273 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
21274
21275 * textmodes/org.el: Leading space replaced by TABS.
21276 (org-recalc-marks, org-table-rotate-recalc-marks)
21277 (org-table-get-specials): Treat "^" and "_" marks.
21278 (org-table-justify-field-maybe): Optional argument NEW.
21279 (org-table-eval-formula): Parsing of the format simplified.
21280 New modes C,I. Honor the %= parameter in the current table.
21281 Avoid unnecessary re-align by using the NEW argument to
21282 `org-table-justify-field-maybe'.
21283 (org-calc-default-modes): Default for date-format mimicks org-mode.
21284 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21285
21286 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
21287
21288 * cus-face.el (custom-theme-set-faces): Make it handle face
21289 aliases whose alias declarations are pre- or autoloaded.
21290
21291 2005-07-04 Juri Linkov <juri@jurta.org>
21292
21293 * faces.el (read-face-name): Put the code for getting a face name
21294 from the buffer before adding the faces from the `face' property.
21295 Use `completing-read-multiple' instead of `completing-read'.
21296 Require `crm'. Add default value and post-process the returned
21297 list of faces.
21298
21299 * emacs-lisp/crm.el (crm-find-current-element)
21300 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21301
21302 * emacs-lisp/lisp-mode.el (eval-defun-1):
21303 * emacs-lisp/edebug.el (edebug-eval-defun):
21304 Remove unnecessary quotes.
21305
21306 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
21307
21308 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21309 (prolog-indent-level): Fix typo in docstring.
21310
21311 * info.el (Info-history, Info-history-forward)
21312 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21313
21314 * add-log.el (add-change-log-entry):
21315 * comint.el (comint-dynamic-list-input-ring)
21316 (comint-dynamic-list-completions):
21317 * dabbrev.el (dabbrev-expand):
21318 * delim-col.el (delimit-columns-rectangle-line):
21319 * diff-mode.el (diff-context->unified, diff-reverse-direction)
21320 (diff-unified->context):
21321 * ediff-init.el (ediff-abbrev-jobname):
21322 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21323 (ediff-replace-session-activity-marker-in-meta-buffer):
21324 * info.el (Info-summary):
21325 * lpr.el (printify-region):
21326 * printing.el (pr-create-interface):
21327 * ps-print.el (ps-print-quote):
21328 * ses.el (ses-column-widths, ses-print-cell)
21329 (ses-adjust-print-width, ses-center):
21330 * shell.el (shell-file-name-quote-list):
21331 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21332 (strokes-fill-current-buffer-with-whitespace)
21333 (strokes-xpm-for-stroke, strokes-list-strokes)
21334 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21335 * term.el (term-dynamic-list-input-ring)
21336 (term-dynamic-list-completions):
21337 * calc/calc.el (math-format-stack-value):
21338 * emacs-lisp/edebug.el (edebug-display-freq-count):
21339 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21340 (delphi-new-comment-line):
21341 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21342 * progmodes/executable.el (executable-set-magic):
21343 * progmodes/python.el (inferior-python-mode):
21344 * progmodes/scheme.el (scheme-mode-syntax-table):
21345 * progmodes/sh-script.el (sh-maybe-here-document):
21346 * progmodes/sql.el (sql-copy-column):
21347 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21348 * textmodes/bibtex.el (bibtex-mode):
21349 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21350 (sgml-auto-attributes):
21351 * textmodes/table.el (table-insert, table-shorten-cell)
21352 (table--generate-source-scan-lines, table-delete-row)
21353 (*table--cell-delete-char, table--spacify-frame)
21354 (table--horizontally-shift-above-and-below)
21355 (table--cell-insert-char, table--cell-blank-str)
21356 (table--fill-region-strictly):
21357 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
21358 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
21359
21360 * add-log.el (change-log):
21361 * apropos.el (apropos):
21362 * comint.el (comint-completion, comint-source):
21363 * dabbrev.el (dabbrev):
21364 * delim-col.el (columns):
21365 * diff-mode.el (diff-mode):
21366 * ediff.el (ediff):
21367 * ediff-diff.el (ediff-diff):
21368 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
21369 * ediff-mult.el (ediff-mult):
21370 * ediff-ptch.el (ediff-ptch):
21371 * ediff-wind.el (ediff-window):
21372 * facemenu.el (facemenu):
21373 * indent.el (indent):
21374 * info.el (info):
21375 * jka-cmpr-hook.el (compression, jka-compr):
21376 * lpr.el (lpr):
21377 * outline.el (outlines):
21378 * pcmpl-cvs.el (pcmpl-cvs):
21379 * pcmpl-rpm.el (pcmpl-rpm):
21380 * printing.el (printing):
21381 * ps-print.el (postscript, ps-print, ps-print-horizontal)
21382 (ps-print-vertical, ps-print-headers, ps-print-font)
21383 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
21384 (ps-print-background, ps-print-printer, ps-print-page)
21385 (ps-print-miscellany):
21386 * ses.el (ses):
21387 * shell.el (shell, shell-directories, shell-faces):
21388 * startup.el (initialization):
21389 * strokes.el (strokes):
21390 * term.el (term):
21391 * uniquify.el (uniquify):
21392 * w32-vars.el (w32):
21393 * calc/calc.el (calc):
21394 * emacs-lisp/bytecomp.el (bytecomp):
21395 * emacs-lisp/cl-indent.el (lisp-indent):
21396 * emacs-lisp/edebug.el (edebug):
21397 * emacs-lisp/elp.el (elp):
21398 * emacs-lisp/testcover.el (testcover):
21399 * emacs-lisp/trace.el (trace):
21400 * emulation/viper-ex.el (viper-ex):
21401 * emulation/viper-mous.el (viper-mouse):
21402 * mail/mailalias.el (mailalias):
21403 * mail/supercite.el (supercite, supercite-frames)
21404 (supercite-attr, supercite-cite, supercite-hooks):
21405 * net/rcompile.el (remote-compile):
21406 * net/rlogin.el (rlogin):
21407 * obsolete/ooutline.el (outlines):
21408 * progmodes/delphi.el (delphi):
21409 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
21410 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
21411 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
21412 (ebnf-optimization):
21413 * progmodes/etags.el (etags):
21414 * progmodes/executable.el (executable):
21415 * progmodes/idlwave.el (idlwave):
21416 * progmodes/pascal.el (pascal):
21417 * progmodes/prolog.el (prolog):
21418 * progmodes/python.el (python):
21419 * progmodes/scheme.el (scheme):
21420 * progmodes/sh-script.el (sh, sh-script):
21421 * progmodes/sql.el (SQL):
21422 * progmodes/tcl.el (tcl):
21423 * textmodes/bibtex.el (bibtex, bibtex-autokey):
21424 * textmodes/enriched.el (enriched):
21425 * textmodes/makeinfo.el (makeinfo):
21426 * textmodes/sgml-mode.el (sgml):
21427 * textmodes/table.el (table-hooks):
21428 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
21429 * textmodes/texinfo.el (texinfo):
21430 * textmodes/two-column.el (two-column):
21431 Finish `defgroup' description with period.
21432
21433 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
21434 * eshell/esh-var.el (eshell-var):
21435 * progmodes/vhdl-mode.el (vhdl-testbench):
21436 * textmodes/org.el (org): Fix typos in docstrings.
21437
21438 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
21439 consistency.
21440
21441 * progmodes/flymake.el (flymake-find-file): Remove.
21442 (flymake-float-time): Use `with-no-warnings'.
21443 (flymake-check-start-time, flymake-check-was-interrupted)
21444 (flymake-err-info, flymake-is-running, flymake-last-change-time)
21445 (flymake-new-err-info): `defvar' at compile time.
21446
21447 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
21448
21449 * replace.el (occur-hook): Doc fix.
21450 (occur-1): Don't call `occur-hook' if there are no matches.
21451
21452 2005-07-03 Richard M. Stallman <rms@gnu.org>
21453
21454 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
21455 global-map, save the same map.
21456 (global-map): Don't alter it at top level.
21457 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
21458 Then alter it here instead.
21459 (tpu-edt-off): Set global-map to the saved one.
21460
21461 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
21462 All references simplified.
21463 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
21464 (zmacs-regions): Add defvar.
21465 (repeat-complex-command-map): Everything about that deleted.
21466
21467 * textmodes/artist.el (artist-key-is-drawing)
21468 (artist-key-endpoint1, artist-key-poly-point-list)
21469 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
21470 (artist-key-compl-table, artist-rb-save-data)
21471 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
21472 Don't put them in eval-when-compile.
21473 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
21474
21475 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
21476 Use with-no-warnings.
21477
21478 * net/browse-url.el (dos-windows-version): Add defvar.
21479
21480 * mail/supercite.el (filladapt-prefix-table): Add defvar.
21481
21482 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
21483 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
21484 (rmail-new-summary-line-count): Rename from new-summary-line-count.
21485 Add defvar.
21486 (rmail-summary-beginning-of-message): Use with-no-warnings.
21487 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
21488
21489 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
21490 Use with-no-warnings.
21491
21492 * emulation/vi.el (vi-mark-region): Use c-mark-function.
21493 (c-mark-function): Add point-moving-unit property.
21494 (vi-goto-line): Use with-no-warnings.
21495
21496 * emulation/edt.el (edt-last-copied-word): Add defvar.
21497 (zmacs-region-stays): Likewise.
21498 (edt-mark-section-wisely): Use c-mark-function for C.
21499 Use makr-defun for Fortran.
21500 (time-string): defvar deleted.
21501 (edt-display-the-time): Don't set time-string.
21502
21503 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
21504
21505 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21506 Don't warn when name is not constant
21507 or for defining the group `emacs'.
21508
21509 * tooltip.el (gud-tooltip-mode): Add defvar.
21510
21511 * startup.el (default-frame-background-mode): Add defvar.
21512
21513 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
21514
21515 * info.el (tool-bar-map): Add defvar.
21516
21517 * dired.el (dnd-protocol-alist): Add defvar.
21518
21519 * dired-aux.el (dired-query): Display question with answer, when
21520 the user answers.
21521
21522 * custom.el (custom-add-option): Doc fix.
21523
21524 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21525
21526 2005-07-03 Eli Zaretskii <eliz@gnu.org>
21527
21528 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21529 bogus name from the last change.
21530
21531 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
21532
21533 * custom.el (custom-declare-variable): Fix typos in comment.
21534 (custom-known-themes): Doc fix.
21535 (custom-theme-directory): New defcustom.
21536 (require-theme): Make it check `custom-theme-directory'.
21537
21538 * cus-theme.el (custom-new-theme-mode): New function.
21539 (custom-theme-name, custom-theme-variables, custom-theme-faces)
21540 (custom-theme-description): Add compiler defvars.
21541 (customize-create-theme): Add doc to the "*New Custom Theme*"
21542 buffer. Use `custom-new-theme-mode'.
21543 (custom-theme-write): Put the created buffer in emacs-lisp-mode
21544 and save it to the `custom-theme-directory'. Make this the
21545 default directory of the buffer.
21546
21547 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
21548
21549 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21550 Fix unbalanced parentheses.
21551
21552 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21553
21554 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21555 into flymake-mode and delegate to flymake-mode.
21556
21557 * find-file.el (ff-which-function-are-we-in): Clean up.
21558
21559 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
21560
21561 * replace.el (occur-rename-buffer): Fix docstring.
21562
21563 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21564 (edt-last-copied-word, edt-learn-macro-count)
21565 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21566 (edt-rect-start-point, edt-user-global-map, rect-start-point)
21567 (time-string, zmacs-region-stays):
21568 * emulation/edt-mapper.el (edt-save-function-key-map)
21569 (EDT-key-name): `defvar' to silence the byte-compiler.
21570
21571 2005-07-02 Martin Rudalics <rudalics@gmx.at>
21572
21573 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21574 font-lock-regexp-backslash. Doc fix.
21575 (font-lock-regexp-backslash-grouping-construct): Rename from
21576 font-lock-regexp-backslash-construct. Doc fix.
21577 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21578 grouping constructs.
21579
21580 2005-07-02 Eli Zaretskii <eliz@gnu.org>
21581
21582 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21583 updating all the prerequisites.
21584
21585 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
21586
21587 * textmodes/org.el (org-agenda-start-on-weekday)
21588 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21589 (org-agenda-use-time-grid, org-archive-location)
21590 (org-allow-space-in-links, org-usenet-links-prefer-google)
21591 (org-enable-table-editor, org-export-default-language)
21592 (org-export-html-show-new-buffer, org-fill-paragraph)
21593 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21594 (org-goto-quit, org-occur, org-eval-in-calendar)
21595 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21596 (org-agenda-diary-entry, org-remember-help)
21597 (org-table-convert-region, org-at-table-p)
21598 (org-table-move-row-down, org-table-move-row-up)
21599 (org-table-copy-region, org-table-toggle-vline-visibility)
21600 (org-table-get-stored-formulas, org-table-get-specials)
21601 (org-recalc-commands, org-table-eval-formula)
21602 (org-table-formula-substitute-names, orgtbl-make-binding)
21603 (org-format-org-table-html, org-format-table-table-html)
21604 (org-format-table-table-html-using-table-generate-source)
21605 (org-customize): Fix typos in docstrings.
21606 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21607 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21608 (org-back-to-heading): Doc fixes.
21609 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21610 (org-agenda-change-all-lines, org-get-header):
21611 Improve argument/docstring consistency.
21612 (orgtbl-error): Fix error message.
21613
21614 * progmodes/flymake.el (flymake-find-possible-master-files)
21615 (flymake-master-file-compare, flymake-get-line-err-count)
21616 (flymake-highlight-line, flymake-gui-warnings-enabled):
21617 Fix typos in docstrings.
21618 (flymake-parse-line, flymake-get-project-include-dirs-function)
21619 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21620 Doc fixes.
21621 (flymake-get-project-include-dirs-function)
21622 (flymake-make-err-menu-data):
21623 Improve argument/docstring consistency.
21624
21625 2005-07-01 Lute Kamstra <lute@gnu.org>
21626
21627 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21628 Catch errors with ignore-errors. Use temporary buffer.
21629 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
21630
21631 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21632 background color faces.
21633 (facemenu-set-foreground, facemenu-set-background):
21634 Use facemenu-set-face-from-menu.
21635 (facemenu-set-face-from-menu): Treat face names that start with
21636 "fg:" or "bg:" as special.
21637 (facemenu-add-new-color): Don't create faces. Simplify.
21638
21639 2005-06-30 Richard M. Stallman <rms@gnu.org>
21640
21641 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21642 (crm-find-current-element): Likewise.
21643
21644 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21645
21646 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21647
21648 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21649
21650 * arc-mode.el (archive-extract): Make it work as a mouse binding.
21651 (archive-mouse-extract): Make it an obsolete alias.
21652 (archive-mode-map): Don't use archive-mouse-extract any more.
21653 (archive-mode, archive-extract): write-contents-hooks ->
21654 write-contents-functions.
21655 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21656 first arg.
21657 (archive-rename-entry): Update the call.
21658 (archive-zip-summarize): Remove unused var `method'.
21659 (archive-lzh-summarize): Remove unused var `creator'.
21660
21661 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21662 dedicated frame upon exit.
21663
21664 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21665 (archive-zip-extract, archive-zip-expunge)
21666 (archive-zip-update, archive-zip-update-case): Use executable-find.
21667 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21668 Use restore-buffer-modified-p.
21669 (archive-extract, archive-add-new-member, archive-write-file-member):
21670 Use with-current-buffer.
21671 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21672
21673 2005-06-30 Andreas Schwab <schwab@suse.de>
21674
21675 * progmodes/gud.el (gud-filter): Remove unneeded progn.
21676
21677 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21678
21679 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21680
21681 2005-06-30 Juri Linkov <juri@jurta.org>
21682
21683 * faces.el (vertical-border): Inherit from mode-line-inactive
21684 only on tty.
21685
21686 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
21687
21688 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21689 example, -NLINES in the `occur' docstring).
21690
21691 * replace.el (occur-1): When no matches are found, do not set the
21692 `buffer-read-only' and modified flags for the occur buffer,
21693 because it is deleted.
21694
21695 * emulation/cua-base.el (cua-check-pending-input)
21696 (cua-repeat-replace-region, cua-mode, cua-debug)
21697 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21698 Fix typos in docstrings.
21699
21700 * emulation/cua-gmrk.el (cua-toggle-global-mark)
21701 (cua-cut-region-to-global-mark)
21702 (cua--cut-rectangle-to-global-mark):
21703 Remove period from end of messages.
21704
21705 * emulation/cua-rect.el (cua-do-rectangle-padding):
21706 Remove period from end of messages.
21707 (cua--rectangle-seq-format): Fix typo in docstring.
21708 (cua-sequence-rectangle, cua-fill-char-rectangle):
21709 Improve argument/docstring consistency.
21710
21711 2005-06-29 Juri Linkov <juri@jurta.org>
21712
21713 * faces.el (default-frame-background-mode): New internal variable.
21714 (frame-set-background-mode): Use it.
21715
21716 * startup.el (normal-top-level): Set default-frame-background-mode
21717 instead of frame-background-mode. Before setting it, test for its
21718 nil value. Remove tests for frame-background-mode and frame
21719 parameter `reverse'. Add test for "unspecified-fg".
21720
21721 * term/xterm.el (xterm-rxvt-set-background-mode):
21722 * term/rxvt.el (rxvt-set-background-mode):
21723 Set default-frame-background-mode instead of frame-background-mode.
21724
21725 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
21726
21727 * simple.el (set-variable): Warn about obsolete user variables.
21728
21729 * imenu.el (imenu--completion-buffer):
21730 * mouse.el (mouse-buffer-menu-alist):
21731 * msb.el (msb-invisible-buffer-p):
21732 * calendar/diary-lib.el (diary-header-line-format):
21733 * emacs-lisp/pp.el (pp-buffer):
21734 * progmodes/cperl-mode.el (cperl-do-auto-fill):
21735 * textmodes/picture.el (picture-replace-match):
21736 Change space constants followed by a sexp to "?\s ".
21737
21738 * play/decipher.el (decipher-loop-with-breaks):
21739 * textmodes/texinfo.el (texinfo-insert-@item): Change space
21740 constants "protected" from end of line by a comment to "?\s".
21741
21742 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21743
21744 * font-lock.el (save-buffer-state): Use `declare'.
21745
21746 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
21747 reset the syntax-table to cperl-mode-syntax-table.
21748 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
21749 "foo_print_bar" is not matched as a reserved keyword.
21750
21751 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
21752
21753 * textmodes/org.el (orgtbl-setup): New function, for delayed
21754 setup for the orgtbl commands.
21755 (org-calc-default-modes): New option.
21756 (orgtbl-make-binding): Use `defun' to get better help display.
21757 (org-diary): Call `org-compile-prefix-format'.
21758 (org-table-formula-substitute-names): New function.
21759 (org-agenda-day-view, org-agenda-week-view): New commands.
21760 (org-agenda-toggle-week-view): Command removed.
21761 (org-tbl-menu): Split off from org-org-menu.
21762 (org-mode): Move removal of outline-mode menus to here.
21763 (org-table-formula-debug): New option.
21764 (org-table-insert-row): Keep first field if just "#" or "*".
21765 (org-mode): Paragraph regexps fixed.
21766 (org-table-recalculate-regexp): New constant.
21767 (org-table-justify-field-maybe): Avoid replace if not necessary.
21768 (org-copy-special, org-cut-special): Use `call-interactively'.
21769 (org-table-copy-region): Take region from `interactive' call.
21770 (org-trim): Return string even if no match.
21771 (org-formula): New face.
21772 (org-set-font-lock-defaults): No longer highlight "FIXME".
21773 But highlight formula-related fields in table.
21774 (org-table-p): Use regexp, not fontification.
21775 (org-table-align): Handle white space at end of line.
21776 (org-table-formula-evaluate-inline): New option.
21777 (org-mode): Auto-wrapping in comment lines turned off.
21778 (org-table-copy-down): Evaluate only in copied field, not in
21779 destination.
21780 (org-table-current-formula): Variable removed.
21781 (org-table-store-formulas, org-table-get-stored-formulas)
21782 (org-table-modify-formulas, org-table-replace-in-formulas)
21783 (org-table-maybe-eval-formula): New functions.
21784 (org-table-get-formula): Modify to use stored formulas.
21785 (org-table-insert-column, org-table-delete-column)
21786 (org-table-move-column): Call `org-table-modify-formulas'.
21787 (org-complete): Add completion for keyword formulas.
21788 (orgtbl-mode): Pull orgtbl-mode-map to start of
21789 minor-mode-map-alist.
21790
21791 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21792
21793 * progmodes/python.el (python-check): Require `compile' before
21794 modifying its variables.
21795
21796 * newcomment.el (comment-indent-default): Don't get fooled by an early
21797 end of buffer.
21798
21799 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21800
21801 * ps-print.el (ps-print-version): Fix version number.
21802
21803 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
21804
21805 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
21806
21807 2005-06-28 Richard M. Stallman <rms@gnu.org>
21808
21809 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
21810 (flyspell-local-mouse-map): Declaration deleted.
21811 (flyspell-mouse-map): Bind only mouse-2.
21812 (flyspell-mode-map): Don't test flyspell-use-local-map.
21813 (flyspell-overlay-keymap-property-name): Var deleted.
21814 (flyspell-mode-on): Don't make local bindings for
21815 flyspell-mouse-map and flyspell-mode-map.
21816 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
21817
21818 * textmodes/ispell.el (ispell-word): Do not ignore short words.
21819
21820 * progmodes/compile.el (compilation-next-error-function):
21821 Don't switch buffers; operate on the current buffer.
21822
21823 * progmodes/compile.el (compilation-error-file-name)
21824 (compilation-warning-file-name, compilation-info-file-name)
21825 (compilation-line-number, compilation-column-number): New faces.
21826 (compilation-error-face, compilation-warning-face)
21827 (compilation-info-face, compilation-line-face)
21828 (compilation-column-face): Use them.
21829
21830 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
21831
21832 * comint.el (comint-password-prompt-regexp): Accept ", try again".
21833
21834 * bindings.el (global-map): Bind insertchar and its variants.
21835
21836 2005-06-27 Richard M. Stallman <rms@gnu.org>
21837
21838 * textmodes/artist.el (artist-text-overwrite)
21839 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
21840
21841 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21842
21843 * ps-print.el: It was not working the page selection for printing.
21844 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
21845 (ps-print-version): New version 6.6.7.
21846 (ps-end-sheet): New fun.
21847 (ps-header-sheet, ps-end-job): Call it.
21848
21849 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
21850
21851 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
21852
21853 2005-06-27 Lute Kamstra <lute@gnu.org>
21854
21855 * facemenu.el (facemenu-unlisted-faces): Add foreground and
21856 background color faces.
21857 (facemenu-get-face): Delete function.
21858 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
21859 (facemenu-add-new-color): Make second argument mandatory.
21860 Create the appropriate face and return it. Simplify.
21861 (facemenu-set-foreground, facemenu-set-background): Don't check if
21862 color is defined. Use return value of facemenu-add-new-color.
21863
21864 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
21865
21866 * progmodes/gud.el (gud-filter): Add missing argument to
21867 with-selected-window.
21868
21869 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21870
21871 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
21872 a :require to the defcustom.
21873
21874 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
21875 defcustoms corresponding to minor modes.
21876
21877 2005-06-26 David Ponce <david@dponce.com>
21878
21879 * recentf.el: Require tree-widget instead of wid-edit.
21880 (recentf-filename-handler): Fix widget :type.
21881 (recentf-cancel-dialog, recentf-open-more-files)
21882 (recentf-open-files-action): Doc fix.
21883 (recentf-dialog-goto-first): New function.
21884 (recentf-dialog-mode-map): Set parent keymap first.
21885 (recentf-dialog-mode): Define with define-derived-mode.
21886 Don't display continuation lines in dialogs.
21887 (recentf-edit-list): Rename from recentf-edit-selected-items.
21888 (recentf-edit-list-select): Rename from recentf-edit-list-action.
21889 Simplify.
21890 (recentf-edit-list-validate): New function.
21891 (recentf-edit-list): Update accordingly.
21892 (recentf-open-files-item-shift): Remove.
21893 (recentf-open-files-item): Convert menu elements into tree and
21894 link widgets. Don't create the widgets.
21895 (recentf-open-files): Update accordingly.
21896 (recentf-save-list): Untabify.
21897
21898 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
21899
21900 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
21901 (keep-lines): Add INTERACTIVE arg. Never delete lines only
21902 partially contained in the active region. Do not take active
21903 region into account when called from Lisp, unless INTERACTIVE arg
21904 is non-nil. Use `forward-line' instead of `beginning-of-line' to
21905 avoid trouble with fields. Make marker point nowhere when no
21906 longer used. Always return nil. Doc fix.
21907 (flush-lines): Add INTERACTIVE arg. Do not take active region
21908 into account when called from Lisp, unless INTERACTIVE arg is
21909 non-nil. Use `forward-line' instead of `beginning-of-line' to
21910 avoid trouble with fields. Make marker point nowhere when no
21911 longer used. Always return nil. Doc fix.
21912 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
21913 interchangeable. Do not take active region into account when
21914 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
21915 message in echo area when called from Lisp, unless INTERACTIVE arg
21916 is non-nil. Avoid saying "1 occurrences". Do not use markers.
21917 Return the number of matches. Doc fix.
21918 (occur): Doc fix.
21919 (perform-replace): Make comment follow double space convention for
21920 the sake of `outline-minor-mode'.
21921
21922 * faces.el (facep): Doc fix.
21923
21924 2005-06-25 Richard M. Stallman <rms@gnu.org>
21925
21926 * facemenu.el (facemenu-enable-faces-p): New function.
21927 (facemenu-background-menu, facemenu-foreground-menu)
21928 (facemenu-face-menu): Add menu-enable property.
21929
21930 * jka-compr.el (jka-compr-insert-file-contents):
21931 Special handling if cannot find the uncompression program.
21932
21933 * cus-face.el (custom-face-attributes): Add autoload.
21934
21935 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21936 Bind comment-indent-function locally.
21937
21938 * window.el (save-selected-window): Use save-current-buffer.
21939
21940 * subr.el (with-selected-window): Use save-current-buffer.
21941
21942 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
21943 and with-current-buffer.
21944
21945 2005-06-24 Richard M. Stallman <rms@gnu.org>
21946
21947 * simple.el (line-move-1): Fix previous change.
21948
21949 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
21950
21951 * replace.el (occur-1): Set `buffer-read-only' and the
21952 buffer-modified flag before running `occur-hook' to protect
21953 against unintentional buffer switches that can lead to data loss.
21954
21955 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
21956
21957 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
21958 (gud-gdb-marker-filter): Use font-lock-warning-face for any
21959 initial error.
21960
21961 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
21962 after fresh input.
21963 (gdb-var-create-handler): Put name of expression in quotes.
21964
21965 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
21966
21967 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
21968 elements of RING in order, and without bogus nil elements.
21969
21970 2005-06-23 Richard M. Stallman <rms@gnu.org>
21971
21972 * simple.el (set-variable): Args renamed; doc fix.
21973 (line-move-1): When there are overlays around, use vertical-motion.
21974
21975 * faces.el (escape-glyph): Use brown against light background.
21976 (nobreak-space): Rename from no-break-space.
21977 Fix previous change.
21978
21979 * dired-aux.el (dired-do-copy): Fix arg prompt.
21980
21981 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
21982
21983 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21984
21985 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
21986 rather than "Distributor".
21987
21988 2005-06-23 Lute Kamstra <lute@gnu.org>
21989
21990 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
21991 (debug-on-entry): Use it. New interactive declaration that uses
21992 function-called-at-point.
21993
21994 2005-06-23 Kim F. Storm <storm@cua.dk>
21995
21996 * subr.el (save-match-data): Add comment about using evaporate arg
21997 to set-match-data.
21998
21999 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
22000
22001 * cus-edit.el (customize-face)
22002 (customize-face-other-window): Handle face aliases.
22003
22004 * faces.el (face-documentation, set-face-attribute)
22005 (face-spec-set): Handle face aliases.
22006
22007 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
22008
22009 * help-mode.el (help-make-xrefs): If a symbol representing a face
22010 name is not followed by the word "face", it could still be a
22011 function or variable name, so don't bypass other checks.
22012
22013 2005-06-22 Juri Linkov <juri@jurta.org>
22014
22015 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22016 Replace aliased functions with calls where second arg `inherit' is t.
22017
22018 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
22019
22020 * progmodes/gdb-ui.el (gdb-error): New variable.
22021 (gdb-error): New function.
22022 (gdb-annotation-rules): Act on error-begin and error annotations.
22023 (gdb-concat-output): Use font-lock-warning-face for errors.
22024
22025 2005-06-22 Miles Bader <miles@gnu.org>
22026
22027 * bindings.el (propertized-buffer-identification): Use renamed
22028 `Buffer-menu-buffer' face.
22029
22030 * faces.el (vertical-border): Rename from `vertical-divider'.
22031 (escape-glyph): Change dark-background color back to `cyan'.
22032
22033 2005-06-21 Juri Linkov <juri@jurta.org>
22034
22035 * faces.el (face-user-default-spec): Try getting `customized-face'
22036 prior to `saved-face'.
22037 (frame-background-mode): Refill docstring.
22038
22039 * emacs-lisp/lisp-mode.el (eval-defun-1):
22040 * emacs-lisp/edebug.el (edebug-eval-defun):
22041 Set `saved-face' temporarily to nil before calling form.
22042 Set `customized-face' to the new spec after that.
22043
22044 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
22045
22046 * subr.el (1value, lambda, key-substitution-in-progress):
22047 Doc fixes.
22048
22049 * autoinsert.el (auto-insert-alist):
22050 * ses.el (ses-call-printer):
22051 * subr.el (noreturn):
22052 * emacs-lisp/lisp.el (check-parens):
22053 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22054 * net/browse-url.el (browse-url-mosaic):
22055 * progmodes/cc-defs.el (c-safe-scan-lists):
22056 * progmodes/ebnf-abn.el (ebnf-abn-lex):
22057 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22058 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22059 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22060 * progmodes/ebnf-iso.el (ebnf-iso-lex):
22061 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22062
22063 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
22064
22065 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22066
22067 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
22068
22069 * calendar/appt.el (appt-make-list): Activate the package, if
22070 not already active (for backwards compatibility).
22071
22072 2005-06-20 Kim F. Storm <storm@cua.dk>
22073
22074 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
22075
22076 2005-06-20 Miles Bader <miles@gnu.org>
22077
22078 * faces.el (vertical-divider): New face.
22079
22080 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
22081
22082 * simple.el (kill-whole-line): Doc fix.
22083 (next-error-buffer-p, next-error-find-buffer)
22084 (clone-indirect-buffer): Fix typos in docstrings.
22085 (comment-line-break-function): Doc fix: don't say variable
22086 is automatically buffer-local (it isn't).
22087
22088 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
22089
22090 * net/tramp-ftp.el (top):
22091 * net/tramp-smb.el (top):
22092 * net/tramp-util.el (top):
22093 * net/tramp-uu.el (top):
22094 * net/tramp-vc.el (top):
22095 * net/tramp.el (top): Revert copyright years back to original
22096 ones. Tramp has a life outside GNU Emacs.
22097
22098 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
22099
22100 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22101
22102 2005-06-18 Juri Linkov <juri@jurta.org>
22103
22104 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22105 end of first regexp to limit the match to the position between
22106 line number and source line with same separator character as used
22107 between file name and line number. In the second regexp limit
22108 mouse-face area to file name and line number by adding new group
22109 for them and referring it in HYPERLINK arg.
22110 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22111 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22112 previous line where grep markers may be already removed.
22113
22114 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
22115
22116 * progmodes/ps-mode.el: Update version and maintainer's email address.
22117
22118 2005-06-18 Steve Youngs <steve@xemacs.org>
22119
22120 * net/browse-url.el (browse-url-browser-function)
22121 (browse-url-default-browser): Add firefox.
22122 (browse-url-firefox-program, browse-url-firefox-arguments)
22123 (browse-url-firefox-startup-arguments)
22124 (browse-url-firefox-new-window-is-tab): New defcustoms.
22125 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22126
22127 2005-06-17 Richard M. Stallman <rms@gnu.org>
22128
22129 * startup.el (command-line): Warn if specified user name has
22130 no home directory.
22131
22132 * term.el (term-get-old-input, term-input-filter, term-input-sender)
22133 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22134
22135 * longlines.el (longlines-mode, longlines-show-hard-newlines):
22136 Doc fixes.
22137
22138 * faces.el (underline): Try bold if terminal doesn't support underline.
22139
22140 * mail/sendmail.el (mail-setup-with-from): New variable.
22141 (mail-insert-from-field): New function.
22142 (sendmail-send-it): Call it.
22143 (mail-setup): Optionally call it here.
22144
22145 * term/linux.el: Call tty-no-underline.
22146
22147 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
22148
22149 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22150
22151 2005-06-17 Miles Bader <miles@gnu.org>
22152
22153 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22154 (ediff-current-diff-C, ediff-current-diff-Ancestor)
22155 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22156 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22157 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22158 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22159 Remove "-face" suffix from face names.
22160 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22161 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22162 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22163 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22164 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22165 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22166 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22167 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22168 New backward-compatibility aliases for renamed faces.
22169 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22170 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22171 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22172 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22173 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22174 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22175 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22176 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22177 Use renamed ediff faces.
22178
22179 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22180 Remove "-face" suffix from face names.
22181 (eshell-test-ok-face, eshell-test-failed-face):
22182 New backward-compatibility aliases for renamed faces.
22183 (eshell-run-test): Use renamed eshell-test faces.
22184
22185 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22186 face name.
22187 (eshell-prompt-face): New backward-compatibility alias for renamed
22188 face.
22189 (eshell-emit-prompt): Use renamed eshell-prompt face.
22190
22191 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22192 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22193 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22194 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22195 Remove "-face" suffix from face names.
22196 (eshell-ls-directory-face, eshell-ls-symlink-face)
22197 (eshell-ls-executable-face, eshell-ls-readonly-face)
22198 (eshell-ls-unreadable-face, eshell-ls-special-face)
22199 (eshell-ls-missing-face, eshell-ls-archive-face)
22200 (eshell-ls-backup-face, eshell-ls-product-face)
22201 (eshell-ls-clutter-face):
22202 New backward-compatibility aliases for renamed faces.
22203 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22204
22205 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22206 Remove "-face" suffix from face name.
22207 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22208 instead of literal face.
22209
22210 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
22211
22212 * emacs-lisp/warnings.el (display-warning, lwarn)
22213 (warning-minimum-log-level): Doc fixes.
22214 (warning-minimum-level, warning-minimum-log-level):
22215 Add :debug to :type choices.
22216
22217 * progmodes/ada-mode.el (ada-format-paramlist)
22218 (ada-get-indent-case, ada-check-matching-start)
22219 (ada-check-defun-name, ada-goto-matching-decl-start)
22220 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22221 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22222 (ada-make-subprogram-body): Follow error conventions.
22223 (ada-case-exception-file, ada-indent-comment-as-code)
22224 (ada-indent-handle-comment-special, ada-indent-renames)
22225 (ada-indent-return, ada-search-directories-internal)
22226 (ada-tab-policy, ada-case-exception-substring)
22227 (ada-other-file-alist, ada-matching-start-re)
22228 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22229 (ada-imenu-generic-expression, ada-compile-goto-error)
22230 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22231 (ada-popup-menu, ada-add-extensions, ada-mode)
22232 (ada-region-selected, ada-create-case-exception)
22233 (ada-create-case-exception-substring, ada-after-keyword-p)
22234 (ada-activate-keys-for-case, ada-adjust-case-region)
22235 (ada-adjust-case-buffer, ada-format-paramlist)
22236 (ada-scan-paramlist, ada-insert-paramlist)
22237 (ada-indent-newline-indent)
22238 (ada-indent-newline-indent-conditional)
22239 (ada-justified-indent-current, ada-goto-previous-word)
22240 (ada-indent-current, ada-get-indent-open-paren)
22241 (ada-get-indent-paramlist, ada-get-indent-end)
22242 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22243 (ada-get-indent-block-start, ada-get-indent-subprog)
22244 (ada-get-indent-noindent, ada-get-indent-label)
22245 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22246 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22247 (ada-goto-stmt-end, ada-goto-next-word)
22248 (ada-check-matching-start, ada-check-defun-name)
22249 (ada-goto-matching-decl-start, ada-goto-matching-start)
22250 (ada-goto-matching-end, ada-search-ignore-string-comment)
22251 (ada-in-decl-p, ada-looking-at-semi-or)
22252 (ada-looking-at-semi-private, ada-in-paramlist-p)
22253 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22254 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22255 (ada-next-procedure, ada-previous-procedure, ada-next-package)
22256 (ada-previous-package, ada-create-menu)
22257 (ada-fill-comment-paragraph-justify)
22258 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22259 (ada-other-file-name, ada-last-which-function-line)
22260 (ada-last-which-function-subprog, ada-which-function)
22261 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22262 (ada-gen-treat-proc, ada-check-emacs-version)
22263 (ada-continuation-indent, ada-align-region-separate):
22264 Fix typos in docstrings.
22265 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22266
22267 2005-06-16 Lute Kamstra <lute@gnu.org>
22268
22269 * simple.el (fundamental-mode): Run after-change-major-mode-hook
22270 conditionally.
22271
22272 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
22273
22274 * comint.el (comint-replace-by-expanded-filename)
22275 (comint-prompt-regexp, comint-delimiter-argument-list)
22276 (comint-preinput-scroll-to-bottom):
22277 * info.el (Info-hide-cookies-node):
22278 * ls-lisp.el (ls-lisp-classify):
22279 * find-file.el (ff-search-directories, ff-special-constructs)
22280 (ff-find-other-file):
22281 * font-lock.el (font-lock-keywords):
22282 * shell.el (shell-prompt-pattern)
22283 (shell-dynamic-complete-functions, shell-mode)
22284 (shell-delimiter-argument-list):
22285 * term.el (term-replace-by-expanded-filename)
22286 (term-prompt-regexp, term-delimiter-argument-list):
22287 * woman.el (woman-ignore, woman0-if):
22288 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22289 * emacs-lisp/elint.el (elint-init-env):
22290 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22291 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22292 * language/ethio-util.el (ethio-tilde-escape)
22293 (ethio-use-three-dot-question):
22294 * net/zone-mode.el (zone-mode-load-time-setup):
22295 * progmodes/cc-align.el (c-lineup-argcont):
22296 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22297 * progmodes/cperl-mode.el (cperl-set-style-back):
22298 * progmodes/inf-lisp.el (inferior-lisp-prompt):
22299 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22300 Fix spellings in docstrings.
22301
22302 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22303 * progmodes/modula2.el (m2-for): Fix spellings.
22304
22305 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22306
22307 * simple.el (undo-more): Don't use `format' on `error' arguments.
22308 Improve argument/docstring consistency.
22309 (pending-undo-list): Doc fix.
22310
22311 * smerge-mode.el (smerge-ensure-match):
22312 * emulation/vip.el (vip-ex):
22313 * net/zone-mode.el (zone-mode-update-serial):
22314 * progmodes/idlwave.el (idlwave-complete):
22315 * progmodes/vhdl-mode.el (vhdl-visit-file)
22316 (vhdl-compose-wire-components):
22317 Don't use `format' on `error' arguments.
22318
22319 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22320 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22321 (tooltip-help-tips): Fix typos in docstrings.
22322
22323 2005-06-16 David Ponce <david@dponce.com>
22324
22325 * tree-widget.el (tree-widget-value-create): Simplify last change.
22326
22327 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
22328
22329 * ido.el (ido-incomplete-regexp): New variable.
22330 (ido-set-matches-1): Handle invalid-regexp error and set
22331 ido-incomplete-regexp.
22332 (ido-incomplete-regexp): New face.
22333 (ido-completions): Use it.
22334 (ido-complete, ido-exit-minibuffer, ido-completions):
22335 Handle incomplete regexps.
22336 (ido-completions): Add check for complete match when entering a regexp.
22337
22338 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22339
22340 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22341
22342 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22343
22344 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22345 by field delimiters.
22346
22347 2005-06-15 David Ponce <david@dponce.com>
22348
22349 * tree-widget.el: eval-and-compile inlined functions so they will
22350 be available at run-time too.
22351 (tree-widget-super-format-handler)
22352 (tree-widget-format-handler): Remove.
22353 (tree-widget-value-create): Handle the :indent property.
22354
22355 2005-06-15 Miles Bader <miles@gnu.org>
22356
22357 * progmodes/which-func.el (which-func): Only inherit
22358 `font-lock-function-name-face' when that makes sense against the
22359 default mode-line face, otherwise set the face color explicitly.
22360
22361 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
22362 faces instead of (non-existent) variables.
22363
22364 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22365
22366 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
22367 (iswitchb-get-matched-buffers): Likewise. Simplify.
22368
22369 2005-06-14 Miles Bader <miles@gnu.org>
22370
22371 * progmodes/ld-script.el (ld-script-location-counter):
22372 Remove "-face" suffix from face name.
22373 (ld-script-location-counter-face):
22374 New backward-compatibility alias for renamed face.
22375 (ld-script-location-counter-face): Use renamed face.
22376
22377 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
22378 (cperl-hash): Remove "-face" suffix from face names.
22379 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
22380 New backward-compatibility aliases for renamed faces.
22381 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
22382 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
22383
22384 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
22385 name.
22386 (which-func-face): New backward-compatibility alias for renamed face.
22387 (which-func-format): Use renamed which-func face.
22388
22389 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
22390 (vhdl-function, vhdl-directive, vhdl-reserved-word)
22391 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
22392 names.
22393 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
22394 (vhdl-speedbar-configuration, vhdl-speedbar-package)
22395 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
22396 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
22397 (vhdl-speedbar-architecture-selected)
22398 (vhdl-speedbar-configuration-selected)
22399 (vhdl-speedbar-package-selected)
22400 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
22401 names.
22402 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
22403 Use renamed faces.
22404 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
22405 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
22406 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
22407 Use renamed faces.
22408 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
22409 names.
22410 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
22411 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
22412 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
22413 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
22414 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
22415 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
22416
22417 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
22418 face name.
22419 (sh-heredoc-face): New backward-compatibility alias for renamed face.
22420 (sh-heredoc-face): Use renamed sh-heredoc face.
22421
22422 * progmodes/idlw-help.el (idlwave-help-link):
22423 Remove "-face" suffix from face name.
22424 (idlwave-help-link-face):
22425 New backward-compatibility alias for renamed face.
22426 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
22427
22428 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
22429 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
22430 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
22431 New backward-compatibility aliases for renamed faces.
22432 (idlwave-shell-disabled-breakpoint-face)
22433 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
22434
22435 * progmodes/flymake.el (flymake-errline, flymake-warnline):
22436 Remove "-face" suffix from face names.
22437 (flymake-errline-face, flymake-warnline-face):
22438 New backward-compatibility aliases for renamed faces.
22439 (flymake-highlight-line): Use renamed flymake faces.
22440
22441 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
22442 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
22443 (ebrowse-member-class, ebrowse-progress):
22444 Remove "-face" suffix from face names.
22445 (ebrowse-tree-mark-face, ebrowse-root-class-face)
22446 (ebrowse-file-name-face, ebrowse-default-face)
22447 (ebrowse-member-attribute-face, ebrowse-member-class-face)
22448 (ebrowse-progress-face):
22449 New backward-compatibility aliases for renamed faces.
22450 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
22451 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
22452 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
22453 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
22454
22455 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
22456 antlr-syntax)
22457 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
22458 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
22459 names.
22460 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22461 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
22462 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
22463 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
22464 backward-compatibility aliases for renamed faces.
22465 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
22466 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
22467 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
22468 remove "font-lock-". Use renamed antlr-mode faces.
22469 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
22470 literal face-names with face variable references.
22471
22472 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
22473 face name.
22474 (Buffer-menu-buffer-face): New backward-compatibility alias for
22475 renamed face.
22476 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
22477
22478 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
22479
22480 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
22481 Eliminate "-face" suffix.
22482 (makefile-targets): Inherit from font-lock-function-name-face and
22483 eliminate "-face" suffix.
22484 (makefile-shell): Remove attributes and eliminate "-face" suffix.
22485 (makefile-*-font-lock-keywords): Append makefile-targets in rule
22486 actions, instead of prepending, to make it less visible.
22487 (makefile-previous-dependency, makefile-match-dependency):
22488 Don't match a target on a continuation line.
22489
22490 * files.el (auto-mode-alist): Put Makefile in gmake mode.
22491
22492 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
22493
22494 * progmodes/gdb-ui.el (menu): Re-order menu items.
22495 (gdb-tooltip-print): Respect tooltip-use-echo-area.
22496
22497 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
22498 Define in tooltip.el.
22499 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
22500 (gud-tooltip-tips): Respect tooltip-use-echo-area and
22501 gud-tooltip-echo-area.
22502
22503 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
22504 backward compatibility and make obsolete.
22505 (tooltip-help-tips): Use tooltip-use-echo-area.
22506 (tooltip-show-help-function): Rename to...
22507 (tooltip-show-help): ...this, because it is a function.
22508 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
22509
22510 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
22511
22512 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
22513 (edebug-print-length, edebug-print-level, edebug-print-circle)
22514 (edebug-modify-breakpoint, edebug-eval-last-sexp)
22515 (edebug-eval-print-last-sexp): Doc fixes.
22516
22517 2005-06-14 Kim F. Storm <storm@cua.dk>
22518
22519 * ido.el (ido-mode): Make a new keymap every time we enable ido,
22520 as the coverage buffer/file/both may change.
22521
22522 2005-06-14 Lute Kamstra <lute@gnu.org>
22523
22524 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22525 and run-mode-hooks. Simplify.
22526
22527 * mail/rmailedit.el (rmail-edit-mode):
22528 * progmodes/octave-inf.el (inferior-octave-mode):
22529 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22530
22531 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22532 and run-mode-hooks.
22533 (recentf-edit-list, recentf-open-files): Don't call
22534 kill-all-local-variables directly.
22535
22536 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22537
22538 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
22539
22540 * emacs-lisp/byte-run.el (make-obsolete)
22541 (define-obsolete-function-alias): Rename arguments FUNCTION and
22542 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22543 (make-obsolete-variable, define-obsolete-variable-alias):
22544 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22545 respectively.
22546
22547 * isearchb.el (isearchb-activate):
22548 * pcvs.el (cvs-mode):
22549 * ses.el (ses-load):
22550 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22551 * net/tramp.el (tramp-find-file-exists-command)
22552 (tramp-find-shell):
22553 * progmodes/ada-mode.el (ada-create-case-exception)
22554 (ada-create-case-exception-substring, ada-make-subprogram-body):
22555 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22556 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22557 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22558 * textmodes/org.el (org-promote, org-evaluate-time-range)
22559 (org-agenda-next-date-line, org-agenda-previous-date-line)
22560 (org-agenda-error, org-open-at-point, org-table-move-row)
22561 (org-format-table-table-html-using-table-generate-source)
22562 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22563 * textmodes/reftex.el (reftex-access-scan-info):
22564 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22565 (reftex-toc-promote-prepare): Follow error conventions.
22566
22567 * diff-mode.el (diff-mode): Fix typo in docstring.
22568
22569 * forms.el (forms--intuit-from-file): Fix reference to
22570 `forms-number-of-fields' in error message.
22571 (forms-print): Fix quoting in error message.
22572
22573 * forms.el (forms-mode):
22574 * emulation/vi.el (vi-goto-insert-state):
22575 * progmodes/flymake.el (flymake-new-err-info)
22576 (flymake-start-syntax-check-for-current-buffer)
22577 (flymake-simple-cleanup):
22578 * eshell/esh-var.el (eshell/export):
22579 * progmodes/gud.el (xdb):
22580 * textmodes/flyspell.el (flyspell-incorrect-hook)
22581 (flyspell-maybe-correct-transposition)
22582 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22583
22584 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
22585
22586 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22587 minibuffer prompt.
22588
22589 2005-06-13 Kim F. Storm <storm@cua.dk>
22590
22591 * subr.el (add-to-ordered-list): New defun.
22592
22593 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22594 add cua--keymap-alist to emulation-mode-map-alists.
22595
22596 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22597
22598 * subr.el (complete-in-turn): New macro.
22599 (dynamic-completion-table, lazy-completion-table): Add debug info.
22600
22601 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22602 in preference to face aliases.
22603
22604 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22605 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22606 Remove unused vars `start' and `firstline'.
22607 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22608 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22609
22610 2005-06-13 Eli Zaretskii <eliz@gnu.org>
22611
22612 * cus-start.el (all): Don't complain about missing GTK-related
22613 variables, unless either `gtk' is boundp or this isn't a
22614 `windows-nt' build.
22615
22616 2005-06-13 Lute Kamstra <lute@gnu.org>
22617
22618 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22619 run-mode-hooks.
22620
22621 * ediff-mult.el (ediff-meta-mode):
22622 * ediff-util.el (ediff-mode): Use run-mode-hooks.
22623
22624 * ledit.el (ledit-mode): Use delay-mode-hooks.
22625
22626 * woman.el (woman-mode-line-format): Delete constant.
22627 (woman-mode-map): Initialize it properly.
22628 (woman-mode): Set mode-class property to special.
22629 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
22630 Set major-mode and mode-name. Don't set mode-line-format directly.
22631 (Man-getpage-in-background): Don't reference woman-mode-line-format.
22632
22633 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22634 string argument obsolete.
22635
22636 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
22637
22638 * textmodes/org.el (org-CUA-compatible): New option.
22639 (org-disputed-keys): New variable.
22640 (org-key): New function.
22641 (orgtbl-make-binding): Add docstring to the created function.
22642 (org-mode): Set paragraph start/separate regexps.
22643 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22644 (org-archive-location, org-archive-mark-done)
22645 (org-archive-stamp-time): New options.
22646 (org-archive-subtree): New command.
22647 (org-fill-paragraph): New function.
22648 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22649 (org-fake-empty-table-line): Function removed.
22650 (org-format-org-table-html): Do not create empty table lines at
22651 separator lines. Improved table header treatment.
22652 (org-link-format): New option.
22653 (org-make-link): New function.
22654 (org-insert-link, org-store-link): Use org-make-link.
22655 (org-open-file): Quote file name for shell command, to allow
22656 spaces in file names.
22657 (org-link-regexp): Fix bug with mailto link.
22658 (org-link-maybe-angles-regexp, org-protected-link-regexp):
22659 New constants.
22660 (org-export-as-html): Deal with the optional angles around a link.
22661 Better treatment of file: links.
22662 (org-open-at-point): Replace @{ and @} with < and >.
22663 (org-run-mode-hooks): Function removed.
22664 (org-agenda-mode): No longer use `org-run-mode-hooks'.
22665
22666 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
22667
22668 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22669 MI command -data-list-register-values.
22670 (gdb-post-prompt): Indent properly.
22671
22672 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
22673
22674 * hilit-chg.el (highlight-changes-colors): Rename from
22675 `highlight-changes-colours'.
22676 (highlight-changes-colours): Keep as obsolete alias.
22677 (highlight-changes-face-list): Doc fix.
22678 (hilit-chg-make-list): Use `highlight-changes-colors'.
22679
22680 2005-06-12 Mark A. Hershberger <mah@everybody.org>
22681
22682 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22683 defun-prompt-regexp.
22684
22685 2005-06-12 Eli Zaretskii <eliz@gnu.org>
22686
22687 * loadup.el: Don't say we are dumping under 2 names on windows-nt
22688 and cygwin.
22689
22690 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22691 Don't use an old loaddefs.el, as in Makefile.in.
22692
22693 2005-06-12 Lute Kamstra <lute@gnu.org>
22694
22695 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22696
22697 * man.el (Man-mode-map): Initialize it properly.
22698 (Man-mode): Set mode-class property to special.
22699
22700 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22701
22702 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
22703
22704 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22705 A newline is needed in the docstring there.
22706
22707 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22708 Doc fixes.
22709
22710 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22711
22712 * printing.el: Doc fix. The menubar is no more changed when printing
22713 is loaded, it only changes when pr-menu-bind or pr-update-menus is
22714 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
22715 (pr-version): New version number (6.8.4).
22716 (pr-menu-bind): New command.
22717 (pr-update-menus): Docstring and code fix.
22718 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
22719 Docstring fix.
22720 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
22721 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
22722
22723 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
22724
22725 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
22726 "Returns" to "return", document useful return values, etc.
22727
22728 2005-06-11 Alan Mackenzie <acm@muc.de>
22729
22730 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
22731 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
22732 (adaptive-file-function): Minor amendment to doc-string.
22733
22734 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22735
22736 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
22737 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
22738 Fix :type--it is `integer', not `string'.
22739
22740 * faces.el (modeline-highlight): Rename from (the erroneous)
22741 `modeline-higilight'.
22742
22743 2005-06-11 Lute Kamstra <lute@gnu.org>
22744
22745 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
22746 lisp-interaction-mode-map but make it the parent.
22747 (edebug-eval-mode): Use define-derived-mode.
22748
22749 2005-06-11 Andreas Schwab <schwab@suse.de>
22750
22751 * bindings.el: Add binding of `ESC functionkey' for every
22752 `M-functionkey'.
22753 * hexl.el (hexl-mode-map): Likewise.
22754
22755 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
22756
22757 * progmodes/compile.el (compilation-error-regexp-alist-alist)
22758 [msft]: update regexp for newer msft compilers.
22759
22760 2005-06-10 Mark A. Hershberger <mah@everybody.org>
22761
22762 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
22763 ATTLIST portions of included DTDs.
22764 (xml-parse-dtd): Eliminate use of inefficient match-data.
22765
22766 2005-06-10 Miles Bader <miles@gnu.org>
22767
22768 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
22769 (mpuz-text): Remove "-face" suffix from face names.
22770 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
22771 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
22772 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
22773
22774 * play/gomoku.el (gomoku-O, gomoku-X):
22775 Remove "-face" suffix from face names.
22776 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
22777 New backward-compatibility aliases for renamed faces.
22778 (gomoku-font-lock-keywords): Use renamed gomoku faces.
22779
22780 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22781
22782 * thumbs.el: Fixes for changes of 2005-06-09.
22783 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
22784 as a directory.
22785 (thumbs-thumbname): Remove directory separator from format string;
22786 `thumbs-thumbsdir' now returns a valid directory name.
22787 (thumbs-temp-dir): New defsubst.
22788 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
22789 Use it.
22790
22791 * cus-edit.el (minibuffer):
22792 * files.el (make-backup-file-name-function):
22793 * filesets.el (filesets-external-viewers):
22794 * hilit-chg.el (highlight-changes-colours)
22795 (highlight-changes-face-list, highlight-changes-rotate-faces):
22796 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
22797 * kmacro.el (kmacro-call-macro):
22798 * log-edit.el (log-edit-changelog-full-paragraphs):
22799 * mouse.el (mouse-1-click-follows-link):
22800 * skeleton.el (skeleton-autowrap):
22801 * subr.el (insert-for-yank-1):
22802 * tempo.el (tempo-insert-region):
22803 * terminal.el (terminal-emulator):
22804 * time.el (display-time-mail-face):
22805 * vc.el (vc-annotate):
22806 * vcursor.el (vcursor-copy-line):
22807 * woman.el (woman-bold-headings, woman-ignore)
22808 (woman-default-faces, woman-monochrome-faces):
22809 * calendar/todo-mode.el (todo-insert-threshold):
22810 * emulation/pc-select.el (pc-select-selection-keys-only)
22811 (pc-selection-mode):
22812 * emulation/vip.el (vip-find-char-forward):
22813 * emulation/viper-cmd.el (viper-find-char-forward):
22814 * international/mule-cmds.el
22815 (select-safe-coding-system-accept-default-p)
22816 (input-method-exit-on-invalid-key):
22817 * international/mule-diag.el (describe-coding-system):
22818 * international/ucs-tables.el (unify-8859-on-encoding-mode):
22819 * net/browse-url.el (browse-url-xterm-program):
22820 * obsolete/lazy-lock.el (lazy-lock-mode):
22821 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
22822 (cperl-mode):
22823 * progmodes/cpp.el (cpp-face-light-name-list)
22824 (cpp-face-dark-name-list):
22825 * progmodes/delphi.el (delphi-newline-always-indents):
22826 Fix spellings in docstrings.
22827
22828 * ido.el (ido-mode, ido-file-extensions-order)
22829 (ido-default-file-method, ido-default-buffer-method)
22830 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
22831 (ido-decorations, ido-read-file-name-as-directory-commands)
22832 (ido-read-file-name-non-ido, ido-work-directory-list)
22833 (ido-ignore-item-temp-list, ido-current-directory)
22834 (ido-magic-forward-char, ido-enter-find-file)
22835 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
22836 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
22837
22838 2005-06-10 Lute Kamstra <lute@gnu.org>
22839
22840 * play/dunnet.el (dun-mode): Use define-derived-mode.
22841 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
22842 obsolete alias.
22843
22844 * play/doctor.el (doctor-mode-map): Remove defvar.
22845 (doctor-mode): Use define-derived-mode.
22846
22847 * mail/mspools.el (mspools-mode):
22848 * net/eudc-hotlist.el (eudc-hotlist-mode):
22849 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
22850
22851 2005-06-10 Miles Bader <miles@gnu.org>
22852
22853 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
22854 Remove "-face" suffix from face names.
22855 (flyspell-incorrect-face, flyspell-duplicate-face):
22856 New backward-compatibility aliases for renamed faces.
22857 (flyspell-mode-on, make-flyspell-overlay)
22858 (flyspell-highlight-incorrect-region)
22859 (flyspell-highlight-duplicate-region)
22860 (flyspell-display-next-corrections)
22861 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
22862
22863 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
22864 from face name.
22865 (texinfo-heading-face): New backward-compatibility alias for
22866 renamed face.
22867 (texinfo-heading-face): Use renamed texinfo-heading face.
22868
22869 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
22870 suffix from face names.
22871 (tex-math-face, tex-verbatim-face):
22872 New backward-compatibility aliases for renamed faces.
22873 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
22874 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
22875 literal face name.
22876
22877 * textmodes/table.el (table-cell): Remove "-face" suffix from face
22878 name.
22879 (table-cell-face): New backward-compatibility alias for renamed face.
22880 (table--put-cell-face-property, table--update-cell-face):
22881 Use renamed table-cell face.
22882
22883 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
22884 from face name.
22885 (sgml-namespace-face): New backward-compatibility alias for
22886 renamed face.
22887 (sgml-namespace-face): Use renamed sgml-namespace face.
22888
22889 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
22890 (org-level-4, org-level-5, org-level-6, org-level-7)
22891 (org-level-8, org-warning, org-headline-done)
22892 (org-deadline-announce, org-scheduled-today)
22893 (org-scheduled-previously, org-link, org-done, org-table)
22894 (org-time-grid): Remove "-face" suffix from face names.
22895 (org-level-1-face, org-level-2-face, org-level-3-face)
22896 (org-level-4-face, org-level-5-face, org-level-6-face)
22897 (org-level-7-face, org-level-8-face, org-warning-face)
22898 (org-headline-done-face, org-deadline-announce-face)
22899 (org-scheduled-today-face, org-scheduled-previously-face)
22900 (org-link-face, org-done-face, org-table-face)
22901 (org-time-grid-face):
22902 New backward-compatibility aliases for renamed faces.
22903 (org-level-faces, org-set-font-lock-defaults, org-timeline)
22904 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
22905 (org-agenda-get-timestamps, org-agenda-get-scheduled)
22906 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
22907
22908 * emulation/viper-init.el (viper-search, viper-replace-overlay)
22909 (viper-minibuffer-emacs, viper-minibuffer-insert)
22910 (viper-minibuffer-vi): Remove "-face" suffix from face names.
22911 (viper-search-face, viper-replace-overlay-face)
22912 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22913 (viper-minibuffer-vi-face):
22914 New backward-compatibility aliases for renamed faces.
22915 (viper-search-face, viper-replace-overlay-face)
22916 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22917 (viper-minibuffer-vi-face): Use renamed viper faces.
22918
22919 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
22920 Remove "-face" suffix from face names.
22921 (testcover-nohits-face, testcover-1value-face):
22922 New backward-compatibility aliases for renamed faces.
22923 (testcover-mark): Use renamed testcover faces.
22924
22925 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
22926 face name.
22927 (diary-button-face): New backward-compatibility alias for renamed face.
22928 (diary-entry): Use renamed diary-button face.
22929
22930 * calendar/calendar.el (diary, calendar-today, holiday)
22931 (mark-visible-calendar-date): Remove "-face" suffix from face names.
22932 (diary-face, calendar-today-face, holiday-face):
22933 New backward-compatibility aliases for renamed faces.
22934 (eval-after-load "facemenu", diary-entry-marker)
22935 (calendar-today-marker, calendar-holiday-marker, diary-face):
22936 Use renamed calendar faces.
22937
22938 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
22939 (compare-windows-face): New backward-compatibility alias for
22940 renamed face.
22941 (compare-windows-highlight): Use renamed compare-windows face.
22942
22943 * strokes.el (strokes-char): Remove "-face" suffix from face name.
22944 (strokes-char-face): New backward-compatibility alias for renamed face.
22945 (strokes-encode-buffer): Use renamed strokes-char face.
22946
22947 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
22948 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
22949 Remove "-face" suffix from face names.
22950 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
22951 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
22952 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
22953 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
22954 Use renamed pcvs faces.
22955 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
22956 * pcvs-defs.el (cvs-mode-map): Likewise.
22957 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
22958
22959 * info.el (info-title-1, info-title-2, info-title-3)
22960 (info-title-4): Remove "-face" suffix from and downcase face names.
22961 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
22962 (Info-title-4-face):
22963 New backward-compatibility aliases for renamed faces.
22964 (Info-fontify-node): Use renamed info faces.
22965
22966 * hilit-chg.el (highlight-changes, highlight-changes-delete):
22967 Remove "-face" suffix from face names.
22968 (highlight-changes-face, highlight-changes-delete-face):
22969 New backward-compatibility aliases for renamed faces.
22970 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
22971 (hilit-chg-make-list): Use renamed highlight-changes faces.
22972
22973 * generic-x.el (show-tabs-tab, show-tabs-space):
22974 Remove "-face" suffix from face names.
22975 (show-tabs-tab-face, show-tabs-space-face):
22976 New backward-compatibility aliases for renamed faces.
22977 (show-tabs-generic-mode-font-lock-defaults-1)
22978 (show-tabs-generic-mode-font-lock-defaults-2):
22979 Use renamed show-tabs faces.
22980
22981 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
22982 (smerge-markers): Remove "-face" suffix from face names.
22983 (smerge-mine-face, smerge-other-face, smerge-base-face)
22984 (smerge-markers-face):
22985 New backward-compatibility aliases for renamed faces.
22986 (smerge-mine-face, smerge-other-face, smerge-base-face)
22987 (smerge-markers-face): Use renamed smerge faces.
22988
22989 * log-view.el (log-view-file, log-view-message): Remove "-face"
22990 suffix from face names.
22991 (log-view-file-face, log-view-message-face):
22992 New backward-compatibility aliases for renamed faces.
22993 (log-view-file-face, log-view-message-face): Use renamed log-view
22994 faces.
22995
22996 * paren.el (show-paren-match, show-paren-mismatch):
22997 Remove "-face" suffix from face names.
22998 (show-paren-match-face, show-paren-mismatch-face):
22999 New backward-compatibility aliases for renamed faces.
23000 (show-paren-function): Use renamed show-paren faces.
23001
23002 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23003 (ruler-mode-margins, ruler-mode-fringes)
23004 (ruler-mode-column-number, ruler-mode-fill-column)
23005 (ruler-mode-comment-column, ruler-mode-goal-column)
23006 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23007 suffix from face names.
23008 (ruler-mode-default-face, ruler-mode-pad-face)
23009 (ruler-mode-margins-face, ruler-mode-fringes-face)
23010 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23011 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23012 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23013 New backward-compatibility aliases for renamed faces.
23014 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23015 (ruler-mode-column-number, ruler-mode-fill-column)
23016 (ruler-mode-comment-column, ruler-mode-goal-column)
23017 (ruler-mode-tab-stop, ruler-mode-current-column)
23018 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23019 faces.
23020
23021 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23022 face name.
23023 (whitespace-highlight-the-space): Use renamed face.
23024 (whitespace-highlight-face): New backward-compatibility alias for
23025 renamed face.
23026
23027 * woman.el (woman-italic, woman-bold, woman-unknown)
23028 (woman-addition, woman-symbol-face):
23029 Remove "-face" suffix from face names.
23030 (woman-italic-face, woman-bold-face, woman-unknown-face)
23031 (woman-addition-face):
23032 New backward-compatibility aliases for renamed faces.
23033 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23034 (woman-decode-region, woman-replace-match)
23035 (woman-display-extended-fonts, woman-special-characters)
23036 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23037 Use renamed woman faces.
23038
23039 * longlines.el (longlines-visible-face): Face removed.
23040
23041 * diff-mode.el (diff-header, diff-file-header, diff-index)
23042 (diff-hunk-header, diff-removed, diff-added, diff-changed)
23043 (diff-function, diff-context, diff-nonexistent): Remove "-face"
23044 suffix from face names.
23045 (diff-header-face, diff-file-header-face, diff-index-face)
23046 (diff-hunk-header-face, diff-removed-face, diff-added-face)
23047 (diff-changed-face, diff-function-face, diff-context-face)
23048 (diff-nonexistent-face): New backward-compatibility aliases for
23049 renamed faces.
23050 (diff-header-face, diff-file-header-face)
23051 (diff-index, diff-index-face, diff-hunk-header)
23052 (diff-hunk-header-face, diff-removed, diff-removed-face)
23053 (diff-added, diff-added-face, diff-changed-face, diff-function)
23054 (diff-function-face, diff-context-face, diff-nonexistent)
23055 (diff-nonexistent-face): Use renamed diff-mode faces.
23056
23057 * progmodes/compile.el (compilation-warning-face)
23058 (compilation-info-face): Remove "-face" suffix from face names.
23059 (compilation-warning-face, compilation-info-face):
23060 New backward-compatibility aliases for renamed faces.
23061 (compilation-warning-face, compilation-info-face):
23062 Use renamed compilation faces.
23063
23064 * add-log.el (change-log-date, change-log-name)
23065 (change-log-email, change-log-file, change-log-list)
23066 (change-log-conditionals, change-log-function)
23067 (change-log-acknowledgement): Remove "-face" suffix from face names.
23068 (change-log-date-face, change-log-name-face)
23069 (change-log-email-face, change-log-file-face)
23070 (change-log-list-face, change-log-conditionals-face)
23071 (change-log-function-face, change-log-acknowledgement-face):
23072 New backward-compatibility aliases for renamed faces.
23073 (change-log-font-lock-keywords): Use renamed change-log faces.
23074
23075 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23076 (custom-set, custom-changed, custom-saved, custom-button)
23077 (custom-button-pressed, custom-documentation, custom-state)
23078 (custom-comment, custom-comment-tag, custom-variable-tag)
23079 (custom-variable-button, custom-face-tag, custom-group-tag-1)
23080 (custom-group-tag): Remove "-face" suffix from face names.
23081 (custom-magic-alist, custom-magic-value-create)
23082 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23083 (custom-invalid-face, custom-rogue-face, custom-modified-face)
23084 (custom-set-face, custom-changed-face, custom-saved-face)
23085 (custom-button-face, custom-button-pressed-face)
23086 (custom-documentation-face, custom-state-face)
23087 (custom-comment-face, custom-comment-tag-face)
23088 (custom-variable-tag-face, custom-variable-button-face)
23089 (custom-face-tag-face, custom-group-tag-face-1)
23090 (custom-group-tag-face):
23091 New backward-compatibility aliases for renamed faces.
23092
23093 * wid-edit.el (widget-documentation, widget-button)
23094 (widget-field, widget-single-line-field, widget-inactive)
23095 (widget-button-pressed): "-face" suffix removed from face names.
23096 (widget-documentation-face, widget-button-face)
23097 (widget-field-face, widget-single-line-field-face)
23098 (widget-inactive-face, widget-button-pressed-face):
23099 New backward-compatibility aliases for renamed faces.
23100 (widget-documentation-face, widget-button-face)
23101 (widget-button-pressed-face, widget-specify-field)
23102 (widget-specify-inactive): Use renamed widget faces.
23103
23104 2005-06-10 Kenichi Handa <handa@m17n.org>
23105
23106 * term/x-win.el (x-clipboard-yank): Remove condition-case
23107 wrapping.
23108
23109 2005-06-11 Kenichi Handa <handa@m17n.org>
23110
23111 * add-log.el (change-log-font-lock-keywords): Make the regexp for
23112 date lines stricter.
23113
23114 2005-06-10 Zhang Wei <id.brep@gmail.com>
23115
23116 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23117 of x-get-selection.
23118
23119 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23120
23121 * comint.el (comint-mode, comint-snapshot-last-prompt):
23122 * frame.el (frame-current-scroll-bars):
23123 * term.el (term-mode, term-check-proc, term-input-sender)
23124 (term-simple-send, term-extract-string, term-word)
23125 (term-match-partial-filename):
23126 * window.el (window-current-scroll-bars):
23127 * emulation/cua-base.el (cua-normal-cursor-color)
23128 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23129 (cua-global-mark-cursor-color):
23130 * mail/undigest.el (rmail-forward-separator-regex):
23131 Fix typos in docstrings.
23132
23133 * comint.el (comint-check-proc, make-comint-in-buffer)
23134 (comint-source-default): Doc fixes.
23135
23136 * term.el (term-send-string): Improve argument/docstring consistency.
23137
23138 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
23139
23140 * comint.el (comint-send-input): Bind `inhibit-read-only' around
23141 call to `delete-region'.
23142 (comint-mode-hook): Do not enable Font Lock by default.
23143
23144 2005-06-09 Lute Kamstra <lute@gnu.org>
23145
23146 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23147 could be void.
23148
23149 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
23150
23151 * emacs-lisp/debug.el (debugger-will-be-back): New var.
23152 (debug): Use it.
23153 (debugger-step-through, debugger-continue, debugger-jump)
23154 (debugger-return-value): Set it when needed.
23155 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23156 Use inhibit-read-only.
23157
23158 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
23159
23160 * window.el (shrink-window-if-larger-than-buffer)
23161 (window-size-fixed): Fix typo in docstring.
23162
23163 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
23164 thumbnails directory on loading.
23165 (thumbs-conversion-program): Use `eq' to check the system type,
23166 not `equal'.
23167 (thumbs-temp-dir): Initialize to `temporary-file-directory',
23168 not "/tmp". Fix docstring.
23169 (thumbs-thumbsdir): New function to return the thumbnails
23170 directory, creating it if needed.
23171 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23172 (thumbs-temp-file): Delete variable and make it into a function.
23173 (thumbs-resize-image, thumbs-modify-image): Use it.
23174 (thumbs-kill-buffer): Simplify.
23175 (thumbs-gensym): Defalias or duplicate CL `gensym'.
23176 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23177 docstrings.
23178
23179 2005-06-09 Kim F. Storm <storm@cua.dk>
23180
23181 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23182 set-match-data to free markers in match-data.
23183
23184 * replace.el (replace-match-data): Pass RESEAT arg `t' to
23185 match-data to unchain markers in match-data.
23186
23187 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23188
23189 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23190 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
23191 unnecessary now.
23192
23193 2005-06-08 Richard M. Stallman <rms@gnu.org>
23194
23195 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23196 give the variable a doc string that doesn't say don't set it directly.
23197
23198 * textmodes/ispell.el (ispell-check-version):
23199 Use match-string-no-properties.
23200 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23201 (ispell-buffer-local-words): Likewise.
23202
23203 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23204 except on terminals with enough colors to really display it.
23205 (makefile-dependency-regex): Delete spurious `bb'.
23206
23207 * faces.el (escape-glyph): Use blue once again in last case.
23208 (no-break-space): Redefine so that it isn't invisible on a tty.
23209
23210 2005-06-08 Kim F. Storm <storm@cua.dk>
23211
23212 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23213 also when reading directory name.
23214
23215 2005-06-08 Lute Kamstra <lute@gnu.org>
23216
23217 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23218 (flyspell-mode-line-string): Remove autoload cookie.
23219 (flyspell-mode): Remove defvar.
23220
23221 2005-06-07 Lute Kamstra <lute@gnu.org>
23222
23223 * textmodes/org.el (org-run-mode-hooks): New function.
23224 (org-agenda-mode): Use it.
23225
23226 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
23227
23228 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23229
23230 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23231
23232 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23233
23234 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
23235
23236 * font-lock.el (font-lock-add-keywords): Doc fix.
23237
23238 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23239
23240 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23241 (tex-compile-default): In the absence of any history, use the order in
23242 tex-compile-alist to choose the preferred command.
23243 (tex-compile-commands): Reorder a bit.
23244
23245 * textmodes/flyspell.el (flyspell-auto-correct-binding)
23246 (flyspell-incorrect-face, flyspell-duplicate-face):
23247 Use (X)Emacs-agnostic code.
23248 (flyspell-mode-map): Don't overwrite at each load. Remove code
23249 redundant with the subsequent add-minor-mode. Merge Emacs and
23250 XEmacs code.
23251 (flyspell-word): Minor simplification.
23252 (flyspell-math-tex-command-p): Quieten the byte-compiler.
23253 (flyspell-external-point-words): Remove unused vars `size' and `start'.
23254 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23255 Merge the corresponding Emacs code.
23256 (flyspell-correct-word, flyspell-xemacs-popup):
23257 Use flyspell-do-correct.
23258
23259 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23260 a dedicated window.
23261
23262 * international/latexenc.el (latexenc-find-file-coding-system):
23263 Undo part of last patch, to turn off a compiler warning.
23264
23265 2005-06-06 Juri Linkov <juri@jurta.org>
23266
23267 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23268 Rename `tmm-inactive-face' to `tmm-inactive'.
23269
23270 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
23271
23272 * iswitchb.el: Rename faces.
23273
23274 2005-06-06 Kim F. Storm <storm@cua.dk>
23275
23276 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23277 (cua-global-mark): Remove -face suffix from face names.
23278
23279 * emulation/cua-gmrk.el (cua--init-global-mark):
23280 Remove cua-global-mark face setup.
23281
23282 2005-06-06 Richard M. Stallman <rms@gnu.org>
23283
23284 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23285 just like other allowed characters.
23286 (makefile-match-dependency): Exclude leading and training whitespace
23287 from the range of regexp subexp 1.
23288 (makefile-macroassign-regex): Don't try to match the body,
23289 just the name of the macro being defined.
23290
23291 * info.el (Info-read-node-name-2): New function.
23292 (Info-read-node-name-1): Use that.
23293 Add a completion-base-size-function property.
23294
23295 * simple.el (completion-setup-function): Look for
23296 completion-base-size-function property of minibuffer-completion-table.
23297
23298 * files.el (locate-file-completion): Doc fix.
23299
23300 * printing.el: Don't call pr-update-menus; user must do that.
23301
23302 * emacs-lisp/debug.el (debugger-window): New variable.
23303 (debug): Use debugger-window if it is set and still alive.
23304 Record debugger-window for next entry.
23305
23306 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23307
23308 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
23309
23310 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23311 (hack-one-local-variable, hack-local-variables)
23312 (hack-local-variables-prop-line): Pass that arg.
23313
23314 2005-06-06 Kim F. Storm <storm@cua.dk>
23315
23316 * ido.el (ido-first-match, ido-only-match, ido-subdir)
23317 (ido-indicator): Remove -face suffix from face names.
23318
23319 2005-06-06 Juri Linkov <juri@jurta.org>
23320
23321 * font-lock.el (font-lock-regexp-backslash)
23322 (font-lock-regexp-backslash-construct): New faces.
23323 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
23324 after `('. Add `while-no-input' to control structures.
23325
23326 * faces.el (no-break-space, shadow): New faces.
23327 (escape-glyph): Use less loud colors pink2 and red4.
23328
23329 * diff-mode.el (diff-context-face)
23330 * dired.el (dired-ignored)
23331 * rfn-eshadow.el (file-name-shadow)
23332 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23333
23334 * info.el (Info-title-1-face): Use green instead of yellow because
23335 bold yellow is not readable on light backgrounds.
23336
23337 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23338 before selecting the desired mode to not spend time fontifying
23339 old contents.
23340
23341 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
23342
23343 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23344 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23345
23346 * ps-print.el (ps-default-fg, ps-default-bg):
23347 Fix typos in docstrings.
23348
23349 * isearchb.el (isearchb): Don't pass a spurious second argument to
23350 `iswitchb-completions'.
23351
23352 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
23353
23354 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
23355 to preserve point.
23356 (gdb-find-file-hook): Add doc string.
23357
23358 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
23359 C dereferenced pointer expression.
23360 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
23361
23362 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
23363
23364 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
23365 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
23366 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
23367 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
23368 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
23369 Make background transparent.
23370
23371 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
23372
23373 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
23374 (font-lock-remove-keywords): Doc fix.
23375 (font-lock-mode-major-mode): Compiler defvar.
23376 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
23377
23378 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
23379 (font-lock-mode): Update `font-lock-mode-major-mode'.
23380 (font-lock-set-defaults): Compiler defvar.
23381 (font-lock-default-function): Take `font-lock-mode-major-mode'
23382 into account.
23383
23384 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
23385 keep track of which major mode it enabled the minor mode for.
23386 Use find-file-hook again. Update docstring.
23387
23388 * simple.el (eval-expression-print-level)
23389 (eval-expression-print-length, eval-expression-debug-on-error):
23390 Doc fixes.
23391
23392 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
23393
23394 * iswitchb.el (iswitchb-single-match-face)
23395 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
23396 (iswitchb-invalid-regexp-face): New faces.
23397 (iswitchb-completions): Use them.
23398 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
23399 now marked as an obsolete alias.
23400 (iswitchb-read-buffer): Remove check for bound font variables.
23401 (iswitchb-invalid-regexp): New free variable.
23402 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
23403 set iswitchb-invalid-regexp.
23404 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
23405 invalid regexps.
23406 (iswitchb-completions): Add check for complete match when entering
23407 a regexp.
23408 (iswitchb-completions): Remove require-match argument.
23409 (iswitchb-exhibit): Fix caller.
23410 (iswitchb-common-match-inserted): New variable.
23411 (iswitchb-complete, iswitchb-completion-help): Use it.
23412
23413 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
23414
23415 * url-http.el (url-http-chunked-encoding-after-change-function):
23416 Use `url-http-debug' instead of `message'.
23417
23418 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
23419
23420 * url-http.el (url-http-parse-headers): Pass redirected URL as a
23421 callback argument.
23422
23423 2005-06-04 Kim F. Storm <storm@cua.dk>
23424
23425 * simple.el (line-move): Only call sit-for when moving backwards.
23426
23427 * ido.el (ido-make-merged-file-list-1): New defun split from
23428 ido-make-merged-file-list.
23429 (ido-make-merged-file-list): Bind throw-on-input around call to
23430 ido-make-merged-file-list-1. Return input-pending-p if
23431 interrupted by more input available.
23432 (ido-read-internal): Handle input-pending-p return value from
23433 ido-make-merged-file-list.
23434
23435 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
23436
23437 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
23438 compatibility code.
23439
23440 * international/latexenc.el (latexenc-find-file-coding-system):
23441 Don't inherit the EOL part of the coding-system from the
23442 tex-main buffer. Fit within 80 columns.
23443
23444 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
23445
23446 * tmm.el (tmm-inactive-face): New face.
23447 (tmm-remove-inactive-mouse-face): New function.
23448 (tmm-prompt, tmm-add-one-shortcut)
23449 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
23450 but not selectable.
23451
23452 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
23453
23454 * faces.el (face-equal): Improve argument/docstring consistency.
23455
23456 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
23457
23458 * progmodes/make-mode.el (makefile-targets-face)
23459 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
23460 (makefile-bsdmake-dependency-regex)
23461 (makefile-makepp-rule-action-regex)
23462 (makefile-bsdmake-rule-action-regex): New constants.
23463 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
23464
23465 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23466 Allow (...) within `...' for makepp messages.
23467
23468 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
23469
23470 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
23471
23472 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
23473 "." files are deleted from all file lists before comparison.
23474
23475 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23476 (viper-ESC-key): Made them customizable.
23477
23478 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
23479
23480 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
23481
23482 * autorevert.el (auto-revert-buffers): Use save-match-data.
23483
23484 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23485
23486 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
23487 menu items with a nil command binding.
23488
23489 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
23490
23491 * emacs-lisp/cl-macs.el (defsetf):
23492 Improve argument/docstring consistency.
23493
23494 * faces.el (list-faces-display): Improve the formatting by
23495 computing the maximum length required for any face-name (reworked
23496 patch of 1999-01-11, accidentally deleted on 1999-07-21).
23497 (internal-find-face): Remove redundant info in docstring.
23498
23499 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
23500
23501 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23502 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
23503 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
23504 (gdb-assembler-custom): Improve regexps.
23505 (def-gdb-auto-update-handler): Use window point to preserve point.
23506
23507 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23508
23509 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
23510
23511 2005-05-31 Jay Belanger <belanger@truman.edu>
23512
23513 * calc/calc-embed.el (calc-embedded-word): Change argument passed
23514 to calc-embedded.
23515 (calc-embedded-make-info): Have plain prefix argument select
23516 entire line.
23517
23518 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
23519
23520 * faces.el (list-faces-display): Signal error if passed a regexp
23521 that matches no face name.
23522
23523 * simple.el (filter-buffer-substring): Fix typo in docstring.
23524
23525 2005-05-31 Richard M. Stallman <rms@gnu.org>
23526
23527 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23528 (vhdl-emacs-21): Doc fix.
23529 (vhdl-mode): Unconditionally set comment-padding.
23530 (vhdl-fixup-whitespace-region): Insert spaces only where
23531 there are none.
23532 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23533
23534 2005-05-30 John Wiegley <johnw@newartisans.com>
23535
23536 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23537 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23538 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23539 `directory-sep-char' to ?/, and all uses of `string-to-int' to
23540 `string-to-number'.
23541
23542 2005-05-30 Jay Belanger <belanger@truman.edu>
23543
23544 * calc/calc.el (calc-bug-address): Fix docstring.
23545 (calc-window-hook, calc-trail-window-hook): New variables.
23546 (calc-trail-display): Restore use of calc-trail-window-hook.
23547 (calc): Restore use of calc-window-hook.
23548
23549 2005-05-31 Masatake YAMATO <jet@gyve.org>
23550
23551 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23552
23553 * help-fns.el (help-C-file-name): Add autoload mark for
23554 `find-function-noselect'.
23555
23556 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23557
23558 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23559 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23560
23561 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23562
23563 * calendar/diary-lib.el (mark-included-diary-files): Only kill
23564 included diary buffer if it was not already being visited.
23565 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23566
23567 * calendar/icalendar.el (top-level): Do not require appt.
23568
23569 * mail/supercite.el (sc-select-attribution): Only use a list
23570 element from sc-attrib-selection-list if it returns a string.
23571 Reported by Davide G. M. Salvetti <salve@debian.org>.
23572
23573 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
23574
23575 * thumbs.el (thumbs-thumbname): The resulting thumbname now
23576 includes a hash value to improve its uniqueness, and has a ".jpg"
23577 extension. Also, it is now a valid filename on all systems.
23578 (thumbs-make-thumb): Use `let', not `let*'.
23579 (thumbs-show-thumbs-list): Check for JPEG availability.
23580
23581 2005-05-30 Richard M. Stallman <rms@gnu.org>
23582
23583 * filesets.el (filesets-menu-ensure-use-cached):
23584 Prevent warning when emacs-version>= is undefined.
23585
23586 * printing.el (pr-interactive-n-up): Use string-to-number.
23587
23588 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23589
23590 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23591 Warn only when name to be defined is quoted.
23592
23593 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
23594
23595 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23596 Make regexp more robust.
23597 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23598 Force regeneration of disassembly.
23599
23600 2005-05-29 Jay Belanger <belanger@truman.edu>
23601
23602 * calc/calc.el (calc-user-invocation): Check if
23603 calc-invocation-macro is non-nil.
23604
23605 2005-05-29 Juri Linkov <juri@jurta.org>
23606
23607 * add-log.el (change-log-font-lock-keywords):
23608 Add `+' to e-mail regexp to accept mail address with keywords.
23609
23610 * man.el (Man-name-regexp): Add `:' to accept qualified names.
23611
23612 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
23613
23614 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23615
23616 * ielm.el (inferior-emacs-lisp-mode): Ditto.
23617
23618 2005-05-29 Richard M. Stallman <rms@gnu.org>
23619
23620 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23621 Undo the change that moves to end of the current word.
23622
23623 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23624
23625 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23626 Throw error when count <= 0 to ensure input is a number.
23627 (gdb-read-memory-custom): Pick up address from buffer.
23628 (gdb-memory-mode): Allow user to increment and decrement
23629 memory address from header line.
23630
23631 2005-05-29 Richard M. Stallman <rms@gnu.org>
23632
23633 * flyspell.el (flyspell-version): Function deleted.
23634 (flyspell-auto-correct-previous-hook): Doc fix.
23635
23636 * jit-lock.el (jit-lock-function, jit-lock-after-change):
23637 Do nothing if memory is full.
23638
23639 * font-lock.el (font-lock-fontify-syntactically-region):
23640 Pass t for GREEDY to looking-back.
23641
23642 * saveplace.el (save-place-alist-to-file): Write the file
23643 using write-region.
23644
23645 * subr.el (looking-back): New argument GREEDY.
23646
23647 * progmodes/compile.el (compilation-start): Set the mode
23648 before inserting the initial text.
23649
23650 * progmodes/which-func.el (which-func-update-1): Turn the mode
23651 off in case of error by setting which-func-mode.
23652
23653 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
23654
23655 * flyspell.el (flyspell-auto-correct-previous-word):
23656 Narrow down to what's on the screen, and recenter overlays
23657 at the end of the next word.
23658
23659 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
23660
23661 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23662 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23663 (flyspell-abbrev-p): Default to nil.
23664 (flyspell-use-global-abbrev-table-p): Doc fix.
23665 (flyspell-large-region): Allow nil as value.
23666 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23667
23668 (mail-mode-flyspell-verify): More robust handling
23669 of `mail-header-separator'. More efficient signature detection.
23670 Allow for regexp metacharacters in message-header-separator.
23671 Adding `To' not to be checked in mail-mode-flyspell-verify.
23672
23673 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23674 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23675 Bind flyspell-auto-correct-binding.
23676 Bind C-. and C-, .
23677 (flyspell-mode-map): Likewise.
23678 (flyspell-mode): Doc fix.
23679 (flyspell-accept-buffer-local-defs): Preserve current buffer.
23680 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23681 (flyspell-word-cache-result): New var, always local.
23682 (flyspell-check-pre-word-p): Doc fix.
23683 (flyspell-check-changed-word-p): Handle spc like newline.
23684 (flyspell-post-command-hook): Set flyspell-word-cache-result.
23685 (flyspell-word-search-backward, flyspell-word-search-forward):
23686 New functions.
23687 (flyspell-word): Return t if nothing to check.
23688 When parsing TeX code, check for after } or \.
23689 Use flyspell-word-search-backward to find previous word.
23690 Return nil if duplicated word.
23691 For word already checked, return same value as last time.
23692 Set flyspell-word-cache-result after checking.
23693 Don't clobber the return value.
23694 (flyspell-get-word): Major rewrite.
23695 (flyspell-external-point-words): New locals pword, pcount.
23696 Fix size used in progress message.
23697 Find the proper corresponding word in flyspell-large-region-buffer.
23698 (flyspell-region): Check for flyspell-large-region = nil.
23699 (flyspell-highlight-incorrect-region): Clean up overlays in region.
23700 (flyspell-auto-correct-word): Check that WORD is a cons.
23701 (flyspell-correct-word): Likewise.
23702
23703 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
23704
23705 * progmodes/make-mode.el (makefile-rule-action-regex)
23706 (makefile-macroassign-regex, makefile-makepp-mode)
23707 (makefile-bsdmake-mode): Continuation lines may be empty.
23708 Reported by Joshua Varner.
23709 (makefile-makepp-font-lock-keywords): Add $(stem).
23710
23711 2005-05-28 Karl Berry <karl@gnu.org>
23712
23713 * textmodes/tex-mode.el: Now that tex-send-command calls
23714 shell-quote-argument (2005-03-31 change), remove all calls to
23715 shell-quote-argument; they all end up invoking tex-send-command.
23716 The double quoting loses on filenames with non-safe characters,
23717 such as "@". Reported by Frederik Fouvry.
23718
23719 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23720
23721 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
23722 about preserving point.
23723
23724 2005-05-27 Jay Belanger <belanger@truman.edu>
23725
23726 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
23727 Info-goto-node.
23728
23729 * calc/calc-embed.el (calc-embed-arg): New variable.
23730 (calc-do-embedded-activate, calc-embedded-activate-formula)
23731 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
23732 variable by new variable.
23733 (calc-embedded-make-info): Replace undeclared variable by new
23734 variable. When selecting region with positive prefix
23735 argument, use end of previous line instead of beginning of line.
23736
23737 * calc/calc-aent.el (calc-arg-values): Declare it.
23738
23739 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
23740 Declare them.
23741
23742 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
23743
23744 * calc/calc.el (calc-alg-map): Declare it.
23745
23746 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
23747
23748 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
23749
23750 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
23751 (gdb-registers-buffer, toggle-gdb-all-registers):
23752 Toggle display of floating point registers.
23753 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
23754
23755 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
23756 (toggle-gud-tooltip-dereference):
23757 Rename from gud-toggle-tooltip-dereference.
23758
23759 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23760
23761 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
23762
23763 2005-05-27 Jay Belanger <belanger@truman.edu>
23764
23765 * calc/calc-prog.el (calc-kbd-report): Remove.
23766 (calc-kbd-query): Rewrite.
23767
23768 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
23769
23770 * image.el (image-library-alist): Move to image.c.
23771 (image-type-available-p): Doc fix.
23772
23773 2005-05-27 Lute Kamstra <lute@gnu.org>
23774
23775 * calc/calc.el (calc):
23776 * outline.el (outline-1, outline-2, outline-3, outline-4)
23777 (outline-5, outline-6, outline-7, outline-8):
23778 * textmodes/dns-mode.el (dns-mode):
23779 * textmodes/sgml-mode.el (sgml-namespace-face):
23780 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
23781 (tex-verbatim-face, tex-use-reftex):
23782 * textmodes/texinfo.el (texinfo-heading-face):
23783 Specify customization group.
23784
23785 * longlines.el: Don't require easy-mmode.
23786 (longlines-visible-face): Specify customization group.
23787
23788 2005-05-27 Kenichi Handa <handa@m17n.org>
23789
23790 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
23791 encoding table of windows-1251.
23792
23793 * international/ucs-tables.el (ucs-set-table-for-input):
23794 If translation-table-for-input of a coding system is a symbol, get
23795 its translation-table property.
23796
23797 * international/code-pages.el: Don't register a coding system into
23798 non-iso-charset-alist more than once.
23799 (cp-make-coding-system): Likewise.
23800
23801 2005-05-26 John Wiegley <johnw@newartisans.com>
23802
23803 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
23804 `eshell-resume-eval' is wrapped in a list, it indicates that the
23805 command was run asynchronously. In that case, unwrap the value
23806 before checking the delimiter value.
23807
23808 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
23809 character before a space at the end of a line is \, assume the space
23810 is part of the last argument rather than a final argument separator.
23811
23812 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
23813 is in use, and the target is `t' or `nil' (which are the most common
23814 values), don't assume that the symbol target is a buffer.
23815
23816 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
23817
23818 * calendar/calendar.el (calendar-mode-line-format):
23819 Use mode-line-highlight as mouse-face.
23820
23821 * time.el (display-time-string-forms, display-time-update):
23822 Use mode-line-highlight as mouse-face.
23823
23824 2005-05-26 Jay Belanger <belanger@truman.edu>
23825
23826 * calc/calc.el (calc-language-alist): Remove extra defvar.
23827
23828 2005-05-26 Lute Kamstra <lute@gnu.org>
23829
23830 * arc-mode.el (archive-mode):
23831 * bookmark.el (bookmark-read-annotation-mode)
23832 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
23833 * bs.el (bs-mode):
23834 * calc/calc-yank.el (calc-edit-mode):
23835 * calc/calc.el (calc-mode, calc-trail-mode):
23836 * calculator.el (calculator-mode):
23837 * chistory.el (command-history-mode):
23838 * comint.el:
23839 * cus-edit.el (custom-mode):
23840 * descr-text.el (describe-text-mode):
23841 * ebuff-menu.el (Electric-buffer-menu-mode):
23842 * ediff-util.el (ediff-mode):
23843 * emacs-lisp/re-builder.el (reb-mode):
23844 * emulation/vi.el (vi-mode-setup):
23845 * emulation/ws-mode.el (wordstar-mode):
23846 * eshell/esh-mode.el (eshell-mode):
23847 * forms.el (forms-mode):
23848 * help-mode.el (help-mode):
23849 * hexl.el (hexl-mode):
23850 * ibuffer.el (ibuffer-mode):
23851 * ielm.el (inferior-emacs-lisp-mode):
23852 * info.el (Info-mode, Info-edit-mode):
23853 * international/swedish.el:
23854 * ledit.el (ledit-from-lisp-mode):
23855 * locate.el (locate-mode):
23856 * mail/rmail.el (rmail-mode):
23857 * mail/rmailedit.el (rmail-edit-mode):
23858 * mail/rmailsum.el (rmail-summary-mode):
23859 * mail/supercite.el (sc-electric-mode):
23860 * net/eudc.el (eudc-mode):
23861 * net/quickurl.el (quickurl-list-mode):
23862 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
23863 * obsolete/ooutline.el (outline-mode):
23864 * obsolete/options.el (Edit-options-mode):
23865 * obsolete/rnews.el (news-mode):
23866 * obsolete/rnewspost.el (news-reply-mode):
23867 * play/5x5.el (5x5-mode):
23868 * play/decipher.el (decipher-mode, decipher-stats-mode):
23869 * play/gomoku.el (gomoku-mode):
23870 * play/snake.el (snake-mode):
23871 * play/solitaire.el (solitaire-mode):
23872 * play/tetris.el (tetris-mode):
23873 * progmodes/ada-mode.el (ada-mode):
23874 * progmodes/antlr-mode.el (antlr-mode):
23875 * progmodes/autoconf.el (autoconf-mode):
23876 * progmodes/dcl-mode.el (dcl-mode):
23877 * progmodes/delphi.el (delphi-mode):
23878 * progmodes/ebrowse.el (ebrowse-tree-mode)
23879 (ebrowse-electric-list-mode, ebrowse-member-mode)
23880 (ebrowse-electric-position-mode):
23881 * progmodes/f90.el (f90-mode):
23882 * progmodes/fortran.el (fortran-mode):
23883 * progmodes/icon.el (icon-mode):
23884 * progmodes/idlw-help.el (idlwave-help-mode):
23885 * progmodes/idlw-shell.el (idlwave-shell-mode):
23886 * progmodes/idlwave.el (idlwave-mode):
23887 * progmodes/inf-lisp.el (inferior-lisp-mode):
23888 * progmodes/m4-mode.el (m4-mode):
23889 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
23890 * progmodes/modula2.el (modula-2-mode):
23891 * progmodes/octave-inf.el (inferior-octave-mode):
23892 * progmodes/octave-mod.el (octave-mode):
23893 * progmodes/pascal.el (pascal-mode):
23894 * progmodes/sh-script.el (sh-mode):
23895 * progmodes/sql.el (sql-mode, sql-interactive-mode):
23896 * progmodes/vhdl-mode.el (vhdl-mode):
23897 * progmodes/xscheme.el (scheme-interaction-mode):
23898 * replace.el (occur-mode):
23899 * ses.el (ses-mode):
23900 * simple.el (completion-list-mode):
23901 * skeleton.el:
23902 * speedbar.el (speedbar-mode):
23903 * term.el (term-mode):
23904 * terminal.el (terminal-edit-mode):
23905 * textmodes/reftex-index.el (reftex-index-mode)
23906 (reftex-index-phrases-mode):
23907 * textmodes/reftex-sel.el (reftex-select-label-mode)
23908 (reftex-select-bib-mode):
23909 * textmodes/reftex-toc.el (reftex-toc-mode):
23910 * wdired.el (wdired-change-to-wdired-mode):
23911 * wid-browse.el (widget-browse-mode):
23912 Use run-mode-hooks.
23913
23914 * array.el (array-mode):
23915 * calendar/todo-mode.el (todo-mode):
23916 * man.el (Man-mode):
23917 * play/landmark.el (lm-mode):
23918 * play/mpuz.el (mpuz-mode):
23919 Use kill-all-local-variables and run-mode-hooks.
23920
23921 * subr.el (delay-mode-hooks): Specify indentation.
23922
23923 2005-05-26 Mark A. Hershberger <mah@everybody.org>
23924
23925 * xml.el (xml-substitute-special): Don't die for undefined xml
23926 entities.
23927
23928 2005-05-26 Jay Belanger <belanger@truman.edu>
23929
23930 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
23931 of nil.
23932
23933 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
23934
23935 * progmodes/gdb-ui.el (gdb-frame-address):
23936 Rename from gdb-current-address.
23937 (gdb-previous-frame-address): Rename from gdb-previous-address.
23938 (gdb-selected-frame): Rename from gdb-current-frame.
23939 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
23940 (gdb-frame-number): Rename from gdb-current-stack-level.
23941 (gdb-ann3): Match new mode-name for disassembly buffer.
23942 Extend initialization of variables.
23943 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
23944 (gdb-memory-mode): Use mouse-face in header line.
23945 (gdb-assembler-buffer-name): Call it disassembly and give frame
23946 in mode line.
23947 (gdb-source-spec-regexp, gdb-assembler-custom)
23948 (gdb-invalidate-assembler, gdb-frame-handler):
23949 Make robust to leading zeroes in address format.
23950
23951 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
23952
23953 * textmodes/org.el (org-mode): Use `define-derived-mode' to
23954 define `org-mode'.
23955 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
23956
23957 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
23958
23959 * log-edit.el (log-edit-changelog-entries): Distinguish between
23960 filenames like xfns.c and fns.c.
23961
23962 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
23963
23964 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
23965 point after reverting.
23966 (Buffer-menu-make-sort-button): Handle the case where
23967 `Buffer-menu-use-header-line' is nil.
23968
23969 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
23970
23971 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
23972 New funcs. In minibuffer-local-completion-map bind `]', `/'
23973 and `:' to them.
23974
23975 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23976
23977 * startup.el (normal-top-level): Allow modification of load-path while
23978 we're iterating over it.
23979
23980 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
23981
23982 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
23983 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
23984 (thumbs-resize-interactive, thumbs-insert-image)
23985 (thumbs-insert-thumb, thumbs-dired-show-marked)
23986 (thumbs-find-image-at-point, thumbs-delete-images)
23987 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
23988 (thumbs-increment-image-size, thumbs-decrement-image-size):
23989 Fix typos in docstrings.
23990
23991 2005-05-24 Andre Spiegel <spiegel@gnu.org>
23992
23993 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
23994 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
23995 (cperl-mode): Use them.
23996
23997 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
23998
23999 * window.el (quit-window, shrink-window-if-larger-than-buffer):
24000 Doc fixes.
24001
24002 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
24003
24004 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24005 Bind C-d to gdb-inferior-io-eof.
24006
24007 * dired.el (dired-dnd-popup-notice): Use message-box.
24008
24009 2005-05-23 Masatake YAMATO <jet@gyve.org>
24010
24011 * bindings.el (mode-line-major-mode-keymap):
24012 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24013
24014 * faces.el (mode-line-highlight): New face.
24015
24016 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24017 as mouse-face.
24018
24019 * bindings.el (top-level, help-echo, mode-line-modified)
24020 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24021 as mouse-face.
24022
24023 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
24024
24025 * progmodes/cc-engine.el (c-guess-basic-syntax):
24026 Remove spurious call to `zerop'.
24027
24028 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24029
24030 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
24031
24032 CC Mode update to 5.30.10:
24033
24034 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24035 could go past the limit in decoration level 2, thereby causing
24036 errors during interactive fontification.
24037
24038 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24039 the file is evaluated interactively.
24040
24041 * cc-engine.el (c-guess-basic-syntax): Handle operator
24042 declarations somewhat better in C++.
24043
24044 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24045 make use of `run-mode-hooks' which has been added in Emacs 21.1.
24046 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24047 (awk-mode): Use it.
24048 (make-local-hook): Suppress warning about obsoleteness.
24049
24050 * cc-engine.el, cc-align.el, cc-cmds.el
24051 (c-append-backslashes-forward, c-delete-backslashes-forward)
24052 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24053 Compensate for return value from `forward-line' when it has moved
24054 but not to a different line due to eob.
24055
24056 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24057 `objc-method-intro' and `objc-method-args-cont'.
24058
24059 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
24060
24061 CC Mode update to 5.30.10:
24062
24063 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24064 in the copyright statement. Incidentally, change "along with GNU
24065 Emacs" to "along with this program" where it occurs.
24066
24067 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24068 so that it is interactive, hence can be found by M-x awk-mode
24069 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
24070 <gmorris+emacs@ast.cam.ac.uk>.
24071
24072 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24073 Mode's regexps.
24074
24075 2005-05-23 Kevin Ryde <user42@zip.com.au>
24076
24077 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24078 c-parse-state, to avoid a lisp error (on bad code).
24079
24080 2005-05-23 Lute Kamstra <lute@gnu.org>
24081
24082 * subr.el (font-lock-defaults): Remove defvar as it's already
24083 defined in font-core.el.
24084
24085 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24086
24087 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
24088
24089 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24090 more general and work when GDB variable "print pretty" is on,
24091 as with Emacs, for example.
24092
24093 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
24094
24095 * font-core.el: Update comment.
24096
24097 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24098 Use `after-change-major-mode-hook' instead of `find-file-hook'.
24099
24100 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24101
24102 2005-05-22 Eli Zaretskii <eliz@gnu.org>
24103
24104 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24105 and `yank-handler' in the doc strings.
24106
24107 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24108
24109 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
24110
24111 2005-05-22 Richard M. Stallman <rms@gnu.org>
24112
24113 * help.el (describe-key): Move print-help-return-message call
24114 out of conditional.
24115
24116 * progmodes/etags.el (list-tags): Use with-no-warnings.
24117
24118 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24119 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24120 (starttls-extra-args, starttls-extra-arguments): Add defvars.
24121
24122 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24123
24124 * language/viet-util.el (viet-viscii-nonascii-translation-table):
24125 Add defvar.
24126
24127 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24128 Use defvar, not defconst.
24129
24130 * hexl.el (hexl-follow-line): Use with-no-warnings.
24131
24132 * emulation/tpu-extras.el: Use write-file-functions instead of
24133 write-file-hooks.
24134
24135 * dired.el (dired-font-lock-keywords): Fontify files with junk
24136 extensions even if marked by -F.
24137
24138 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
24139
24140 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24141 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24142 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24143 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24144 (concatenate, list-length, get*, getf, cl-remprop):
24145 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24146 (etypecase, progv, lexical-let, lexical-let*)
24147 (multiple-value-bind, multiple-value-setq, shiftf):
24148 Improve argument/docstring consistency.
24149
24150 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24151
24152 2005-05-22 Andre Spiegel <spiegel@gnu.org>
24153
24154 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24155 doesn't exist.
24156
24157 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
24158 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24159
24160 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
24161
24162 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24163 already deleted variables: auto-fill-hook, blink-paren-hook,
24164 lisp-indent-hook, inhibit-local-variables, unread-command-event,
24165 suspend-hooks, comment-indent-hook, meta-flag,
24166 before-change-function, after-change-function,
24167 font-lock-doc-string-face.
24168
24169 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
24170
24171 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24172
24173 2005-05-21 Eli Zaretskii <eliz@gnu.org>
24174
24175 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24176 rmail-dont-reply-to.
24177
24178 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24179
24180 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24181 literal blank when splitting new-header-values.
24182
24183 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
24184
24185 * calendar/cal-menu.el (cal-menu-update): Add separator as a
24186 string so that tmm doesn't create a completion entry for it.
24187
24188 * textmodes/table.el (table-disable-menu): Ditto.
24189
24190 2005-05-21 Richard M. Stallman <rms@gnu.org>
24191
24192 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24193
24194 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24195
24196 * net/rcompile.el (remote-compile): Use compilation-start.
24197
24198 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24199
24200 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
24201
24202 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24203 Default to makefile-bsdmake-mode on BSD systems.
24204
24205 * imenu.el (imenu-generic-expression, imenu--generic-function'):
24206 REGEXP may also be a search function now. The part of doc-string
24207 for describing the structure was 95% identical to that of
24208 `imenu--generic-function'. Unify it there.
24209
24210 * progmodes/make-mode.el (makefile-imenu-generic-expression):
24211 Use function to find dependencies, because regexp alone is so complex,
24212 it easily goes into an endless loop.
24213 (makefile-makepp-mode): Also add submenu for Perl functions
24214 defined in the makefile.
24215 (makefile-bsdmake-mode): Special imenu-generic-expression no
24216 longer needed, due to function call.
24217 (makefile-match-dependency): Take BOUND into account when checking
24218 if we're through.
24219
24220 2005-05-20 Jay Belanger <belanger@truman.edu>
24221
24222 * calc/calc-units.el (calc-invalidate-units-table):
24223 Use inhibit-read-only.
24224 (math-build-units-table-buffer): Use view-mode.
24225
24226 2005-05-20 David Kastrup <dak@gnu.org>
24227
24228 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24229 easy-menu-add is not a nop on Emacs; and clarify when to call it.
24230
24231 2005-05-20 Lute Kamstra <lute@gnu.org>
24232
24233 * diff-mode.el (diff-header-face, diff-file-header-face)
24234 (diff-index-face, diff-hunk-header-face, diff-removed-face)
24235 (diff-added-face, diff-changed-face, diff-function-face)
24236 (diff-context-face, diff-nonexistent-face): Put them in the
24237 diff-mode customization group.
24238
24239 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24240
24241 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24242
24243 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24244
24245 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24246 Minor regexp-optimization.
24247
24248 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
24249
24250 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24251 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24252 (org-agenda-add-time-grid-maybe): New function.
24253 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24254 (org-table-create): `dotimes' instead of `mapcar'.
24255 (org-xor): Simplify implementation.
24256 (org-agenda): `inhibit-redisplay' turned on.
24257 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24258 a consistent line after a state change.
24259 (org-agenda-remove-times-when-in-prefix): New option.
24260 (org-prefix-has-time): New variable.
24261 (org-parse-time-string): Optional argument NODEFAULT.
24262 (org-format-agenda-item): Parse items for time-of-day
24263 specifications and move these into the prefix if possible.
24264 (org-agenda-priority): Get current heading, not previous heading
24265 during agenda remote editing.
24266
24267 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
24268
24269 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24270 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24271 (remove-duplicates, delete-duplicates, substitute)
24272 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24273 (nsubstitute-if-not, find, find-if, find-if-not, position)
24274 (position-if, position-if-not, count, count-if, count-if-not)
24275 (mismatch, search, sort*, stable-sort, merge, member*)
24276 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24277 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24278 (intersection, nintersection, set-difference, nset-difference)
24279 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24280 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24281 (nsublis, tree-equal): Improve argument/docstring consistency.
24282
24283 * subr.el (send-string, send-region): Remove obsolescence declaration.
24284 (window-dot, set-window-dot, read-input, show-buffer)
24285 (eval-current-buffer, string-to-int):
24286 Add release number to obsolescence declarations.
24287
24288 2005-05-19 Kim F. Storm <storm@cua.dk>
24289
24290 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24291 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24292
24293 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
24294
24295 * faces.el (list-faces-display): Make back button respect optional
24296 regexp arg.
24297
24298 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
24299
24300 * calculator.el (calculator-radix-grouping-mode)
24301 (calculator-radix-grouping-digits, calculator-displayer)
24302 (calculator-radix-grouping-separator, calculator-copy-displayer):
24303 * dabbrev.el (dabbrev-search-these-buffers-only):
24304 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24305 (diff-advance-after-apply-hunk, diff-mode-hook)
24306 (diff-minor-mode-prefix):
24307 * imenu.el (imenu-use-popup-menu):
24308 * jit-lock.el (jit-lock-context-time):
24309 * newcomment.el (comment-fill-column, comment-column)
24310 (comment-style, comment-padding, comment-multi-line)
24311 (comment-empty-lines, comment-auto-fill-only-comments):
24312 * reveal.el (reveal-around-mark):
24313 * uniquify.el (uniquify-buffer-name-style)
24314 (uniquify-after-kill-buffer-p)
24315 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24316 (uniquify-min-dir-content, uniquify-separator)
24317 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24318 * w32-vars.el (w32-fixed-font-alist):
24319 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24320 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24321 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24322 * progmodes/perl-mode.el (perl-indent-level)
24323 (perl-continued-statement-offset, perl-continued-brace-offset)
24324 (perl-brace-offset, perl-brace-imaginary-offset)
24325 (perl-label-offset, perl-indent-continued-arguments)
24326 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24327 * progmodes/tcl.el (tcl-indent-level)
24328 (tcl-continued-indent-level, tcl-auto-newline)
24329 (tcl-tab-always-indent, tcl-electric-hash-style)
24330 (tcl-help-directory-list, tcl-use-smart-word-finder)
24331 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24332 (inferior-tcl-source-command):
24333 * textmodes/fill.el (enable-kinsoku):
24334 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24335 * textmodes/table.el (table-yank-handler):
24336 Specify missing group (and type, if simple) in defcustom.
24337
24338 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
24339
24340 * progmodes/compile.el (compilation-finish-function): Fix defvar.
24341
24342 2005-05-19 Richard M. Stallman <rms@gnu.org>
24343
24344 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24345
24346 * subr.el (event-basic-type): Don't get an error.
24347 (left-fringe-p): Function deleted.
24348
24349 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24350 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
24351
24352 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
24353 in recursive copy.
24354
24355 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
24356
24357 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
24358
24359 * emacs-lisp/bytecomp.el
24360 (byte-compile-file-form-custom-declare-variable):
24361 Call byte-compile-nogroup-warn if appropriate.
24362
24363 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
24364 (compilation-set-window): Don't call left-fringe-p; do it directly.
24365
24366 2005-05-19 Jay Belanger <belanger@truman.edu>
24367
24368 * calc/calc-graph.el (calc-graph-format-data): Make sure
24369 var-PlotRejects is bound before trying to check its value.
24370
24371 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
24372
24373 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
24374 definition of this variable from reftex-global.el to reftex.el,
24375 because it is needed in the menu.
24376
24377 2005-05-19 Lute Kamstra <lute@gnu.org>
24378
24379 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
24380 years are fixed. Don't insert a space after a dash.
24381
24382 2005-05-19 Kim F. Storm <storm@cua.dk>
24383
24384 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
24385
24386 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
24387
24388 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
24389 strings, because (eq ... ?\\) is fairly frequent.
24390
24391 * progmodes/make-mode.el (makefile-add-this-line-targets):
24392 Simplify and integrate into `makefile-pickup-targets'.
24393 (makefile-add-this-line-macro): Simplify and integrate into
24394 `makefile-pickup-macros.
24395 (makefile-pickup-filenames-as-targets): Simplify.
24396 (makefile-previous-dependency, makefile-match-dependency):
24397 Don't stumble over `::'.
24398
24399 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
24400
24401 * subr.el (post-command-idle-hook, post-command-idle-delay):
24402 Remove obsoletion of post-command-idle-hook and
24403 post-command-idle-delay.
24404
24405 * faces.el (list-faces-display): Provide button when describe-face
24406 is called to take user back to the list of faces.
24407
24408 * help-fns.el (describe-variable): Remove hyperlinks in a
24409 variable's value as these are quite frequently inappropriate.
24410
24411 * follow.el (follow-submit-feedback, follow-mode):
24412 Remove references to post-command-idle-hook.
24413
24414 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
24415
24416 * progmodes/make-mode.el (makefile-previous-dependency)
24417 (makefile-match-dependency): Check for := (and in bsd mode also
24418 !=) to give a better result, even when font-lock is not on.
24419
24420 2005-05-18 Jay Belanger <belanger@truman.edu>
24421
24422 * calc/calc-help.el (calc-s-prefix-help):
24423 Add `calc-copy-special-constant' to help string.
24424
24425 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
24426
24427 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24428
24429 2005-05-18 Jay Belanger <belanger@truman.edu>
24430
24431 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
24432 in linear factors are in proper order.
24433
24434 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
24435
24436 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24437 Support for jurabib.
24438
24439 * textmodes/reftex.el (featurep): Define aliases for overlay
24440 commands, for XEmacs compatibility, and use these aliases in
24441 overlay initializations.
24442 (reftex-highlight): Use `reftex-move-overlay'.
24443 (reftex-unhighlight): Use `reftex-delete-overlay'.
24444 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
24445 (reftex-access-search-path): Use `reftex-uniquify' instead of
24446 `reftex-uniq'
24447
24448 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
24449 `before-string' property modification enables for Emacs as well.
24450 (reftex-select-item): Use `reftex-delete-overlay'.
24451 (reftex-select-mark): Use `reftex-make-overlay' and
24452 `reftex-overlay-put'.
24453 (reftex-select-unmark): Use `reftex-delete-overlay' and
24454 `reftex-overlay-put'.
24455
24456 2005-05-18 Lute Kamstra <lute@gnu.org>
24457
24458 * emacs-lisp/lisp.el (check-parens): Fix docstring.
24459
24460 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
24461
24462 * add-log.el (add-change-log-entry):
24463 * array.el (array-make-template, array-reconfigure-rows)
24464 (array-init-max-row, array-init-max-column)
24465 (array-init-columns-per-line, array-init-field-width):
24466 * replace.el (replace-match-maybe-edit, perform-replace):
24467 * textmodes/spell.el (spell-region):
24468 Replace `read-input' by `read-string'.
24469
24470 * forms.el (forms-mode):
24471 * finder.el (finder-compile-keywords):
24472 * shadowfile.el (shadow-read-files):
24473 Replace `eval-current-buffer' by `eval-buffer'.
24474
24475 * terminal.el (te-pass-through):
24476 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
24477 (ange-ftp-raw-send-cmd):
24478 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
24479 (send-process-next-char, telnet-initial-filter, telnet):
24480 Replace `send-string' by `process-send-string'.
24481
24482 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
24483 (prolog-consult-region): Replace `send-string' by
24484 `process-send-string'; replace `send-region' by `process-send-region'.
24485
24486 * progmodes/delphi.el (delphi-log-msg):
24487 Replace `set-window-dot' by `set-window-point'.
24488
24489 * subr.el (window-dot, set-window-dot, read-input, send-string)
24490 (send-region, show-buffer, eval-current-buffer):
24491 Make really obsolete, as the comment says.
24492
24493 2005-05-17 Kim F. Storm <storm@cua.dk>
24494
24495 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
24496 (cua--init-keymaps): Bind C-return instead of S-return to set
24497 rectangle mark.
24498
24499 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
24500 instead of S-return to toggle/clear rectangle mark.
24501
24502 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
24503
24504 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
24505 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
24506 Also fontify plain strings assigned to variables, mostly so that a
24507 colon has a face and is thus not taken as a dependency separator.
24508 (makefile-previous-dependency): Inline the new matcher, because it
24509 is too complex to work in both directions.
24510 (makefile-match-dependency): Eliminate `backward' arg (see above).
24511 Completely reimplemented so as to not sometimes go into an endless
24512 loop. It should also be more efficient, because first it only
24513 searches for `:', instead of applying the very complex regexp.
24514 (makefile-mode): Cancel `font-lock-support-mode', because blocks
24515 to be fontified in one piece can be too long for JIT.
24516 Makefiles are never *that* big.
24517
24518 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
24519
24520 * dired.el (dired-mode): Simplify.
24521
24522 2005-05-17 Lute Kamstra <lute@gnu.org>
24523
24524 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24525 defcustom for the mode hook variable.
24526
24527 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24528 Emacs Lisp Reference Manual.
24529
24530 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
24531
24532 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24533 (evenp, list*):
24534 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24535 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24536
24537 * net/tramp-smb.el (tramp-smb-open-connection):
24538 Pass `tramp-chunksize' as fifth (required) argument.
24539
24540 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
24541
24542 * font-lock.el (lisp-font-lock-keywords-1):
24543 Set `font-lock-negation-char-face' for [^...] char group.
24544 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24545
24546 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24547 a var, and refine it to mask one more level of nested vars.
24548 (makefile-rule-action-regex): Turn it into a var, and refine it so
24549 it recognizes backslashed continuation lines as belonging to the
24550 same command.
24551 (makefile-macroassign-regex): Refine it so it recognizes
24552 backslashed continuation lines as belonging to the same command.
24553 (makefile-var-use-regex): Don't look at the next char, because it
24554 might be the same one to be skipped by the initial [^$], leading
24555 to an overlooked variable use.
24556 (makefile-make-font-lock-keywords): Remove two parameters, which
24557 are now variables that some of the modes set locally.
24558 Handle dependency and rule action matching through functions, because
24559 regexps alone match too often. Dependency matching now comes
24560 last, so it can check, whether a colon already matched something else.
24561 (makefile-mode): Inform that font-lock improves makefile parsing
24562 capabilities.
24563 (makefile-match-dependency, makefile-match-action): New functions.
24564
24565 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
24566
24567 * emacs-lisp/cl-extra.el (equalp): Doc fix.
24568
24569 * align.el (align-regexp):
24570 * ansi-color.el (ansi-color-get-face):
24571 * array.el (array-reconfigure-rows, array-init-max-row)
24572 (array-init-max-column, array-init-columns-per-line)
24573 (array-init-field-width):
24574 * dired-aux.el (dired-trample-file-versions):
24575 * dired-x.el (dired-mark-sexp):
24576 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24577 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24578 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24579 * faces.el (face-read-integer):
24580 * files.el (backup-extract-version, insert-directory):
24581 * hexl.el (hexl-insert-decimal-char):
24582 * server.el (server-process-filter):
24583 * shell.el (shell-extract-num):
24584 * startup.el (command-line-1):
24585 * term.el (term-command-hook):
24586 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24587 (time-stamp-do-number):
24588 * time.el (display-time-update):
24589 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24590 (timezone-fix-time):
24591 * vms-patch.el (vms-suspend-resume-hook):
24592 * calendar/appt.el (appt-convert-time):
24593 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24594 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24595 * calendar/cal-islam.el (mark-islamic-diary-entries):
24596 * calendar/calendar.el (calendar-cursor-to-date)
24597 (calendar-star-date):
24598 * calendar/diary-lib.el (diary-attrtype-convert)
24599 (mark-diary-entries, diary-entry-time):
24600 * calendar/solar.el (solar-get-number):
24601 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24602 * emacs-lisp/re-builder.el (reb-display-subexp):
24603 * emulation/edt.el (edt-set-scroll-margins):
24604 * emulation/tpu-extras.el (tpu-set-scroll-margins):
24605 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24606 (vip-get-ex-count):
24607 * emulation/viper-ex.el (viper-get-ex-token)
24608 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24609 * international/fontset.el (fontset-plain-name):
24610 * mail/feedmail.el (feedmail-look-at-queue-directory):
24611 * mail/mailalias.el (mail-get-names):
24612 * mail/rmail.el (rmail-convert-to-babyl-format):
24613 * mail/rmailsum.el (rmail-make-basic-summary-line)
24614 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24615 (rmail-summary-goto-msg):
24616 * mail/smtpmail.el (smtpmail-read-response):
24617 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24618 (ange-ftp-vms-add-file-entry):
24619 * play/gametree.el (gametree-looking-at-ply)
24620 (gametree-current-branch-score):
24621 * progmodes/ada-xref.el (ada-prj-find-prj-file)
24622 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24623 * progmodes/cperl-mode.el (condition-case):
24624 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24625 (ebrowse-set-member-buffer-column-width)
24626 (ebrowse-select-1st-to-9nth):
24627 * progmodes/etags.el (etags-snarf-tag):
24628 * progmodes/flymake.el (flymake-parse-line):
24629 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24630 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24631 (idlwave-shell-menu-def):
24632 * progmodes/ps-mode.el (ps-run-goto-error):
24633 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24634 (vhdl-speedbar-contract-level):
24635 * term/mac-win.el (x-handle-numeric-switch):
24636 * term/sun-mouse.el (sun-get-frame-data):
24637 * term/w32-win.el (x-handle-numeric-switch):
24638 * term/x-win.el (x-handle-numeric-switch):
24639 * textmodes/ispell.el (ispell-parse-output):
24640 * textmodes/nroff-mode.el (nroff-outline-level):
24641 * textmodes/reftex-cite.el (reftex-bib-sort-year)
24642 (reftex-bib-sort-year-reverse, reftex-format-citation):
24643 * textmodes/reftex-parse.el (reftex-init-section-numbers)
24644 (reftex-section-number):
24645 * textmodes/texinfmt.el (texinfo-paragraphindent):
24646 Replace `string-to-int' by `string-to-number'.
24647
24648 * international/latexenc.el: Add page marker to force the "Local
24649 Variables:" string out of the last page.
24650
24651 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24652
24653 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24654 tooltip-change-major-mode.
24655 (gud-tooltip-print-command): Remove case where gud-minor-mode
24656 is gdb ("--fullname").
24657 (gud-tooltip-tips): Turn GUD tooltips off for this case and
24658 explain to user.
24659
24660 2005-05-16 Jay Belanger <belanger@truman.edu>
24661
24662 * calc/calc-store.el (calc-copy-special-constant): New function.
24663
24664 * calc/calc-ext.el (calc-init-extensions): Add binding for
24665 `calc-copy-special-constant'.
24666
24667 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24668 for the `calc-copy-special-constant' command.
24669
24670 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24671
24672 * subr.el (left-fringe-p): New function.
24673
24674 * progmodes/compile.el (compilation-setup): Set local value of
24675 overlay-arrow-string to "" always.
24676 (compilation-set-window): Left fringe then don't scroll.
24677 No left fringe then no arrow and scroll message to top.
24678 (compilation-context-lines): Adjust doc string accordingly.
24679
24680 2005-05-16 Kim F. Storm <storm@cua.dk>
24681
24682 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24683 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24684 (ido-wide-find-dir-or-delete-dir): New command for M-d.
24685 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
24686 (ido-read-file-name): Handle commands with ido property value
24687 equal to find-file as reading a file name, to allow C-d to enter dired.
24688 (ibuffer-find-file): Add ido property with value find-file.
24689
24690 2005-05-15 Kim F. Storm <storm@cua.dk>
24691
24692 * subr.el (open-network-stream-nowait): Remove.
24693 (open-network-stream-server): Remove.
24694
24695 2005-05-15 Richard M. Stallman <rms@gnu.org>
24696
24697 * faces.el (describe-face): Output a definition link button.
24698
24699 * help-mode.el (help-face-def): New button type.
24700
24701 * emacs-lisp/copyright.el (copyright-fix-years):
24702 Match properly if the first year is 2-digit.
24703 Don't mess up the whitespace after the years by filling.
24704
24705 * dired-aux.el (dired-mark-confirm):
24706 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24707
24708 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24709 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24710 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24711
24712 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24713 Set font-lock-comment-start-skip.
24714
24715 * font-lock.el (font-lock-comment-start-skip): New variable.
24716 (font-lock-comment-end-skip): New variable.
24717 (font-lock-fontify-syntactically-region): Use them if non-nil.
24718
24719 2005-05-15 Jay Belanger <belanger@truman.edu>
24720
24721 * calc/calc-store.el (calc-store-value): Return a string rather
24722 than display it as a message.
24723 Use calc-var-name for variable name.
24724 (calc-store-into): Add the result of calc-store-value to message.
24725 (calc-copy-variable): Add a message.
24726 (calc-store-exchange): Improve error messages.
24727 (calc-store-binary, calc-store-map): Don't reset the values of
24728 special constants.
24729
24730 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
24731
24732 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
24733 manual to docstring.
24734
24735 * files.el (hack-local-variables-confirm): Add STRING argument.
24736 Make the function handle non file visiting buffers correctly.
24737 (hack-local-variables-prop-line, hack-local-variables)
24738 (hack-one-local-variable): Use STRING arg of
24739 `hack-local-variables-confirm'.
24740
24741 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
24742
24743 Sync with Tramp 2.0.49.
24744
24745 * net/tramp.el (tramp-handle-dired-call-process)
24746 (tramp-handle-insert-directory):`insert-buffer' cannot be used
24747 because the contents of the Tramp buffer is changed before
24748 insertion (`expand-file' and alike).
24749 (tramp-handle-insert-directory): If `localname' has an empty
24750 nondirectory name, it must not be quoted.
24751 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
24752 variable `tramp-chunksize'. Change callees.
24753 (tramp-open-connection-setup-interactive-shell): Check remote host
24754 for buggy `send-process-string' implementation.
24755 Set `tramp-chunksize' if found. Reported by Michael Kifer
24756 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
24757 (tramp-handle-shell-command): `insert-buffer' cannot be used
24758 because the contents of the Tramp buffer is changed before
24759 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
24760 <frederic.bothamy@free.fr>.
24761 (tramp-set-auto-save): Actions should be done for Tramp file name
24762 handler only. Ange-FTP has its own auto-save mechanism.
24763 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24764 (tramp-set-auto-save-file-modes): Set file modes of
24765 `buffer-auto-save-file-name' to ?\600 as fallback solution.
24766 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
24767 (tramp-bug): Remove obsolete variable.
24768 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
24769 for presence of `mml-mode'. Make it running for older Emacsen as well.
24770
24771 2005-05-14 John Paul Wallington <jpw@pobox.com>
24772
24773 * ibuf-ext.el (define-ibuffer-filter filename):
24774 If `dired-directory' is a list, use its car.
24775
24776 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
24777
24778 * ibuffer.el (define-ibuffer-column filename):
24779 If `dired-directory' is a list, use its car.
24780
24781 2005-05-14 Richard M. Stallman <rms@gnu.org>
24782
24783 * subr.el (symbol-file): Doc fix.
24784
24785 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
24786 (byte-compile-form): Call byte-compile-nogroup-warn.
24787 (byte-compile-warning-types): Doc fix.
24788
24789 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
24790
24791 * progmodes/cc-engine.el (c-literal-faces):
24792 Add font-lock-comment-delimiter-face.
24793
24794 * net/net-utils.el (dig): Use with-no-warnings.
24795
24796 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
24797 (sc-recite-frame-alist, sc-default-cite-frame)
24798 (sc-default-uncite-frame, sc-default-recite-frame)
24799 (sc-attrib-selection-list, sc-rewrite-header-list):
24800 Mark as risky-local-variable.
24801
24802 * international/ogonek.el (ogonek-jak, ogonek-how):
24803 Don't use beginning-of-buffer.
24804
24805 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
24806
24807 * calendar/solar.el (solar-data-list): Move definition up.
24808
24809 * dnd.el (dnd-protocol-alist): Add autoload.
24810
24811 * progmodes/sh-script.el: Many doc usage fixes.
24812 (sh-indent-after-do): Change default to match common styles.
24813
24814 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
24815
24816 * files.el (interpreter-mode-alist)
24817 (auto-mode-interpreter-regexp): Doc fixes.
24818
24819 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
24820
24821 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
24822
24823 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
24824
24825 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24826
24827 * dired.el (dired-mode): make-variable-buffer-local =>
24828 make-local-variable.
24829
24830 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24831
24832 * term/mac-win.el (mac-select-convert-to-string): Try coding
24833 systems in mac-script-code-coding-systems if specified one cannot
24834 encode string for `com.apple.traditional-mac-plain-text'.
24835
24836 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
24837
24838 * progmodes/make-mode.el (makefile-targets-face)
24839 (makefile-shell-face, makefile-makepp-perl-face): New faces.
24840 (makefile-dependency-regex): Fix it to not make the colon in
24841 $(var:a=b) special.
24842 (makefile-rule-action-regex): New regexp for highlighting embedded
24843 Shell strings.
24844 (makefile-macroassign-regex): Handle != for highlighting as
24845 embedded Shell strings.
24846 (makefile-var-use-regex): New const.
24847 (makefile-statements, makefile-automake-statements)
24848 (makefile-gmake-statements, makefile-makepp-statements)
24849 (makefile-bsdmake-statements): New consts.
24850 (makefile-make-font-lock-keywords): New function.
24851 (makefile-automake-font-lock-keywords)
24852 (makefile-gmake-font-lock-keywords)
24853 (makefile-makepp-font-lock-keywords)
24854 (makefile-bsdmake-font-lock-keywords): New consts.
24855 (makefile-mode-map): Add switchers between the various submodes.
24856 (makefile-mode): Document the availability of the variants.
24857 (makefile-automake-mode, makefile-gmake-mode)
24858 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
24859
24860 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
24861 new variants of makefile-mode.
24862
24863 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24864
24865 * font-lock.el (font-lock-comment-delimiter-face): Fix up
24866 the inheritance.
24867
24868 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
24869
24870 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
24871 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
24872
24873 * files.el (normal-mode): Extend the scope of the
24874 `enable-local-variables' binding to include the `set-auto-mode' call.
24875 (magic-mode-alist): Doc fix.
24876
24877 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24878
24879 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
24880 font-lock-comment-face rather than copying its setting.
24881
24882 2005-05-12 Andreas Schwab <schwab@suse.de>
24883
24884 * eshell/esh-mode.el (eshell-send-input): Doc fix.
24885
24886 2005-05-12 Lute Kamstra <lute@gnu.org>
24887
24888 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
24889 defcustom for the mode hook variable. Delete the last argument.
24890 * generic-x.el: Fix callers of define-generic-mode.
24891 (generic-x-modes): Delete group.
24892 (show-tabs-tab-face, show-tabs-space-face): Put them in the
24893 generic-x customization group.
24894
24895 2005-05-12 Kim F. Storm <storm@cua.dk>
24896
24897 * font-lock.el (font-lock-negation-char-face): Default to "off".
24898
24899 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
24900 font-lock-negation-char-face to ! in !=.
24901
24902 2005-05-12 Masatake YAMATO <jet@gyve.org>
24903
24904 * add-log.el (find-change-log): Fix typos in the docstring
24905 of function.
24906
24907 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24908
24909 * international/latexenc.el (latexenc-find-file-coding-system):
24910 Avoid `re-search-forward' when looking for input encoding because
24911 of speed and safety. Better regular expressions for recognizing
24912 input encoding. Limit a search for TeX-master/tex-main-file to
24913 the local variable section.
24914
24915 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
24916
24917 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
24918 syntax of $ to "'" (quote).
24919
24920 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
24921
24922 * dnd.el (dnd-protocol-alist): Improve custom type.
24923
24924 * dired.el (dired-dnd-protocol-alist): New variable.
24925 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
24926 `dired-mode-hook' to the end.
24927
24928 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
24929
24930 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
24931 comment-end if comment-start-skip is not set.
24932 Obey the font-lock-comment-delimiter-face variables.
24933
24934 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
24935
24936 * files.el (executable-find): Move from executable.el. Use
24937 locate-file.
24938 * progmodes/executable.el (executable-find): Move to files.el.
24939
24940 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
24941 when trying to ensure forward progress.
24942
24943 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
24944
24945 * mouse-sel.el (mouse-sel-follow-link-p): New function.
24946 (mouse-select, mouse-select-internal, mouse-extend-internal):
24947 Use it to implement mouse-1-click-follows-link functionality.
24948
24949 2005-05-11 Richard M. Stallman <rms@gnu.org>
24950
24951 * font-lock.el (font-lock-fontify-syntactically-region):
24952 Use font-lock-comment-delimiter-face for comment delimiters.
24953
24954 2005-05-10 Jay Belanger <belanger@truman.edu>
24955
24956 * calc/calc-help.el (calc-m-prefix-help): Add mention of
24957 preserving embedded modes.
24958
24959 2005-05-10 Richard M. Stallman <rms@gnu.org>
24960
24961 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
24962
24963 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
24964 Move from ada-stmt.el.
24965 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
24966
24967 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
24968 Move to ada-mode.el.
24969 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
24970
24971 * cus-edit.el (custom-file): Call file-chase-links.
24972
24973 * files.el (read-directory-name): Fix previous change.
24974 (hack-local-variables-confirm): New function.
24975 (hack-local-variables-prop-line, hack-local-variables)
24976 (hack-one-local-variable): Use it.
24977
24978 2005-05-10 Lute Kamstra <lute@gnu.org>
24979
24980 * font-lock.el (font-lock-keywords-alist)
24981 (font-lock-removed-keywords-alist): Clarify docstrings.
24982
24983 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
24984
24985 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
24986 (gdb-source-info): Check for preprocessor info.
24987 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
24988 a macro for a function.
24989 (gdb-info-breakpoints-custom): Try to find file again if not already
24990 found (user might have used GDB dir command).
24991 (gdb-get-location): Update gdb-location-alist correctly for change
24992 to gdb-info-breakpoints-custom.
24993
24994 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
24995 (gud-tooltip-print-command): Add gdbmi case.
24996 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
24997 preprocessor info.
24998
24999 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
25000
25001 * startup.el (fancy-splash-insert): Fix typo in doc string.
25002
25003 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
25004
25005 * obsolete/float.el (string-to-float):
25006 * obsolete/hilit19.el (hilit-add-pattern):
25007 * obsolete/rnews.el (news-parse-range, news-select-message)
25008 (news-get-pruned-list-of-files): Replace `string-to-int' by
25009 `string-to-number'.
25010
25011 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25012 `find-file-not-found-hooks'; use `add-hook'.
25013 (uncompress-while-visiting): Set `write-file-functions', not
25014 `write-file-hooks'; use `add-hook'.
25015
25016 2005-05-09 Kim F. Storm <storm@cua.dk>
25017
25018 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25019 (cua-paste): Handle clipboard action.
25020 (cua--init-keymaps): Remap clipboard-kill-region and
25021 clipboard-kill-ring-save.
25022
25023 2005-05-08 Eli Zaretskii <eliz@gnu.org>
25024
25025 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25026 Improve commentary.
25027
25028 * simple.el (next-error-overlay-arrow-position): Revert the change
25029 made on 2005-04-30.
25030
25031 2005-05-07 Jay Belanger <belanger@truman.edu>
25032
25033 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25034 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25035 `calc-sel-reselect'.
25036
25037 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25038 Calc is in embedded mode.
25039
25040 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25041
25042 * progmodes/compile.el (compilation-setup):
25043 Set overlay-arrow-string to an empty string on text terminals.
25044
25045 * textmodes/ispell.el (ispell-program-name): Try looking for
25046 "aspell" along exec-path, and if found, use it as the default
25047 speller program.
25048
25049 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
25050
25051 * international/mule.el (sgml-xml-auto-coding-function):
25052 Recognize encoding='FOO' in single quotes as well as in double quotes.
25053
25054 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25055
25056 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25057 as well as `interactive', so that defmacro* would recognize
25058 `declare' forms.
25059
25060 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25061
25062 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25063 Explain more about the LIGHTER arg's usage in the doc string.
25064 Add commentary to clarify what the code does. Fix the regexp that
25065 strips whitespace from LIGHTER. Quote LIGHTER before using it,
25066 since it could have characters special to regular expressions.
25067
25068 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25069
25070 * replace.el (occur-1): Bind inhibit-read-only so that
25071 erase-buffer doesn't barf on read-only text properties (likewise
25072 for add-text-properties in occur-engine). Mark buffer as unmodified.
25073 (occur-engine): Don't set buffer-read-only here.
25074
25075 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25076
25077 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25078 list-buffers-directory. This caused the *cvs-commit* buffer to be
25079 sometimes mistakenly reused as a *cvs* buffer.
25080
25081 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
25082
25083 * tooltip.el: Move code for GUD tooltips into gud.el.
25084 (require): CL no longer needed to compile case.
25085 (tooltip-mode): Do not toggle functions for GUD tooltips.
25086 (tooltip-gud-tips-p): Remove. Replace with minor mode
25087 gud-tooltip-mode in gud.el.
25088 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25089 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25090 tooltip-gud prefix with gud-tooltip and obsolete.
25091 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25092 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25093 (tooltip-mouse-motion): Mouse movement functions/variable.
25094 Rename in gud.el by adding gud prefix.
25095 (tooltip-gud-original-filter, tooltip-gud-dereference)
25096 (tooltip-gud-event, tooltip-toggle-gud-tips)
25097 (tooltip-gud-process-output, tooltip-gud-print-command)
25098 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
25099 gud.el by replacing tooltip-gud prefix with gud-tooltip.
25100 (gdb-tooltip-print): Move to gdb-ui.el.
25101
25102 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25103 (require): CL needed to compile case.
25104 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25105 tooltip-gud-tips-p. Make it a minor-mode.
25106 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25107 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25108 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25109 (gud-tooltip-change-major-mode)
25110 (gud-tooltip-activate-mouse-motions-if-enabled)
25111 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25112 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25113 (gud-tooltip-original-filter, gud-tooltip-dereference)
25114 (gud-tooltip-event, tooltip-toggle-gud-tips)
25115 (gud-tooltip-process-output, gud-tooltip-print-command)
25116 (gud-tooltip-tips): Move from tooltip.el.
25117
25118 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25119 (gdb-cpp-define-alist-flags): Doc fix.
25120 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25121 gud-tooltip-mode is t.
25122
25123 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25124
25125 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25126 evaporate if their text is deleted.
25127 (goto-address-at-point): Make it work as a mouse binding as well.
25128 (goto-address-at-mouse): Obsolete it. Update users.
25129
25130 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25131
25132 * calendar/appt.el (top-level): No longer activate on load.
25133
25134 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
25135
25136 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25137 * net/webjump.el (webjump):
25138 * progmodes/idlw-help.el (idlwave-do-context-help1)
25139 (idlwave-highlight-linked-completions):
25140 * textmodes/po.el (po-find-file-coding-system-guts):
25141 Replace `assoc-ignore-case' by `assoc-string'.
25142
25143 2005-05-06 Eli Zaretskii <eliz@gnu.org>
25144
25145 * files.el (locate-file): Doc fix.
25146
25147 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25148 Remove the redundant test for ms-dos.
25149
25150 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25151 look for the preprocessor with exec-suffixes. If not found in
25152 standard places, look in exec-path. Remove most of the tests that
25153 used system-type.
25154
25155 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25156
25157 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25158
25159 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25160 file-name clash with jka-compr.el on 8+3 filesystems.
25161
25162 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25163
25164 * term/mac-win.el: Don't define or bind scroll bar functions if
25165 x-toolkit-scroll-bars is t.
25166 (x-select-text, x-get-selection-value): Clear
25167 x-last-selected-text-clipboard if x-select-enable-clipboard is
25168 nil.
25169 (PRIMARY): Put mac-scrap-name property.
25170 (mac-select-convert-to-file-url): New function.
25171 (public.file-url): New selection target type. Add to
25172 selection-converter-alist.
25173 (x-get-selection, x-selection-value): Handle it.
25174 (x-cut-buffer-or-selection-value): New alias.
25175
25176 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25177
25178 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25179 entry to avoid calling bibtex-find-entry with arg global
25180 being t. Remove arg key.
25181 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25182 (bibtex-copy-summary-as-kill): Change accordingly.
25183
25184 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25185
25186 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25187 (org-agenda-date-later): Use with-current-buffer.
25188
25189 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
25190
25191 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25192 (define-obsolete-variable-alias): Doc Fixes.
25193
25194 2005-05-06 Kim F. Storm <storm@cua.dk>
25195
25196 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
25197 vertical-motion when selective-display is active.
25198
25199 * ido.el (ido-setup-hook): New hook.
25200 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25201 (ido-input-stack): New var.
25202 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
25203 ido-next-work-file binding to M-O.
25204 Bind M-f to ido-wide-find-file-or-pop-dir.
25205 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25206 (ido-read-internal): Run ido-setup-hook.
25207 Catch quit in read-file-name and read-string to cancel edit.
25208 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25209 Automatically pop-all when completing a directory name (RET).
25210 (ido-file-internal): Add with-no-warnings around ffap and dired code.
25211 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25212 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25213 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25214 New functions for M-b/M-f to move among the directory components.
25215 (ido-make-merged-file-list): Catch quit to cancel merge.
25216 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25217 (ido-completion-help): No warnings for ido-completion-buffer-full.
25218
25219 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
25220
25221 * font-lock.el (font-lock-negation-char-face): New face and variable.
25222 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25223 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25224 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25225 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25226
25227 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
25228
25229 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25230 Fix typo in docstring.
25231
25232 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25233 (ebrowse-print-statistics-line)
25234 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25235
25236 * term/w32-win.el (image-library-alist): Add additional name for
25237 Xpm library.
25238
25239 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
25240
25241 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25242 use gcc instead of cpp.
25243
25244 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25245 (gdb-create-define-alist): Use it.
25246 (gdb-cpp-define-alist-program): Update for MS-DOS.
25247
25248 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
25249
25250 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25251
25252 2005-05-04 Richard M. Stallman <rms@gnu.org>
25253
25254 * help.el (describe-key): No error when UNTRANSLATED is nil.
25255
25256 * simple.el (line-move-1): Fix previous change to signal errors
25257 appropriately.
25258
25259 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
25260
25261 * calendar/icalendar.el (icalendar-version): Now at 0.12.
25262 (icalendar-duration-correction): Remove.
25263 (icalendar--get-event-properties): Split result at commas.
25264 (icalendar--decode-isoduration): New optional argument
25265 DURATION-CORRECTION.
25266 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25267 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25268 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25269 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25270 (icalendar--convert-anniversary-to-ical): New functions, extracted
25271 from icalendar-export-region, with bug fixes.
25272 (icalendar-export-region): Use the above functions.
25273 (icalendar-import-buffer): Check before saving diary file.
25274 (icalendar--convert-recurring-to-diary)
25275 (icalendar--convert-non-recurring-all-day-to-diary)
25276 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25277 extracted from icalendar--convert-ical-to-diary, with bug fixes.
25278 (icalendar--convert-ical-to-diary): Use the above functions.
25279
25280 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
25281
25282 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25283 Remove these recent additions.
25284 (c-mode): Restore to before 2005-04-28.
25285
25286 * progmodes/cc-vars.el (cc-define-list-program): Remove this
25287 recent addition.
25288
25289 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25290 (gdb-define-alist): New variables.
25291 (gdb-create-define-alist): New function.
25292 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25293 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25294 with string-to-number.
25295 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
25296
25297 * progmodes/gud.el: Replace string-to-int with string-to-number.
25298 (gud-find-file): Handle gdb-define-alist.
25299
25300 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25301
25302 2005-05-02 Jay Belanger <belanger@truman.edu>
25303
25304 * calc/calc-aent.el (math-read-token):
25305 * calc/calc-bin.el (calc-word-size):
25306 * calc/calc-ext.el (calc-read-number-fancy):
25307 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25308 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25309 * calc/calc-frac.el (calc-over-notation):
25310 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25311 (calc-graph-num-points, calc-graph-init):
25312 * calc/calc-prog.el (calc-read-parse-table-part)
25313 (calc-edit-macro-repeats):
25314 * calc/calc-yank.el (calc-do-grab-rectangle):
25315 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25316 Replace `string-to-int' by `string-to-number'.
25317
25318 2005-05-02 Kim F. Storm <storm@cua.dk>
25319
25320 * kmacro.el: Use executing-kbd-macro-index variable.
25321
25322 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
25323
25324 * net/rlogin.el (rlogin-parse-words): Delete func.
25325 (rlogin): Use split-string, not rlogin-parse-words.
25326 Also, if there are option-like elements in the parsed args,
25327 take the host to be the first arg immediately following them.
25328 Suggested by Michael Mauger.
25329
25330 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25331
25332 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25333
25334 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25335
25336 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25337 (cc-mode-cpp-program): Rename to cc-define-list-program and
25338 move to cc-vars.el.
25339
25340 * progmodes/cc-vars.el (cc-define-list-program):
25341 Change to "gcc -E -dM -". Make customizable.
25342
25343 2005-05-02 Kim F. Storm <storm@cua.dk>
25344
25345 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25346
25347 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25348
25349 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
25350
25351 * international/mule-util.el (truncate-string): Remove alias and
25352 obsolete declaration.
25353
25354 * international/mule-cmds.el (update-iso-coding-systems):
25355 Remove alias and obsolete declaration.
25356
25357 * international/mule.el (coding-system-parent): Remove alias and
25358 obsolete declaration.
25359
25360 * subr.el (define-function, sref): Remove aliases and obsolete
25361 declarations.
25362 (chars-in-region): Remove obsolete declaration.
25363
25364 2005-05-01 Richard M. Stallman <rms@gnu.org>
25365
25366 * info.el (Info-mode): Set widen-automatically to nil, locally.
25367
25368 * simple.el (widen-automatically): New variable.
25369 (pop-global-mark): Obey widen-automatically.
25370
25371 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
25372
25373 * term/xterm.el (function-key-map): Call substitute-key-definition
25374 before the keymap size is increased by a lot of define-key calls.
25375
25376 2005-05-01 Richard M. Stallman <rms@gnu.org>
25377
25378 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
25379 Rename ARG to ELEMENT. Doc fix.
25380
25381 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25382
25383 * allout.el (allout-exposure): Remove macro and obsolete declaration.
25384 Remove references to allout-exposure/change to allout-new-exposure.
25385
25386 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
25387 bytecode symbols.
25388
25389 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
25390 (compiled-function-p, focus-frame, unfocus-frame):
25391 Remove aliases and obsolete declarations.
25392 Back out inadvertent changes from previous commit.
25393
25394 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25395
25396 * files.el (require-final-newline): Make Custom tags consistent
25397 with mode-require-final-newline.
25398 (mode-require-final-newline): Doc fix.
25399
25400 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
25401
25402 * international/latexenc.el (latexenc-find-file-coding-system):
25403 Fix regular expressions.
25404
25405 2005-05-01 David Kastrup <dak@gnu.org>
25406
25407 * international/latexenc.el (latexenc-find-file-coding-system):
25408 Fix regular expressions.
25409
25410 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25411
25412 * subr.el (string-to-int): Make obsolete.
25413
25414 2005-04-30 Richard M. Stallman <rms@gnu.org>
25415
25416 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
25417
25418 * loadup.el: load jka-comp-hook.
25419
25420 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
25421 (jka-compr-handler): Add autoload. `put' calls moved
25422 to jka-comp-hook.el.
25423 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
25424 (jka-compr-inhibit): Autoload.
25425
25426 * jka-comp-hook.el: New file.
25427 Enable the mode by default.
25428
25429 * files.el (backup-buffer-copy): Use copy-file instead
25430 of write-region, and put back the 'excl.
25431
25432 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
25433
25434 * progmodes/flymake.el (flymake-split-string)
25435 (flymake-split-string, flymake-log, flymake-pid-to-names)
25436 (flymake-reg-names, flymake-get-source-buffer-name)
25437 (flymake-unreg-names, flymake-add-line-err-info)
25438 (flymake-add-err-info): Clarify docstrings.
25439 (flymake-popup-menu, flymake-make-emacs-menu)
25440 (flymake-make-xemacs-menu): Add docstrings.
25441 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
25442 Set variables directly throughout.
25443
25444 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
25445
25446 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
25447 exists. Initialize cc-define-alist.
25448 (c-mode): Add cc-create-define-alist locally to after-save-hook.
25449 If there is no file (Macroexpansion) don't create an alist.
25450
25451 2005-04-29 Sam Steingold <sds@gnu.org>
25452
25453 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
25454 (cc-create-define-alist): Use it instead of the hard-coded string.
25455
25456 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25457
25458 * international/mule-conf.el (file-coding-system-alist): Fix regexp
25459 for latexenc.
25460
25461 2005-04-29 Lute Kamstra <lute@gnu.org>
25462
25463 * emacs-lisp/generic.el: Improve commentary section.
25464 (define-generic-mode): Improve docstring.
25465
25466 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
25467
25468 * textmodes/org.el (many places): Change to quiet the byte compiler.
25469 (org-prefix-format-compiled): New variable.
25470 (org-compile-prefix-format): New function.
25471 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
25472 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
25473 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
25474 (org-get-entries-from-diary): Use `org-get-time-of-day' for
25475 consistency with entries from `org-mode' files.
25476 (org-get-time-of-day): Fix bug with partial matches early in a line.
25477 (org-non-link-chars): New constant.
25478 (org-link-regexp): Respect `org-non-link-chars'.
25479 (org-agenda-day-view): Remove command.
25480 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
25481 (org-follow-bbdb-link, org-store-link): Search also company field.
25482 (org-highlight-overlay): New variable.
25483 (org-highlight, org-unhighlight): New functions.
25484 (org-agenda-mode): Add pre-command-hook to remove highlight.
25485 (org-evaluate-time-range): Behavior depends upon whether time stamp
25486 contains a time or not.
25487 (org-show-subtree, org-show-entry): New functions.
25488 (org-agenda-cleanup-fancy-diary): Remove empty lines.
25489
25490 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
25491
25492 * comint.el (comint-output-filter-functions): Add autoload cookie.
25493
25494 2005-04-28 Kim F. Storm <storm@cua.dk>
25495
25496 * ido.el (ido-everywhere): Fix last change.
25497
25498 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25499
25500 * international/latexenc.el: New file.
25501 * international/mule-conf.el (file-coding-system-alist): For .tex,
25502 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
25503
25504 2005-04-28 Lute Kamstra <lute@gnu.org>
25505
25506 * font-lock.el (font-lock-add-keywords)
25507 (font-lock-remove-keywords): Clarify docstring.
25508 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
25509 Don't start docstrings with a `*'.
25510 (font-lock-update-removed-keyword-alist): Give it a docstring.
25511
25512 * generic-x.el: Update commentary section.
25513 Only require font-lock when compiling.
25514 Define all modes conditionally.
25515 Place all generic modes in the generic-x-modes customization group.
25516 (generic-x-modes): New customization group.
25517 (generic-default-modes, generic-mswindows-modes)
25518 (generic-unix-modes, generic-other-modes): New constants.
25519 (generic-define-mswindows-modes, generic-define-unix-modes):
25520 Update docstrings. Make them obsolete.
25521 (generic-extras-enable-list): New default value. Update docstring.
25522 Improve :type. Change :set function.
25523 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25524 Fix docstring.
25525
25526 * emacs-lisp/generic.el (generic-mode-internal):
25527 Simplify font-lock-defaults.
25528 (define-generic-mode): Fix docstring.
25529
25530 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25531
25532 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25533 font-lock-face property to highlight matches.
25534
25535 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
25536
25537 * progmodes/cc-mode.el (cc-create-define-alist): New function.
25538 (cc-define-alist): New variable.
25539 (c-mode): Make it local and initialize it.
25540
25541 * progmodes/gdb-ui.el (gdb-active-process): New variable.
25542 (gdb-exited): New function.
25543 (gdb-annotation-rules): Use it.
25544 (gdb-starting): Set gdb-active-process to t.
25545 (gdb-stopping): Amend doc string.
25546 (gdb-reset): Set gdb-active-process to nil.
25547
25548 * tooltip.el (tooltip-gud-tips): Show the associated #define
25549 directives when a C program under GDB is not executing.
25550
25551 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
25552
25553 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25554 font-lock-fontify-syntactic-keywords.
25555
25556 * font-lock.el (font-lock-default-fontify-region): Don't force
25557 parse-sexp-lookup-properties to nil.
25558
25559 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25560
25561 * man.el (man-mode-syntax-table): Set up `:' to have
25562 word-constituent syntax.
25563
25564 2005-04-27 Lute Kamstra <lute@gnu.org>
25565
25566 * novice.el (disable-command): Don't add spurious newlines to the
25567 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
25568
25569 2005-04-26 Jay Belanger <belanger@truman.edu>
25570
25571 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25572 than one window before deleting window.
25573
25574 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
25575
25576 * shell.el (shell-prompt-pattern): Doc fix.
25577 (shell-mode): Set paragraph-separate buffer locally to "\\'".
25578
25579 * comint.el (comint-prompt-regexp, comint-get-old-input)
25580 (comint-use-prompt-regexp)
25581 (comint-use-prompt-regexp-instead-of-fields)
25582 (comint-replace-by-expanded-history, comint-send-input)
25583 (comint-output-filter, comint-get-old-input-default)
25584 (comint-line-beginning-position, comint-bol, comint-show-output)
25585 (comint-backward-matching-input, comint-forward-matching-input)
25586 (comint-next-prompt, comint-previous-prompt):
25587 Rename `comint-use-prompt-regexp-instead-of-fields' to
25588 `comint-use-prompt-regexp'. Keep old name as alias and declare
25589 obsolete.
25590 (comint-use-prompt-regexp): Shorten first line of doc string.
25591
25592 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25593 Set paragraph-separate buffer locally to "\\'".
25594
25595 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25596 Adapt to above name change.
25597
25598 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25599 (smbclient-prompt-regexp): Ditto.
25600
25601 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25602
25603 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
25604
25605 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25606 gdb-location-list.
25607 Break lines that are over 80 characters wide.
25608
25609 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
25610
25611 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25612 New fun and var, to preserve compatibility.
25613
25614 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25615
25616 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
25617
25618 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25619 name to file-newer-than-file-p.
25620
25621 2005-04-26 Richard M. Stallman <rms@gnu.org>
25622
25623 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25624
25625 * progmodes/python.el (python-mode):
25626 Use new name eldoc-documentation-function.
25627
25628 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25629
25630 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25631 (eldoc-documentation-function):
25632 Rename from eldoc-print-current-symbol-info-function. Calls changed.
25633
25634 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
25635
25636 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25637
25638 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25639
25640 * term/xterm.el (function-key-map): Fix strings for
25641 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
25642 {C,S,A,C-S}-{f1-f12}.
25643
25644 2005-04-26 Kenichi Handa <handa@m17n.org>
25645
25646 * international/mule-cmds.el (select-safe-coding-system):
25647 Fix previous change.
25648
25649 2005-04-26 Lute Kamstra <lute@gnu.org>
25650
25651 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25652
25653 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25654 (font-lock-comment-delimiter-face): Ditto.
25655
25656 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25657
25658 2005-04-25 Jay Belanger <belanger@truman.edu>
25659
25660 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25661 to t while inserting information; use help-mode.
25662
25663 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25664
25665 * term.el (ansi-term-color-vector): Use the xterm colors.
25666 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
25667
25668 2005-04-25 Lute Kamstra <lute@gnu.org>
25669
25670 * font-core.el (font-lock-defaults): Fix docstring.
25671
25672 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25673
25674 2005-04-25 Kenichi Handa <handa@m17n.org>
25675
25676 * international/mule-cmds.el (select-safe-coding-system):
25677 Don't check consistency with coding: spec, etc if raw-text or
25678 no-conversion was found to be safe.
25679
25680 2005-04-24 Richard M. Stallman <rms@gnu.org>
25681
25682 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25683 citation markers at start of each line.
25684
25685 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25686 citation markers at start of each line.
25687
25688 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25689
25690 * files.el (mode-require-final-newline): Fix previous change.
25691 (require-final-newline): Fix type label.
25692
25693 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
25694
25695 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25696 statement in buffer (broken by 2004-11-24 change).
25697
25698 2005-04-24 Kim F. Storm <storm@cua.dk>
25699
25700 * ido.el (ido-everywhere): Save and restore old read-buffer-function
25701 and read-file-name-function values. Don't overwrite existing
25702 non-nil values if ido-mode is enabled without ido-everywhere.
25703
25704 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
25705
25706 * files.el (mode-require-final-newline): Minor doc fix.
25707
25708 2005-04-24 Eli Zaretskii <eliz@gnu.org>
25709
25710 * subr.el (syntax-after): Doc fix.
25711 (syntax-class): If argument is nil, return nil. Mask off upper 16
25712 bits, not 8 bits.
25713
25714 * files.el (mode-require-final-newline): Doc fix.
25715 (backup-buffer-copy): Fix last change.
25716
25717 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25718
25719 * term/mac-win.el: Require select. Set selection-coding-system to
25720 mac-system-coding-system. Call menu-bar-enable-clipboard.
25721 (x-last-selected-text-clipboard, x-last-selected-text-primary)
25722 (x-select-enable-clipboard): New variables.
25723 (x-select-text, x-get-selection, x-selection-value)
25724 (x-get-selection-value, mac-select-convert-to-string)
25725 (mac-services-open-file, mac-services-open-selection)
25726 (mac-services-insert-text): New functions.
25727 (CLIPBOARD, FIND): Put mac-scrap-name property.
25728 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
25729 (public.tiff): Put mac-ostype property.
25730 (selection-converter-alist): Add entries for them.
25731 (mac-application-menu-map): New keymap.
25732 (interprogram-cut-function, interprogram-paste-function): Set to
25733 x-select-text and x-get-selection-value, respectively.
25734 (split-window-keep-point): Set to t.
25735
25736 2005-04-23 Richard M. Stallman <rms@gnu.org>
25737
25738 * files.el (read-directory-name): Always pass non-nil
25739 DEFAULT-FILENAME arg to read-file-name.
25740 (backup-buffer-copy, basic-save-buffer-2): Take care against
25741 writing thru an unexpected existing symlink.
25742 (revert-buffer): In indirect buffer, revert the base buffer.
25743 (magic-mode-alist): Doc fix.
25744 (buffer-stale-function): Doc fix.
25745 (minibuffer-with-setup-hook): Avoid warning.
25746 (mode-require-final-newline): Doc and custom fix.
25747
25748 * follow.el (follow-end-of-buffer): Use with-no-warnings.
25749
25750 * font-lock.el (font-lock-comment-face): On terminals with few colors,
25751 use the default appearance.
25752 (font-lock-comment-delimiter-face): New face, new variable.
25753
25754 * imenu.el (imenu--generic-function): The official position of a
25755 definition is the start of the line that BEG is in.
25756
25757 * midnight.el (midnight-timer): Move defvar up.
25758
25759 * mouse.el (mouse-drag-region-1): Delete some debugging code.
25760
25761 * saveplace.el (save-place-to-alist): Use with-no-warnings.
25762
25763 * startup.el (command-line): Use with-no-warnings.
25764
25765 * window.el (window-size-fixed): New defvar.
25766
25767 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
25768
25769 * mail/rmail.el (rmail-font-lock-keywords):
25770 Use font-lock-comment-delimiter-face.
25771
25772 * mail/sendmail.el (mail-font-lock-keywords):
25773 Use font-lock-comment-delimiter-face.
25774
25775 * progmodes/compile.el (next-error-highlight-timer): New defvar.
25776
25777 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
25778
25779 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25780 Specify t for LAXMATCH when matching directories.
25781 Save match data around compilation-compat-error-properties form.
25782
25783 2005-04-23 David Kastrup <dak@gnu.org>
25784
25785 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
25786 Mention that the autoloaded aliases should be kept for AUCTeX.
25787
25788 2005-04-23 Andreas Schwab <schwab@suse.de>
25789
25790 * isearch.el (isearch-forward): Doc fix.
25791
25792 2005-04-23 Eli Zaretskii <eliz@gnu.org>
25793
25794 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
25795 (jit-lock-stealth-nice): Change default value to 0.5.
25796
25797 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
25798
25799 * abbrev.el (write-abbrev-file): Write table entries in
25800 alphabetical order by table name.
25801
25802 2005-04-22 Kim F. Storm <storm@cua.dk>
25803
25804 * ido.el (ido-read-internal): Fix `list' completion.
25805
25806 2005-04-22 Kenichi Handa <handa@m17n.org>
25807
25808 * recentf.el (recentf-save-file-coding-system): New variable.
25809 (recentf-save-list): Encode the file by
25810 recentf-save-file-coding-system and add coding: tag.
25811
25812 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
25813
25814 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
25815
25816 2005-04-21 Lute Kamstra <lute@gnu.org>
25817
25818 * loadhist.el (unload-feature): Don't remove a function from hooks
25819 if it is about to be restored to an autoload . Remove functions
25820 that will become unbound from auto-mode-alist. Simplify the code.
25821
25822 * subr.el (assq-delete-all): New implementation that is linear,
25823 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
25824 (rassq-delete-all): New function.
25825
25826 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25827 Add size-indication-mode.
25828
25829 2005-04-21 Kenichi Handa <handa@m17n.org>
25830
25831 * international/mule-cmds.el: Add autoload for widget-value in
25832 eval-when-compile.
25833
25834 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
25835
25836 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25837 Add tooltip-mode.
25838
25839 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
25840
25841 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
25842
25843 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
25844 (inferior-lisp-filter-regexp, inferior-lisp-program)
25845 (inferior-lisp-load-command, inferior-lisp-prompt)
25846 (inferior-lisp-mode-hook, lisp-source-modes)
25847 (inferior-lisp-load-hook): defvar->defcustom.
25848 (inferior-lisp-program, inferior-lisp-prompt)
25849 (inferior-lisp-load-hook): Doc fixes.
25850 (inferior-lisp-install-letter-bindings): Small change in
25851 introductory comment.
25852
25853 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
25854
25855 * vc.el (vc-annotate-color-map): Change some colors so that text
25856 using them as foreground is readable on both white and black
25857 backgrounds.
25858
25859 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25860
25861 * international/mule-conf.el (translation-table-for-input):
25862 Remove redundant declaration.
25863
25864 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
25865
25866 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
25867
25868 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
25869 (tooltip-toggle-gud-tips): New function.
25870
25871 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25872
25873 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
25874 right angle brackets.
25875
25876 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
25877
25878 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
25879
25880 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25881
25882 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
25883 Remove. Update callers to use expand-file-name instead.
25884
25885 * subr.el (syntax-class): New function.
25886
25887 * simple.el (blink-matching-open): Use it.
25888
25889 * paren.el (show-paren-function): Use it to recognize parens that are
25890 also used in 2-char comment markers.
25891
25892 2005-04-19 Lute Kamstra <lute@gnu.org>
25893
25894 * loadhist.el (unload-feature): Update for new format of
25895 load-history. Simplify the code.
25896
25897 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25898
25899 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
25900 (mac-add-charset-info): New function. Initialize variable
25901 mac-charset-info-alist using it.
25902 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
25903 for translation.
25904 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
25905 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
25906 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
25907 New CCL programs.
25908
25909 2005-04-19 Kim F. Storm <storm@cua.dk>
25910
25911 * simple.el (next-buffer, prev-buffer, next-error)
25912 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25913 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
25914
25915 * bindings.el (next-buffer, prev-buffer, next-error)
25916 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25917 (clone-indirect-buffer-other-window): Move bindings from simple.el.
25918 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
25919 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
25920
25921 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
25922
25923 * isearch.el (isearch-edit-string): Make the search-ring available for
25924 minibuffer history commands.
25925 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
25926 the default history commands now work just as well.
25927 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
25928
25929 2005-04-18 Kim F. Storm <storm@cua.dk>
25930
25931 * emulation/cua-base.el (cua--pre-command-handler): Add more
25932 elaborate check for shift modifier on non-window systems.
25933
25934 2005-04-18 Lars Hansen <larsh@math.ku.dk>
25935
25936 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
25937
25938 2005-04-18 Kim F. Storm <storm@cua.dk>
25939
25940 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
25941 and make it optional. Don't test tooltip-gud-echo-area here.
25942 (tooltip-gud-process-output, gdb-tooltip-print):
25943 Pass tooltip-gud-echo-area to tooltip-show.
25944 (tooltip-help-tips): Remove second optional arg to tooltip-show.
25945
25946 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25947
25948 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
25949 `display-graphic-p' may not be bound yet.
25950
25951 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
25952
25953 * startup.el (command-line): No longer enable Xterm Mouse mode by
25954 default in terminals compatible with xterm.
25955
25956 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
25957
25958 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
25959
25960 * tooltip.el (tooltip-gud-echo-area): Rename from
25961 tooltip-use-echo-area.
25962 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
25963 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
25964 area independently of where help tooltips are displayed.
25965
25966 2005-04-17 David Kastrup <dak@gnu.org>
25967
25968 * cus-theme.el (custom-theme-write-variables): Quote variables
25969 where necessary.
25970
25971 2005-04-17 Richard M. Stallman <rms@gnu.org>
25972
25973 * simple.el (yank-excluded-properties): Add follow-link to value.
25974
25975 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
25976
25977 * startup.el (fancy-splash-max-time): Just 30 seconds.
25978 (fancy-splash-delay): Just 7.
25979 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
25980
25981 * loadhist.el (unload-feature): Update for new format of load-history.
25982 Simplify the code.
25983
25984 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
25985 (rmail-font-lock-keywords): Don't fontify the text of a citation.
25986
25987 * mail/sendmail.el (mail-font-lock-keywords):
25988 Don't fontify subject text.
25989 Don't fontify the text of a citation.
25990
25991 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
25992
25993 * comint.el (comint-output-filter): Run comint-output-filter-functions
25994 with point where the user had it.
25995
25996 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
25997
25998 * international/ucs-tables.el (ucs-set-table-for-input):
25999 Disable when using unify-on-decoding.
26000
26001 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
26002
26003 * emulation/cua-base.el (cua-global-mark-face): Add special case
26004 for displays supporting a high number of colors.
26005
26006 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26007
26008 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26009
26010 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
26011
26012 * filesets.el (filesets-add-buffer): If user supplies a name of a
26013 non-existing fileset, create a new fileset.
26014
26015 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
26016
26017 * textmodes/org.el (org-up-heading-all): Fix bug with
26018 `outline-up-heading-all'.
26019
26020 2005-04-16 Andreas Schwab <schwab@suse.de>
26021
26022 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26023 /etc/permissions.d/* and /etc/aliases.d/*.
26024
26025 2005-04-16 Kenichi Handa <handa@m17n.org>
26026
26027 * international/code-pages.el (cp-make-coding-system):
26028 Set `translation-table-for-input' property value to the symbol
26029 ucs-mule-to-mule-unicode, not to that value.
26030 (pt154): Escape guillemet by `\'.
26031
26032 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
26033
26034 * loadup.el: Load tooltip if x-show-tip is fboundp.
26035
26036 * startup.el (command-line): Add comment.
26037
26038 * tooltip.el (tooltip-mode): Specify correct standard value for
26039 Custom in init-value.
26040
26041 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
26042
26043 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26044 possible.
26045
26046 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
26047
26048 * textmodes/org.el (org-agenda-date-prompt): Rename from
26049 `org-agenda-date-today'.
26050 (org-evaluate-time-range): Insert at point instead of directly
26051 after time range.
26052 (org-first-headline-recenter, org-subtree-end-visible-p)
26053 (org-optimize-window-after-visibility-change): New functions
26054 (org-agenda-post-command-hook): Don't allow point at end of line,
26055 to make sure it always hits the text properties.
26056 (org-agenda-next-date-line, org-agenda-previous-date-line):
26057 New commands.
26058 (org-set-regexps-and-options): Category may contain white space.
26059 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26060 Improve marker positions.
26061 (org-agenda-new-marker): Argument POS made optional.
26062 (org-agenda-get-timestamps): Deadlines which are done are listed
26063 in org-done-face now.
26064 (org-agenda-get-todos, org-agenda-get-timestamps)
26065 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26066 Set `undone-face' and `done-face' properties.
26067 (org-last-todo-state-is-todo): New variable.
26068 (org-todo): Set `org-last-todo-state-is-todo'.
26069 (org-agenda-todo): Change face according to
26070 `org-last-todo-state-is-todo'. And change other lines referring to
26071 the same entry.
26072 (org-calendar-goto-agenda): New command.
26073 (org-calendar-to-agenda-key): New option.
26074 (org-startup-folded): New allowed value `content'.
26075 (org-set-regexps-and-options): Accept new value `content' for
26076 `org-startup-folded'.
26077 (org-get-current-options): Handle new value `content' for
26078 `org-startup-folded'.
26079 (org-insert-todo-heading): New command.
26080 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26081 interactively in empty file and option
26082 `org-insert-mode-line-in-empty-file' has been set.
26083 (org-agenda-todo, org-agenda-priority): Modify to use
26084 `org-agenda-change-all-lines'.
26085 (org-warning-face): Change color on dark background
26086
26087 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26088
26089 * international/mule-cmds.el (set-locale-environment): On Mac OS,
26090 use preferences AppleLocale and AppleLanguages, and variable
26091 mac-system-locale for default locale. On Mac OS Classic, use
26092 mac-system-coding-system for default coding systems.
26093
26094 * term/mac-win.el: Don't set file-name-coding-system.
26095 Decode variables system-name, emacs-build-system, user-login-name, and
26096 user-full-name by mac-system-coding-system on Mac OS Classic.
26097 (mac-system-coding-system): New variable.
26098
26099 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
26100
26101 * startup.el (command-line): Handle `xterm-mouse-mode' before
26102 reading init file.
26103
26104 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26105
26106 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
26107
26108 * progmodes/sh-script.el (sh-here-document-word): Make it a
26109 defcustom. Doc fix.
26110 (sh-add): Bash uses $(( )) for arithmetic.
26111 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26112 (sh-maybe-here-document): Remove quotes and leading whitespace
26113 from heredoc word when closing. Indent heredoc with tabs if word
26114 starts with "-".
26115
26116 2005-04-13 Richard M. Stallman <rms@gnu.org>
26117
26118 * simple.el (undo): Fix previous change.
26119
26120 * custom.el (defface): Doc fix.
26121
26122 2005-04-13 Lute Kamstra <lute@gnu.org>
26123
26124 * Makefile.in (DONTCOMPILE): Remove list.
26125 (compile, compile-always): Don't use DONTCOMPILE.
26126 (update-authors): Load the library in which batch-update-authors
26127 is defined.
26128 * makefile.w32-in (DONTCOMPILE): Remove list.
26129 (compile, compile-always): Fix comments.
26130 (update-authors): Load the library in which batch-update-authors
26131 is defined.
26132
26133 * generic-x.el (generic-mode-ini-file-find-file-hook):
26134 Rename to ini-generic-mode-find-file-hook.
26135 Keep generic-mode-ini-file-find-file-hook as an alias.
26136 (ini-generic-mode-find-file-hook): Rename from
26137 generic-mode-ini-file-find-file-hook. Fix docstring.
26138 (ini-generic-mode): Docstring change.
26139 (bat-generic-mode-run-as-comint): Silence the byte compiler.
26140
26141 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26142 called from lisp.
26143
26144 * generic.el: Move to the emacs-lisp subdir.
26145
26146 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
26147
26148 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26149 and C-S- function and cursor motion keys.
26150
26151 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
26152
26153 * startup.el (command-line): Enable Xterm Mouse mode by default.
26154 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26155 for Custom. No longer show "Mouse" in mode line when enabled.
26156 Doc fix.
26157
26158 2005-04-12 Kim F. Storm <storm@cua.dk>
26159
26160 * emulation/cua-base.el (cua-rectangle-face)
26161 (cua-rectangle-noselect-face): Define face attributes here.
26162
26163 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26164
26165 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26166
26167 * startup.el (command-line): Turn off blinking cursor if
26168 cursorBlink in resources is off or false.
26169
26170 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26171
26172 * term/mac-win.el (dnd): Require dnd.
26173 (mac-drag-n-drop): Call dnd-handle-one-url.
26174 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26175 (kTextEncodingISOLatin2): Remove constants.
26176 (mac-script-code-coding-systems): New constant.
26177 (mac-handle-language-change): New function.
26178 (special-event-map): Bind it to `language-change' event.
26179 (mac-centraleurroman, mac-cyrillic): New coding systems.
26180 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26181 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26182 and mac-cyrillic-encoder to encode-mac-centraleurroman and
26183 encode-mac-cyrillic, respectively.
26184
26185 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26186
26187 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26188 Don't set overlay-arrow-string to "=>" as this is done
26189 globally in C now.
26190
26191 2005-04-12 Lute Kamstra <lute@gnu.org>
26192
26193 * generic-x.el (rc-generic-mode, rul-generic-mode):
26194 Fix auto-mode-alist entries.
26195 (etc-fstab-generic-mode): Tweak fontification.
26196
26197 * generic.el (generic-make-keywords-list): Fix docstring.
26198 (generic-mode-internal): Simplify generic-font-lock-keywords.
26199
26200 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26201
26202 * whitespace.el (whitespace-buffer-leading)
26203 (whitespace-buffer-trailing): Revert the incorrect test inversion.
26204 However, fix the highlight area for the leading and
26205 trailing whitespaces to show space.
26206
26207 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26208
26209 * whitespace.el (whitespace-version): Bump to 3.5
26210
26211 (whitespace-buffer-leading, whitespace-buffer-trailing):
26212 Invert sense of the test to highlight the whitespace.
26213
26214 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26215
26216 * progmodes/gud.el (gud-display-line): GUD uses its own
26217 overlay arrow now so don't set overlay-arrow-string.
26218 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26219
26220 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
26221
26222 * term.el (term-ansi-current-bold, term-ansi-current-underline)
26223 (term-ansi-current-reverse, term-ansi-current-invisible)
26224 (term-ansi-face-already-done): Change to boolean.
26225 (term-reset-terminal, term-handle-colors-array): Handle the above
26226 vars accordingly.
26227 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26228 (term-emulate-terminal): Use the new name.
26229
26230 * faces.el (secondary-selection): Use yellow1, not yellow.
26231 (trailing-whitespace): Use red1, not red.
26232
26233 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26234
26235 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26236 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26237 (dired-dnd-handle-file): Call dnd-get-local-file-uri
26238
26239 * cus-edit.el (dnd): New group.
26240
26241 * term/w32-win.el (dnd): Require dnd
26242 (w32-drag-n-drop): Call dnd-handle-one-url.
26243
26244 * x-dnd.el: Require dnd.
26245 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26246 Call dnd-handle-one-url.
26247 (x-dnd-types-alist, x-dnd-insert-utf8-text)
26248 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26249 to dnd-insert-text.
26250 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26251 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26252 (x-dnd-get-local-file-name, x-dnd-open-local-file)
26253 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26254
26255 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26256
26257 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26258
26259 * wdired.el: Doc fixes.
26260 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26261 (wdired-use-dired-vertical-movement): Rename from
26262 wdired-always-move-to-filename-beginning.
26263 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26264 (wdired-change-to-wdired-mode): Change mode name.
26265 (wdired-newline): Delete.
26266
26267 2005-04-11 Richard M. Stallman <rms@gnu.org>
26268
26269 * whitespace.el (whitespace-highlight-the-space):
26270 Don't call whitespace-unhighlight-the-space here.
26271
26272 * simple.el (undo): Record t in undo-equiv-table
26273 for the redo record made by an undo-in-region.
26274
26275 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26276
26277 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26278 (gdb-frame-inferior-io-buffer): New Functions to control
26279 display of separate IO buffer.
26280 (menu): Add them to menu-bar.
26281 (gdb-display-buffer): Check for buffer another frame.
26282 Protect GUD buffer.
26283 (gdb-setup-windows): Create IO buffer if not already there.
26284 (gdb-memory-mode): Remove purecopy noops.
26285
26286 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26287
26288 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26289 and pass to self-insert-command.
26290
26291 2005-04-11 Lute Kamstra <lute@gnu.org>
26292
26293 * generic.el: Commentary section cleanup.
26294 (generic): Delete.
26295 (generic-use-find-file-hook, generic-lines-to-scan)
26296 (generic-find-file-regexp, generic-ignore-files-regexp)
26297 (default-generic-mode, generic-mode-find-file-hook)
26298 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26299 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
26300 (generic-use-find-file-hook, generic-lines-to-scan)
26301 (generic-find-file-regexp, generic-ignore-files-regexp)
26302 (default-generic-mode, generic-mode-find-file-hook)
26303 (generic-mode-ini-file-find-file-hook): Move from generic.el.
26304
26305 2005-04-10 Karl Fogel <kfogel@red-bean.com>
26306
26307 * bookmark.el (bookmark-write-file): Catch errors writing file.
26308 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26309
26310 2005-04-10 Richard M. Stallman <rms@gnu.org>
26311
26312 * startup.el (fancy-splash-tail): Update copyright year.
26313 (command-line): Split part of -Q into -D.
26314 (emacs-basic-display): New defvar.
26315 (fancy-splash-text): Correct name of menu item.
26316
26317 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26318
26319 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26320 lines in one node.
26321
26322 * comint.el (comint-send-input): New arg ARTIFICIAL.
26323 Callers in this file changed.
26324
26325 * abbrev.el (define-abbrevs): Read system abbrevs properly.
26326
26327 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26328
26329 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
26330
26331 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
26332 `ldap-search-internal'.
26333
26334 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26335
26336 * files.el (set-auto-mode-1): Use line-end-position.
26337
26338 * international/latin-1.el:
26339 * international/latin-2.el:
26340 * international/latin-3.el:
26341 * international/latin-4.el:
26342 * international/latin-5.el:
26343 * international/latin-8.el:
26344 * international/latin-9.el: Give punctuation syntax to NBSP.
26345
26346 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26347 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26348 Use char-classes to accept non-ascii letters, accepted in some recent
26349 bibtex implementations.
26350
26351 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
26352
26353 * custom.el (custom-set-minor-mode): Any non-nil value for the
26354 variable should enable the mode when set through Custom.
26355
26356 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26357
26358 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
26359 TAB binding so tab-always-indent is obeyed.
26360 (vhdl-minibuffer-local-map): Move initialization into declaration.
26361 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
26362 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
26363 (vhdl-hooked-abbrev): Avoid test for XEmacs.
26364 (vhdl-current-line): Use line-beginning-position.
26365 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
26366 with-output-to-temp-buffer, so the current position can be recorded.
26367
26368 2005-04-10 Masatake YAMATO <jet@gyve.org>
26369
26370 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26371 Add regexp for gcov.
26372
26373 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
26374
26375 * calendar/time-date.el (time-to-seconds, seconds-to-time)
26376 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
26377 syntax which Emacs 20 doesn't support.
26378
26379 2005-04-09 Richard M. Stallman <rms@gnu.org>
26380
26381 * help.el (describe-key-briefly, describe-key):
26382 Replace strings as event types with "(any string)".
26383
26384 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
26385
26386 * arc-mode.el (archive-mode-map): Move initialization into
26387 the declaration. Override *all* bindings of `undo'.
26388 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
26389
26390 2005-04-09 Jay Belanger <belanger@truman.edu>
26391
26392 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
26393
26394 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
26395
26396 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
26397 (xterm-register-default-colors): Update color values computation
26398 to match xterm-200.
26399
26400 2005-04-09 Kenichi Handa <handa@m17n.org>
26401
26402 * international/code-pages.el (iso-latin-7): Fix the map.
26403
26404 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
26405
26406 * emacs-lisp/lisp.el (defun-prompt-regexp)
26407 (parens-require-spaces, buffer-end, end-of-defun)
26408 (insert-parentheses): Doc fixes.
26409
26410 2005-04-08 Kim F. Storm <storm@cua.dk>
26411
26412 * comint.el (comint-highlight-prompt): Fix face spec.
26413 * hi-lock.el (hi-green): Likewise.
26414
26415 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26416
26417 * cus-edit.el (custom-modified-face):
26418 * comint.el (comint-highlight-input): Fix previous changes.
26419 * term.el (term-handle-ansi-escape): Add a comment.
26420
26421 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
26422
26423 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
26424 in the buffer and in whitespace-highlighted-space.
26425 (whitespace-unhighlight-the-space): Simplify.
26426 (whitespace-buffer): Simplify.
26427
26428 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26429
26430 * textmodes/table.el (table-cell-face): Add special case for
26431 displays supporting a high number of colors.
26432 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26433 (vhdl-font-lock-reserved-words-face)
26434 (vhdl-speedbar-architecture-face)
26435 (vhdl-speedbar-instantiation-face)
26436 (vhdl-speedbar-architecture-selected-face)
26437 (vhdl-speedbar-instantiation-selected-face): Likewise.
26438 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
26439 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
26440 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
26441 (ebrowse-root-class-face, ebrowse-member-attribute-face)
26442 (ebrowse-progress-face): Likewise.
26443 * progmodes/compile.el (compilation-info-face): Likewise.
26444 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
26445 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
26446 * calendar/calendar.el (diary-face): Likewise.
26447 * woman.el (woman-italic-face, woman-bold-face)
26448 (woman-unknown-face): Likewise.
26449 * wid-edit.el (widget-button-pressed-face): Likewise.
26450 * whitespace.el (whitespace-highlight-face): Likewise.
26451 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
26452 * pcvs-info.el (cvs-marked-face): Likewise.
26453 * info.el (info-xref): Likewise.
26454 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
26455 * hilit-chg.el (highlight-changes-face)
26456 (highlight-changes-delete-face): Likewise.
26457 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
26458 (hi-red-b): Likewise.
26459 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
26460 * font-lock.el (font-lock-keyword-face)
26461 (font-lock-function-name-face, font-lock-warning-face): Likewise.
26462 * cus-edit.el (custom-invalid-face, custom-modified-face)
26463 (custom-set-face, custom-changed-face, custom-variable-tag-face)
26464 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
26465 * comint.el (comint-highlight-prompt): Likewise.
26466
26467 2005-04-08 Lute Kamstra <lute@gnu.org>
26468
26469 * font-lock.el (font-lock-keywords): Docstring fixes.
26470
26471 2005-04-08 Kenichi Handa <handa@m17n.org>
26472
26473 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
26474 chars are more than a limit, print " and more..." at the tail.
26475
26476 2005-04-08 Kim F. Storm <storm@cua.dk>
26477
26478 * emacs-lisp/authors.el (authors-aliases): Update list.
26479 (authors-ignored-files): New list.
26480 (authors-fixed-entries): Fix typo.
26481 (authors-renamed-files-alist): Update list.
26482 (authors-add): Check authors-ignored-files.
26483
26484 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
26485
26486 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
26487 optional, to ensure backward compatibility.
26488
26489 2005-04-08 Stephen Eglen <stephen@gnu.org>
26490
26491 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
26492
26493 2005-04-08 Kim F. Storm <storm@cua.dk>
26494
26495 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
26496
26497 * mouse.el (mouse-on-link-p): Doc fix.
26498
26499 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
26500
26501 * ielm.el (ielm-prompt-read-only): Doc fix.
26502
26503 * comint.el (comint-prompt-read-only): Doc fix.
26504
26505 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
26506
26507 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
26508 ensure dired always handles wildcards passed to ffap.
26509 (find-file-at-point): Use it.
26510 (ffap-dired-wildcards): Doc fix.
26511
26512 2005-04-07 Juri Linkov <juri@jurta.org>
26513
26514 * simple.el (next-error-overlay-arrow-position): New defvar.
26515 Put "=>" on its property `overlay-arrow-string'. Add it to
26516 `overlay-arrow-variable-list'.
26517
26518 * progmodes/compile.el (compilation-setup):
26519 Set `next-error-overlay-arrow-position' to nil. Also set it to
26520 nil in the local hook `kill-buffer-hook'. Make local variable
26521 `overlay-arrow-string' and set it to "=>".
26522 (compilation-goto-locus): Set BOL position to
26523 `next-error-overlay-arrow-position' instead of
26524 `overlay-arrow-position'.
26525
26526 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26527 locally instead of adding it to the global hook.
26528 (Info-kill-buffer): Move up.
26529
26530 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
26531
26532 * term/xterm.el (xterm-standard-colors): Update color values from
26533 xterm-200.
26534
26535 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
26536
26537 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26538
26539 * fast-lock.el:
26540 * lazy-lock.el: Move them to the obsolete subdir.
26541
26542 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26543
26544 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26545 (wdired-add-replace-advice): Remove.
26546 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26547
26548 2005-04-06 Kim F. Storm <storm@cua.dk>
26549
26550 * startup.el (command-line): Add --bare-bones alias for -Q.
26551
26552 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26553
26554 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26555 create the startup fontset if a font specification ends with
26556 `mac-roman'.
26557
26558 2005-04-06 Lute Kamstra <lute@gnu.org>
26559
26560 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26561 change.
26562
26563 * emacs-lisp/copyright.el (copyright-update-year): Replace the
26564 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
26565
26566 2005-04-05 Lute Kamstra <lute@gnu.org>
26567
26568 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26569 (define-generic-mode): Ditto. Fix debug declaration.
26570
26571 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26572 Put them in the generic-x group.
26573
26574 * calendar/timeclock.el (timeclock): Doc fix.
26575
26576 * generic.el (define-generic-mode): Don't use custom-current-group.
26577 Document default :group value.
26578 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26579 (define-global-minor-mode): Don't use custom-current-group.
26580
26581 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
26582
26583 * startup.el (command-line-1): Display startup-echo-area-message
26584 when fancy splash screen is in use.
26585
26586 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26587 (sh-escaped-newline): New face.
26588 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26589 newline, and use sh-escaped-newline face.
26590
26591 * progmodes/tcl.el (tcl-escaped-newline): New face.
26592 (tcl-builtin-list): New variable.
26593 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26594 newlines. Fix keywords subexpression number.
26595
26596 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
26597
26598 * textmodes/org.el (org-diary-default-entry): Fix call to
26599 `add-to-diary-entry'.
26600
26601 2005-04-05 Kim F. Storm <storm@cua.dk>
26602
26603 * ediff-init.el: Use (featurep 'xemacs).
26604
26605 2005-04-05 David Ponce <david@dponce.com>
26606
26607 * cus-edit.el (face): Derive from symbol widget. Display sample
26608 of the current face on the fly.
26609 (widget-face-sample-face-get, widget-face-notify): New functions.
26610 (widget-face-value-create): Remove.
26611
26612 * wid-edit.el (widget-field-end): Temporarily remove field
26613 narrowing before to call `get-char-property'.
26614
26615 2005-04-04 Jay Belanger <belanger@truman.edu>
26616
26617 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26618 (math-read-subscripts): New variable.
26619 (math-read-preprocess-string): Process subscripts.
26620
26621 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
26622
26623 * comint.el (comint-prompt-read-only): Doc fix.
26624
26625 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26626 `-1'. Doc fix.
26627
26628 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
26629
26630 * textmodes/org.el (org-insert-mode-line-in-empty-file):
26631 Change default value to nil.
26632
26633 2005-04-04 Lute Kamstra <lute@gnu.org>
26634
26635 * autorevert.el (auto-revert-mode): Specify :group.
26636 * battery.el (display-battery-mode): Specify :group.
26637 * diff-mode.el (diff-minor-mode): Specify :group.
26638 * font-core.el (font-lock-mode): Specify :group.
26639 * hl-line.el (hl-line-mode): Specify :group.
26640 * iimage.el (iimage): New customization group.
26641 (iimage-mode): Specify :group.
26642 * longlines.el (longlines-mode): Specify :group.
26643 * master.el: Don't require easy-mmode.
26644 (master): New customization group.
26645 (master-mode): Specify :group.
26646 * msb.el (msb-mode): Specify :group.
26647 * reveal.el (reveal-mode): Specify :group.
26648 * simple.el (next-error-follow-minor-mode): Specify :group.
26649 * smerge-mode.el (smerge-mode): Specify :group.
26650 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26651 * emulation/cua-base.el (cua-mode): Specify :group.
26652 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26653 * language/thai-util.el (thai-auto-composition-mode)
26654 (thai-word-mode): Specify :group.
26655 * mail/supercite.el (sc-minor-mode): Specify :group.
26656 * progmodes/cwarn.el (cwarn-mode): Specify :group.
26657 * progmodes/flymake.el (flymake-mode): Specify :group.
26658 * progmodes/glasses.el (glasses-mode): Specify :group.
26659 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26660 * textmodes/enriched.el (enriched-mode): Specify :group.
26661 * textmodes/refill.el (refill-mode): Specify :group.
26662
26663 * add-log.el (change-log-font-lock-keywords): Names in
26664 parenthesized lists can contain spaces.
26665
26666 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
26667
26668 * startup.el (fancy-splash-text): Shorten default text of
26669 "Emacs Tutorial" line. Also, if the current language env
26670 indicates an available tutorial file other than TUTORIAL,
26671 extract its title and append it to the line in parentheses.
26672 (fancy-splash-insert): If arg is a thunk, funcall it.
26673
26674 2005-04-04 Jay Belanger <belanger@truman.edu>
26675
26676 * calc.el (calc-language-alist): Add tags to customization type.
26677
26678 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
26679
26680 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26681 Doc fix.
26682
26683 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
26684
26685 * add-log.el (change-log-font-lock-keywords): The manual
26686 describing a Change Log entry, says: (...) "Aside from these
26687 header lines, every line in the change log starts with a space or
26688 a tab.". The font-lock was not highlighting lines started with
26689 spaces, added support for it.
26690
26691 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26692
26693 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26694 (bibtex-generate-url-list): Update docstring accordingly. Put the
26695 complex example in the docstring.
26696 (bibtex-font-lock-url): Use pop.
26697
26698 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
26699
26700 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26701
26702 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26703
26704 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
26705
26706 * filesets.el (filesets-set-default): Doc fix.
26707
26708 2005-04-03 Lute Kamstra <lute@gnu.org>
26709
26710 * generic.el (define-generic-mode): Add argument to specify
26711 keywords for defcustom.
26712 (default-generic-mode): Specify :group.
26713
26714 * generic-x.el: Specify :group for all generic modes.
26715
26716 * desktop.el (desktop-no-desktop-file-hook)
26717 (desktop-after-read-hook): Doc fix.
26718
26719 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
26720
26721 * simple.el (visible-mode): Use explicit :group keyword.
26722 This changes the group of `visible-mode-hook' from paren-blinking
26723 to editing-basics.
26724
26725 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
26726
26727 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
26728 mailbox specifications as well as URLs.
26729 (rmail-insert-inbox-text): Remove unused conditional branches.
26730
26731 2005-04-01 Jay Belanger <belanger@truman.edu>
26732
26733 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
26734 (calc-gnuplot-print-command): Move definitions to calc.el.
26735
26736 * calc/calc-embed.el (calc-embedded-announce-formula)
26737 (calc-embedded-open-formula, calc-embedded-close-formula)
26738 (calc-embedded-open-word, calc-embedded-close-word)
26739 (calc-embedded-open-plain, calc-embedded-close-plain)
26740 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
26741 (calc-embedded-open-mode, calc-embedded-close-mode):
26742 Move definitions to calc.el.
26743
26744 * calc/calc.el (calc-settings-file, calc-language-alist):
26745 Make customizable.
26746 (calc-embedded-announce-formula, calc-embedded-open-formula)
26747 (calc-embedded-close-formula, calc-embedded-open-word)
26748 (calc-embedded-close-word, calc-embedded-open-plain)
26749 (calc-embedded-close-plain, calc-embedded-open-new-formula)
26750 (calc-embedded-close-new-formula, calc-embedded-open-mode)
26751 (calc-embedded-close-mode, calc-gnuplot-name)
26752 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
26753 from other files and make customizable.
26754
26755 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26756
26757 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
26758 Use buffer-live-p.
26759 (cvs-mode-run): Don't call cvs-update-header here.
26760 (cvs-run-process): Call cvs-update-header.
26761 Use process properties for cvs-postprocess and cvs-buffer so that
26762 the sentinel can behave better if the temp buffer is killed.
26763 Use a pipe rather than a tty, to better handle unexpected prompts.
26764 (cvs-sentinel): Rewrite. Call cvs-update-header.
26765
26766 2005-04-01 Andre Spiegel <spiegel@gnu.org>
26767
26768 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
26769 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
26770
26771 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26772
26773 * generic.el (define-generic-mode): Add indentation rule.
26774
26775 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
26776
26777 * files.el (mode-require-final-newline): Make Custom correctly
26778 report a nil value and allow to set it to nil via Custom.
26779 Doc fix.
26780
26781 2005-04-01 Kenichi Handa <handa@m17n.org>
26782
26783 * international/characters.el: Enable the correct case setting for
26784 dotless-i and dotted-I.
26785
26786 2005-04-01 Kim F. Storm <storm@cua.dk>
26787
26788 * ido.el (ido-file-internal): Fall back to non-ido command if
26789 initial directory is on slow ftp (or tramp) host.
26790
26791 2005-03-31 Richard M. Stallman <rms@gnu.org>
26792
26793 * emacs-lisp/autoload.el (make-autoload):
26794 Handle define-global-minor-mode.
26795
26796 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26797 Rename from easy-mmode-define-global-mode.
26798 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
26799
26800 * progmodes/scheme.el (scheme-mode-syntax-table):
26801 Update syntax of | and # for two-character comment syntax.
26802
26803 2005-03-31 Lute Kamstra <lute@gnu.org>
26804
26805 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
26806 (define-minor-mode): Call custom-current-group at load-time.
26807
26808 * generic.el (define-generic-mode): Add debug declaration.
26809 Add defcustom for the mode hook.
26810 (generic-mode-internal): Use run-mode-hooks.
26811
26812 2005-03-31 Kim F. Storm <storm@cua.dk>
26813
26814 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
26815 (mouse-fixup-help-message): New defun called by show_help_echo
26816 to fixup mouse-2 prefix in help messages when applicable.
26817
26818 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
26819
26820 2005-03-31 Kenichi Handa <handa@m17n.org>
26821
26822 * language/thai-word.el (thai-find-word-ends): Pay attention to
26823 the case that we reach the end of buffer.
26824
26825 * textmodes/fill.el (fill-text-properties-at): New function.
26826 (fill-newline): Use fill-text-properties-at instead of
26827 text-properties-at.
26828
26829 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26830
26831 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
26832 not comint-quote-filename.
26833
26834 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
26835
26836 * help-fns.el (help-with-tutorial): Revert last change.
26837
26838 2005-03-31 Kim F. Storm <storm@cua.dk>
26839
26840 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
26841
26842 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
26843
26844 * calendar/cal-china.el: Update reference to "Calendrical
26845 Calculations" book; there's a new edition.
26846 * calendar/cal-coptic.el: Likewise.
26847 * calendar/cal-french.el: Likewise.
26848 * calendar/cal-hebrew.el: Likewise.
26849 * calendar/cal-islam.el: Likewise.
26850 * calendar/cal-iso.el: Likewise.
26851 * calendar/cal-julian.el: Likewise.
26852 * calendar/cal-mayan.el: Likewise.
26853 * calendar/cal-persia.el: Likewise.
26854 * calendar/calendar.el: Likewise.
26855 * calendar/holidays.el: Likewise.
26856 * calendar/lunar.el: Likewise.
26857 * calendar/solar.el: Likewise.
26858
26859 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
26860 white space from doc string.
26861
26862 2005-03-30 Jay Belanger <belanger@truman.edu>
26863
26864 * calc/calc-help.el (calc-full-help): Remove email address.
26865
26866 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
26867
26868 * help-fns.el (help-with-tutorial): Delete title line.
26869
26870 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26871
26872 * calendar/cal-x.el (calendar-one-frame-setup)
26873 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
26874 rather than `symbol' for set-window-dedicated-p.
26875
26876 * calendar/appt.el (appt-buffer-name): Make it a constant.
26877 (appt-add): Doc fix.
26878
26879 * filesets.el (filesets-menu-path, filesets-menu-before)
26880 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
26881 (filesets-menu-cache-file): Use directory ~/.emacs.d.
26882 (filesets-add-submenu): Delete and use add-submenu instead.
26883
26884 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
26885
26886 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
26887 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
26888 (org-diary-default-entry): New function.
26889 (org-get-entries-from-diary): Better parsing of diary entries.
26890 (org-agenda-check-no-diary): New function.
26891 ("diary-lib"): Advice to function `add-to-diary-list', to allow
26892 linking to diary entries.
26893 (org-agenda-execute-calendar-command): New function.
26894 (org-agenda): Improve visible section in window.
26895 Use `org-fit-agenda-window'.
26896 (org-fit-agenda-window): New option.
26897 (org-move-subtree-down): Better handling of empty lines
26898 at end of subtree.
26899 (org-cycle): Numeric prefix is interpreted now as show-subtree N
26900 levels up.
26901 (org-fontify-done-headline): New option.
26902 (org-headline-done-face): New face.
26903 (org-set-font-lock-defaults): Use `org-headline-done-face'.
26904 (org-table-copy-down): Rename from `org-table-copy-from-above'.
26905 When current field is non-empty, it is copied to next row.
26906 (org-table-copy-from-above): Fix bug which made it
26907 impossible to copy fields containing only a single non-white character.
26908
26909 2005-03-30 Kim F. Storm <storm@cua.dk>
26910
26911 * kmacro.el (kmacro-end-macro): Isearch may store this command
26912 into the macro -- so ignore it when executing keyboard macro.
26913
26914 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
26915
26916 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
26917
26918 2005-03-29 Kenichi Handa <handa@m17n.org>
26919
26920 * language/thai.el ("Thai"): Set setup-function and exit-function
26921 for Thai language environment.
26922
26923 * language/thai-util.el: Require thai-word.
26924 (thai-word-mode-map): New variable.
26925 (thai-word-mode): New minor mode.
26926 (setup-thai-language-environment-internal): New function.
26927 (exit-thai-language-environment-internal): New function.
26928
26929 * language/thai-word.el (thai-word-table): Declare it by defvar,
26930 use dolist to initialize it.
26931 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
26932 (thai-fill-find-break-point): New functions.
26933
26934 2005-03-29 Richard M. Stallman <rms@gnu.org>
26935
26936 * simple.el (idle-update-delay): Move definition up.
26937 (set-mark): Doc fix.
26938
26939 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
26940
26941 * longlines.el: New file.
26942
26943 * simple.el (buffer-substring-filters): New variable.
26944 (filter-buffer-substring): New function.
26945 (kill-region, copy-region-as-kill): Use it.
26946
26947 * register.el (copy-to-register, append-to-register)
26948 (prepend-to-register): Use filter-buffer-substring.
26949
26950 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
26951
26952 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
26953 (gud-filter-pending-text): Move in front of gdb.
26954 (gud-overlay-arrow-position): New variable.
26955 (gud-sentinel, gud-display-line): Use it in place of
26956 overlay-arrow-position.
26957
26958 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
26959
26960 * progmodes/fortran.el (fortran-if-indent): Doc fix.
26961 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
26962 (fortran-font-lock-keywords-4): New variable.
26963 (fortran-blocks-re, fortran-end-block-re)
26964 (fortran-start-block-re): New constants, for hideshow.
26965 (hs-special-modes-alist): Add a Fortran entry.
26966 (fortran-mode-map): Bind fortran-end-of-block,
26967 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
26968 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
26969 (fortran-looking-at-if-then, fortran-end-of-block)
26970 (fortran-beginning-of-block): New functions, for hideshow.
26971
26972 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
26973 Doc fix. Tweak regexp.
26974 (f90-beginning-of-block): Push mark first.
26975
26976 2005-03-29 Jay Belanger <belanger@truman.edu>
26977
26978 * calc/calc.el: Update copyright date.
26979 (calc-version): Increase to 2.1.
26980 (calc-version-date): Remove.
26981
26982 * calc/calc-help.el: Update copyright date.
26983 (calc-full-help): Remove reference to calc-version-date.
26984 Update copyright date.
26985
26986 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26987
26988 * vc.el (vc-do-command): Use a pipe for async processes, so password
26989 prompts don't show up at places where the user can't reply.
26990
26991 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26992
26993 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
26994 on the file name we pass to the inferior shell.
26995
26996 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26997
26998 * progmodes/which-func.el (which-function): Be robust in the face of an
26999 imenu--make-index-alist failure.
27000
27001 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27002
27003 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27004
27005 * progmodes/python.el (python-preoutput-filter): Fix last change.
27006
27007 2005-03-29 Lute Kamstra <lute@gnu.org>
27008
27009 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27010 functions and compiled macros.
27011 (debug-convert-byte-code): Handle macros too.
27012 (debug-on-entry-1): Don't signal an error when trying to clear a
27013 function that is not set to debug on entry.
27014
27015 2005-03-29 Jay Belanger <belanger@truman.edu>
27016
27017 * calc/calc-lang.el: Add functions to math-function-table
27018 properties of tex and math.
27019
27020 2005-03-29 Kenichi Handa <handa@m17n.org>
27021
27022 * ps-mule.el (ps-mule-plot-string): Translate characters by
27023 ps-print-translation-table.
27024 (ps-mule-begin-job): Call find-charset-region/string with
27025 ps-print-translation-table.
27026 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27027
27028 * ps-print.el (ps-print-translation-table): New variable.
27029 (ps-plot-region): Translate characters by ps-print-translation-table.
27030
27031 2005-03-29 Juri Linkov <juri@jurta.org>
27032
27033 * simple.el (next-error-highlight-timer): New variable.
27034
27035 * progmodes/compile.el (compilation-goto-locus):
27036 Use `next-error-highlight-timer' instead of `sit-for'.
27037
27038 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27039
27040 * mail/supercite.el (sc-mail-field): Use assoc-string.
27041 (sc-get-address): Simplify regexps.
27042
27043 * files.el (minibuffer-with-setup-hook): New macro.
27044 (find-file-read-args): Use it to avoid let-binding
27045 minibuffer-with-setup-hook (which breaks turning on/off
27046 file-name-shadow-mode while in the prompt).
27047
27048 * complete.el (PC-read-include-file-name-internal):
27049 Use test-completion.
27050
27051 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
27052
27053 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27054
27055 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27056
27057 * window.el (window-buffer-height): Use count-screen-lines.
27058
27059 * progmodes/python.el (python-preoutput-leftover): New var.
27060 (python-preoutput-filter): Use it.
27061 (python-send-receive): Loop until all the result has been received.
27062
27063 2005-03-28 Juri Linkov <juri@jurta.org>
27064
27065 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27066
27067 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27068 "Recover Crashed Session".
27069 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27070 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27071 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27072 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27073 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27074 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27075 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27076 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27077
27078 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27079 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27080 Ediff Sessions", "Toggle use of separate control buffer frame",
27081 "Use separate frame for Ediff control buffer".
27082
27083 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27084 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27085 "Rename Bookmark", "Delete Bookmark".
27086
27087 * info.el (Info-mode-menu): Remove ellipsis from "Index".
27088 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27089 Add `:active Info-index-alternatives' to "Next Matching Item".
27090
27091 * wdired.el (wdired-change-to-wdired-mode):
27092 Mention `wdired-abort-changes' key in the initial message.
27093
27094 * international/mule.el (auto-coding-alist): Associate non-ascii
27095 image filename extensions with `no-conversion'.
27096
27097 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
27098
27099 * international/iso-acc.el:
27100 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27101
27102 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
27103
27104 * textmodes/sgml-mode.el (html-mode): Doc update.
27105
27106 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27107
27108 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
27109
27110 * term.el (term-move-columns): Fix face after extending a line.
27111 (term-insert-spaces): Likewise.
27112 (term-reset-terminal): Fix off by one error.
27113
27114 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27115
27116 * international/mule.el (auto-coding-alist): Add .xpi files.
27117
27118 * files.el (auto-mode-alist): Add .xpi files.
27119
27120 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
27121
27122 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27123
27124 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27125
27126 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27127
27128 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
27129
27130 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27131 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
27132
27133 * calendar/cal-move.el (calendar-beginning-of-year): Move the
27134 cursor to Jan 1 when needed.
27135 (calendar-end-of-year): Fix -/+ typo.
27136 Reported by Chong Yidong <cyd@stupidchicken.com>.
27137
27138 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
27139
27140 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27141
27142 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27143 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
27144
27145 2005-03-25 Richard M. Stallman <rms@gnu.org>
27146
27147 * filesets.el (filesets-init): Add autoload.
27148
27149 * mail/mailalias.el (mail-directory): Doc fix.
27150
27151 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27152
27153 * mail/mailalias.el (mail-directory-process): Do nothing if
27154 mail-directory-process is an atom.
27155 (mail-get-names): Ignore mail-directory-names if it is an atom.
27156 (mail-directory-process defvar): Doc fix.
27157 (mail-names): Doc fix.
27158
27159 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
27160
27161 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27162
27163 2005-03-26 Kenichi Handa <handa@m17n.org>
27164
27165 * international/mule-util.el (detect-coding-with-priority):
27166 Call update-coding-systems-internal before detect-coding-region.
27167
27168 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
27169
27170 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27171 (gdb-frames-mode-map): Add follow-link property.
27172
27173 2005-03-25 Jay Belanger <belanger@truman.edu>
27174
27175 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27176 for variables.
27177
27178 2005-03-25 Juri Linkov <juri@jurta.org>
27179
27180 * image-mode.el: Optimize image filename extension regexps in
27181 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
27182 in `auto-mode-alist'.
27183 (image-mode): Add `image-toggle-display-text' to local hook
27184 `change-major-mode-hook'. Display the image as an image by
27185 default. Set `cursor-type' and `truncate-lines' if the image
27186 is already displayed. Take into account the current mode (image
27187 or text) in message.
27188 (image-minor-mode): New minor mode.
27189 (image-mode-maybe, image-toggle-display-text): New functions.
27190 (image-toggle-display): Use called-interactively-p.
27191 Let-bind `inhibit-read-only' to t.
27192
27193 * image-mode.el (image-minor-mode): Set `cursor-type' and
27194 `truncate-lines' if the image is already displayed. Add turning
27195 image-minor-mode off to `change-major-mode-hook'. Add message.
27196 Call `image-toggle-display-text' after turning image-minor-mode off.
27197
27198 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
27199
27200 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27201 Terminal.app, use utf-8.
27202 (set-display-table-and-terminal-coding-system): Add coding-system arg.
27203 (set-locale-environment): Use it.
27204
27205 * term/xterm.el: Undo last change, better done in mule-cmds.el.
27206
27207 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27208
27209 * progmodes/python.el (python-close-block-statement-p)
27210 (python-outdent-p, python-current-defun): Use symbol-end.
27211
27212 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27213
27214 * files.el (save-some-buffers): Doc fix.
27215
27216 2005-03-25 Werner Lemberg <wl@gnu.org>
27217
27218 * complete.el, thumbs.el: Replace `legal' with `valid'.
27219 * calendar/calendar.el: Replace `legal' with `valid'.
27220 * emacs-lisp/advice.el: Replace `legal' with `valid'.
27221 * mail/supercite.el: Replace `legal' with `valid'.
27222 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27223 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27224 Replace `legal' with `valid'.
27225 * textmodes/reftex-vars.el, textmodes/reftex.el:
27226 Replace `legal' with `valid'.
27227
27228 2005-03-25 Werner Lemberg <wl@gnu.org>
27229
27230 * calc/calc-forms.el, calc/calc-sel.el
27231 * midnight.el, vc-cvs.el
27232 * emacs-lisp/cl-macs.el
27233 * emulation/vip.el
27234 * eshell/esh-io.el, eshell/esh-var.el
27235 * mail/supercite.el
27236 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27237 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27238 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27239 * progmodes/sh-script.el, progmodes/xscheme.el
27240 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27241 * textmodes/reftex-index.el, textmodes/reftex-parse.el
27242 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27243 * textmodes/reftex.el, textmodes/org.el:
27244 Replace `illegal' with `invalid'.
27245
27246 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27247
27248 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27249 (flymake-find-buildfile, flymake-find-possible-master-files)
27250 (flymake-check-include, flymake-parse-line): Replace loops over the
27251 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27252
27253 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27254 Substitute file-name-as-directory in the rest of the file.
27255 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27256 (flymake-replace-region): Remove unused arg `buffer'.
27257 (flymake-check-patch-master-file-buffer): Update calls to it.
27258 (flymake-add-err-info): Remove unused var `count'.
27259 (flymake-mode): Use define-minor-mode.
27260
27261 * progmodes/flymake.el: Use with-current-buffer.
27262 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27263 flymake-replace-regexp-in-string, flymake-line-beginning-position)
27264 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27265 Avoid testing for `xemacs'.
27266 (flymake-nop): Move.
27267 (flymake-region-has-flymake-overlays): Return the computed value.
27268 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27269 Remove unused var `endline'.
27270 (flymake-get-line-count): Remove unused function.
27271 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27272
27273 * emulation/vi.el:
27274 * generic.el:
27275 * hilit-chg.el (global-highlight-changes):
27276 * hi-lock.el (hi-lock-mode):
27277 * follow.el: find-file-hooks -> find-file-hook.
27278
27279 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27280
27281 2005-03-24 Juri Linkov <juri@jurta.org>
27282
27283 * dired.el (dired-mode-map): Add menu item "Compare directories"
27284 for dired-compare-directories.
27285
27286 * dired-aux.el (dired-compare-directories): Add autoload cookie.
27287 Doc fix. Replace `read-file-name' with `read-directory-name'.
27288
27289 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27290
27291 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27292
27293 2005-03-24 Jay Belanger <belanger@truman.edu>
27294
27295 * calc/calc-embed.el (calc-embedded-mode-change): Save all
27296 relevant mode settings in calc-embedded-original-modes when modes
27297 are permanently changed.
27298
27299 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27300
27301 * autoinsert.el: find-file-hooks -> find-file-hook.
27302
27303 2005-03-24 Lute Kamstra <lute@gnu.org>
27304
27305 * generic.el (generic-font-lock-defaults): Make it obsolete.
27306 (generic-font-lock-keywords): New variable to replace
27307 generic-font-lock-defaults.
27308 (generic-mode-set-font-lock): Delete it.
27309 (generic-mode-internal): Don't call generic-mode-set-font-lock.
27310 (generic-bracket-support): Add docstring.
27311
27312 * generic-x.el: Rename generic-font-lock-defaults to
27313 generic-font-lock-keywords throughout.
27314 (mailagent-rules-setup-function): Delete it.
27315 (mailagent-rules-generic-mode): Use anonymous function instead.
27316 (show-tabs-generic-mode-font-lock-defaults-1)
27317 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27318 Quote faces.
27319 (show-tabs-tab-face, show-tabs-space-face): Specify background,
27320 not foreground.
27321
27322 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27323 Recognize define-generic-mode.
27324
27325 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
27326
27327 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27328 if there's no completion table.
27329
27330 2005-03-23 Miles Bader <miles@gnu.org>
27331
27332 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27333 Remove tty-specific variants, as they're no longer needed.
27334
27335 2005-03-23 Lute Kamstra <lute@gnu.org>
27336
27337 * generic-x.el: Code cleanup: make args constant whenever possible.
27338 (installshield-statement-keyword-list)
27339 (installshield-system-functions-list)
27340 (installshield-system-variables-list, installshield-types-list)
27341 (installshield-funarg-constants-list): Make them constants.
27342
27343 * generic.el (generic-make-keywords-list): Add autoload cookie.
27344
27345 * calendar/time-date.el: Add comment on time value formats.
27346 Don't require parse-time.
27347 (with-decoded-time-value): New macro.
27348 (encode-time-value): New function.
27349 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27350 (days-to-time): Return a valid time value when arg is huge.
27351 (time-since): Use time-subtract.
27352 (time-to-number-of-days): Use time-to-seconds.
27353
27354 2005-03-23 David Ponce <david@dponce.com>
27355
27356 * recentf.el (recentf-keep): New option.
27357 (recentf-menu-action): Default to `find-file'.
27358 (recentf-keep-non-readable-files-flag)
27359 (recentf-keep-non-readable-files-p)
27360 (recentf-file-readable-p, recentf-find-file)
27361 (recentf-cleanup-remote): Remove.
27362 (recentf-include-p): More robust.
27363 (recentf-keep-p): New function.
27364 (recentf-remove-if-non-kept): Rename from
27365 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
27366 All callers updated.
27367 (recentf-menu-items-for-commands): Fix help string.
27368 (recentf-track-closed-file): Update. Doc fix.
27369 (recentf-cleanup): Update. Count removed files. Doc fix.
27370
27371 2005-03-23 Kim F. Storm <storm@cua.dk>
27372
27373 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27374 Don't inherit from fringe face (now happens automatically).
27375
27376 2005-03-22 Kim F. Storm <storm@cua.dk>
27377
27378 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
27379 position values.
27380
27381 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
27382
27383 * menu-bar.el (showhide-date-time): Remove.
27384 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
27385 (menu-bar-make-mm-toggle): Simplify.
27386
27387 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27388
27389 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
27390 Accept qualified variable and function names.
27391
27392 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
27393
27394 * bindings.el (completion-ignored-extensions):
27395 Remove ".lis" for `vax-vms'.
27396
27397 2005-03-22 Andreas Schwab <schwab@suse.de>
27398
27399 * generic-x.el: Revert last change.
27400 * ldefs-boot.el: Update.
27401
27402 2005-03-22 Jay Belanger <belanger@truman.edu>
27403
27404 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
27405 (calc-embedded-save-original-modes)
27406 (calc-embedded-restore-original-modes): New functions.
27407 (calc-do-embedded): Save original modes when entering embedded mode
27408 and restore when leaving embedded mode.
27409 (calc-embedded-modes-change): Change the value of
27410 calc-embedded-original-modes to reflect permanent changes.
27411
27412 2005-03-22 Lute Kamstra <lute@gnu.org>
27413
27414 * generic-x.el: Require generic again.
27415
27416 2005-03-22 Miles Bader <miles@gnu.org>
27417
27418 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27419 Tweak details to look good on both ttys and bitmap displays, light
27420 or dark background, etc.
27421
27422 2005-03-21 Kim F. Storm <storm@cua.dk>
27423
27424 * tooltip.el (tooltip-show-help-function): Check car and cdr of
27425 mouse position.
27426
27427 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27428
27429 * icomplete.el: Don't forcibly turn on the mode upon load.
27430 (icomplete-mode): Use define-minor-mode.
27431 (icomplete-eoinput): Default to nil.
27432 (icomplete-minibuffer-setup): Remove autoload.
27433 (icomplete-tidy): Simplify.
27434 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
27435 in the initial state or if the user has modified the field.
27436 Fix handling of icomplete-max-delay-chars.
27437 Remove code that handles the oddball case where
27438 minibuffer-completion-table is an integer.
27439 Wrap icomplete-completions in while-no-input in case building
27440 completions takes more time than expected.
27441 (icomplete-completions): Simplify.
27442
27443 2005-03-21 Richard M. Stallman <rms@gnu.org>
27444
27445 * jka-compr.el (jka-compr-really-do-compress):
27446 Make variable buffer-local.
27447
27448 * image-mode.el: Handle .xpm files too.
27449 (image-toggle-display): Preserve modification flag.
27450
27451 * help.el (where-is): Don't mention aliases with no key bindings.
27452
27453 2005-03-21 Lute Kamstra <lute@gnu.org>
27454
27455 * generic.el: Fix commentary section. Don't require cl for
27456 compilation.
27457 (generic-mode-list): Add autoload cookie.
27458 (generic-use-find-file-hook, generic-lines-to-scan)
27459 (generic-find-file-regexp, generic-ignore-files-regexp)
27460 (generic-mode, generic-mode-find-file-hook)
27461 (generic-mode-ini-file-find-file-hook): Fix docstrings.
27462 (define-generic-mode): Make it a defmacro. Fix docstring.
27463 (generic-mode-internal): Code cleanup. Add autoload cookie.
27464 (generic-mode-set-comments): Code cleanup.
27465 * generic-x.el: Don't prevent compilation. Don't require generic.
27466 Follow coding conventions. Minor code cleanup.
27467 (etc-fstab-generic-mode): Add some keywords.
27468 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
27469 define-generic-mode like a function declaration.
27470
27471 2005-03-21 Jay Belanger <belanger@truman.edu>
27472
27473 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
27474 changing modes.
27475
27476 2005-03-21 Sam Steingold <sds@gnu.org>
27477
27478 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
27479
27480 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
27481
27482 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
27483 Add underscore to "f$ lexicals" regexp.
27484
27485 2005-03-20 Juri Linkov <juri@jurta.org>
27486
27487 * subr.el (progress-reporter-do-update): When `min-value' is equal
27488 to `max-value', set `percentage' to 0 and prevent division by zero.
27489
27490 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
27491
27492 Sync with Tramp 2.0.48.
27493
27494 * net/tramp.el (all): Change all addresses to .gnu.org.
27495 (tramp-append-tramp-buffers): New defun.
27496 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
27497 Catch `dont-send' signal.
27498 (tramp-set-auto-save-file-modes): Set always permissions, because
27499 there might be an old auto-saved file belonging to another
27500 original file. This could be a security threat. Reported by
27501 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
27502 Check for Emacs 21.3.50 removed.
27503
27504 * net/tramp-smb.el (all): Remove debug construct for
27505 `with-parsed-tramp-file-name'.
27506 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
27507 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
27508 No error message if DIRECTORY or FILENAME doesn't exist.
27509 (tramp-smb-open-connection): Check existence of
27510 `tramp-smb-program'.
27511
27512 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
27513
27514 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
27515 Properly handle the case where the `m' or `s' command's argument is not
27516 yet terminated.
27517 (perl-indent-new-calculate): New function.
27518 (perl-indent-line): Use it.
27519
27520 2005-03-20 Miles Bader <miles@gnu.org>
27521
27522 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
27523 in text-mode too. Change to new face names.
27524 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27525 Add `:weight bold' attribute.
27526 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27527
27528 2005-03-19 Juri Linkov <juri@jurta.org>
27529
27530 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
27531
27532 * international/mule.el (auto-coding-alist): Sync with
27533 `auto-mode-alist' by adding upper case archive file extensions
27534 and adding ear/war to jar extension.
27535
27536 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
27537
27538 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27539 running, restart it.
27540
27541 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
27542
27543 * finder.el (finder-current-item): Throw an error on an empty line.
27544
27545 * man.el (Man-follow-manual-reference): If current-word returns
27546 nil, use "".
27547
27548 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
27549
27550 * simple.el (goto-line): Doc fix.
27551
27552 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
27553
27554 * files.el (save-buffer): Doc fix.
27555
27556 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
27557
27558 * recentf.el (recentf-cleanup-remote): New variable.
27559 (recentf-cleanup): Use it to conditionally check availability of
27560 remote files.
27561
27562 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
27563
27564 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27565 function names.
27566
27567 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27568
27569 * language/thai-word.el: New file.
27570
27571 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27572
27573 * files.el (backup-buffer): If the file's directory is not
27574 writable, use copy instead of move to backup the file.
27575
27576 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27577
27578 * obsolete/keyswap.el: Moved to obsolete/ from term/.
27579
27580 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27581
27582 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27583 Use functionp instead of symbolp and fboundp. Reported by Drkm
27584 <darkman_spam@yahoo.fr>.
27585 (ps-print-version): New version 6.6.6.
27586
27587 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
27588
27589 * textmodes/table.el (table--line-column-position): New idiom.
27590 (table--row-column-insertion-point-p): New function to test
27591 validity of row and column insertion operation at a location.
27592 (table-global-menu, table-cell-menu): Use above functions for
27593 deterministic test operation.
27594 (table--editable-cell-p): Behave in deterministic fashion.
27595
27596 2005-03-18 Juri Linkov <juri@jurta.org>
27597
27598 * isearch.el (isearch-lazy-highlight-new-loop):
27599 Make arguments beg and end optional.
27600 (isearch-update): Remove optional arguments nil from
27601 isearch-lazy-highlight-new-loop.
27602 (isearch-lazy-highlight-search): Let-bind case-fold-search to
27603 isearch-lazy-highlight-case-fold-search instead of
27604 isearch-case-fold-search, and let-bind isearch-regexp to
27605 isearch-lazy-highlight-regexp.
27606 Use isearch-lazy-highlight-last-string instead of isearch-string.
27607
27608 * replace.el (perform-replace): Remove bindings of global
27609 variables isearch-string, isearch-regexp, isearch-case-fold-search.
27610 Add three new arguments to `replace-highlight'.
27611 (replace-highlight): Add arguments string, regexp, case-fold.
27612 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27613 to allow isearch-lazy-highlight-new-loop to use these values
27614 to set corresponding isearch-lazy-highlight-* internal
27615 variables whose values lazy highlighting will use regardless of
27616 changes to global variables isearch-string, isearch-regexp,
27617 isearch-case-fold-search during lazy highlighting loop.
27618 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27619 to `lazy-highlight-cleanup'.
27620
27621 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27622 (ispell-highlight-face): Set default face to `isearch' when
27623 lazy highlighting is enabled.
27624 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27625 priority to 1. Add lazy highlighting.
27626 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27627 from `isearch-dehighlight'.
27628
27629 2005-03-18 David Ponce <david@dponce.com>
27630
27631 * files.el (hack-local-variables): Do a case-insensitive search
27632 for End.
27633
27634 2005-03-18 Juri Linkov <juri@jurta.org>
27635
27636 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27637 `isearch-lazy-highlight-cleanup', add alias to old name and
27638 declare obsolete. Add release numbers to other obsolete vars.
27639 (isearch-done, isearch-lazy-highlight-new-loop):
27640 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27641 (lazy-highlight-cleanup) <variable>: Doc fix.
27642 (isearch-lazy-highlight-update): Rename obsolete
27643 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27644
27645 2005-03-18 Kenichi Handa <handa@m17n.org>
27646
27647 * language/thai-util.el: Fix categorization of Thai characters in
27648 thai-category-table.
27649 (thai-composition-pattern): Adjust it for the above change.
27650 (thai-self-insert-command, thai-compose-syllable): New functions.
27651 (thai-compose-region): Use thai-compose-syllable.
27652 (thai-compose-string): Likewise.
27653 (thai-composition-function): Likewise.
27654 (thai-auto-composition): New function.
27655 (thai-auto-composition-mode): New minor mode.
27656
27657 * language/thai.el: Fix patterns to be registered in
27658 composition-function-table.
27659
27660 * international/quail.el (quail-input-method): Locally bind
27661 inhibit-modification-hooks to t.
27662
27663 2005-03-17 Richard M. Stallman <rms@gnu.org>
27664
27665 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27666 (perl-mode): Use run-mode-hooks.
27667
27668 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27669 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27670 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27671
27672 * mail/sendmail.el (sendmail-send-it): Reenable the code
27673 to compute resend-to-address and use it.
27674
27675 * tar-mode.el (tar-mode): Turn off undo unconditionally.
27676
27677 * image-mode.el: New file.
27678
27679 * image.el (insert-sliced-image): Add autoload cookie.
27680
27681 * font-lock.el (font-lock-lines-before): New user option.
27682 (font-lock-after-change-function): Obey it.
27683
27684 * bindings.el (esc-map): Make M-g a prefix.
27685 Bind M-g g and M-g M-g to goto-line.
27686
27687 * faces.el (face-id): Doc fix.
27688
27689 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27690
27691 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27692 (rmail-show-message): Use rmail-unknown-mail-followup-to.
27693 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27694
27695 * mail/sendmail.el (mail-yank-ignored-headers)
27696 (mail-font-lock-keywords, mail-mode-fill-paragraph):
27697 Add Mail-Followup-To and Mail-Reply-To headers.
27698 (mail-citation-hook): Add autoload cookie.
27699 (mail-mode): Doc fix.
27700 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27701 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27702 (mail-mode-fill-paragraph): Handle those headers.
27703 (mail-mailing-lists): New variable.
27704 (mail-mail-reply-to, mail-mail-followup-to): New functions.
27705
27706 2005-03-17 Juri Linkov <juri@jurta.org>
27707
27708 * isearch.el (isearch-fallback): Check for `(car previous)'
27709 before calling `isearch-other-end-state'.
27710
27711 2005-03-17 Kim F. Storm <storm@cua.dk>
27712
27713 * simple.el (move-beginning-of-line): Move to beginning of buffer
27714 line, as well as beginning of screen line.
27715
27716 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
27717
27718 * calendar/diary-lib.el (mark-diary-entries): Use new optional
27719 argument REDRAW rather than calendar-redrawing variable.
27720 * calendar/calendar.el (calendar-redrawing): Delete.
27721 (redraw-calendar): Do not bind calendar-redrawing.
27722
27723 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
27724
27725 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
27726 diary-file buffer.
27727
27728 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
27729
27730 * help.el (describe-mode): Allow a :minor-mode-function property to
27731 specify a different minor mode toggle function than the variable.
27732 * simple.el (auto-fill-function):
27733 * subr.el (add-minor-mode): Use it.
27734
27735 2005-03-16 Kenichi Handa <handa@m17n.org>
27736
27737 * language/ethio-util.el (sera-being-called-by-w3): New variable.
27738 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
27739 (ethio-fidel-to-sera-buffer): Likewise.
27740
27741 2005-03-16 Juri Linkov <juri@jurta.org>
27742
27743 * emacs-lisp/find-func.el (find-function-regexp):
27744 Add defun-emitting macro `menu-bar-make-toggle'.
27745
27746 * isearch.el: Put `isearch-scroll' property to
27747 `split-window-horizontally'.
27748
27749 * info.el: Update error messages for `debug-ignored-errors'.
27750 (Info-isearch-search): Doc fix.
27751 (Info-find-node): Move up code to go into info buffer before
27752 recording the node to the history.
27753 (Info-fontify-node): Fontify titles only if the next line
27754 has two or more `*', `=', `-', `.'.
27755 Display "go to this node" for empty (match-string 3).
27756
27757 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27758
27759 * term/mac-win.el: Add mouse pointer shape constants.
27760
27761 2005-03-15 Kim F. Storm <storm@cua.dk>
27762
27763 * simple.el (move-beginning-of-line): Use vertical-motion.
27764
27765 2005-03-15 Juri Linkov <juri@jurta.org>
27766
27767 * isearch.el (isearch-error): New variable.
27768 (isearch-invalid-regexp, isearch-within-brackets): Remove.
27769 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
27770 (isearch-within-brackets-state): Remove.
27771 (isearch-case-fold-search-state, isearch-pop-fun-state):
27772 Decrease frame index.
27773 (isearch-mode, isearch-top-state, isearch-push-state)
27774 (isearch-edit-string, isearch-abort, isearch-search-and-update)
27775 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
27776 (isearch-search, isearch-lazy-highlight-new-loop):
27777 Replace `isearch-invalid-regexp' with `isearch-error'.
27778 Remove `isearch-within-brackets'.
27779 (isearch-search): Add `search-failed' handler to `condition-case'.
27780 (isearch-lazy-highlight-search): Add `condition-case' to catch
27781 errors and allow `isearch-lazy-highlight-update' to try
27782 highlighting from the beginning of the window.
27783 (isearch-repeat): Move up code to set isearch-wrapped to t
27784 before calling isearch-wrap-function.
27785
27786 * info.el (Info-isearch-initial-node): New internal variable.
27787 (Info-search): Signal an error in isearch mode when search leaves
27788 the initial node. Signal an error when `bound' is non-nil and
27789 nothing was found in the current subfile.
27790 (Info-isearch-search): Remove `condition-case'.
27791 (Info-isearch-wrap): Don't wrap when search failed during leaving
27792 the initial node. If `Info-isearch-search' is nil, wrap around
27793 the current node.
27794 (Info-isearch-start): New fun.
27795 (Info-mode): Add buffer-local hook `Info-isearch-start' to
27796 `isearch-mode-hook'.
27797
27798 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27799
27800 * simple.el (normal-erase-is-backspace): Set default to t if
27801 running on Mac.
27802
27803 * term/mac-win.el (function-key-map): Sync with x-win.el.
27804
27805 2005-03-15 Kenichi Handa <handa@m17n.org>
27806
27807 * international/mule-cmds.el (locale-language-names): Modify the
27808 format of elements and add more entries.
27809 (locale-preferred-coding-systems): Add more entries.
27810 (set-locale-environment): Adjust for the change of
27811 locale-language-names.
27812
27813 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
27814
27815 * pcvs.el (smerge-ediff): Remove bogus autoload.
27816
27817 2005-03-14 Lute Kamstra <lute@gnu.org>
27818
27819 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
27820 Ignore a `*' at the beginning of a line.
27821
27822 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
27823 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
27824 subr.el.
27825 (dont-compile, eval-when-compile, eval-and-compile): Use declare
27826 to specify indentation.
27827
27828 * generic.el (define-generic-mode): Let generic-mode-list be a
27829 list of strings; test membership with equal.
27830
27831 2005-03-14 Kim F. Storm <storm@cua.dk>
27832
27833 * simple.el (next-line, previous-line): Add optional try-vscroll
27834 arg to recognize interactive use. Pass it on to line-move.
27835 (line-move): Don't perform auto-window-vscroll when defining or
27836 executing keyboard macro to ensure consistent behavior.
27837
27838 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
27839
27840 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
27841
27842 2005-03-13 Lute Kamstra <lute@gnu.org>
27843
27844 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
27845 debugger-setup-buffer so that backtrace marks the frames set to
27846 debug-on-exit and we don't have to do it manually. Set an extra
27847 debug-on-exit for macro's.
27848 (debugger-setup-buffer): Don't mark the top frame manually.
27849
27850 2005-03-12 Lute Kamstra <lute@gnu.org>
27851
27852 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
27853 lisp-indent-function throughout.
27854 (with-no-warnings): Set lisp-indent-function property.
27855
27856 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
27857
27858 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
27859 Add entry for backslash.
27860
27861 2005-03-12 Juri Linkov <juri@jurta.org>
27862
27863 * info.el (Info-search): Four fixes for backward search.
27864
27865 2005-03-11 Jay Belanger <belanger@truman.edu>
27866
27867 * calc/calc.el (calc-language-alist): New variable.
27868 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
27869 (calc-embedded-find-modes): Use calc-language-alist instead of
27870 calc-embedded-language-alist.
27871
27872 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
27873
27874 * calendar/calendar.el (calendar-redrawing): New internal
27875 variable.
27876 (redraw-calendar): Remove bogus save-excursion from previous
27877 change. Bind calendar-redrawing to t for mark-diary-entries.
27878 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
27879 calendar if that is why we were called.
27880
27881 2005-03-11 Kenichi Handa <handa@m17n.org>
27882
27883 * international/mule.el (make-coding-system): Set property
27884 coding-system-define-form to nil.
27885 (define-coding-system-alias): Likewise.
27886
27887 2005-03-11 Kenichi Handa <handa@m17n.org>
27888
27889 These changes are suggested by Dave Love <fx@gnu.org>.
27890
27891 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
27892 coding: tag.
27893 (adaptive-fill-regexp): Add more bullets.
27894 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
27895 regexps.
27896
27897 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
27898
27899 * help.el (describe-mode): Properly handle non-trivial lighters.
27900 Don't ignore minor modes that are not listed in minor-mode-list.
27901
27902 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
27903 feature ON when the user requests to turn it OFF.
27904
27905 2005-03-10 Lute Kamstra <lute@gnu.org>
27906
27907 * emacs-lisp/debug.el (debug-entry-code): Delete it.
27908 (implement-debug-on-entry): New function to replace debug-entry-code.
27909 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
27910 second argument as the 2005-03-07 change makes it obsolete.
27911 (debug-on-entry, cancel-debug-on-entry): Update call to
27912 debug-on-entry-1.
27913 (debug, debugger-setup-buffer): Comment update.
27914 (debugger-frame-number): Update to work with implement-debug-on-entry.
27915
27916 2005-03-10 Jay Belanger <belanger@truman.edu>
27917
27918 * calc/calc-embed.el (math-ms-args): Declare it.
27919 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
27920 math-ms-args.
27921 (calc-embedded-subst): Use math-multi-subst-rec to substitute
27922 variables.
27923
27924 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
27925
27926 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
27927 Use message-box.
27928
27929 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
27930 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
27931 (tooltip-gud-tips): Simplify.
27932 (tooltip-gud-tips-p): Remove superfluous :set.
27933 (tooltip-gud-modes): Add fortran-mode.
27934 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
27935
27936 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
27937
27938 2005-03-09 Kim F. Storm <storm@cua.dk>
27939
27940 * play/animate.el (animate-place-char): Use forward-line instead
27941 of next-line to improve performance.
27942
27943 2005-03-09 Simon Josefsson <jas@extundo.com>
27944
27945 * net/browse-url.el (browse-url-default-browser): Doc fix.
27946
27947 2005-03-09 Miles Bader <miles@gnu.org>
27948
27949 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
27950 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
27951
27952 2005-03-09 Kenichi Handa <handa@m17n.org>
27953
27954 * international/latin-1.el: Set case and syntax for 255 only if
27955 set-case-syntax-set-multibyte is nil.
27956
27957 * textmodes/ispell.el (ispell-insert-word): New function.
27958 (ispell-word): Use ispell-insert-word to insert a new word.
27959 (ispell-process-line): Likewise.
27960 (ispell-complete-word): Likewise.
27961
27962 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
27963
27964 * calendar/calendar.el (redraw-calendar): Preserve point.
27965 Reported by Matt Hodges <MPHodges@member.fsf.org>.
27966 (calendar-week-start-day): Move after definition of
27967 redraw-calendar. Delete buffer test, since redraw-calendar has
27968 that now.
27969
27970 * calendar/diary-lib.el (mark-diary-entries): Only call
27971 redraw-calendar in the first of any recursive calls.
27972 Reported by Alan Shutko <ats@acm.org>.
27973
27974 2005-03-08 Juri Linkov <juri@jurta.org>
27975
27976 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
27977 (html-horizontal-rule, html-line, html-image, html-checkboxes)
27978 (html-radio-buttons): Add a space before the trailing `/>' where
27979 sgml-xml-mode is non-nil.
27980 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
27981 the subsequent tag of the empty XML tag.
27982 (html-href-anchor): Don't set initial input to "http:".
27983 (html-image): Ask for the image URL and set point inside alt="".
27984 (html-name-anchor): Duplicate the name in the `id' attribute when
27985 sgml-xml-mode is non-nil.
27986 (html-paragraph): Remove \n before <p>.
27987 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
27988 instead of `checked' when sgml-xml-mode is non-nil.
27989
27990 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
27991 Remove 1 space before #RRGGBB to not truncate it on terminal
27992 windows w/o fringes. Remove 1 space between bg and fg examples
27993 to get more space.
27994 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
27995 avoid byte-compile warnings.
27996
27997 * image-file.el (image-file-handler): Put `safe-magic' property to
27998 `image-file-handler'.
27999
28000 * info.el (Info-isearch-search): Emulate word search in
28001 isearching through multiple Info nodes with Info-search.
28002 (Info-isearch-wrap): Allow isearch-word.
28003
28004 2005-03-08 Lute Kamstra <lute@gnu.org>
28005
28006 * emacs-lisp/debug.el (debugger-step-through): Make sure that
28007 stepping into the debugger's code is not possible.
28008 (debugger-jumping-flag): Docstring update.
28009
28010 2005-03-08 Jay Belanger <belanger@truman.edu>
28011
28012 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28013 embedded mode begins.
28014 (calc-embedded-language-alist): New variable.
28015 (calc-embedded-find-modes): Use calc-embedded-language-alist to
28016 set default language mode.
28017
28018 2005-03-08 Kenichi Handa <handa@m17n.org>
28019
28020 * international/ccl.el (define-ccl-program): Fix docstring about
28021 extra 256 bytes assured for the output buffer.
28022
28023 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28024 Fix BUFFER_MAGNIFICATION to 2.
28025 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28026
28027 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
28028
28029 * align.el (align-rules-list): Added an alignment rule for CSS
28030 declarations (applies to css-mode and html-mode buffers).
28031
28032 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
28033
28034 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28035
28036 2005-03-07 Kim F. Storm <storm@cua.dk>
28037
28038 * simple.el (move-beginning-of-line): New command.
28039
28040 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28041
28042 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28043
28044 * emulation/cua-base.el: Put CUA move property on move-end-of-line
28045 and move-beginning-of-line.
28046
28047 * apropos.el (apropos-print): Omit command from M-x ... RET.
28048
28049 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
28050
28051 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28052 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28053
28054 2005-03-06 Richard M. Stallman <rms@gnu.org>
28055
28056 * bindings.el (esc-map): Bind M-g to goto-line.
28057
28058 * facemenu.el (global-map): Bind M-o, not M-g.
28059
28060 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28061
28062 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28063 "Open Directory" as for "Open File".
28064
28065 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
28066
28067 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28068 (push-mark-command): Run activate-mark-hook.
28069
28070 2005-03-06 Richard M. Stallman <rms@gnu.org>
28071
28072 * help-mode.el (help-mode-finish): Don't alter the element
28073 in view-return-to-alist if there already is one.
28074
28075 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28076 make sure the current buffer is the expected one.
28077
28078 * novice.el (disabled-command-function): Output in *Disabled Command*.
28079 Explicitly ignore non-keyboard events, and explicitly handle C-g.
28080
28081 * textmodes/flyspell.el (flyspell-large-region):
28082 Pass args differently for aspell.
28083
28084 * files.el (mode-require-final-newline): Doc fix.
28085
28086 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28087
28088 * progmodes/which-func.el (which-function):
28089 Specify NOERROR when calling imenu--make-index-alist.
28090
28091 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
28092
28093 * simple.el (normal-erase-is-backspace): Define default value.
28094
28095 * custom.el (custom-theme-set-variables): Remove unused var
28096 `immediate'.
28097 (custom-reevaluate-setting): Simple function to handle variables
28098 that are defined before their default value can really be
28099 computed.
28100
28101 * startup.el (command-line): Use it for temporary-file-directory,
28102 small-emporary-file-directory, auto-save-file-name-transforms,
28103 blink-cursor-mode, and normal-erase-is-backspace.
28104
28105 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28106 progress, even with buggy anchored keywords.
28107
28108 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
28109
28110 * simple.el (goto-line): Remove unbalanced final parenthesis.
28111
28112 2005-03-05 Richard M. Stallman <rms@gnu.org>
28113
28114 * simple.el (goto-line): Use a number at point as the default.
28115 With C-u as arg, switch buffers.
28116
28117 2005-03-05 Juri Linkov <juri@jurta.org>
28118
28119 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28120 with `no-blinking-cursor'.
28121
28122 * startup.el (no-blinking-cursor): New defvar.
28123 (command-line): Add `--no-blinking-cursor' to longopts.
28124 Set `no-blinking-cursor' to t for command line arguments
28125 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
28126 with `no-blinking-cursor' in the condition for calling
28127 `blink-cursor-mode'.
28128
28129 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
28130
28131 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28132 (menu-bar-options-save): Add blink-cursor-mode.
28133 (menu-bar-options-menu): Add blink-cursor-mode.
28134
28135 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
28136
28137 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28138 (icalendar-export-file, icalendar-export-region)
28139 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28140 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28141
28142 2005-03-04 Lute Kamstra <lute@gnu.org>
28143
28144 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28145 (debug-function-list): Ditto.
28146
28147 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
28148
28149 * textmodes/texinfmt.el (texinfo-append-refill):
28150 Redefine the types of line to which @refill
28151 is not appended by replacing a search for `@refill\\|@bye' with
28152 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
28153 itemize@refill' bug and the unfilled long lines bug.
28154 (texinfmt-version): Update number and date.
28155
28156 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
28157
28158 * international/code-pages.el (windows-1250, windows-125[2-8])
28159 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28160
28161 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
28162
28163 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28164 bound yet.
28165
28166 2005-03-02 Romain Francoise <romain@orebokech.com>
28167
28168 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28169 buffer after removing limits.
28170 (ibuffer-pop-filter): Ditto.
28171 Update copyright.
28172
28173 2005-03-02 Miles Bader <miles@gnu.org>
28174
28175 * button.el (make-text-button): If the user doesn't specify a
28176 type, use the default. Rewrite to use `add-text-properties' and
28177 plist functions.
28178
28179 2005-03-01 Lute Kamstra <lute@gnu.org>
28180
28181 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28182 (debugger-jumping-flag): New var.
28183 (debug-entry-code): Use it.
28184 (debugger-jump): Use debugger-jumping-flag and add
28185 debugger-reenable to post-command-hook.
28186 (debugger-reenable): Use debugger-jumping-flag and remove itself
28187 from post-command-hook.
28188 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28189 debugger-reenable.
28190
28191 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
28192
28193 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28194 inclusion of "itemize\\|", which may be unnecessary, is certainly
28195 inelegant, and stops refilling in itemize lists when formatting
28196 Japanese Texinfo files to Info.
28197 Update copyright to 2005.
28198
28199 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
28200
28201 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28202 of an error if GDB can't find the source file.
28203
28204 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
28205
28206 * calendar/calendar.el (redraw-calendar): Work from any buffer,
28207 not just the calendar.
28208
28209 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28210 first.
28211 (diary-redraw-calendar): New function.
28212 (make-diary-entry): Add diary-redraw-calendar to local
28213 write-contents-functions. Turn off selective display before
28214 inserting in diary.
28215
28216 2005-03-01 Kim F. Storm <storm@cua.dk>
28217
28218 * emacs-lisp/copyright.el (copyright-fix-years): New command.
28219
28220 2005-03-01 Lute Kamstra <lute@gnu.org>
28221
28222 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28223 that debug-entry-code can be safely removed from a function while
28224 this code is being evaluated. Revert the 2005-02-27 change as the
28225 new implementation no longer requires it. Make sure that a
28226 function body containing just a string is not mistaken for a docstring.
28227 (debug): Skip one more frame in case of debug on entry.
28228 (debugger-setup-buffer): Delete one more frame line in case of
28229 debug on entry.
28230 (debugger-frame-number): Update to use the new text introduced by
28231 the 1999-11-03 change. Skip one more frame in case of debug on entry.
28232
28233 2005-02-28 Kim F. Storm <storm@cua.dk>
28234
28235 * double.el (double-translate-key): Call force-window-update after
28236 read-event to avoid crash in redisplay.
28237
28238 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
28239
28240 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28241 (debug): Use it. Move the inhibit-trace earlier.
28242 (debug-entry-code): New const.
28243 (debug-on-entry-1): Use it.
28244
28245 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
28246
28247 * international/utf-16.el (ccl-encode-mule-utf-16le):
28248 Fix BUFFER_MAGNIFICATION to 2.
28249 (ccl-encode-mule-utf-16be): Likewise.
28250
28251 2005-02-28 Kenichi Handa <handa@m17n.org>
28252
28253 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28254 Fix BUFFER_MAGNIFICATION to 4.
28255 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28256
28257 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
28258
28259 * speedbar.el (speedbar-update-flag): Doc fix.
28260 (speedbar-show-info-under-mouse): Give set-mouse-position the right
28261 argument.
28262
28263 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
28264
28265 * reveal.el (reveal-post-command): Don't try to reveal overlays which
28266 have a non-nil `invisible' property but are actually visible.
28267
28268 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28269 for perldoc sections.
28270 (perl-outline-regexp, perl-outline-level): New var and function.
28271 (perl-mode): Use them.
28272
28273 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
28274
28275 * calendar/diary-lib.el (diary-remind): Discard any mark portion
28276 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28277
28278 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
28279
28280 * cus-edit.el: Comment change.
28281 (custom-buffer-create-internal): Slightly reword text at top of
28282 Custom buffers. Mention there that saving an option edits the
28283 init file. Add link to Emacs manual node on `custom-file'.
28284 (custom-magic-alist): Rewrite individual State messages to use
28285 capitalized keywords. Doc fix.
28286
28287 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
28288
28289 * calendar/calendar.el (calendar-buffer): Move above
28290 calendar-week-start-day.
28291 (calendar-week-start-day): Doc fix. Add :set function.
28292 (calendar-minimum-window-height): New variable.
28293 (generate-calendar-window): Only resize window if selected-window
28294 is displaying the calendar buffer. Use new variable
28295 calendar-minimum-window-height.
28296 (generate-calendar): Reword error message.
28297 (calendar-mode-map): Bind DEL to scroll-other-window-down.
28298
28299 2005-02-27 Andreas Schwab <schwab@suse.de>
28300
28301 * vc.el (vc-do-command): Don't run command asynchronously when
28302 operating in a remote directory.
28303
28304 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28305 change from sync with Tramp 2.0.47.
28306
28307 2005-02-27 Richard M. Stallman <rms@gnu.org>
28308
28309 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28310
28311 * textmodes/flyspell.el (flyspell-mode-on):
28312 Call ispell-change-dictionary only if necessary.
28313
28314 * emacs-lisp/re-builder.el (regexp-builder): New function.
28315
28316 * register.el (describe-register-1): Explicitly handle
28317 yank-excluded-properties = t.
28318
28319 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28320 (custom-magic-alist): Change the status descriptions again.
28321 (face widget-type): Total rewrite based on `restricted-sexp'
28322 to eliminate the confusing double hiding levels.
28323
28324 * emacs-lisp/debug.el (debug-on-entry-1):
28325 If function body is empty, add nil as body form.
28326
28327 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
28328
28329 * emacs-lisp/trace.el (inhibit-trace): New var.
28330 (trace-make-advice): Use it.
28331
28332 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28333
28334 2005-02-26 Kim F. Storm <storm@cua.dk>
28335
28336 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28337 (mouse-on-link-p, mouse-drag-region-1): Use it.
28338
28339 2005-02-25 Lute Kamstra <lute@gnu.org>
28340
28341 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28342
28343 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
28344
28345 * frame.el (blink-cursor-mode): Add :group keyword.
28346
28347 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
28348
28349 * calendar/icalendar.el (icalendar--decode-isodatetime):
28350 New optional argument DAY-SHIFT.
28351 (icalendar-export-region): Fix coding-system-for-write.
28352 (icalendar--convert-ical-to-diary): Shift end-day of all-day
28353 events by one.
28354
28355 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
28356
28357 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
28358
28359 2005-02-24 Kim F. Storm <storm@cua.dk>
28360
28361 * international/iso-acc.el (iso-accents-compose): Fix crash
28362 during redisplay. Call force-window-update after read-event
28363 and delete-region to signal that window is not accurate.
28364
28365 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
28366
28367 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
28368 Remove unused and inexistent var `inhibit-trace'.
28369 (debugger-mode): Use run-mode-hooks.
28370 (debugger-list-functions): Add buttons; setup xref stack.
28371
28372 2005-02-23 Richard M. Stallman <rms@gnu.org>
28373
28374 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
28375 appointment says it was explicitly made.
28376 (appt-add): Set the 3rd element.
28377 (appt-make-list): Preserve explicit appointments.
28378
28379 * subr.el (find-tag-default): Catch errors in forward-sexp.
28380
28381 2005-02-23 Juri Linkov <juri@jurta.org>
28382
28383 * info.el (Info-isearch-search): New defcustom.
28384 (Info-isearch-search): Call the default isearch function
28385 when Info-isearch-search is nil.
28386 (Info-isearch-wrap): Use variable Info-isearch-search.
28387
28388 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
28389
28390 * cus-edit.el: Comment change.
28391
28392 2005-02-22 Kim F. Storm <storm@cua.dk>
28393
28394 * progmodes/hideif.el (hide-ifdef-use-define-alist):
28395 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
28396
28397 2005-02-22 Simon Josefsson <jas@extundo.com>
28398
28399 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
28400 New variable.
28401 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
28402 Oskarsson" <myrkraverk@users.sourceforget.net>.
28403
28404 2005-02-22 Kim F. Storm <storm@cua.dk>
28405
28406 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
28407 check that window of that event is the selected window.
28408 (mouse-drag-region-1): Compare mouse event window to selected
28409 window before setting point.
28410
28411 * tooltip.el (tooltip-show-help-function): Pass event to
28412 mouse-on-link-p so it can check selected window.
28413
28414 2005-02-22 Kenichi Handa <handa@m17n.org>
28415
28416 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
28417 (ps-mule-show-warning): New function.
28418 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
28419 characters are found.
28420
28421 * ps-print.el (ps-header-footer-string): Return a list of header
28422 and footer strings.
28423
28424 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
28425
28426 * pcvs.el (cvs-retrieve-revision): Fix thinko.
28427
28428 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
28429
28430 * frame.el (blink-cursor-mode): Use define-minor-mode.
28431
28432 * term/mac-win.el (function-key-map): Use char-names more consistently.
28433 (file-name-coding-system): Only set it for MacOS-9. The other case is
28434 already handled in mule-cmds.el (where it also works when mac-win.el
28435 is not used).
28436
28437 2005-02-21 Kenichi Handa <handa@m17n.org>
28438
28439 * international/mule.el (ctext-pre-write-conversion): Always use
28440 " *code-converting-work*" buffer for work.
28441
28442 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
28443
28444 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
28445
28446 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
28447
28448 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
28449
28450 * ses.el (undo-more): Restore defadvice, but only the part that
28451 allows changes outside the restricted area of the buffer.
28452
28453 2005-02-20 Kim F. Storm <storm@cua.dk>
28454
28455 * simple.el (line-move): Add fourth optional arg try-vscroll which
28456 must be set to perform auto-window-vscroll.
28457 When moving backwards and doing auto-window-vscroll, automatically
28458 vscroll to the last part of lines which are taller than the window.
28459 (next-line, previous-line): Set try-vscroll arg on line-move.
28460
28461 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
28462
28463 * replace.el (query-replace, query-replace-regexp)
28464 (replace-string, replace-regexp): When operating on region, make
28465 the minibuffer prompt say so.
28466
28467 * isearch.el (isearch-forward): Document isearch-query-replace and
28468 isearch-query-replace-regexp keybindings.
28469
28470 2005-02-19 Jay Belanger <belanger@truman.edu>
28471
28472 * calc/calc-aent.el (math-read-token): Add local variable.
28473
28474 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
28475 (calc-edit-top): Move declaration to earlier in file.
28476 (calc-edit-macro-repeats): Add local variables.
28477
28478 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
28479 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
28480 calcFunc-tanh.
28481 Adjust integration rule for calcFunc-tan.
28482
28483 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28484
28485 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
28486 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
28487 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
28488 (viper-skip-separators): Bug fix.
28489 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
28490 particular major mode.
28491 (viper-del-backward-char-in-replace): Don't put deleted char on the
28492 kill ring.
28493
28494 * viper-ex.el (viper-color-display-p): New function.
28495 (viper-has-face-support-p): Use viper-color-display-p.
28496
28497 * viper-keym.el (viper-gnus-modifier-map): New keymap.
28498
28499 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
28500
28501 * viper-util.el (viper-glob-unix-files): Fix shell status check.
28502 (viper-file-remote-p): Make equivalent to file-remote-p.
28503
28504 * viper.el (viper-major-mode-modifier-list):
28505 Use viper-gnus-modifier-map.
28506
28507 2005-02-19 David Kastrup <dak@gnu.org>
28508
28509 * subr.el (subregexp-context-p): Fix garbled doc string by adding
28510 quoting.
28511
28512 2005-02-19 Jay Belanger <belanger@truman.edu>
28513
28514 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
28515 Remove extra definitions.
28516 (calc-coth): New function.
28517 (calcFunc-cot): Fix `let'.
28518
28519 2005-02-19 Eli Zaretskii <eliz@gnu.org>
28520
28521 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
28522 the reasons we use "type pc" in these faces.
28523
28524 * button.el (button): Ditto.
28525
28526 2005-02-19 Michael Mauger <mmaug@yahoo.com>
28527
28528 * replace.el (query-replace-read-from): Set the value of
28529 query-replace-from-history-variable to handle the case of an empty
28530 string entered to accept the suggested default.
28531
28532 * net/tramp.el (tramp-file-name-for-operation):
28533 Use dired-call-process instead of dired-call-process-command.
28534
28535 2005-02-19 Jay Belanger <belanger@truman.edu>
28536
28537 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28538 (math-div-non-trig): New variables.
28539 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28540 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28541 (math-combine-prod, math-div-symb-fancy): Add simplifications for
28542 trig expressions.
28543
28544 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
28545
28546 * progmodes/gdb-ui.el (gdb-var-update-handler)
28547 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28548 for watch expressions,
28549 (gdb-var-create-handler): Don't set speedbar-update-flag.
28550 (gdb-post-prompt): Simplify test for speedbar.
28551
28552 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28553
28554 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28555 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28556 we use the syntax table of the correct buffer.
28557 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28558 Felix Gatzemeier.
28559
28560 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28561 (ediff-file-remote-p): Make synonymous with file-remote-p.
28562 In all deffaces ediff-*-face-*, use min-colors.
28563
28564 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28565 ediff-recurse-to-subdirectories.
28566 (ediff-mark-if-equal): Check that the arguments are strings, use
28567 ediff-same-contents (after to Felix Gatzemeier).
28568
28569 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28570 nil.
28571
28572 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
28573
28574 * log-view.el (log-view-message-re): Fix up Subversion regexp.
28575
28576 2005-02-18 David Kastrup <dak@gnu.org>
28577
28578 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28579 use `mark-active' when defined.
28580
28581 2005-02-18 Kenichi Handa <handa@m17n.org>
28582
28583 * ps-print.el (ps-font-info-database): New entry
28584 ZapfChancery-MediumItalic with correct font name. Fix font name
28585 of the entry Zapf-Chancery-MediumItalic.
28586
28587 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
28588
28589 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28590
28591 2005-02-16 Kim F. Storm <storm@cua.dk>
28592
28593 * ido.el (ido-fallback-command): Pass user input to fallback command.
28594
28595 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
28596
28597 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28598 (gdb-find-file-hook): Add server prefix.
28599
28600 2005-02-16 Richard M. Stallman <rms@gnu.org>
28601
28602 * replace.el (perform-replace): Pass new args to replace-highlight.
28603 (replace-highlight): Take region args,
28604 and pass them to isearch-lazy-highlight-new-loop.
28605
28606 * novice.el (disabled-command-hook): Autoload the defalias
28607 and the make-obsolete-variable call.
28608
28609 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28610
28611 * isearch.el (isearch-lazy-highlight-start-limit)
28612 (isearch-lazy-highlight-end-limit): New variables limit
28613 the region for highlighting.
28614 (isearch-lazy-highlight-new-loop): New args BEG and END.
28615 (isearch-lazy-highlight-search): Use the new vars.
28616 (isearch-lazy-highlight-update): Likewise.
28617
28618 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28619
28620 * cus-start.el (all): Use default-boundp.
28621
28622 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
28623
28624 * menu-bar.el (menu-bar-select-frame): Handle current frame.
28625
28626 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
28627
28628 * autorevert.el (auto-revert-stop-on-user-input)
28629 (auto-revert-verbose): Doc fixes.
28630
28631 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
28632
28633 * international/mule-cmds.el (set-locale-environment): Remove call
28634 to set-selection-coding-system on Windows.
28635
28636 2005-02-15 Jay Belanger <belanger@truman.edu>
28637
28638 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28639 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28640 calcFunc-coth.
28641 (math-simplify-sqrt): Add simplifications.
28642
28643 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28644 to list.
28645
28646 * calc/calc-ext.el: Add functions to autoloads.
28647
28648 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28649 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28650 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28651 (math-csc-raw, math-cot-raw): New functions.
28652
28653 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28654
28655 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28656 the variable name in a message.
28657
28658 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28659 calcFunc-csc, calcFunc-cot.
28660
28661 * calc/calcalg2.el: Add derivative and integration rules for
28662 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28663 calcFunc-csch, calcFunc-coth.
28664 (math-do-integral-methods): Add to checks for when to use
28665 substitutions.
28666
28667 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28668
28669 2005-02-15 Lute Kamstra <lute@gnu.org>
28670
28671 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28672 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
28673 <monnier@iro.umontreal.ca>.
28674 (lisp-outline-level): Improve efficiency. Suggested by David
28675 Kastrup <dak@gnu.org>.
28676
28677 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
28678
28679 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28680 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28681 (gdb-set-gud-minor-mode-existing-buffers): New functions.
28682 (gdb-find-file-hook): New hook. Add it to find-file-hook.
28683 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28684
28685 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
28686
28687 * cus-start.el (all): Comment change.
28688
28689 2005-02-14 Lute Kamstra <lute@gnu.org>
28690
28691 * cus-start.el (all): Check if symbol is void.
28692
28693 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
28694
28695 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28696 optional argument to \cite.
28697
28698 2005-02-14 Richard M. Stallman <rms@gnu.org>
28699
28700 * cus-edit.el (custom-buffer-create-internal): Update help message.
28701 (custom-magic-alist): Update help messages.
28702
28703 * cus-start.el (all): Allow a var to specify a standard value.
28704
28705 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
28706
28707 * custom.el (custom-theme-set-variables): Handle variable aliases.
28708
28709 * frame.el (blink-cursor-timer): Doc fix.
28710 (blink-cursor): Make it an alias for `blink-cursor-mode' and
28711 declare obsolete.
28712 (blink-cursor-mode): Define with defcustom and use correct
28713 standard expression in that defcustom.
28714 * startup.el (command-line): Adapt to above changes in frame.el.
28715
28716 2005-02-11 Lute Kamstra <lute@gnu.org>
28717
28718 * apropos.el (apropos-score-doc): Prevent division by zero.
28719
28720 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
28721
28722 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
28723 (icalendar--get-event-property-attributes)
28724 (icalendar--get-event-properties)
28725 (icalendar--datetime-to-diary-date): New functions.
28726 (icalendar--split-value): Doc fix.
28727 (icalendar--datetime-to-noneuropean-date)
28728 (icalendar--datetime-to-european-date): New optional argument
28729 SEPARATOR. Return result as a string instead of a list.
28730 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
28731 (icalendar--convert-string-for-export): Rename arg S to STRING.
28732 (icalendar-export-region): Doc fix. Change name of error buffer.
28733 Save output buffer.
28734 (icalendar-import-file): Add blank at end of prompt.
28735 (icalendar-import-buffer): Doc fix. Do not switch to error
28736 buffer. Indicate status in return value.
28737 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
28738 buffer. Save output buffer. Handle exception from recurrence
28739 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
28740 events. Fix problems with weekly all-day events.
28741
28742 2005-02-10 Richard M. Stallman <rms@gnu.org>
28743
28744 * simple.el (eval-expression-print-format):
28745 Avoid warning about edebug-active.
28746
28747 * help.el (help-for-help-internal): Rename from help-for-help.
28748 (help-for-help): Define with defalias.
28749
28750 * font-core.el (font-lock-default-function): Use with-no-warnings.
28751
28752 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
28753
28754 * custom.el (defface): Doc fix.
28755
28756 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
28757
28758 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
28759 width 0" to prevent word wrapping problems.
28760
28761 2005-02-09 Kim F. Storm <storm@cua.dk>
28762
28763 * ido.el (ido-file-extensions-order): New defcustom.
28764 (ido-file-extension-lessp, ido-file-extension-aux)
28765 (ido-file-extension-order): New advanced file ordering.
28766 (ido-file-lessp): New simple file ordering.
28767 (ido-sort-list): Remove.
28768 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
28769 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
28770
28771 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
28772
28773 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
28774 that some versions of grep produce.
28775 (grep-mode-font-lock-keywords): Likewise.
28776
28777 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
28778
28779 * progmodes/gdb-ui.el (gdb-location-list): New variable.
28780 (gdb-cdir): Delete.
28781 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
28782 (gdb-source-info): Treat case when source file is in another
28783 directory properly.
28784 (gdb-get-location): New function.
28785
28786 2005-02-07 Jay Belanger <belanger@truman.edu>
28787
28788 * calc/calc-prog.el (calc-write-parse-table-part)
28789 (calc-fix-token-name): Fix a check for language type.
28790
28791 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
28792
28793 2005-02-07 Andre Spiegel <spiegel@gnu.org>
28794
28795 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
28796 as directory not writable.
28797
28798 2005-02-07 Kim F. Storm <storm@cua.dk>
28799
28800 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
28801 (cua--standard-movement-commands): Remove list.
28802 Instead, set CUA property value to move for movement commands.
28803 (cua-movement-commands): Remove. Users must set CUA prop instead.
28804 (cua--pre-command-handler): Check CUA property.
28805 (cua--init-keymaps): Don't remap undo commands.
28806 (cua-mode): Don't call cua--rectangle-on-off.
28807
28808 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
28809 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
28810 (cua--rect-undo-set-point): New var.
28811 (cua--rectangle-undo-boundary): Setup undo apply entry.
28812 (cua--rect-undo-handler): New function for rectangle undo.
28813 (cua--rect-start-position, cua--rect-end-position): Add.
28814 (cua--rectangle-post-command): Call cua--rectangle-set-corners
28815 for restored rectangle. Set point if cua--rect-undo-set-point.
28816
28817 2005-02-06 Jay Belanger <belanger@truman.edu>
28818
28819 * calc/calc-lang.el (calc-tex-language): Display more information
28820 in messages.
28821
28822 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
28823 in TeX mode.
28824
28825 2005-02-06 Richard M. Stallman <rms@gnu.org>
28826
28827 * emacs-lisp/lisp.el (buffer-end): Doc fix.
28828
28829 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
28830
28831 * net/ldap.el (ldap-search-internal): Support attributes with
28832 optional descriptions separated by a semi-colon, as in
28833 "userCertificate;binary".
28834
28835 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28836
28837 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
28838 isn't a cons (i.e. the version is 0).
28839
28840 2005-02-05 Eli Zaretskii <eliz@gnu.org>
28841
28842 * help.el (help-for-help): Doc fix.
28843
28844 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
28845
28846 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
28847 GDB-Windows on the menu-bar as this works better.
28848
28849 2005-02-04 Jay Belanger <belanger@truman.edu>
28850
28851 * calc/calc-embed.el (calc-embedded-update): Don't put in
28852 unnecessary newlines. Adjust the end of formula marker.
28853
28854 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
28855 (math-latex-parse-two-args): New function.
28856
28857 2005-02-03 Lute Kamstra <lute@gnu.org>
28858
28859 * help-fns.el (help-with-tutorial): Make sure that users cannot
28860 remove the entire text of the tutorial by means of `undo'.
28861
28862 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
28863
28864 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
28865 in recent changes, where the ispell process was repeatedly
28866 killed & restarted.
28867
28868 * international/mule-cmds.el (set-locale-environment): Set file-name
28869 coding system to utf-8 on Darwin systems.
28870 (set-default-coding-systems): Don't set default-file-name-coding-system
28871 on Darwin systems.
28872
28873 2005-02-03 Richard M. Stallman <rms@gnu.org>
28874
28875 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
28876
28877 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
28878
28879 * faces.el (list-faces-display): Add optional argument.
28880
28881 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
28882
28883 * font-core.el (font-lock-default-function): Handle the rare case where
28884 only font-lock-keywords is set.
28885
28886 2005-02-02 Kenichi Handa <handa@m17n.org>
28887
28888 * international/characters.el: Cancel previous change for
28889 I-WITH-DOT-ABOVE and DOTLESS-i.
28890
28891 * international/latin-5.el: Cancel previous change.
28892
28893 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
28894
28895 * progmodes/gud.el: Correction to syntax in gud-menu-map.
28896
28897 2005-02-02 Kenichi Handa <handa@m17n.org>
28898
28899 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
28900 DOTLESS-i.
28901
28902 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
28903 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
28904
28905 * case-table.el (get-upcase-table): New function.
28906 (copy-case-table): Copy upcaes table too if non-nil.
28907 (set-case-syntax-delims): Maintain upcase table too.
28908 (set-case-syntax-pair): Likewise.
28909 (set-upcase-syntax, set-downcase-syntax): New functions.
28910 (set-case-syntax): Maintain upcase table too.
28911
28912 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
28913
28914 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
28915
28916 * progmodes/gud.el (gud-goto-info): New function.
28917 (gud-tool-bar-map): Use correct icon.
28918
28919 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28920
28921 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
28922 When delegating, order args in the funcall correctly.
28923
28924 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28925
28926 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
28927
28928 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
28929
28930 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
28931 buffer not visiting a file.
28932
28933 2005-01-31 Jay Belanger <belanger@truman.edu>
28934
28935 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
28936 bound on the line with the formula.
28937
28938 2005-01-31 Kim F. Storm <storm@cua.dk>
28939
28940 * ses.el (ses-create-cell-variable-range)
28941 (ses-destroy-cell-variable-range, ses-reset-header-string)
28942 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
28943 (ses-insert-row): Fix format of apply undo entries.
28944
28945 2005-01-31 Jay Belanger <belanger@truman.edu>
28946
28947 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
28948 parts.
28949
28950 * calc/calc-embed.el (calc-embedded-open-formula)
28951 (calc-embedded-close-formula): Ignore matrix environments.
28952
28953 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
28954 TeX mode.
28955
28956 * calc/calc-lang.el (math-function-table, math-oper-table)
28957 (math-variable-table): Adjust the LaTeX portions.
28958
28959 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
28960 (math-latex-ignore-words): New constant.
28961
28962 2005-01-31 Richard M. Stallman <rms@gnu.org>
28963
28964 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
28965 (ispell-local-dictionary): Doc fix.
28966 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
28967 Don't reinitialize at run time. Don't defcustom.
28968 All uses changed to append ispell-local-dictionary-alist,
28969 or check it first.
28970 (ispell-current-dictionary): New variable for dictionary in use.
28971 (ispell-dictionary): Now used only for global default.
28972 (ispell-start-process): Set ispell-current-dictionary,
28973 not ispell-dictionary.
28974 (ispell-change-dictionary): Use this only for setting
28975 user preferences.
28976 (ispell-internal-change-dictionary): New function
28977 to change the current dictionary in use.
28978 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
28979 Use ispell-current-dictionary.
28980 Handle ispell-local-dictionary-overridden.
28981 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
28982
28983 2005-01-31 Jay Belanger <belanger@truman.edu>
28984
28985 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
28986
28987 * calc/calc-ext.el: Add calc-latex-language to autoloads.
28988 (calc-mode-map): Add calc-latex-language.
28989
28990 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
28991 (math-latex-print-frac): New functions.
28992 (math-oper-table, math-function-table, math-variable-table)
28993 (math-complex-format, math-input-filter): Add latex properties.
28994 (calc-set-language): Set math-expr-special-function-mapping.
28995
28996 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
28997 (calc-write-parse-table-part): Add LaTeX support.
28998
28999 * calc/calc.el (calc-language): Adjust docstring.
29000 (calc-set-mode-line): Add LaTeX support.
29001 (math-expr-special-function-mapping): New variable.
29002 (math-tex-ignore-words): Add to list.
29003
29004 * calc/calccomp.el (math-compose-expr, math-compose-rows):
29005 Add LaTeX support.
29006 (math-compose-expr): Add support for special functions.
29007
29008 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29009
29010 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
29011
29012 * progmodes/gdb-ui.el (gdb-memory-address)
29013 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29014 (gdb-memory-mode-map, gdb-memory-format-keymap)
29015 (gdb-memory-format-menu, gdb-memory-unit-keymap)
29016 (gdb-memory-unit-menu): New variables for a buffer
29017 that lets the user examine program memory.
29018 (gdb-memory-set-address, gdb-memory-set-repeat-count)
29019 (gdb-memory-format-binary, gdb-memory-format-octal)
29020 (gdb-memory-format-unsigned, gdb-memory-format-signed)
29021 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29022 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29023 (gdb-memory-unit-word, gdb-memory-unit-halfword)
29024 (gdb-memory-unit-byte, gdb-memory-unit-menu)
29025 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29026 (gdb-memory-mode, gdb-memory-buffer-name)
29027 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29028 New functions for above buffer.
29029
29030 2005-01-30 Richard M. Stallman <rms@gnu.org>
29031
29032 * cus-edit.el (custom-bury-buffer): Function deleted.
29033 (custom-buffer-done-function): Option deleted.
29034 (custom-buffer-done-kill): New replacement option.
29035 (Custom-buffer-done): Call quit-window.
29036 (custom-buffer-create-internal): Update for above changes.
29037
29038 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
29039
29040 * simple.el (undo-ask-before-discard): New var.
29041 (undo-outer-limit-truncate): Implement it.
29042 (undo-extra-outer-limit): Doc update.
29043
29044 2005-01-29 Richard M. Stallman <rms@gnu.org>
29045
29046 * ses.el (undo-more): Delete defadvice.
29047 (ses-begin-change): Doc fix.
29048
29049 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29050 instead of rebinding C-x u and C-_.
29051
29052 * files.el (normal-backup-enable-predicate): Return nil for files
29053 in /tmp, regardless of temporary-file-directory.
29054
29055 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29056
29057 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29058 (open-rectangle, delete-whitespace-rectangle-line)
29059 (clear-rectangle-line): If FILL, pass t instead of FILL
29060 for move-to-column's 2nd arg.
29061
29062 * simple.el (undo): Fix the test for continuing a series of undos.
29063 (undo-more): Set pending-undo-list to t when we reach end.
29064 (pending-undo-list): Move up defvar.
29065
29066 * wid-edit.el (widget-button-click):
29067 Shorten the range of the track-mouse binding.
29068
29069 * comint.el (comint-insert-input): Undo previous changes;
29070 use last-input-event in interactive spec.
29071
29072 2005-01-29 Eli Zaretskii <eliz@gnu.org>
29073
29074 * progmodes/compile.el (compilation-start): Bind buffer-read-only
29075 to nil before invoking call-process. Reset buffer's modified flag
29076 after fontifying it in the no-async branch.
29077
29078 * wid-edit.el (widget-specify-button): If mouse pointer shape
29079 cannot be changed, use mouse face instead.
29080
29081 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
29082
29083 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29084 (gdb-goto-breakpoint): Make breakpoint handling work on template
29085 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
29086 (gdb-assembler-custom): Update to recognize breakpoint information
29087 added on 2005-01-19.
29088
29089 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
29090
29091 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29092 (dsssl-mode): Use define-derived-mode.
29093 (scheme-mode-initialize): Remove.
29094 (scheme-mode): Use run-mode-hooks.
29095
29096 * cus-edit.el (customize-group-other-window)
29097 (custom-buffer-create-other-window): Don't override special-display-*.
29098 (custom-mode-map): Make it dense.
29099
29100 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29101 sets the default value.
29102
29103 2005-01-28 Eli Zaretskii <eliz@gnu.org>
29104
29105 * descr-text.el: Add more keywords.
29106
29107 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
29108
29109 * speedbar.el: Avoid unnecessary use of locate-library.
29110
29111 * international/mule-cmds.el (standard-display-european-internal):
29112 Don't fiddle with latin-1 non-break space any more since it's now
29113 special cased in the C code.
29114 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29115
29116 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
29117
29118 * cus-start.el (all): Add `undo-outer-limit'.
29119
29120 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29121
29122 * textmodes/bibtex.el (bibtex-format-entry):
29123 Use `bibtex-empty-field-re' only on the text of fields, not on entire
29124 field lines.
29125 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29126 not on part of a buffer.
29127
29128 2005-01-25 Lute Kamstra <lute@gnu.org>
29129
29130 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29131 nonempty field text strings like "{letters\\macro{}more letters}".
29132 Clarify docstring.
29133 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29134 (bibtex-entry-offset, bibtex-parse-association)
29135 (bibtex-parse-field-name): Fix typos in docstrings.
29136 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29137
29138 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
29139
29140 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29141 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29142 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29143 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29144
29145 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29146 isearch minor mode.
29147
29148 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
29149
29150 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29151
29152 2005-01-24 Lute Kamstra <lute@gnu.org>
29153
29154 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29155 CASECHARS and NOT-CASECHARS regular expressions of the
29156 "nederlands" and "nederlands8" dictionaries to prevent a "Range
29157 striding over charsets" error.
29158
29159 2005-01-24 Jay Belanger <belanger@truman.edu>
29160
29161 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29162 display variable name.
29163
29164 2005-01-24 Kenichi Handa <handa@m17n.org>
29165
29166 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29167 Fix setting of the element of encoded-kbd-iso2022-invocations.
29168
29169 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
29170
29171 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29172 (gdb-threads-select): Change to also accept mouse events.
29173 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29174 (gdb-threads-mouse-select): Delete.
29175
29176 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
29177
29178 * files.el (insert-directory): Take care of empty directory,
29179 listed without -a switch.
29180
29181 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
29182
29183 * textmodes/refill.el (refill-post-command-function):
29184 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29185 to the list of functions that we should be careful not to undo.
29186 (refill-late-fill-paragraph-function): Remove.
29187 (refill-saved-state): New var.
29188 (refill-mode): Use it to save fill-paragraph-function.
29189 Save also the value of auto-fill-function.
29190
29191 * term/w32-win.el: Simplify code.
29192
29193 2005-01-23 Kim F. Storm <storm@cua.dk>
29194
29195 * simple.el (line-move): Adapt to new return value from
29196 pos-visible-in-window-p.
29197
29198 * simple.el (line-move): Fix last change. Check partial
29199 visibility at point rather than at window-start.
29200
29201 2005-01-22 Jason Rumney <jasonr@gnu.org>
29202
29203 * term/w32-win.el (xw-defined-colors): Remove debug-message.
29204
29205 2005-01-22 David Kastrup <dak@gnu.org>
29206
29207 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29208
29209 2005-01-22 Eli Zaretskii <eliz@gnu.org>
29210
29211 * type-break.el (type-break-mode): Add a test for
29212 type-break-file-name being non-nil.
29213
29214 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
29215
29216 * net/eudc.el (top level): Call (message "") via progn, so that
29217 eudc-options-file is loaded.
29218
29219 2005-01-22 Kim F. Storm <storm@cua.dk>
29220
29221 * simple.el (line-move-1): Rename from line-move.
29222 (line-move): New function that adjusts vscroll for partially
29223 visible rows, and calls line-move-1 otherwise.
29224
29225 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
29226
29227 * pcomplete.el: Define pcomplete-read-event instead of read-event,
29228 since it's not a complete read-event implementation
29229
29230 2005-01-20 Jay Belanger <belanger@truman.edu>
29231
29232 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29233 for called function.
29234
29235 2005-01-20 Steven Tamm <steventamm@mac.com>
29236
29237 * term/mac-win.el (process-connection-type): Remove.
29238 Controlled now by s/darwin.h:PTY_ITERATION.
29239
29240 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
29241
29242 * window.el (handle-select-window): Don't switch window when we're
29243 in the minibuffer.
29244
29245 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
29246
29247 * subr.el (dotimes-with-progress-reporter): New macro.
29248
29249 * ses.el (ses-dotimes-msg): Remove macro.
29250 Use `dotimes-with-progress-reporter' instead.
29251
29252 2005-01-19 Steven Tamm <steventamm@mac.com>
29253
29254 * term/mac-win.el (process-connection-type): Use new
29255 operating-system-release variable to use ptys on Darwin 7 (OS X
29256 10.3) when using carbon build.
29257
29258 2005-01-19 Jay Belanger <belanger@truman.edu>
29259
29260 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29261 flags if the last command was a tab or M-tab.
29262
29263 * calc/calc-prog.el (calc-user-define-edit): Put original formula
29264 in formula editing buffer.
29265
29266 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29267
29268 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29269 breakpoint image symbol in margin.
29270
29271 2005-01-19 Jay Belanger <belanger@truman.edu>
29272
29273 * calc/calc-prog.el (calc-execute-kbd-macro):
29274 Ignore calc-keep-arg-flag.
29275
29276 2005-01-19 Kenichi Handa <handa@m17n.org>
29277
29278 * textmodes/ispell.el (ispell-looking-at): New function.
29279 (ispell-process-line): Use ispell-looking-at to compare the ispell
29280 output and the buffer contents.
29281
29282 2005-01-18 Jay Belanger <belanger@truman.edu>
29283
29284 * calc/calc.el (calc-display-raw): Fix docstring.
29285
29286 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
29287
29288 * simple.el (blink-matching-open): Strip extra info from syntax.
29289
29290 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29291 funny chars in the end-of-here-doc marker.
29292
29293 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29294
29295 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29296 that enable/disabled state of breakpoints is shown correctly in
29297 fringe and on ttys.
29298 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29299 Add breakpoint information as text properties.
29300 (gdb-mouse-toggle-breakpoint):
29301 Rename to gdb-mouse-set-clear-breakpoint.
29302 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
29303 breakpoints in the margin.
29304 (gdb-remove-strings): Simplify.
29305
29306 2005-01-17 Jay Belanger <belanger@truman.edu>
29307
29308 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29309 erasing buffer.
29310
29311 2005-01-17 Richard M. Stallman <rms@gnu.org>
29312
29313 * progmodes/grep.el (grep-find): Copy from `grep' the condition
29314 for calling grep-compute-defaults.
29315
29316 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29317 if buffer is empty.
29318
29319 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29320
29321 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
29322
29323 * hilit-chg.el (highlight-changes-mode): Don't autoload.
29324
29325 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29326 non-preloaded variables.
29327
29328 2005-01-17 Steven Tamm <steventamm@mac.com>
29329
29330 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29331 tex-shell cause to force interactivity when using pipes.
29332
29333 2005-01-17 Kim F. Storm <storm@cua.dk>
29334
29335 * simple.el (just-one-space): Make arg optional.
29336
29337 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
29338
29339 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29340 posn-at-x-y to t to access left-margin.
29341
29342 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
29343
29344 Sync with Tramp 2.0.47.
29345
29346 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29347 catching keep-date problems in cp/scp operations.
29348 (tramp-handle-copy-file): Don't call `set-file-modes'
29349 unconditionally. Specialized functions should know better what is
29350 necessary. This improves performance a little bit, and the
29351 functions could catch errors with `cp -p' and `scp -p'.
29352 (tramp-do-copy-or-rename-file-via-buffer)
29353 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
29354 when appropriate.
29355 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
29356 Call `set-file-modes' when appropriate.
29357 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
29358 Johnsson <isak@hypergene.com>.
29359 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
29360 of both Tramp buffer and debug buffer. Reported by Joakim Verona
29361 <joakim@verona.se>.
29362 (tramp-file-name-for-operation): Mark `shell-command' as magic for
29363 Emacs only.
29364
29365 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
29366 `find-file-hooks' and `dired-mode-hook'.
29367 (tramp-minor-mode-map): Respective map. Add remapping for
29368 `compile' and `recompile'.
29369 (tramp-remap-command, tramp-recompile): New defuns.
29370 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
29371 in buffer "*Compilation*". Call the commands asynchronously.
29372
29373 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
29374 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
29375 `shell-command', because it isn't magic in XEmacs. Reported by
29376 Adrian Aichner <adrian@xemacs.org>.
29377
29378 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
29379 `substitute-in-file-name.
29380 (tramp-smb-handle-substitute-in-file-name): New defun.
29381 (tramp-smb-advice-PC-do-completion): Delete advice.
29382
29383 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
29384
29385 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
29386 Fix error in deleting region.
29387
29388 2005-01-15 Richard M. Stallman <rms@gnu.org>
29389
29390 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
29391 In non-temp buffer, switch syntax table temporarily.
29392
29393 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
29394
29395 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
29396
29397 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
29398
29399 * imenu.el (imenu--split-menu): Copy menulist before sorting.
29400 (imenu--generic-function): Use START, not BEG, as pos of definition.
29401
29402 * simple.el (just-one-space): Argument specifies number of spaces.
29403
29404 * simple.el (eval-expression-print-format): Avoid warning
29405 about edebug-active.
29406
29407 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
29408
29409 * progmodes/sh-script.el: Code copied from make-mode.el
29410 with small changes,
29411 (sh-mode-map): Bind C-c C-\.
29412 (sh-backslash-column, sh-backslash-align): New variables.
29413 (sh-backslash-region, sh-append-backslash): New functions.
29414
29415 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
29416
29417 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
29418 (rmail-pop-password, rmail-pop-password-required): Move to
29419 rmail-obsolete group.
29420 (rmail-set-pop-password): Rename to rmail-set-remote-password.
29421 All callers updated.
29422 (rmail-get-pop-password): Rename to rmail-get-remote-password.
29423 Take an argument specifying whether it is POP or IMAP mailbox we
29424 are using. All callers updated.
29425 (rmail-pop-password-error): Rename to
29426 rmail-remote-password-error. Added mailutils-specific error message.
29427 (rmail-movemail-search-path)
29428 (rmail-movemail-variant-in-use): New variables.
29429 (rmail-remote-password, rmail-remote-password-required):
29430 New customization variables.
29431 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
29432 (rmail-parse-url): New function.
29433 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
29434 with GNU mailutils movemail.
29435
29436 2005-01-15 Kevin Ryde <user42@zip.com.au>
29437
29438 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
29439 suffix to space, $ or '$, to correctly position point when going
29440 to @table style constants like DBL_MAX.
29441
29442 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
29443
29444 * type-break.el (type-break-mode, type-break-file-time)
29445 (type-break-file-keystroke-count, type-break-choose-file):
29446 Don't store data in or load data from the file if type-break-file-name
29447 is nil.
29448 (type-break-file-name): Doc update as per the above.
29449
29450 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
29451
29452 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
29453 lookup-key might return nil; handle that.
29454
29455 2005-01-15 Alan Mackenzie <acm@muc.de>
29456
29457 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
29458 rather than the element found, thus enabling the tree to be setcar'd.
29459
29460 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29461
29462 * textmodes/org.el (org-show-following-heading): New option.
29463 (org-show-hierarchy-above): Use `org-show-following-heading'.
29464 (org-cycle): Documentation fix.
29465
29466 * textmodes/org.el (orgtbl-optimized): New option
29467 (orgtbl-mode): New command, a minor mode.
29468 (orgtbl-mode-map): New variable.
29469 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
29470 (orgtbl-error, orgtbl-self-insert-command)
29471 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
29472
29473 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
29474 a local variable in each org-mode buffer.
29475
29476 * textmodes/org.el (org-set-regexps-and-options): Rename from
29477 `org-set-regexps'. Added checking for STARTUP keyword.
29478 (org-get-current-options): Add STARTUP options.
29479 (org-table-insert-row): Make mode intelligent about when
29480 realignment is needed.
29481 (org-self-insert-command, org-delete-backward-char, org-delete-char):
29482 New commands.
29483 (org-enable-table-editor): New default value `optimized'.
29484 (org-table-blank-field): Support blanking regions if active.
29485
29486 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29487
29488 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
29489 if the year is not given.
29490
29491 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
29492 Add new escapes %m and %M, fixed bug with %F by adding
29493 save-match-data.
29494 (reftex-reference): Remove ?. from list of spaces.
29495 (reftex-label-info): Add automatic label prefix recognition.
29496
29497 * textmodes/reftex-index.el (reftex-index-next-phrase):
29498 Add slave parameter to call of `reftex-index-this-phrase'.
29499 (reftex-index-this-phrase): New optional argument.
29500 (reftex-index-region-phrases): Add slave parameter to call of
29501 `reftex-index-this-phrase'.
29502 (reftex-display-index): New argument redo.
29503 (reftex-index-rescan): Add `redo' to arguments of
29504 `reftex-display-index'.
29505 (reftex-index-Rescan, reftex-index-revert)
29506 (reftex-index-switch-index-tag): Add `redo' to arguments of
29507 `reftex-display-index'.
29508 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
29509 indexing. Fix bug with matching is there is a quote before or
29510 after the word.
29511
29512 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
29513 Fix bug when collecting citation keys in lines with comments.
29514 (reftex-citation): Prefix argument no longer rescans the document,
29515 but forces prompting for optional arguments of cite macros.
29516 (reftex-do-citation): Prompting for optional arguments implemented.
29517
29518 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29519 Add optional arguments to most cite commands.
29520 (reftex-cite-cleanup-optional-args): New option
29521 (reftex-cite-prompt-optional-args): New option.
29522 (reftex-trust-label-prefix): New option.
29523
29524 * textmodes/reftex-toc.el (reftex-toc-find-section):
29525 Add push-mark before changing the position in the buffer.
29526
29527 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29528 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29529
29530 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
29531
29532 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29533 more carefully.
29534
29535 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
29536
29537 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29538 (sgml-mode): Use it.
29539 (sgml-get-context): Better keep track of implicitly closed tags.
29540
29541 2005-01-13 Kenichi Handa <handa@m17n.org>
29542
29543 * textmodes/ispell.el: These changes are to fix misalignment error
29544 caused by equivalent characters of different Emacs charsets.
29545 (ispell-unified-chars-table): New variable.
29546 (ispell-get-decoded-string): New function.
29547 (ispell-get-casechars, ispell-get-not-casechars)
29548 (ispell-get-otherchars): Call ispell-get-decoded-string.
29549
29550 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
29551
29552 * custom.el (custom-declare-variable): Just put symbol instead
29553 of (defvar . symbol) in `current-load-list'.
29554
29555 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
29556
29557 * emacs-lisp/elint.el: Fixed typo in Commentary section.
29558
29559 2005-01-12 Jay Belanger <belanger@truman.edu>
29560
29561 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29562 to create a Calc summary.
29563
29564 2005-01-12 Kim F. Storm <storm@cua.dk>
29565
29566 * mouse.el (mouse-on-link-p): Change functionality and doc
29567 string to comply with latest description in lisp ref.
29568
29569 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
29570
29571 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29572 Enable mouse clicks on mode-line, header-line and margin.
29573 (event-type): Give mouse event symbols an `event-kind' property
29574 with value `mouse-click'.
29575
29576 2005-01-12 Juri Linkov <juri@jurta.org>
29577
29578 * facemenu.el (list-colors-display): Add new arg buffer-name.
29579 Use it. Fix docstring. Replace code for identifying duplicate
29580 colors by the name with call to `list-colors-duplicates' which
29581 identifies duplicate colors by the value unless the color
29582 is one of special Windows colors. Set truncate-lines to t.
29583 Print sorted duplicate color names on each line. Indent to 22
29584 \(the longest color name in rgb.txt) instead of 20. Optimize.
29585 (list-colors-duplicates): New function.
29586 (facemenu-color-name-equal): Delete function.
29587
29588 * facemenu.el (list-colors-print): New function created from code
29589 in list-colors-display. Print #RRGGBB at the window right edge.
29590 (list-colors-display): When temp-buffer-show-function is not
29591 defined, call list-colors-print from temp-buffer-show-hook
29592 to get the right value of window-width in list-colors-print
29593 after the buffer is displayed.
29594
29595 * simple.el (pop-mark): Move deactivate-mark out of conditional
29596 part to deactivate the active mark regardless of the state of the
29597 mark ring.
29598
29599 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29600 variables line in desktop files.
29601
29602 2005-01-12 Juri Linkov <juri@jurta.org>
29603
29604 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29605 Bring together isearch highlight related options.
29606 (lazy-highlight): Replace group `replace' by `matching'.
29607 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29608 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29609 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29610 and declare them obsolete.
29611 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29612 (isearch-faces): Remove defgroup.
29613 (isearch-overlay, isearch-highlight, isearch-dehighlight):
29614 Move isearch highlighting code closer to lazy highlighting code.
29615
29616 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29617 (query-replace-highlight, query-replace-lazy-highlight)
29618 (query-replace): Move definitions to the beginning of the file.
29619
29620 2005-01-11 Juri Linkov <juri@jurta.org>
29621
29622 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29623 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29624 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29625
29626 * info.el (Info-history-forward): New variable.
29627 (Info-select-node): Reset Info-history-forward to nil.
29628 (Info-last): Turn into defalias.
29629 (Info-history-back): Rename from Info-last.
29630 Add current node to Info-history-forward.
29631 (Info-history-forward): New fun.
29632 (Info-mode-map): Replace Info-last by Info-history-back.
29633 Bind Info-history-forward to "r".
29634 (Info-mode-menu): Replace Info-last by Info-history-back.
29635 Fix menu item text. Add menu item for Info-history-forward.
29636 (info-tool-bar-map): Replace Info-last by Info-history-back.
29637 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
29638 for Info-history-forward.
29639 (Info-mode): Replace Info-last by Info-history-back in docstring.
29640 Add local variable Info-history-forward.
29641 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29642
29643 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
29644
29645 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29646 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29647 Ignore select-window events rather than fiddle with
29648 mouse-autoselect-window.
29649
29650 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
29651
29652 * type-break.el (type-break-mode): Fix previous change.
29653
29654 2005-01-10 Jay Belanger <belanger@truman.edu>
29655
29656 * calc/calc-ext.el (calc-reset): Reset when inside embedded
29657 calculator; only reset when point is inside a calculator.
29658 Don't adjust the window height if the window takes up the whole height
29659 of the frame.
29660
29661 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
29662
29663 * ebuff-menu.el (Electric-buffer-menu-mode):
29664 Preserve value of buffer-local var header-line-format.
29665
29666 2005-01-09 Jay Belanger <belanger@truman.edu>
29667
29668 * calc/calc.el (calc-mode-var-list-restore-saved-values):
29669 Make sure settings file exists before accessing it.
29670
29671 * calc/calc-embed.el (calc-embedded-subst):
29672 Replace math-multi-subst-rec, which is only supposed to be called
29673 by math-multi-subst, by math-multi-subst.
29674
29675 2005-01-09 Andre Spiegel <spiegel@gnu.org>
29676
29677 * vc.el (vc-allow-async-revert): New user option.
29678 (vc-disable-async-diff): New internal variable.
29679 (vc-revert-buffer): Use them to disable asynchronous diff.
29680
29681 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29682 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29683 asynchronously if vc-disable-async-diff is t.
29684
29685 2005-01-09 Jay Belanger <belanger@truman.edu>
29686
29687 * calc/calc.el (defcalcmodevar): New macro.
29688 (calc-mode-var-list-restore-default-values)
29689 (calc-mode-var-list-restore-saved-values): New functions.
29690 (calc-mode-var-list): Use defcalcmodevar to define it.
29691 (calc-always-load-extensions, calc-line-numbering)
29692 (calc-line-breaking, calc-display-just, calc-display-origin)
29693 (calc-number-radix, calc-leading-zeros, calc-group-digits)
29694 (calc-group-char, calc-point-char, calc-frac-format)
29695 (calc-prefer-frac, calc-hms-format, calc-date-format)
29696 (calc-float-format, calc-full-float-format, calc-complex-format)
29697 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29698 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29699 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29700 (calc-matrix-brackets, calc-language, calc-language-option)
29701 (calc-left-label, calc-right-label, calc-word-size)
29702 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29703 (calc-display-raw, calc-internal-prec, calc-angle-mode)
29704 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29705 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29706 (calc-window-height, calc-display-trail, calc-show-selections)
29707 (calc-use-selections, calc-assoc-selections)
29708 (calc-display-working-message, calc-auto-why, calc-timing)
29709 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29710 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29711 (calc-gnuplot-default-device, calc-gnuplot-default-output)
29712 (calc-gnuplot-print-device, calc-gnuplot-print-output)
29713 (calc-gnuplot-geometry, calc-graph-default-resolution)
29714 (calc-graph-default-resolution-3d, calc-invocation-macro)
29715 (calc-show-banner): Use defcalcmodevar to declare them and set
29716 their default values.
29717
29718 * calc/calc-ext.el (calc-reset): Restore saved values of variables
29719 instead of default values (but restore default values if there is
29720 an argument of 0).
29721
29722 2005-01-09 David Kastrup <dak@gnu.org>
29723
29724 * desktop.el (desktop-restore-eager): Fix typo in type.
29725
29726 2005-01-08 Richard M. Stallman <rms@gnu.org>
29727
29728 * cus-edit.el (customize): Delete :link.
29729
29730 2005-01-08 Jay Belanger <belanger@truman.edu>
29731
29732 * calc/calc.el (calc-mode): Remove the extension from the
29733 `calc-settings-file' file name when loading it.
29734
29735 2005-01-08 Kim F. Storm <storm@cua.dk>
29736
29737 * info.el (Info-mode-map, Info-next-link-keymap)
29738 (Info-prev-link-keymap, Info-up-link-keymap):
29739 Map follow-link to mouse-face.
29740 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
29741
29742 2005-01-08 Jay Belanger <belanger@truman.edu>
29743
29744 * calc/calc.el (calc-settings-file): Change default value.
29745 Suggested by cgw in a comment in calc-mode.el.
29746
29747 * calc/calc-mode.el (calc-settings-file-name):
29748 Compare calc-settings-file to user-init-file instead of ~/.emacs.
29749 Replace ~/.emacs in a prompt by calc-settings-file.
29750
29751 2005-01-07 Lars Hansen <larsh@math.ku.dk>
29752
29753 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
29754 (desktop-lazy-idle-delay): New customizable variables.
29755 (desktop-buffer-args-list): New variable.
29756 (desktop-append-buffer-args): New function.
29757 (desktop-save): Call desktop-append-buffer-args for some buffers.
29758 (desktop-lazy-create-buffer): New function.
29759 (desktop-idle-create-buffers): New function.
29760 (desktop-read): Add message about buffers to restore lazily.
29761 (desktop-lazy-abort): New command.
29762 (desktop-clear): Call desktop-lazy-abort.
29763 (desktop-lazy-complete): New command.
29764
29765 2005-01-06 Richard M. Stallman <rms@gnu.org>
29766
29767 * emacs-lisp/find-func.el (find-face-definition):
29768 Rename from find-face.
29769
29770 2005-01-06 Kim F. Storm <storm@cua.dk>
29771
29772 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
29773
29774 * man.el (Man-xref-man-page, Man-xref-header-file)
29775 (Man-xref-normal-file): Add follow-link property.
29776
29777 2005-01-06 Jay Belanger <belanger@truman.edu>
29778
29779 * calc/calc-units.el: Make sure the proper macro definitions are
29780 available when compiling.
29781
29782 2005-01-06 Juri Linkov <juri@jurta.org>
29783
29784 * isearch.el (isearch-lazy-highlight-update):
29785 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
29786
29787 2005-01-06 Miles Bader <miles@gnu.org>
29788
29789 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
29790 (isearch-lazy-highlight-face): Use new name.
29791
29792 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
29793
29794 * uniquify.el (uniquify-rationalize-file-buffer-names):
29795 Re-add an interactive spec.
29796 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
29797 to the same name.
29798
29799 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
29800 (isearch-update, isearch-done): Adjust calls accordingly.
29801
29802 2005-01-05 Richard M. Stallman <rms@gnu.org>
29803
29804 * custom.el (custom-set-variables, custom-theme-set-variables):
29805 Clarify documentation.
29806
29807 * emacs-lisp/find-func.el (find-variable)
29808 (find-variable-other-window, find-variable-other-frame):
29809 Fix the TYPE args to find-function-read and find-function-do-it.
29810 (find-function): Doc fix.
29811 (find-function-at-point): Replace function-at-point alias.
29812
29813 2005-01-04 Richard M. Stallman <rms@gnu.org>
29814
29815 * cus-face.el (custom-declare-face):
29816 Record defface in current-load-list.
29817
29818 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
29819
29820 * emacs-lisp/find-func.el: Doc fixes.
29821 (find-face-regexp): New variable.
29822 (find-function-regexp-alist): New variable.
29823 (find-function-C-source): Third arg is now TYPE.
29824 (find-function-search-for-symbol): Handle general TYPE.
29825 (find-function-read, find-function-do-it): Handle general TYPE.
29826 (find-definition-noselect, find-face): New functions.
29827 (function-at-point): Alias deleted.
29828
29829 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
29830
29831 * battery.el (display-battery-mode): Rename from display-battery.
29832 Handle the case where it gets turned off.
29833
29834 2005-01-04 Richard M. Stallman <rms@gnu.org>
29835
29836 * cus-edit.el (customize): Make :link point to user doc.
29837
29838 * man.el (Man-fontify-manpage): Turn off undo generation.
29839
29840 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
29841
29842 2005-01-04 Andreas Schwab <schwab@suse.de>
29843
29844 * files.el (insert-directory): Only look for error lines in
29845 inserted text. Don't move too far after processing --dired markers.
29846
29847 2005-01-04 Richard M. Stallman <rms@gnu.org>
29848
29849 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
29850 Don't expand if the character is @, period, dash, etc.
29851 (define-mail-abbrev): Quote names that contain problem characters.
29852
29853 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
29854
29855 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
29856
29857 2005-01-03 Richard M. Stallman <rms@gnu.org>
29858
29859 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
29860 (query-replace-highlight, query-replace-lazy-highlight)
29861 (query-replace): Definitions moved up. Doc fix.
29862
29863 2005-01-03 Richard M. Stallman <rms@gnu.org>
29864
29865 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
29866 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29867 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29868 (lazy-highlight-face): Rename from isearch-lazy-...
29869 Change all references to them.
29870
29871 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
29872
29873 * cus-edit.el (custom-file): Doc fix for defcustom.
29874 (custom-file): The function no longer sets the variable
29875 `custom-file' to its return value.
29876
29877 * startup.el (command-line): No longer load `custom-file'.
29878
29879 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
29880
29881 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
29882
29883 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
29884 Don't confuse module-prefixed identifiers for labels.
29885 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
29886
29887 2005-01-02 Richard M. Stallman <rms@gnu.org>
29888
29889 * files.el (basic-save-buffer-1): Fix previous change.
29890
29891 * loadhist.el (file-loadhist-lookup): New function.
29892 (file-provides, file-requires): Use it.
29893
29894 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
29895 instead of calculating the right size.
29896
29897 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
29898
29899 * vc-svn.el (vc-svn-diff): Stay local if possible.
29900
29901 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
29902
29903 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
29904
29905 * files.el (hack-local-variables): Fix last change.
29906
29907 2005-01-02 Jay Belanger <belanger@truman.edu>
29908
29909 * calc/calc-yank.el (calc-edit-top): New variable.
29910 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
29911 object. Change header properties.
29912 (calc-edit-finish, calc-edit-finish-stack-object)
29913 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
29914 edited object.
29915 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
29916 for the beginning of the edited object.
29917 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
29918 for the beginning of the edited object.
29919 * calc/calc-prog.el (calc-edit-macro-finish-edit)
29920 (calc-finish-formula-edit, calc-macro-repeats)
29921 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
29922 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
29923 beginning of the edited object.
29924 (calc-user-define-edit): Change the header for editing macros.
29925 Remove unnecessary variable.
29926
29927 2005-01-01 Jay Belanger <belanger@truman.edu>
29928
29929 * calc/calc-yank.el (calc-edit-mode): Change default header.
29930 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
29931 * calc/calc-store.el (calc-edit-variable): Change title to match new
29932 header.
29933 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
29934 mode to match new header.
29935 (calc-user-define-edit): Change titles to include names of commands.
29936 (calc-finish-formula-edit): Adjust to handle new header.
29937 (calc-finish-macro-edit): Remove.
29938 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
29939 (calc-edit-macro-command, calc-edit-macro-command-type)
29940 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
29941 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
29942 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
29943 (calc-edit-macro-finish-edit): New functions.
29944 (calc-user-define-edit): Use new functions to edit named calc macros.
29945
29946 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
29947
29948 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
29949
29950 * ses.el (copy-region-as-kill): Deactivate mark.
29951
29952 2005-01-01 Richard M. Stallman <rms@gnu.org>
29953
29954 * replace.el (occur-1): If the output buffer is also an input,
29955 don't kill it, rename it.
29956
29957 * faces.el (set-face-background, set-face-foreground): Doc fix.
29958
29959 * cus-face.el (custom-face-attributes): Fix :help-echo strings
29960 for :foreground and :background.
29961
29962 * dired.el (dired-view-command-alist): Variable deleted.
29963 (dired-view-file, dired-mouse-find-file-other-window):
29964 Delete the code to use it.
29965
29966 2005-01-01 Kim F. Storm <storm@cua.dk>
29967
29968 * image.el (insert-sliced-image): Use t for line-height property.
29969
29970 See ChangeLog.11 for earlier changes.
29971
29972 ;; Local Variables:
29973 ;; coding: iso-2022-7bit
29974 ;; add-log-time-zone-rule: t
29975 ;; End:
29976
29977 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
29978 Copying and distribution of this file, with or without modification,
29979 are permitted provided the copyright notice and this notice are preserved.
29980
29981 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1