]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(tab-always-indent): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2
3 * indent.el (tab-always-indent): Doc fix.
4
5 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6
7 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
8 (Info-fontify-node): Do fontify indices.
9
10 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
11 to the Emacs Lisp reference manual.
12 (tutorial--tab-map): Remove. All callers changed.
13 (tutorial--find-changed-keys): New elt QUIET, used to...
14 (tutorial--display-changes): ...ensure that warning messages are
15 only issued once per changed key.
16 (tutorial--remove-remarks): Delete unused code-path.
17 (lang-strings): Remove extraneous formatting.
18 (tutorial--save-tutorial): Prompt before saving tutorial state.
19
20 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
21
22 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
23 Replace '?\ ' by '?\s' throughout.
24 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
25 `help' custom group.
26 (tutorial--key-description): New function.
27 (tutorial--display-changes): Remove redundant arg. Scan for all
28 key sequences to avoid false matches. Cleanup.
29 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
30 reduce homedir pollution.
31 (help-with-tutorial): Call tutorial--display-changes with no arg.
32
33 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
34
35 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
36
37 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
38
39 * net/tramp.el (tramp-default-method): We still need to check for
40 `executable-find', because it is not bound under Emacs 20.
41 (tramp-handle-file-name-completion)
42 (tramp-completion-handle-file-name-completion): Handle optional
43 parameter PREDICATE.
44 (tramp-find-default-method): Add code for default values.
45
46 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
47
48 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
49 make gud-go send "continue".
50
51 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
52
53 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
54 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
55
56 2006-12-19 Kim F. Storm <storm@cua.dk>
57
58 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
59 instead of global-map.
60
61 * files.el (magic-mode-alist): Allow matching file type by
62 calling a function at bob. Check for image types by calling
63 image-type-from-buffer. Suggested by Juanma Barranquero.
64 (set-auto-mode): Do it.
65
66 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
67
68 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
69 Remove "ControlMaster" option from the other `scp*' methods.
70 (tramp-default-method): Check for ssh-agent before setting to
71 `scp'.
72
73 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
74
75 * textmodes/org.el (org-mode): Show context after isearch.
76 (org-show-siblings): New function.
77 (org-show-context): Use `org-show-siblings'.
78
79 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
82 Use syntax-ppss-toplevel-pos.
83
84 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
85
86 * textmodes/org.el (org-current-line): Make sure that lines are
87 counted from beginning of buffer.
88 (org-table-copy-region, org-table-paste-rectangle): Make sure that
89 lines are counted from beginning of buffer.
90
91 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
92
93 * info.el (Info-build-node-completions): Signal error if tag-table
94 marker is not found.
95
96 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
97
98 2006-12-17 Alan Mackenzie <acm@muc.de>
99
100 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
101 speed) the case when open-paren-in-column-0-is-defun-start is nil.
102 Based on code by Martin Rudalics.
103
104 * progmodes/cc-mode.el (c-basic-common-init): Don't set
105 open-paren-in-column-0-is-defun-start to nil any more.
106
107 2006-12-17 Richard Stallman <rms@gnu.org>
108
109 * simple.el (delete-horizontal-space): Use prefix arg.
110
111 * help-fns.el (describe-variable): Improve blank separator lines.
112
113 * files.el (magic-mode-alist): Mark as risky.
114
115 * files.el (make-backup-file-name-1):
116 Expand backup-directory explicitly.
117
118 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
119
120 * net/tramp.el (tramp-default-method): Before setting to "pscp",
121 check whether package password.el is loaded, or Pageant is running.
122
123 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
124
125 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
126 (icalendar--rris): First try Emacs, then XEmacs.
127 (icalendar--convert-ical-to-diary): Doc fix.
128 Insert newline at end of target file.
129
130 2006-12-17 Kim F. Storm <storm@cua.dk>
131
132 * outline.el (outline-isearch-open-invisible-function): New defvar.
133 (outline-flag-region): Use it if non-nil for isearch-open-invisible
134 overlay property instead of outline-isearch-open-invisible.
135
136 2006-12-16 Kim F. Storm <storm@cua.dk>
137
138 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
139 if ido-directory-too-big is set on entry.
140 (ido-toggle-ignore, ido-completion-help): Print message while
141 reading big directory.
142
143 2006-12-15 Richard Stallman <rms@gnu.org>
144
145 * shell.el (shell): Doc fix.
146
147 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
148
149 * emulation/edt.el (edt-xserver):
150 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
151 to fix a problem on Cygwin.
152
153 * emulation/edt.el
154 * emulation/edt-mapper.el
155 * emulation/edt-lk201.el
156 * emulation/edt-pc.el
157 * emulation/edt-vt100.el: Update maintainer's email address.
158
159 2006-12-15 Simon Marshall <simon@gnu.org>
160
161 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
162 change.
163
164 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
165
166 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
167 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
168 instead of mac-atsu-font-table.
169 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
170
171 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
172
173 * align.el (align-match-tex-pattern): Fix a rare bug which
174 hanged Emacs.
175
176 2006-12-14 Richard Stallman <rms@gnu.org>
177
178 * startup.el (use-fancy-splash-screens-p): Use frame-height
179 instead of window-height. Pass frame to image-size.
180
181 2006-12-13 Kenichi Handa <handa@m17n.org>
182
183 * international/mule-cmds.el (set-locale-environment):
184 Set default-sendmail-coding-system too.
185
186 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
187
188 * progmodes/idlw-help.el: Fix copyright notice.
189
190 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
193
194 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
195
196 * subr.el (unread-command-char): Reformat obsolescence info.
197
198 2006-12-11 Richard Stallman <rms@gnu.org>
199
200 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
201 about calls to cl-struct-setf-expander.
202
203 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
204
205 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
206 (ediff-combination-pattern): Fix typo in docstring.
207
208 * textmodes/refer.el (refer-find-entry): Doc fix.
209 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
210 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
211 Fix tipos in docstrings.
212
213 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
214
215 2006-12-10 Kim F. Storm <storm@cua.dk>
216
217 * ido.el (ido-init-completion-maps): Remap backward-kill-word
218 instead of binding M-backspace.
219
220 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
221
222 * replace.el (replace-match-data, replace-match-maybe-edit):
223 * calc/calc-aent.el (calc-eval-error):
224 * emulation/vi.el (vi-char-argument):
225 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
226 (c-vsemi-status-unknown-p-fn): Doc fixes.
227
228 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
229
230 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
231 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
232
233 2006-12-10 Masatake YAMATO <jet@gyve.org>
234
235 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
236
237 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
238
239 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
240
241 * man.el (Man-xref-button-action): New function. If the
242 `Man-target-string' button property is a function, assume it
243 accepts a position argument.
244 (Man-abstract-xref-man-page): Use it.
245 (Man-default-man-entry): New optional arg POS.
246
247 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
248 symlink arrows read-only and non-rear-sticky.
249
250 2006-12-09 Martin Rudalics <rudalics@gmx.at>
251
252 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
253 (wdired-search-and-rename): Simplify code.
254 (wdired-preprocess-files, wdired-preprocess-perms): Make
255 read-only property of preceding character rear-nonsticky to
256 avoid that it can be modified. Put old-name and old-link
257 properties on character preceding name and replace
258 put-text-property by add-text-properties.
259 (wdired-get-filename, wdired-get-previous-link): Get old-name
260 and old-link properties from character preceding name and
261 simplify code.
262 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
263 (wdired-perms-to-number): Make local-map property
264 rear-nonsticky to avoid that text following permissions may be
265 modified. Use add-text-properties instead of put-text-property
266 when changing a permission bit.
267 (wdired-change-to-dired-mode): Remove stickiness properties.
268
269 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
270
271 * international/mule-cmds.el (register-input-method): Doc fix.
272
273 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
274
275 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
276
277 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
278
279 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
280 Force buffer local defs evaluation on local variables loading.
281 (flyspell-mode-on, flyspell-mode-off): Use it in
282 `hack-local-variables-hook'.
283
284 2006-12-09 Eli Zaretskii <eliz@gnu.org>
285
286 * emacs-lisp/find-func.el (find-variable): Doc fix.
287
288 * help-fns.el (variable-at-point): Doc fix.
289
290 * w32-fns.el (w32-append-code-lines): New function.
291
292 2006-12-09 Romain Francoise <romain@orebokech.com>
293
294 * comint.el (comint-insert-input): Delete obsolete comment.
295
296 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
297
298 * files.el (insert-file-1): Compare file size to
299 large-file-warning-threshold and request confirmation when
300 warranted.
301
302 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
305 current frame, in case we're connected to several displays.
306
307 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
308
309 * frame.el (other-frame): Doc fix.
310 (set-frame-parameter): Fix typo in docstring.
311
312 2006-12-07 Kim F. Storm <storm@cua.dk>
313
314 * info.el (Info-index): Strip leading colon from topic.
315
316 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
317
318 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
319 to pointers.
320
321 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
322
323 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
324 Trim out spurious class inheritance "None" entries.
325
326 2006-12-05 Kim F. Storm <storm@cua.dk>
327
328 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
329 (cua-paste-pop): Rework last change for
330 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
331 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
332 text inserted by the last M-y command.
333
334 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
335
336 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
337 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
338
339 * shell.el (shell): Search the start file in ~/.emacs.d as
340 `init_SHELLNAME.sh' instead.
341
342 2006-12-05 Glenn Morris <rgm@gnu.org>
343
344 * progmodes/cperl-mode.el (cperl-mode)
345 * progmodes/f90.el (f90-mode-abbrev-table)
346 * progmodes/fortran.el (fortran-mode-abbrev-table)
347 * progmodes/octave-mod.el (octave-abbrev-table)
348 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
349 if abbrev-table is non-nil (saved user abbrevs may have been restored).
350
351 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
352 clear abbrev table, else saved abbrevs will not be restored.
353
354 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
355
356 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
357 the call to `make-obsolete-variable', not in the docstring.
358
359 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
360
361 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
362
363 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
364
365 * progmodes/ebnf-abn.el:
366 * progmodes/ebnf-bnf.el:
367 * progmodes/ebnf-dtd.el:
368 * progmodes/ebnf-ebx.el:
369 * progmodes/ebnf-iso.el:
370 * progmodes/ebnf-otz.el:
371 * progmodes/ebnf-yac.el:
372 * progmodes/ebnf2ps.el:
373 * delim-col.el:
374 * printing.el:
375 * ps-bdf.el:
376 * ps-mule.el:
377 * ps-print.el: Remove 'Time-stamp' comment mark.
378
379 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
380 'easy-menu-add-item' when called in Emacs 21 or higher.
381
382 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
383
384 * progmodes/ada-xref.el (ada-check-current): Doc fix.
385 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
386
387 2006-12-04 Kim F. Storm <storm@cua.dk>
388
389 * bindings.el (global-map): Bind [signal t] to ignore, to have
390 user signals ignored by default.
391
392 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
393
394 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
395 Unicode data file pointed to by `describe-char-unicodedata-file'.
396
397 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
400 O(n^2) regexp-search by anchoring the search.
401
402 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
403
404 * whitespace.el (whitespace-cleanup-internal): Use current
405 argument for recursive call.
406
407 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
408
409 * net/tramp.el (tramp-methods): Add "ControlPath" and
410 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
411 Andreas Schwab <schwab@suse.de>.
412 (tramp-do-copy-or-rename-file-out-of-band)
413 (tramp-open-connection-rsh): Compute format spec for ?t.
414 (tramp-process-actions): Trace command parameters.
415
416 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
417
418 * simple.el (toggle-truncate-lines): Clarify doc string.
419
420 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
421 (gdb-speedbar-expand-node): Use it.
422
423 2006-12-04 Richard Stallman <rms@gnu.org>
424
425 * progmodes/python.el (python-indent): Add safe-local-variable prop.
426
427 * dired.el (dired-revert): Turn off dired-after-readin-hook
428 around call to dired-readin.
429
430 * menu-bar.el (menu-bar-make-toggle): Add "globally"
431 to echo area messages.
432 <indicate-empty-lines, case-fold-search>:
433 Add "globally" to Help string.
434 <case-fold-search>: MESSAGE arg need not say "globally".
435 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
436
437 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
438
439 * outline.el (outline-end-of-subtree): Don't leave an empty
440 line hidden as we would a real next heading.
441
442 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
443
444 * allout.el (allout-ascend): Add an optional argument to preserve
445 original position of point when unsuccessful. Also, fix a
446 docstring error.
447 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
448 work again, using allout-ascend's new option.
449 (allout-setup-mode-map): Extract from allout-mode to initialize
450 allout-mode-map. Call it on file load, so the mode docstring
451 substitutions work even if allout mode has not yet been invoked.
452 (allout-mode): Use new allout-setup-mode-map to track any keybinding
453 customizations since the map was last processed. Also, refine the
454 docstring so it's ship-shape for release.
455 (allout-default-layout, allout-beginning-of-line-cycles)
456 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
457 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
458 (allout-version, allout-layout, allout-infer-body-reindent)
459 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
460 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
461 (allout-previous-heading, allout-goto-prefix-doublechecked)
462 (allout-current-bullet-pos, allout-next-sibling-leap)
463 (allout-pre-command-business, allout-encrypted-type-prefix)
464 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
465 (allout-rebullet-topic, allout-rebullet-topic-grunt)
466 (allout-flag-region, allout-expose-topic, allout-expose-topic)
467 (allout-old-expose-topic, allout-listify-exposed)
468 (allout-process-exposed, allout-latex-verb-quote)
469 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
470 (allout-toggle-current-subtree-encryption)
471 (allout-toggle-subtree-encryption, allout-bullet-isearch):
472 Remove extraneous open-paren and close paren string escapes.
473
474 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
475
476 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
477 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
478 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
479 Fix typos in docstrings.
480
481 2006-12-03 Glenn Morris <rgm@gnu.org>
482
483 * progmodes/cc-align.el
484 * progmodes/cc-awk.el
485 * progmodes/cc-cmds.el
486 * progmodes/cc-compat.el
487 * progmodes/cc-defs.el
488 * progmodes/cc-engine.el
489 * progmodes/cc-langs.el
490 * progmodes/cc-menus.el
491 * progmodes/cc-mode.el
492 * progmodes/cc-styles.el
493 * progmodes/cc-vars.el
494 * progmodes/vhdl-mode.el: Fix Copyright format.
495
496 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
497
498 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
499 initial down event.
500
501 2006-12-02 Kim F. Storm <storm@cua.dk>
502
503 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
504 (cua-repeat-replace-region): Make M-v more robust.
505 (cua-paste-pop-rotate-temporarily): New defcustom.
506 (cua-paste-pop): Use it.
507 (cua-auto-mark-last-change): New defcustom.
508 (cua-pop-to-last-change): New helper function.
509 (cua-set-mark): Use them.
510
511 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
512
513 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
514 mini-buffer message.
515
516 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
517
518 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
519
520 2006-12-01 Ben North <ben@redfrontdoor.org>
521
522 * paren.el: Fix the highlight overlay extension when the user types a
523 sequence of char very fast just before the open parenthesis.
524
525 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
526
527 * ps-mule.el: Eliminate Emacs 20 compatibility.
528
529 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
530 (ps-print-version): New Version 6.7.
531 (ps-print-quote): Replace '?\ ' by '?\s'.
532
533 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
534
535 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
536 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
537 (hexl-end-of-1k-page): Doc fixes.
538 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
539 Fix typos in docstrings.
540
541 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
542
543 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
544 locally, i.e. without using file name handlers.
545 (ido-read-internal): Allow mono letter host names, avoiding the
546 `c:' problem by testing if the file exists locally.
547 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
548
549 2006-11-30 Masatake YAMATO <jet@gyve.org>
550
551 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
552 to avoid bytecomp warnings.
553 (hexl-mode-old-ruler-function): New variable.
554 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
555 and `hl-line-range-function' after `require' hl-line.
556 Then bind `hl-line-range-function' and `hl-line-face'.
557 Don't require frame. Don't use `with-no-warnings'.
558 (hexl-activate-ruler): Store the original value of
559 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
560 (hexl-mode-exit): Restore the original value of
561 `ruler-mode-ruler-function'.
562
563 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
564
565 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
566 (hexl-mode-old-hl-line-face): New variable.
567 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
568 line when exit from the hexl-mode.
569
570 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
571
572 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
573 Doc fixes.
574
575 * international/fontset.el (create-fontset-from-ascii-font)
576 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
577 (fontset-name-p): Fix typo in docstring.
578
579 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
580
581 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
582
583 * ps-bdf.el: Fix maintainer email.
584
585 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
586 compatibility.
587
588 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
589 21 compatibility.
590 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
591 Emacs 20 & 21.
592
593 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
594
595 * progmodes/idlwave.el (idlwave-auto-fill):
596 Remove paragraph-start let to prevent auto-fill giving up.
597
598 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
599
600 * vt100-led.el (led-state): Fix typo in previous change.
601
602 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
603
604 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
605 Fix interactive spec of the functions getting defined to make them
606 work as documented.
607
608 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
609
610 * startup.el (fancy-splash-screens): Hide initial splash buffer.
611
612 2006-11-28 Kim F. Storm <storm@cua.dk>
613
614 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
615 icomplete-mode is enabled.
616
617 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
618
619 * textmodes/org.el (require): Require gnus-sum during compilation
620 to avoid problem with a macro call.
621
622 2006-11-28 Glenn Morris <rgm@gnu.org>
623
624 * emacs-lisp/authors.el (authors-aliases): Add new alias.
625
626 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
627 (fortran-window-create-momentarily): Do not need string-to-char.
628
629 2006-11-28 Richard Stallman <rms@gnu.org>
630
631 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
632 Replace incorrect use of assoc-default with a loop.
633
634 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
635
636 * simple.el (next-error-find-buffer): Improve messages.
637
638 * files.el (revert-buffer): Special error message if file
639 is now not readable.
640
641 * facemenu.el (facemenu-add-new-face): Improve doc strings of
642 constructed commands.
643
644 * comint.el (comint-exec-1): Provide Emacs version and `comint'
645 in INSIDE_EMACS.
646
647 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
650
651 * server.el: Remove spurious * in docstrings.
652 (server-process-filter): Exit from recursive editing before processing
653 a new request.
654
655 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
656
657 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
658 line so hidden blocks will be correctly identified.
659
660 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
661
662 * ledit.el (ledit-save-defun, ledit-mode):
663 * resume.el (resume-emacs-args-buffer):
664 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
665 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
666 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
667 (command-send-input, command-kill-line):
668 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
669
670 * autoarg.el (autoarg-kp-mode): Doc fix.
671
672 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
673 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
674 (check-emacs-lock): Doc fix. Simplify.
675
676 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
677 (iimage-mode-buffer): Fix typos in docstring.
678
679 * misc.el (zap-up-to-char): Doc fix.
680
681 * time-stamp.el: Fix comment and obsolescence string for old
682 functions. Use `dolist' instead of `while'.
683
684 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
685
686 * disp-table.el (standard-display-8bit, standard-display-default):
687 * ebuff-menu.el (electric-buffer-list):
688 * ehelp.el (electric-help-command-loop):
689 * font-core.el (font-lock-mode):
690 * help-macro.el (make-help-screen):
691 * help.el (describe-minor-mode-completion-table-for-indicator)
692 (lookup-minor-mode-from-indicator):
693 * indent.el (tab-to-tab-stop, move-to-tab-stop):
694 * info-look.el (info-lookup-guess-custom-symbol):
695 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
696 * longlines.el (longlines-wrap-line):
697 * macros.el (insert-kbd-macro):
698 * menu-bar.el (menu-bar-update-buffers):
699 * misc.el (copy-from-above-command):
700 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
701 * newcomment.el (comment-indent):
702 * novice.el (disabled-command-function):
703 * sort.el (sort-fields-syntax-table):
704 * subr.el (momentary-string-display):
705 * tar-mode.el (tar-header-block-summarize)
706 (tar-clear-modification-flags):
707 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
708 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
709 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
710 (te-delete-char, te-down-vertically-or-scroll):
711 * time-stamp.el (time-stamp-string-preprocess):
712 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
713
714 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
715
716 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
717 in GUD mode.
718
719 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
720 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
721
722 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
723
724 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
725
726 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
727
728 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
729 (ada-compile-goto-error): Adapt to new argument profile of
730 compilation-goto-locus in Emacs 22. Don't check if the various
731 compile functions are defined; we already do "(require 'compile)".
732
733 2006-11-26 Kim F. Storm <storm@cua.dk>
734
735 * kmacro.el: Fix commentary.
736
737 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
738
739 * progmodes/gud.el (gdb): Explain how to run in text command mode
740 more clearly. Say in error message that multiple debugging
741 requires restarting GDB.
742
743 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
744
745 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
746
747 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
748
749 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
750 (flymake-popup-menu): Use it instead of posn-at-point.
751
752 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
753
754 * progmodes/cc-vars.el (c-backslash-column):
755 Mention c-backslash-max-column in documentation for c-backslash-column.
756
757 2006-11-24 Lars Hansen <larsh@soem.dk>
758
759 * net/tramp.el (tramp-default-method): Under Windows, change from
760 plink to pscp.
761 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
762 (tramp-actions-copy-out-of-band):
763 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
764 (tramp-action-out-of-band): Move "Permission denied" handling to
765 tramp-action-copy-failed.
766 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
767 process buffer.
768
769 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
772 strings to a single string. Quote `errors-file-name'.
773 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
774 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
775 Adjust calls. Use `shell-quote-argument'.
776
777 * international/mule.el (load-with-code-conversion)
778 (with-category-table): Use with-current-buffer.
779 (after-insert-file-set-coding): Use restore-buffer-modified-p.
780
781 2006-11-24 Eli Zaretskii <eliz@gnu.org>
782
783 * mail/smtpmail.el (smtpmail-send-it):
784 Copy buffer-file-coding-system from the mail buffer. Possibly add a
785 MIME header for the message encoding.
786 Bind coding-system-for-write around the call to mail-do-fcc.
787 Use smtpmail-code-conv-from to encode queued mail messages.
788
789 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
790
791 * tabify.el (tabify-regexp): Doc fix.
792
793 * net/rcirc.el (rcirc-buffer-maximum-lines):
794 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
795
796 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
797 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
798 Fix typos in output messages.
799 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
800
801 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
804 the horse's mouth.
805 (hexlify-buffer): Don't re-encode an arg that's already encoded.
806
807 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
808
809 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
810 Remove condition-case.
811
812 2006-11-23 Glenn Morris <rgm@gnu.org>
813
814 * progmodes/f90.el (f90-comment-indent): Do not move point in
815 default case.
816
817 2006-11-21 Romain Francoise <romain@orebokech.com>
818
819 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
820 from library name (reverts change of 2005-10-25).
821
822 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
823
824 * tutorial.el (tutorial--default-keys): Add newline and
825 delete-backward-char bindings.
826 (tutorial--detailed-help): Save excursion when finding keys.
827 Correct warning string for M-x FOO case.
828 (tutorial--display-changes): Print special keys in tutorial style.
829 Tweak search regexp for changed keys.
830
831 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
832
833 * thingatpt.el (thing-at-point-url-at-point): Don't add a
834 redundant scheme.
835
836 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
837
838 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
839 are new to the list at IANA. Also added irc, mms, mmsh.
840
841 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
842
843 * progmodes/idlw-help.el (idlwave-html-help-location):
844 Fail gracefully for missing help packages.
845 (idlwave-help-assistant-open-link): Open full links.
846 (idlwave-help-assistant-help-with-topic): Direct help link.
847
848 * progmodes/idlwave.el (idlwave-mode):
849 Set add-log-current-defun-function.
850 (idlwave-current-routine-fullname): Add, to support add-log.
851 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
852 to reflect improvements to xml-parse-file.
853 (idlwave-mode-menu-def): New binding for help-with-topic.
854
855 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
856 Handle extra newlines and spaces.
857 (idlwave-shell-mode-map): Add help-with-topic.
858
859 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
860
861 * tutorial.el (tutorial-warning-face): New face.
862 (tutorial--detailed-help, tutorial--display-changes): Use it.
863 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
864 Improve search pattern for occurrences of changed keys.
865
866 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
867
868 * term/x-win.el (x-last-cut-buffer-coding): New variable.
869 (x-select-text): Set it.
870 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
871 when checking for newness.
872
873 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
874
875 * subr.el (posn-image):
876 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
877
878 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
879
880 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
881
882 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
883 Exceptions to the rule "add a space between an identifier and an
884 opening parenthesis". Defaulted to the `#define' problem of cpp.
885 (glasses-parenthesis-exception-p): New. Check if the region is an
886 exception regarding to that.
887 (glasses-make-readable): Use it.
888 (glasses-convert-to-unreadable): Ditto. Modify the file also if
889 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
890
891 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
892
893 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
894
895 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
896
897 * progmodes/ada-mode.el (ada-make-body): Fix typo.
898
899 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
900 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
901
902 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
903
904 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
905 conditions for function or variable bindings.
906
907 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
908
909 * progmodes/compile.el (compilation-start): Ditto.
910
911 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
912
913 * net/tramp.el (top): cl and custom are always required.
914
915 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
916
917 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
918 cut-buffers with next-selection-coding-system if not nil.
919
920 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
921
922 * textmodes/org.el (org-fix-decoded-time): New function.
923 (org-display-custom-time): Use `org-fix-decoded-time'.
924
925 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
926
927 * menu-bar.el (menu-bar-games-menu): Remove yow.
928
929 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
930
931 * textmodes/org.el (org-scan-tags): Re-align code fixed.
932 (org-detach-overlay): Rename from `org-detatch-overlay'.
933 (org-table-convert-region): Insert space after column separator.
934 (org-agenda-kill): New command.
935 (org-metaleft): Call `org-outdent-item' on bullets.
936 (org-metaright): Call `org-indent-item' on bullets.
937 (org-timestamp-change): Set `org-last-changed-timestamp'.
938 (org-current-line): Make sure (bolp) returns correct result.
939 (org-agenda-change-all-lines): Make sure TODO are highlighted.
940
941 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
944
945 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
946
947 * mouse.el (global-map): Change 2006-08-16 fix to call
948 mouse-yank-at-click explicitly, since mouse events are not carried
949 over into keyboard macros.
950
951 2006-11-16 Kim F. Storm <storm@cua.dk>
952
953 * ido.el (ido-file-internal): Use current buffer's file name as default
954 choice for ido-find-alternate-file. Suggested by Matt Hodges.
955
956 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
957
958 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
959 (allout-inhibit-aberrance-doublecheck): Rename from
960 allout-during-yank-processing. All callers changed.
961 (allout-ascend): Provide for unusual case where some topic after
962 the first in file is at lower depth than the first.
963 (allout-shift-in): Ensure the offspring of the new containing
964 topic are exposed.
965 (allout-encrypt-string): Preserve the coding-system of the text,
966 according to that of the containing buffer.
967 (allout-toggle-subtree-encryption): When the text being encrypted
968 requires a different coding system, offer to preserve the coding
969 system using a file local var.
970
971 2006-11-15 Simon Marshall <simon@gnu.org>
972
973 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
974 to recognise "T t()" as a function declaration, rather than a
975 variable instantiation, iff at the top-level or inside a class
976 declaration. Suggested by Feng Li <fengli@gmail.com>.
977
978 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
979
980 * progmodes/ada-xref.el (ada-parse-prj-file):
981 Don't delete project buffer; user may want to edit it.
982 (ada-xref-set-project-field, ada-xref-current-project-file)
983 (ada-xref-current-project, ada-show-current-project)
984 (ada-set-main-compile-application): New functions.
985 (ada-xref-get-project-field, ada-require-project-file):
986 Normalize use of ada-prj-default-project-file.
987 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
988 Normalize use of ada-require-project-file.
989 (ada-prj-find-prj-file): Improve doc string, comments.
990
991 * progmodes/ada-mode.el (ada-mode-version): Bump version.
992 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
993 (ada-create-menu): Add ada-set-main-compile-application,
994 ada-show-current-main, ada-show-current-project.
995
996 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
999 (inferior-python-mode): Use it.
1000
1001 2006-11-14 Andreas Schwab <schwab@suse.de>
1002
1003 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1004
1005 2006-11-13 Kim F. Storm <storm@cua.dk>
1006
1007 * ido.el (ido-copy-current-word): C-o copies region if active.
1008
1009 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1010
1011 * textmodes/org.el (org-emph-face): Fix typo in variable name.
1012
1013 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
1014
1015 * ediff.el (ediff-revision):
1016 * files.el (set-visited-file-name):
1017 * mail/rmailout.el (rmail-output-body-to-file):
1018 Use `format', not `message', in `y-or-n-p' call.
1019
1020 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1021
1022 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1023 (org-metaright): Call `org-indent-item' on bullets.
1024 (org-timestamp-change): Set `org-last-changed-timestamp'.
1025 (org-current-line): Make sure (bolp) returns correct result.
1026 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1027
1028 2006-11-12 Richard Stallman <rms@gnu.org>
1029
1030 * language/european.el (turkish-case-conversion-enable)
1031 (turkish-case-conversion-disable): New functions.
1032 ("Turkish" lang env): Use them.
1033
1034 * international/characters.el (case table):
1035 Do nothing special for i and I.
1036
1037 * subr.el (remove-overlays): Fix last change.
1038
1039 * cus-edit.el (custom-save-all): Use find-file-visit-truename
1040 for visiting the custom file.
1041
1042 2006-11-12 Markus Triska <triska@gmx.at>
1043
1044 * play/handwrite.el (handwrite): Also process lines not ending
1045 with newline. Replace some position-fiddling with different
1046 logic. Improve performance.
1047
1048 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
1049
1050 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
1051 replacing deleted variable `ada-check-switch'.
1052 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
1053 (ada-xref-project-files): Improve doc string.
1054 (ada-find-executable): New function.
1055 (ada-initialize-runtime-library): Use `ada-find-executable'.
1056 (ada-xref-set-default-prj-values): In compile commands, don't need
1057 `ada-cd-command'; `compile' does that more portably.
1058 Use ada-prj-default-check-cmd.
1059 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
1060 properties if not specified in project file.
1061 (ada-goto-declaration): Display useful message for new error
1062 'error-file-not-found.
1063 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
1064 'error-file-not-found.
1065 (ada-get-all-references): Match latest ali syntax. Signal new
1066 error 'error-file-not-found.
1067 (ada-find-in-ali): Match latest ali syntax.
1068 (ada-make-filename-from-adaname): Handle different semantics of
1069 gnatkr in GNAT 3.15p vs later.
1070
1071 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
1072 ada-procedure-start-regexp.
1073 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
1074
1075 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
1076 with defvar.
1077 (ada-language-version): Rename ada05 -> ada2005.
1078 (ada-align-region-separate): Add `eval-when-compile'.
1079 (ada-name-regexp): Remove unneeded escapes in regexp character
1080 alternative.
1081 (ada-compile-goto-error-file-linenr-re): New constant.
1082 (ada-matching-start-re): Handle additional cases `declare',
1083 `procedure', `function'.
1084 (ada-compile-goto-error): Handle "... at line nn".
1085 (ada-mode): Clearer syntax, comments for ff-special-constructs.
1086 Delete support for old versions of `align'.
1087 (ada-search-prev-end-stmt): Handle additional keyword `private'.
1088 (ada-check-defun-name): Simplify handling of `declare'.
1089 (ada-goto-matching-start): Handle nested `begin ... end'.
1090 Handle `declare', `protected', `procedure', `function'.
1091 (ada-create-menu): Presence of arm95 is not conditional on using
1092 GNAT compiler.
1093
1094 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
1095
1096 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
1097 nil in the *RE-Builder* buffer (it causes spurious error messages).
1098
1099 * server.el (server-visit-files): If `minibuffer-auto-raise' has
1100 been set to t, respect it.
1101
1102 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
1103
1104 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
1105 Delete commented out code for old Emacs versions. Autoloading of
1106 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
1107 (ada-mode-version): Bump version number.
1108 (ada-95-string-keywords, ada-2005-string-keywords)
1109 (ada-2005-keywords, ada-name-regexp): New constant.
1110 (ada-language-version, ada-procedure-start-regexp, ada-mode)
1111 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
1112 (ada-package-start-regexp): Support private packages, include package
1113 name (for ada-set-point-accordingly).
1114 (ada-next-procedure, ada-previous-procedure)
1115 (ada-which-function-are-we-in): Match changes to
1116 ada-procedure-start-regexp.
1117 (ada-make-body): Make non-interactive; not a user function.
1118 (ada-make-subprogram-body): Improve doc string.
1119
1120 2006-11-11 Romain Francoise <romain@orebokech.com>
1121
1122 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
1123 `compilation-error-regexp-alist' buffer-local, since we changed
1124 `compilation-error-regexp-alist-alist' locally.
1125
1126 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
1129 to the value of `server-raise-frame'.
1130
1131 2006-11-11 Glenn Morris <rgm@gnu.org>
1132
1133 * ido.el (ido-enable-prefix)
1134 * ses.el (ses-call-printer-return)
1135 * net/tramp.el (tramp-unified-filenames)
1136 * progmodes/cc-align.el (c-lineup-string-cont)
1137 * progmodes/compile.el (compilation-directory-matcher)
1138 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1139 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1140 (vhdl-clock-rising-edge)
1141 * textmodes/org.el (org-export-with-timestamps)
1142 (org-export-remove-timestamps-from-toc)
1143 (org-export-with-tags): Improve previous doc fixes.
1144
1145 2006-11-11 Richard Stallman <rms@gnu.org>
1146
1147 * textmodes/flyspell.el (flyspell-mode-map):
1148 Bind C-c $ instead of M-RET.
1149
1150 2006-11-10 Simon Marshall <simon@gnu.org>
1151
1152 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1153 fontification for "case" and "default" keywords.
1154
1155 2006-11-10 Andreas Schwab <schwab@suse.de>
1156
1157 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1158 Avoid starting sentence with "nil".
1159
1160 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * server.el (server-raise-frame): New option.
1163 (server-switch-buffer): Use it.
1164
1165 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
1166
1167 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1168 with a capital.
1169
1170 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1171
1172 * textmodes/org.el (org-show-hierarchy-above)
1173 (org-show-following-heading): Fix typo in default value.
1174 (org-scan-tags): Make the search case-sensitive.
1175 (org-tags-sparse-tree): Don't overrule
1176 `org-show-following-heading' and `org-show-hierarchy-above'.
1177 (org-reveal): New command.
1178 (org-show-context): Rename from `org-show-hierarchy-above'.
1179 (org-fast-tag-selection-single-key): New option.
1180 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1181 (org-tags-overlay): New variable.
1182 (org-agenda-todo-ignore-deadlines): New option.
1183 ("session"): Add circular data structure `org-mark-ring' to
1184 exceptions list in session.el.
1185 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1186 New options.
1187 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1188 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1189 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1190 (org-finalize-agenda): Activate bracket links in agenda.
1191 (org-at-timestamp-p, org-at-date-range-p): Additional argument
1192 INACTIVE-OK.
1193 (org-show-hierarchy-above, org-show-following-heading):
1194 List values allowed for fine-tuned configuration.
1195 (org-show-hierarchy-above): New argument CONTEXT, use the
1196 fine-tuned settings in `org-show-hierarchy-above' and
1197 `org-show-following-heading'.
1198 (org-display-custom-time): New function.
1199 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1200 (org-display-custom-times, org-time-stamp-custom-formats):
1201 (org-maybe-intangible): New macro.
1202 (org-activate-bracket-links, org-hide-wide-columns):
1203 Use `org-maybe-intangible'.
1204 (org-open-file): Use `shell-quote-argument'.
1205 (org-display-internal-link-with-indirect-buffer): New option.
1206 (org-file-remote-p): Get regexp from list.
1207 (org-link-expand-abbrev): New function.
1208 (org-link-abbrev-alist): New option.
1209 (org-open-at-point, org-cleaned-string-for-export):
1210 Call `org-link-expand-abbrev'.
1211 (org-timeline, org-agenda-list, org-todo-list)
1212 (org-tags-view): Remove the KEEP-MODES argument.
1213 (org-finalize-agenda-hook): New hook.
1214 (org-get-alist-option): New function.
1215 (org-follow-timestamp-link): New function.
1216 (org-open-at-point): Call `org-follow-timestamp-link'.
1217 (org-log-note-marker, org-log-note-purpose)
1218 (org-log-note-window-configuration): New variables.
1219 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1220 (org-log-note-headings): New option.
1221 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1222 (org-store-link): Support for dired-mode.
1223 (org-open-file): Substitute environment variables into filename.
1224 (org-last): New defsubst.
1225 (org-agenda-re-align-tags): New function.
1226 (org-agenda-align-tags-to-column): New option.
1227 (org-agenda-timeline): Group removed.
1228 (org-prepare-agenda, org-prepare-agenda-buffers)
1229 (org-run-agenda-series, org-timeline, org-agenda-list)
1230 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1231 the text property inticating the agenda type.
1232 (org-agenda-post-command-hook): Get agenda type from text property
1233 at point.
1234 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
1235 and obey `org-agenda-overriding-arguments'.
1236 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1237 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1238 (org-agenda-week-view, org-agenda-day-view):
1239 Use `org-agenda-overriding-arguments' to make updating work with
1240 multi-block agendas.
1241 (org-agenda-prefix-format): Allow different formats for the
1242 different agenda entry types.
1243 (org-timeline-prefix-format): Option removed, use
1244 `org-agenda-prefix-format' instead.
1245 (org-prepare-agenda): New function.
1246 (org-select-timeline-window): Option removed, use
1247 `org-select-agenda-window' instead.
1248 (org-respect-restriction): Variable removed.
1249 (org-cmp-tag): New function.
1250 (org-agenda-sorting-strategy, org-entries-lessp):
1251 Implement sorting by last tag.
1252 (org-complete): Better completion in in-buffer option lines.
1253 (org-in-item-p): New function.
1254 (org-org-menu): Add entries for checkboxes.
1255 (org-cycle): Extra brouping in outline-regexp, because it is used
1256 in a search with "^" prepended.
1257 (org-provide-checkbox-statistics): New option.
1258 (org-set-font-lock-defaults): Highlight checkbox statistics.
1259 (org-update-checkbox-count-maybe)
1260 (org-get-checkbox-statistics-face): New functions.
1261 (org-update-checkbox-count): New command.
1262 (org-insert-item, org-toggle-checkbox):
1263 Call `org-update-checkbox-count-maybe'.
1264 (org-export-as-html): XEmacs compatibility for coding system.
1265 (org-force-cycle-archived): New command.
1266 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1267 overrules cycling.
1268 (org-fix-position-after-promote): If the line contains only a todo
1269 keyword, add a final space.
1270 (org-promote-subtree, org-demote-subtree):
1271 Call `org-fix-position-after-promote'.
1272
1273 2006-11-10 Glenn Morris <rgm@gnu.org>
1274
1275 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1276 date in every year.
1277 (calendar-dst-check-each-year-flag): New customizable variable.
1278 (calendar-dst-find-data): New function, extracted from
1279 calendar-current-time-zone.
1280 (calendar-current-time-zone): Use calendar-dst-find-data.
1281 (calendar-dst-transition-cache): New variable.
1282 (calendar-dst-find-startend, calendar-dst-starts)
1283 (calendar-dst-ends): New functions.
1284 (calendar-daylight-savings-starts)
1285 (calendar-daylight-savings-ends): Change value to use
1286 calendar-dst-starts, calendar-dst-ends; respectively.
1287
1288 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1289
1290 * ido.el (ido-enable-prefix)
1291 * ses.el (ses-call-printer-return)
1292 * net/tramp.el (tramp-unified-filenames)
1293 * progmodes/cc-align.el (c-lineup-string-cont)
1294 * progmodes/compile.el (compilation-directory-matcher)
1295 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1296 * progmodes/gdb-ui.el (gdb-many-windows)
1297 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1298 (vhdl-clock-rising-edge)
1299 * textmodes/org.el (org-export-with-timestamps)
1300 (org-export-remove-timestamps-from-toc, org-export-with-tags)
1301 (org-read-date): Doc fix (Nil -> nil).
1302
1303 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1304
1305 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1306 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1307
1308 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1309
1310 * bs.el (bs--window-for-buffer): Remove.
1311 (bs--show-with-configuration): Use `get-window-with-predicate'
1312 instead of `bs--window-for-buffer'.
1313
1314 2006-11-10 Kenichi Handa <handa@m17n.org>
1315
1316 * files.el (revert-buffer): Fix previous change.
1317
1318 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
1319
1320 * bs.el (bs--redisplay): Fix typo in docstring.
1321 (bs--window-config-coming-from): Make frame-local.
1322 (bs--restore-window-config): New function.
1323 (bs-kill, bs-select, bs-select-other-window)
1324 (bs-select-other-frame): Use it.
1325 (bs--window-for-buffer): Return as soon as a matching buffer is found.
1326 (bs--show-with-configuration): Save the window configuration as a
1327 frame local var, and only if *buffer-selection* is not already
1328 visible on this frame.
1329
1330 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * vc-svn.el (vc-svn-admin-directory): New var.
1333 (vc-svn-registered, vc-svn-responsible-p)
1334 (vc-svn-repository-hostname): Use it.
1335 Suggested by arit93@yahoo.com.
1336
1337 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * ldefs-boot.el: Regenerate.
1340
1341 2006-11-08 Alan Mackenzie <acm@muc.de>
1342
1343 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1344 case (eq open-paren-in-column-0-is-defun-start nil) by searching
1345 for least nested open-paren.
1346
1347 2006-11-08 Romain Francoise <romain@orebokech.com>
1348
1349 * subr.el (remove-overlays): Fix typo in last change.
1350
1351 2006-11-08 Richard Stallman <rms@gnu.org>
1352
1353 * subr.el (remove-overlays): Call overlay-recenter.
1354
1355 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1356
1357 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1358 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1359 behaviour.
1360 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1361 directly.
1362
1363 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1364
1365 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1366 (ido-max-dir-file-cache, ido-decorations)
1367 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1368 (ido-magic-backward-char, ido-enter-dired)
1369 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1370 (ido-list-directory, ido-first-match, ido-only-match)
1371 (ido-subdir, ido-indicator): Fix typos in docstrings.
1372 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1373 (ido-read-internal): Fix typo in error message.
1374
1375 2006-11-08 Kenichi Handa <handa@m17n.org>
1376
1377 * international/mule-cmds.el (set-default-coding-systems):
1378 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1379
1380 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1381
1382 * makefile.w32-in (setwins): Remove.
1383 (WINS_ALMOST): New macro.
1384 (WINS): Use it.
1385 (autoloads): Don't extract autoloads from files in obsolete/.
1386
1387 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * whitespace.el (whitespace-buffer): Call remove-overlays after
1390 overlay-recenter for performance. Suggested by Martin Rudalics.
1391
1392 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
1393
1394 * net/tramp.el (tramp-default-method): scp is the default method.
1395
1396 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * server.el (server-start): Save also the Emacs pid in the server file.
1399
1400 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
1401
1402 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1403 point when displaying a bibtex cross reference in the echo area.
1404
1405 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * international/mule.el (make-char): Fix typo in docstring.
1408 (load-with-code-conversion, charsetp): Doc fixes.
1409
1410 * international/ja-dic-cnv.el (skkdic-convert):
1411 * cus-edit.el (hook): Fix typo in docstring.
1412
1413 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * cus-edit.el (custom-mode-map): Move defvar above code using it.
1416 (custom-mode-link-map): New variable.
1417 (custom-group-link, custom-manual): Use follow-link.
1418
1419 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1420
1421 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1422 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
1423
1424 2006-11-06 Richard Stallman <rms@gnu.org>
1425
1426 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1427 New function broken out of flyspell-correct-word.
1428 (flyspell-mode-map): Bind it to M-RET.
1429 (flyspell-correct-word): Call it.
1430
1431 * textmodes/fill.el (fill-minibuffer-function): New function.
1432 (fill-paragraph): Bind fill-paragraph-function to
1433 fill-minibuffer-function.
1434
1435 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1436 so that they aren't undefined.
1437
1438 * dired.el (dired-readin): Locally bind file-name-coding-system.
1439
1440 * bindings.el: Shorten and clarify usual mode line mouse help string.
1441
1442 * Makefile.in (autoloads): Don't include `obsolete'.
1443
1444 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1447 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1448 Printing menu if it's not initialized.
1449 (pr-menu-bind): Act on menu-bar-file-menu directly.
1450
1451 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1452
1453 * help.el (view-emacs-news): Fix typo in error message.
1454
1455 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1456
1457 * shadowfile.el (shadow-define-regexp-group)
1458 (shadow-literal-groups, shadow-insert-var): Doc fixes.
1459 (shadow-read-files): Fix typo in message.
1460 (shadow-inhibit-overload, shadow-find, shadow-suffix)
1461 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1462 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1463 (shadow-file-match): Fix typos in docstrings.
1464
1465 * terminal.el (terminal-emulator): Fix typo in message.
1466
1467 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1468
1469 * emacs-lisp/lselect.el (x-kill-primary-selection)
1470 (x-delete-primary-selection, x-copy-primary-selection):
1471 Fix typos in error messages.
1472
1473 * emulation/edt-mapper.el: Fix typo in interactive message.
1474
1475 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1476
1477 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1478 (ispell-help): Fix typos in docstrings.
1479 (ispell-help): Fix typo in output message.
1480
1481 * allout.el (allout-adjust-file-variable)
1482 (allout-passphrase-verifier-string)
1483 (allout-passphrase-hint-string)
1484 (allout-toggle-current-subtree-encryption):
1485 * apropos.el (apropos-synonyms):
1486 * cus-edit.el (hook):
1487 * emacs-lock.el (emacs-lock-from-exiting):
1488 * follow.el (follow-avoid-tail-recenter-p):
1489 * hexl.el (hexl-mode):
1490 * mouse-copy.el (mouse-copy-work-around-drag-bug):
1491 * mouse.el (mouse-set-font):
1492 * resume.el (resume-emacs-args-file):
1493 * rfn-eshadow.el (file-name-shadow-tty-properties):
1494 * t-mouse.el (t-mouse-process, t-mouse-mode):
1495 * emacs-lisp/cust-print.el (custom-print-install)
1496 (custom-print-uninstall, custom-format):
1497 * emacs-lisp/shadow.el (list-load-path-shadows):
1498 * emulation/tpu-edt.el (tpu-help-text)
1499 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1500 (tpu-reset-control-keys):
1501 * emulation/vip.el (vip-emacs-local-map)
1502 (vip-change-mode-to-emacs):
1503 * emulation/viper.el (viper-mode, viper-set-hooks)
1504 (viper-major-mode-modifier-list):
1505 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1506 * emulation/viper-keym.el (viper-emacs-kbd-map)
1507 (viper-toggle-key):
1508 * mail/feedmail.el (feedmail-queue-reminder)
1509 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1510 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1511 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1512 (feedmail-sender-line, feedmail-force-binary-write)
1513 (feedmail-from-line, feedmail-deduce-envelope-from)
1514 (feedmail-x-mailer-line, feedmail-message-id-generator)
1515 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1516 (feedmail-enable-spray, feedmail-spray-this-address)
1517 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1518 (feedmail-queue-runner-confirm-global)
1519 (feedmail-ask-before-queue-prompt)
1520 (feedmail-ask-before-queue-reprompt)
1521 (feedmail-prompt-before-queue-standard-alist)
1522 (feedmail-prompt-before-queue-user-alist)
1523 (feedmail-prompt-before-queue-help-supplement)
1524 (feedmail-queue-use-send-time-for-message-id)
1525 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1526 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1527 (feedmail-mail-send-hook-queued)
1528 (feedmail-confirm-addresses-hook-example)
1529 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1530 (feedmail-queue-runner-mode-setter)
1531 (feedmail-queue-alternative-mail-header-separator)
1532 (feedmail-queue-runner-message-sender)
1533 (feedmail-buffer-eating-function, feedmail-binmail-template)
1534 (feedmail-run-the-queue-no-prompts)
1535 (feedmail-run-the-queue-global-prompt)
1536 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1537 (feedmail-envelope-deducer, feedmail-fiddle-date)
1538 (feedmail-default-message-id-generator)
1539 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1540 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1541 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1542 (vms-pmail-setup):
1543 * play/dunnet.el (dun-help):
1544 * play/handwrite.el (handwrite):
1545 * play/hanoi.el (hanoi-unix-64):
1546 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1547 * textmodes/enriched.el (fixed):
1548 * textmodes/org.el (org-file-apps)
1549 (org-emphasis-regexp-components, org-emphasis-alist):
1550 * textmodes/texinfmt.el (batch-texinfo-format):
1551 Fix typos in docstrings.
1552
1553 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * loadhist.el (read-feature): Don't complete features not loaded
1556 from a file (which make `unload-feature' to fail).
1557
1558 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1559
1560 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1561
1562 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * startup.el (command-line-1): Kill emacs if the last frame is
1565 deleted while evaluating the command-line arguments.
1566
1567 2006-11-05 Richard Stallman <rms@gnu.org>
1568
1569 * startup.el (init-file-had-error): Add doc string.
1570 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
1571 Use fixed-width font for keyboard key descriptions.
1572
1573 * cus-edit.el (custom-save-all): Error if saving in .emacs
1574 and it had an error when loaded.
1575
1576 * dired-aux.el (dired-copy-file-recursive): Catch errors
1577 from recursive copies in the loop, around the recursive call.
1578
1579 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1580
1581 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1582 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
1583 `/proc/acpi/thermal_zone/*'.
1584 (battery-search-for-one-match-in-files): New. Search a regexp in
1585 the content of some files.
1586
1587 2006-11-05 Martin Rudalics <rudalics@gmx.at>
1588
1589 * window.el (mouse-autoselect-window-now): Remove variable.
1590 (mouse-autoselect-window-state): New variable.
1591 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
1592 (mouse-autoselect-window-select, handle-select-window):
1593 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
1594 Suspend delayed autoselection during menu or popup dialog.
1595
1596 * info-look.el (info-lookup-guess-custom-symbol): New function
1597 for retrieving symbol at point in custom buffers.
1598 (top level) <info-lookup-maybe-add-help>: Add backquote and
1599 comma to ignored characters in regexps of help specifications
1600 for emacs-lisp-mode and lisp-interaction-mode. This permits
1601 looking up symbols in `...' and after a comma. Add help
1602 specifications for custom-mode and help-mode.
1603
1604 2006-11-04 Eli Zaretskii <eliz@gnu.org>
1605
1606 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
1607 Don't encode body if RAW is non-nil, or if the old encoding is
1608 identical to the new encoding, or if the body contains only
1609 eight-bit-* characters.
1610
1611 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1612
1613 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1614 (faces-sample-overlay): Remove variable.
1615 (describe-face): Insert sample text in the face being described.
1616
1617 2006-11-04 Martin Rudalics <rudalics@gmx.at>
1618
1619 * whitespace.el (whitespace-indent-regexp): Make this match any
1620 multiples of eight spaces near the beginning of a line.
1621 (whitespace-buffer): Use `remove-overlays' instead of
1622 `whitespace-unhighlight-the-space' and `overlay-recenter' to
1623 speed up overlay handling.
1624 (whitespace-buffer-leading, whitespace-buffer-trailing):
1625 Make these functions highlight the text removed by
1626 `whitespace-buffer-leading-cleanup' and
1627 `whitespace-buffer-trailing-cleanup' respectively.
1628 (whitespace-buffer-search): Use `with-local-quit'.
1629 Move `format' out of loop to speed up scanning larger buffers.
1630 (whitespace-unhighlight-the-space): Remove `remove-hook' since
1631 that function is never added to a hook.
1632 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
1633 (whitespace-buffer-leading-cleanup)
1634 (whitespace-refresh-rescan-list): Fix docstrings.
1635
1636 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
1637
1638 * allout.el (allout-during-yank-processing): Cue for inhibiting
1639 aberrance processing during yanks.
1640 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
1641 the amount of yanked topics that can be aberrant.
1642 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
1643 a function, and supplement with inihibition of doublechecking
1644 during yanks.
1645 (allout-beginning-of-line, allout-next-heading)
1646 (allout-previous-heading, allout-goto-prefix-doublechecked)
1647 (allout-back-to-current-heading, allout-next-visible-heading)
1648 (allout-next-sibling): Use new allout-do-doublecheck function.
1649 (allout-next-sibling): Ensure we made progress when returning
1650 other than nil.
1651 (allout-rebullet-heading): Preserve text property annotations
1652 indicating the text was hidden, if it was.
1653 (allout-kill-line): Remove any added was-hidden annotations.
1654 (allout-kill-topic): Remove any added was-hidden annotations.
1655 (allout-annotate-hidden): Inhibit adding was-hidden text
1656 properties to the undo list.
1657 (allout-deannotate-hidden): New function to remove was-hidden
1658 annotation.
1659 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
1660 (allout-remove-exposure-annotation): Replace by
1661 allout-deannotate-hidden.
1662 (allout-yank-processing): Signal that yank processing is happening
1663 with allout-during-yank-processing. Also, wrap
1664 allout-unprotected's closer to the text changes, for easier
1665 debugging. We need to inhibit-field-text-motion explicitly, in
1666 lieu of the encompassing allout-unprotected.
1667 (outlineify-sticky): Adjust criteria for triggering new outline
1668 decorations to presence or absence of any topics, not just a topic
1669 at the beginning of the buffer.
1670
1671 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
1672
1673 * bs.el (bs--show-all, bs--redisplay):
1674 * cus-edit.el (custom-unlispify-menu-entries)
1675 (custom-unlispify-tag-names, custom-prompt-variable):
1676 * expand.el (expand-pos):
1677 * speedbar.el (speedbar-generic-list-tag-p):
1678 * wid-edit.el (widget-image-enable):
1679 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
1680 * emacs-lisp/find-func.el (find-function-noselect)
1681 (find-function, find-variable-noselect, find-variable)
1682 (find-definition-noselect, find-face-definition):
1683 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
1684 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1685 * progmodes/ada-xref.el (ada-find-in-ali):
1686 * textmodes/flyspell.el (flyspell-check-tex-math-command):
1687 * textmodes/org.el (org-copy-subtree):
1688 * textmodes/table.el (table--row-column-insertion-point-p):
1689 Use "non-nil" in docstrings.
1690
1691 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
1692
1693 * sort.el (sort-columns): Set the field separator to tab; on
1694 NetBSD, sort complains if "\n" is used as field separator.
1695
1696 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
1697
1698 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
1699
1700 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * server.el (server-auth-key): Remove. Replace by a process-property.
1703 (server-start): Don't remove the file of the previous process, but
1704 instead clear out the place for the new file.
1705 (server-start): Set the :auth-key property.
1706 (server-process-filter): Use the :auth-key property.
1707
1708 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
1709
1710 * textmodes/org.el (org-mode-map): No longer copy
1711 `outline-mode-map' explicitly - this is already done by
1712 `define-derived-mode'.
1713
1714 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
1715
1716 * server.el (server-visit-files): Use `when'.
1717 (server-process-filter): When authentication fails, send error
1718 message to client. Wrap `process-send-region' in `ignore-errors'
1719 instead of `condition-case', and remove misleading comment.
1720
1721 2006-11-01 Juri Linkov <juri@jurta.org>
1722
1723 * simple.el (yank): Doc fix.
1724
1725 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * server.el: Try and fit within 80 columns.
1728 (server-start): Make the auth file unreadable by other users.
1729
1730 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1731
1732 * battery.el (battery-linux-proc-acpi): Prevent range error when
1733 `full-capacity' is 0.
1734
1735 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1736
1737 * faces.el (faces-sample-overlay): New defvar.
1738 (faces-sample-overlay): New function to show face sample text.
1739 (describe-face): Use it.
1740
1741 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
1742
1743 * progmodes/ada-stmt.el: Change maintainer, apply
1744 whitespace-cleanup, checkdoc.
1745 (ada-func-or-proc-name): Add doc string.
1746
1747 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
1748 whitespace-cleanup, checkdoc. Minor improvements to many doc
1749 strings and comments.
1750 (ada-prj-display-page): Change buffer name to more accurately
1751 reflect function.
1752
1753 * progmodes/ada-xref.el: Change maintainer, apply
1754 whitespace-cleanup, checkdoc. Minor improvements to many doc
1755 strings and comments. Don't look for `gvd' or `ddd' debuggers.
1756 (ada-compile-current): Don't add newlines to commands.
1757
1758 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
1759
1760 * server.el: Add support for TCP sockets.
1761 (server-use-tcp, server-host, server-auth-dir): New options.
1762 (server-auth-key): New variable.
1763 (server-ensure-safe-dir): Create nonexistent parent dirs.
1764 Ignore Unix-style file modes on Windows.
1765 (server-start): Crete a TCP or Unix socket according to the value
1766 of `server-use-tcp'. For TCP sockets, create the id/auth file in
1767 `server-auth-dir' directory.
1768 (server-process-filter): Delete process if authentication
1769 fails (which never happens for Unix sockets).
1770
1771 2006-10-30 David Kastrup <dak@gnu.org>
1772
1773 * subr.el (add-to-list): Don't continue checking if a match has
1774 been found.
1775
1776 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * tutorial.el: Move defvars to avoid bytecomp warnings.
1779 (tutorial--find-changed-keys): Check if viper-current-state is
1780 bound before using it.
1781 (help-with-tutorial): Check if viper-tutorial is defined before
1782 using it.
1783
1784 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
1785
1786 * help-fns.el (help-with-tutorial): Move to tutorial.el.
1787
1788 * tutorial.el: New file.
1789 (help-with-tutorial): Move here from help-fns.el. Added help for
1790 rebound keys. Fixed resume of tutorial.
1791 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1792 (tutorial--find-changed-keys, tutorial--display-changes)
1793 (tutorial--saved-dir, tutorial--saved-file)
1794 (tutorial--save-tutorial): New functions to support the changes in
1795 help-with-tutorial.
1796
1797 2006-10-30 Kenichi Handa <handa@m17n.org>
1798
1799 * files.el (revert-buffer): If a unibyte buffer is being reverted
1800 with a coding system for multibyte, set buffer multibyte before
1801 calling insert-file-contents.
1802
1803 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * server.el (server-select-display): Use a dummy buffer to detect when
1806 the frame is later used.
1807 (server-select-display): New function.
1808 (server-process-filter): Use it to detect unused temp frames.
1809
1810 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
1811
1812 * progmodes/ada-mode.el: Change maintainer, apply
1813 whitespace-clean, checkdoc. Minor improvements to many doc strings.
1814 (ada-mode-version): New function.
1815 (ada-create-menu): Menu operations are available for all supported
1816 compilers.
1817
1818 2006-10-29 Lars Hansen <larsh@soem.dk>
1819
1820 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1821 Highlight as keyword.
1822 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1823 Don't call tramp-method-out-of-band-p for local files.
1824 (tramp-touch): Quote file name.
1825
1826 2006-10-28 Glenn Morris <rgm@gnu.org>
1827
1828 * calendar/calendar.el (cal-html-cursor-month)
1829 (cal-html-cursor-year): Add autoloads for this new package.
1830 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
1831
1832 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
1833
1834 * calendar/cal-html.el: New file.
1835
1836 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * emacs-lisp/authors.el (authors-aliases): Update.
1839
1840 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * version.el (emacs-version): Bump version number to 22.0.90.
1843
1844 2006-10-26 John W. Eaton <jwe@octave.org>
1845
1846 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1847 New defvar.
1848 (inferior-octave-resync-dirs): Check to see whether Octave has
1849 built-in variables and set inferior-octave-has-built-in-variables.
1850 Check inferior-octave-has-built-in-variables to decide whether to
1851 send commands that set built-in variables or call functions to
1852 change Octave's behavior.
1853 Send "disp (pwd ())" to Octave instead of just "pwd".
1854 (inferior-octave-startup): Send "more off" to Octave instead of
1855 "page_screen_output = 0".
1856
1857 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1860 pattern normally.
1861
1862 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
1863
1864 * bindings.el (mode-line-mode-menu): Remove bindings for global
1865 minor modes (line/column number) as they are on the menubar.
1866
1867 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
1868
1869 * term/w32-win.el (x-handle-name-switch): Doc fix.
1870 (w32-standard-fontset-spec): Fix typo in docstring.
1871
1872 * midnight.el (midnight-buffer-display-time): Doc fix.
1873 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1874
1875 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
1876
1877 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1878
1879 * viper-ex.el (ex-read): Quote file argument.
1880
1881 * ediff-diff.el (ediff-same-file-contents): Expand file names.
1882
1883 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1884
1885 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1886
1887 * textmodes/flyspell.el (flyspell-check-region-doublons):
1888 Fix last fix.
1889
1890 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
1891
1892 * bindings.el (mode-line-mode-menu): List global minor modes
1893 before local ones.
1894
1895 2006-10-23 Kim F. Storm <storm@cua.dk>
1896
1897 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1898 (sit-for): If last command was a prefix arg, add the read-ahead
1899 event to unread-command-events as (t . EVENT) so it will be added
1900 to this-command-keys by read-key-sequence.
1901
1902 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1903
1904 * textmodes/flyspell.el (flyspell-word): Skip past all previous
1905 whitespace when checking doublons.
1906 (flyspell-check-region-doublons): Fix doublon regexp.
1907 (flyspell-highlight-incorrect-region): Highlight doublons using
1908 flyspell-duplicate face.
1909
1910 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1911
1912 2006-10-22 John Wiegley <johnw@newartisans.com>
1913
1914 * progmodes/python.el (python-use-skeletons): python-mode was
1915 auto-inserting templates (for those with abbrev-mode on), not only
1916 by default -- *but without a configuration variable to disable
1917 it*. This rendered python-mode completely useless for me, so I
1918 have added `python-use-skeletons', which is now off by default.
1919
1920 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * progmodes/cperl-mode.el (cperl-mode): Don't assume
1923 font-lock-multiline is auto-local (it's not).
1924 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1925 initialized before calling cperl-init-faces.
1926
1927 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
1928
1929 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1930 gdb-stack-position a value when there is no fringe.
1931
1932 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1933 indicator if not visiting a file.
1934
1935 2006-10-20 David Kastrup <dak@gnu.org>
1936
1937 * window.el (kill-buffer-and-window): Fix a bug where an aborted
1938 operation would still cause some window to collapse later.
1939
1940 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1941
1942 * vc.el (vc-switch-backend): Try to be more careful with unwanted
1943 side-effect due to mixing various backends's file properties.
1944
1945 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
1946 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
1947 Return `filename's status if applicable. Update callers.
1948
1949 2006-10-19 Kenichi Handa <handa@m17n.org>
1950
1951 * international/kkc.el (kkc-region): When a key sequence is not
1952 defined, append (this-single-command-raw-keys) to
1953 unread-input-method-events.
1954
1955 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
1956
1957 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
1958
1959 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1960
1961 * version.el (emacs-version): Use mac-carbon-version-string.
1962
1963 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
1964
1965 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1966
1967 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
1968 (by Kenichi Handa).
1969 (xselect-convert-to-string): Decline requests for UTF8_STRING if
1970 the selection is not UTF-8.
1971
1972 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
1973
1974 * progmodes/ada-mode.el (ada-83-string-keywords)
1975 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
1976 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
1977 (ada-looking-at-semi-private, ada-get-body-name):
1978 Fix typos in docstrings.
1979 (ada-create-case-exception, ada-create-case-exception-substring):
1980 Fix typos in error messages.
1981 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
1982
1983 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1984
1985 * term/x-win.el (res-geometry): Don't set geometry from Xresources
1986 to default-frame-alist if default-frame-alist already contains
1987 width/height.
1988
1989 2006-10-18 Richard Stallman <rms@gnu.org>
1990
1991 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
1992 Non-interactive arg is the value, not the expression.
1993
1994 * simple.el (read-expression-map): Just set it, no defvar.
1995
1996 * subr.el (insert-for-yank-1): If last inserted char has
1997 properties, mark them as rear-nonsticky.
1998
1999 * recentf.el (recentf-mode): Doc fix.
2000
2001 * facemenu.el (facemenu-add-new-face): Defend against symbol
2002 that isn't a face name.
2003
2004 * dired-aux.el (dired-do-copy): Doc fix.
2005
2006 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * simple.el (line-move-1): Ignore fields when moving to the
2009 beginning of line to avoid getting point stuck.
2010
2011 2006-10-18 Martin Rudalics <rudalics@gmx.at>
2012
2013 * textmodes/flyspell.el (flyspell-word-search-backward):
2014 Set inhibit-point-motion-hooks to avoid looping due to intangibile
2015 text.
2016
2017 2006-10-16 Richard Stallman <rms@gnu.org>
2018
2019 * help-fns.el (describe-function-1): Special case optimization
2020 for self-insert-command.
2021
2022 2006-10-16 Kim F. Storm <storm@cua.dk>
2023
2024 * ido.el (ido-reread-directory): Work in `dir' mode too.
2025
2026 2006-10-15 Martin Rudalics <rudalics@gmx.at>
2027
2028 * textmodes/table.el: Require 'regexp-opt.
2029
2030 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
2031
2032 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
2033 Use shell-quote-argument.
2034
2035 * shell.el (explicit-bash-args): Likewise.
2036
2037 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
2038 Use grep -E rather than egrep.
2039
2040 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2041
2042 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
2043
2044 2006-10-15 Kim F. Storm <storm@cua.dk>
2045
2046 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
2047
2048 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2049
2050 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
2051 to protect whitespace and metacharacters from the shell.
2052
2053 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2054
2055 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
2056
2057 2006-10-13 Eli Zaretskii <eliz@gnu.org>
2058
2059 * subr.el (start-process-shell-command): Doc fix.
2060
2061 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
2062
2063 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
2064 the regexp for Maxima symbols.
2065
2066 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
2069 (vc-find-root): Don't walk higher up than ~.
2070
2071 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * international/utf-8.el (utf-translate-cjk-load-tables):
2074 Avoid clobbering last-coding-system-used during load.
2075
2076 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
2077
2078 * textmodes/reftex-global.el (reftex-create-tags-file):
2079 Quote file arguments.
2080
2081 2006-10-12 Richard Stallman <rms@gnu.org>
2082
2083 * files.el (file-name-history): Add defvar.
2084 (save-some-buffers-action-alist): Improve description strings.
2085
2086 2006-10-12 Andreas Schwab <schwab@suse.de>
2087
2088 * files.el (auto-mode-alist): Match change log file name also with
2089 a dash before a numeric extension.
2090
2091 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
2092
2093 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
2094 After 5.0:
2095 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
2096
2097 After 5.1: Major edit. Summary of most visible changes:
2098
2099 - Multiple <<HERE per line allowed.
2100 - Handles multiline subroutine declaration headers (with comments).
2101 (The exception is `cperl-etags' - but it is not used in the rest
2102 of the mode.)
2103 - Fontifies multiline my/our declarations (even with comments,
2104 and with legacy `font-lock').
2105 - Major speedup of syntaxification, both immediate and postponed
2106 (3.5x to 15x [for different CPUs and versions of Emacs] on the
2107 huge real-life document I tested).
2108 - New bindings, edits to imenu.
2109 - "_" is made into word-char during fontification/syntaxification;
2110 some attempts to recognize non-word "_" during other operations too.
2111 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
2112 - autoload some more perldoc-related stuff
2113 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
2114 - Attempt to incorporate XEmacs edits which reached me.
2115
2116 Fine-grained changelog:
2117 (cperl-hook-after-change): New configuration variable.
2118 (cperl-vc-sccs-header): Likewise.
2119 (cperl-vc-sccs-header): Likewise.
2120 (cperl-vc-header-alist): Default via two preceding variables.
2121 (cperl-invalid-face): Remove double quoting under XEmacs
2122 (still needed under 21.2).
2123 (cperl-tips): Update URLs for resources.
2124 (cperl-problems): Likewise.
2125 (cperl-praise): Mention new features.
2126 New C-c key bindings: for `cperl-find-bad-style',
2127 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
2128 `cperl-perdoc', and `cperl-perldoc-at-point'.
2129 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
2130 moved, new submenu of Tools with Ispell entries and narrowing.
2131 (cperl-after-sub-regexp): New defsubst.
2132 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
2133 Allows heads up to head4.
2134 Allow "package;".
2135 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
2136 (paren-backwards-message): ??? Something for XEmacs???
2137 (cperl-mode): Never auto-switch abbrev-mode off.
2138 Try to allow '_' be non-word char.
2139 Do not use `font-lock-unfontify-region-function' on XEmacs.
2140 Reset syntax cache on mode start.
2141 Support multiline facification (even on legacy `font-lock').
2142 (cperl-facemenu-add-face-function): ??? Some contributed code ???
2143 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2144 refuse to inform us whether the fontification is due to lazy
2145 calling or due to edit to a buffer, install our own hook
2146 (controlled by `cperl-hook-after-change').
2147 (cperl-electric-pod): =cut may have been recognized as start.
2148 (cperl-block-p): Move, updatedfor attributes.
2149 (cperl-calculate-indent): Try to allow '_' be non-word char
2150 Support subs with attributes.
2151 (cperl-where-am-i): Queit (?) a warning.
2152 (cperl-cached-syntax-table) New function.
2153 (cperl-forward-re): Use `cperl-cached-syntax-table'.
2154 (cperl-unwind-to-safe): Recognize `syntax-type' property
2155 changing in a middle of line.
2156 (cperl-find-sub-attrs): New function.
2157 (cperl-find-pods-heres): Allow many <<EOP per line.
2158 Allow subs with attributes.
2159 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2160 Recognize "extproc " (OS/2) case-folded and only at start.
2161 /x on s///x with empty replacement was not recognized.
2162 Better comments.
2163 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2164 Allow subs with attributes, labels.
2165 Do not confuse "else::foo" with "else".
2166 Minor optimizations...
2167 (cperl-after-expr-p): Try to allow '_' be non-word char.
2168 (cperl-fill-paragraph): Try to detect a major bug in Emacs
2169 with `looking-at' inside `narrow' and bulk out if found.
2170 (cperl-imenu--create-perl-index): Updates for new
2171 `cperl-imenu--function-name-regexp-perl'.
2172 (cperl-outline-level): Likewise.
2173 (cperl-init-faces): Allow multiline subroutine headers
2174 and my/our declarations, and ones with comments.
2175 Allow subroutine attributes.
2176 (cperl-imenu-on-info): Better docstring.
2177 (cperl-etags): Rudimentary support for attributes.
2178 Support for packages and "package;".
2179 (cperl-add-tags-recurse-noxs): Better (?) docstring.
2180 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2181 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2182 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2183 (cperl-perldoc): Add autoload.
2184 (cperl-perldoc-at-point): Likewise.
2185 (cperl-here-doc-spell): New function.
2186 (cperl-pod-spell): Likewise.
2187 (cperl-map-pods-heres): Likewise.
2188 (cperl-get-here-doc-region): Likewise.
2189 (cperl-font-lock-fontify-region-function): Likewise (backward
2190 compatibility for legacy `font-lock').
2191 (cperl-font-lock-unfontify-region-function): Fix style.
2192 (cperl-fontify-syntaxically): Recognize and optimize away deferred
2193 calls with no-change. Governed by `cperl-hook-after-change'.
2194 (cperl-fontify-update): Recognize that syntaxification region
2195 can be larger than fontification one.
2196 XXXX we leave `cperl-postpone' property, so this is quadratic...
2197 (cperl-fontify-update-bad): Temporary placeholder until
2198 it is clear how to implement `cperl-fontify-update'.
2199 (cperl-time-fontification): New function.
2200 (attrib-group): New text attribute.
2201 (multiline): New value: `syntax-type' text attribute.
2202
2203 After 5.2:
2204 (cperl-emulate-lazy-lock): New function.
2205 (cperl-fontify-syntaxically): Would skip large regions.
2206 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2207 Some globals were declared, but uninitialized.
2208
2209 After 5.3, 5.4:
2210 (cperl-facemenu-add-face-function): Add docs, fix U<>.
2211 Copyright message updated.
2212 (cperl-init-faces): Work around a bug in `font-lock'. May slow
2213 facification down a bit.
2214 Misprint for my|our|local for old `font-lock'
2215 "our" was not fontified same as "my|local".
2216 Highlight variables after "my" etc even in
2217 a middle of an expression.
2218 Do not facify multiple variables after my etc
2219 unless parentheses are present.
2220
2221 After 5.5, 5.6
2222 (cperl-fontify-syntaxically): after-change hook could reset.
2223 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2224
2225 After 5.7:
2226 (cperl-init-faces): Allow highlighting of local ($/).
2227 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2228 (cperl-problems): Remove fixed problems.
2229 (cperl-find-pods-heres): Recognize #-comments in m##x too.
2230 Recognize charclasses (unless delimiter is \).
2231 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2232 (cperl-regexp-scan): Update docs.
2233 (cperl-beautify-regexp-piece): Use information got from regexp scan.
2234
2235 After 5.8:
2236 Major user visible changes:
2237 Recognition and fontification of character classes in RExen.
2238 Variable indentation of RExen according to groups.
2239
2240 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2241 Fontify REx charclasses in variable-name face.
2242 Fontify POSIX charclasses in "type" face.
2243 Fontify unmatched "]" in function-name face.
2244 Mark first-char of HERE-doc as `front-sticky'.
2245 Reset `front-sticky' property when needed.
2246 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2247 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2248 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2249 constructs. Support `narrow'ed buffers.
2250 (cperl-praise): Remove a reservation.
2251 (cperl-make-indent): New function.
2252 (cperl-indent-for-comment): Use `cperl-make-indent'.
2253 (cperl-indent-line): Likewise.
2254 (cperl-lineup): Likewise.
2255 (cperl-beautify-regexp-piece): Likewise.
2256 (cperl-contract-level): Likewise.
2257 (cperl-toggle-set-debug-unwind): New function.
2258 New menu entry for this.
2259 (fill-paragraph-function): Use when `boundp'.
2260 (cperl-calculate-indent): Take into account groups when indenting RExen.
2261 (cperl-to-comment-or-eol): Recognize # which end a string.
2262 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2263 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2264 (cperl-fontify-syntaxically): More clear debugging message.
2265 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2266 (cperl-init-faces): More complicated highlight even on XEmacs (new).
2267 Merge cosmetic changes from XEmacs.
2268
2269 After 5.9:
2270 (cperl-1+): Move to before the first use.
2271 (cperl-1-): Likewise.
2272
2273 After 5.10:
2274
2275 This code may lock Emacs hard!!! Use at your own risk!
2276
2277 (cperl-font-locking): New internal variable.
2278 (cperl-beginning-of-property): New function.
2279 (cperl-calculate-indent): Use `cperl-beginning-of-property'
2280 instead of `previous-single-property-change'.
2281 (cperl-unwind-to-safe): Likewise.
2282 (cperl-after-expr-p): Likewise.
2283 (cperl-get-here-doc-region): Likewise.
2284 (cperl-font-lock-fontify-region-function): Likewise.
2285 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2286 recursively.
2287 Bound `next-single-property-change' via `point-max'.
2288 (cperl-unwind-to-safe): Bound likewise
2289 (cperl-font-lock-fontify-region-function): Likewise.
2290 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2291 Initialization of `cperl-font-lock-multiline-start' could be
2292 missed if the "main" fontification did not run due to the
2293 keyword being already fontified.
2294 (cperl-pod-spell): Return t from do-one-chunk function.
2295 (cperl-map-pods-heres): Stop when the worker returns nil.
2296 Call `cperl-update-syntaxification'.
2297 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2298 (cperl-get-here-doc-delim): Remove unused function.
2299
2300 After 5.11:
2301
2302 The possible lockup of Emacs (introduced in 5.10) fixed.
2303
2304 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2305 (cperl-syntaxify-for-menu): New customization variable.
2306 (cperl-select-this-pod-or-here-doc): New function.
2307 (cperl-get-here-doc-region): Extra argument.
2308 Do not adjust pos by 1.
2309
2310 New menu entries
2311 (Perl/Tools): Selection of current POD or HERE-DOC section.
2312 (Debugging CPerl:) backtrace on fontification.
2313
2314 After 5.12:
2315 (cperl-cached-syntax-table): Use `car-safe'.
2316 (cperl-forward-re): Remove spurious argument SET-ST.
2317 Add documentation.
2318 (cperl-forward-group-in-re): New function.
2319 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2320 (XXXX Temporary (?) hack is to syntax-mark them as comment).
2321
2322 After 5.13:
2323 (cperl-string-syntax-table): Make { and } not-grouping
2324 (Sometimes they ARE grouping in RExen, but matching them would only
2325 confuse in many situations when they are not)
2326 (beginning-of-buffer): Replace two occurences with goto-char...
2327 (cperl-calculate-indent): `char-after' could be nil...
2328 (cperl-find-pods-heres): REx can start after "[" too.
2329 Hightlight (??{}) in RExen too.
2330 (cperl-maybe-white-and-comment-rex): New constant
2331 (cperl-white-and-comment-rex): Likewise.
2332 XXXX Not very efficient, but hard to make
2333 better while keeping 1 group.
2334
2335 After 5.13:
2336 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2337 Likewise for 1 << identifier.
2338
2339 After 5.14:
2340 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2341 Error-less condition-case could fail.
2342 (cperl-font-lock-fontify-region-function): Likewise.
2343 (cperl-init-faces): Likewise.
2344
2345 After 5.15:
2346 (cperl-find-pods-heres): Support property REx-part2.
2347 (cperl-calculate-indent): Likewise.
2348 Don't special-case REx with non-empty 1st line.
2349 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2350 Invert highlighting of charclasses:
2351 now the envelop is highlighted.
2352 Highlight many others 0-length builtins.
2353 (cperl-praise): Mention indenting and highlight in RExen.
2354
2355 After 5.15:
2356 (cperl-find-pods-heres): Highlight capturing parens in REx.
2357
2358 After 5.16:
2359 (cperl-find-pods-heres): Highlight '|' for alternation
2360 Initialize `font-lock-warning-face' if not present.
2361 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2362 `font-lock-function-name-face'.
2363 (cperl-look-at-leading-count): Likewise.
2364 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2365 `font-lock-keyword-face' (needed for
2366 batch processing), etc...
2367 Use `font-lock-builtin-face' for builtin in REx
2368 Now `font-lock-variable-name-face'
2369 is used for interpolated variables
2370 Use "talking aliases" for faces inside REx
2371 Highlight parts of REx (except in charclasses)
2372 according to the syntax and/or semantic
2373 Syntax-mark a {}-part of (?{}) as "comment"
2374 (it was the ()-part)
2375 Better logic to distinguish what is what in REx
2376 (cperl-tips-faces): Document REx highlighting
2377 (cperl-praise): Mention REx syntax highlight etc.
2378
2379 After 5.17:
2380 (cperl-find-sub-attrs): Would not always manage to print error message.
2381 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2382
2383 After 5.18:
2384 (cperl-find-pods-heres): Misprint in REx for parsing REx.
2385 Very minor optimization.
2386 `my-cperl-REx-modifiers-face' got quoted.
2387 Recognize "print $foo <<END" as HERE-doc.
2388 Put `REx-interpolated' text attribute if needed.
2389 (cperl-invert-if-unless-modifiers): New function.
2390 (cperl-backward-to-start-of-expr): Likewise.
2391 (cperl-forward-to-end-of-expr): Likewise.
2392 (cperl-invert-if-unless): Works in "the opposite way" too.
2393 Cursor position on return is on the switch-word.
2394 Indents comments better.
2395 (REx-interpolated): New text attribute.
2396 (cperl-next-interpolated-REx): New function.
2397 (cperl-next-interpolated-REx-0): Likewise.
2398 (cperl-next-interpolated-REx-1): Likewise.
2399 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
2400 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2401 (cperl-praise): Mention finded interpolated RExen.
2402
2403 After 5.19:
2404 (cperl-init-faces): Highlight %$foo, @$foo too.
2405 (cperl-short-docs): Better docs for system, exec.
2406 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2407 Would not find HERE-doc ended by EOF without NL.
2408 (cperl-short-docs): Correct not-doubled \-escapes.
2409 start block: Put some `defvar' for stuff gone from XEmacs.
2410
2411 After 5.20:
2412 initial comment: Extend copyright, fix email address.
2413 (cperl-indent-comment-at-column-0): New customization variable.
2414 (cperl-comment-indent): Indentation after $#a would increasy by 1.
2415 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2416 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2417 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2418 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2419 highlight $ in $foo too (UNTESTED).
2420 (cperl-set-style): Docstring missed some available styles.
2421 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2422 Change "Current" to "Memorize Current".
2423 (cperl-indent-wrt-brace): New customization variable; the default is
2424 as for pre-5.2 version.
2425 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2426 (cperl-style-alist): Likewise.
2427 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2428 and `cperl-extra-newline-before-brace' etc
2429 being t
2430 (cperl-indent-exp): Plans B and C to find continuation blocks even
2431 if `cperl-extra-newline-before-brace' is t.
2432
2433 After 5.21:
2434 Improve some docstrings concerning indentation.
2435 (cperl-indent-rules-alist): New variable.
2436 (cperl-sniff-for-indent): New function name
2437 (separated from `cperl-calculate-indent').
2438 (cperl-calculate-indent): Separate the sniffer and the indenter;
2439 uses `cperl-sniff-for-indent' now.
2440 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2441 was inverted;
2442 Support `comment-column' = 0.
2443
2444 2006-10-11 Martin Rudalics <rudalics@gmx.at>
2445
2446 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2447 * help-at-pt.el (scan-buf-move-to-region): Likewise.
2448 * longlines.el (longlines-window-change-function): Likewise.
2449 * simple.el (undo-ask-before-discard): Likewise.
2450 * wid-edit.el (widget-field-prompt-internal)
2451 (widget-documentation-link-p): Likewise.
2452
2453 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2456 for a keyword.
2457
2458 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * newcomment.el (comment-valid-prefix-p): Make the check
2461 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
2462 (comment-indent-new-line): Adjust call.
2463
2464 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
2465
2466 * allout.el (allout-back-to-current-heading): Base on lower-level
2467 routines to get proper disqualification of aberrant topics.
2468
2469 2006-10-09 Richard Stallman <rms@gnu.org>
2470
2471 * textmodes/two-column.el (2C-two-columns): Doc fix.
2472
2473 2006-10-09 Kim F. Storm <storm@cua.dk>
2474
2475 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2476 about implicit use.
2477
2478 2006-10-08 Richard Stallman <rms@gnu.org>
2479
2480 * textmodes/two-column.el (2C-two-columns): Doc fix.
2481
2482 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2483
2484 * files.el: Mark `buffer-read-only' as safe-local-variable.
2485
2486 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
2487
2488 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2489 Burp if GUD buffer has been killed.
2490
2491 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * completion.el (add-completions-from-c-buffer):
2494 Don't presume an error's second element is a string.
2495 Use looking-at rather than buffer-substring + member.
2496
2497 2006-10-07 Eli Zaretskii <eliz@gnu.org>
2498
2499 * mail/rmail.el (rmail-redecode-body): If the old encoding is
2500 `undecided', call find-coding-systems-region to find a proper
2501 non-trivial encoding.
2502 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2503 and "text/plain".
2504
2505 2006-10-07 Kevin Ryde <user42@zip.com.au>
2506
2507 * textmodes/reftex-vars.el (defgroup reftex): Update home page
2508 url-link.
2509
2510 * strokes.el (defgroup strokes): Remove invalid url-link.
2511
2512 2006-10-07 Magnus Henoch <mange@freemail.hu>
2513
2514 * autoinsert.el (auto-insert-alist): Doc fix.
2515
2516 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2517
2518 * mouse-sel.el (mouse-insert-selection-internal):
2519 Use insert-for-yank, so that yank handlers are run.
2520
2521 2006-10-07 Kim F. Storm <storm@cua.dk>
2522
2523 * ido.el (ido-file-extension-aux): Fix comparison.
2524
2525 2006-10-06 Kim F. Storm <storm@cua.dk>
2526
2527 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2528
2529 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
2530
2531 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2532 (ad-make-mapped-call): Use `let', not `let*'.
2533
2534 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * international/mule-cmds.el (coding-system-change-eol-conversion):
2537 Ensure the coding system is initialized before calling
2538 coding-system-eol-type.
2539
2540 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
2541
2542 * textmodes/org.el (org-rm-props, org-activate-plain-links)
2543 (org-activate-angle-links, org-activate-dates)
2544 (org-activate-target-links, org-activate-camels)
2545 (org-activate-tags): Add `rear-nonsticky' text property to avoid
2546 textproperty keymaps from being active beyond the end of a line.
2547 (org-unfontify-region): Also remove `rear-nonsticky' property.
2548
2549 2006-10-04 Kenichi Handa <handa@m17n.org>
2550
2551 * international/code-pages.el (next): Table fixed.
2552
2553 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2556 that it's been made unnecessary by removing narrowing.
2557
2558 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2561 control flow a bit, simplify another bit, and add comments.
2562
2563 2006-10-03 David Kastrup <dak@gnu.org>
2564
2565 * help.el (describe-mode): For clicks on mode-line, use "@"
2566 interactive argument to get the major mode of the click instead of
2567 the current buffer.
2568
2569 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2570 in order to better redirect mouse-2 clicks. Also allow default
2571 bindings to apply.
2572
2573 2006-10-03 Kim F. Storm <storm@cua.dk>
2574
2575 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2576 (pushnew): Fix last change.
2577
2578 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
2579
2580 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2581 Use the interactive spec of `eval-expression'.
2582
2583 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
2584
2585 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
2586
2587 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2588
2589 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2590 2006-09-28 commit.
2591
2592 2006-10-02 Kenichi Handa <handa@m17n.org>
2593
2594 * international/code-pages.el (iso-8859-6): Table fixed.
2595
2596 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2597
2598 * dired.el (dired-build-subdir-alist): Fix previous change.
2599
2600 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
2601
2602 * simple.el (undo-elt-crosses-region): Fix the inequalities.
2603
2604 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * emacs-lisp/find-func.el (find-function-regexp): Don't match
2607 "define-button-type".
2608
2609 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
2610 they don't keep accumulating.
2611
2612 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2613
2614 * ffap.el (ffap-rfc-path): Change the address of the RFC
2615 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
2616
2617 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
2618
2619 * allout.el (allout-expose-topic): Rectify implementation of "+"
2620 spec, so that bodies are not exposed with headlines.
2621
2622 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
2623
2624 * allout.el (allout-current-depth): Do aberrent check only at or
2625 below doublecheck depth.
2626 (allout-chart-subtree): Make it explicit that LEVELS being nil
2627 means unlimited depth. Drop undocumented support for LEVELS value
2628 t meaning unlimited depth. (This is consistent with
2629 allout-chart-to-reveal, but contrary to allout-show-children,
2630 which needs to use nil to default to depth of 1.)
2631 (allout-goto-prefix-doublechecked): Wrap long docstring line.
2632 (allout-chart-to-reveal): Be explicit in docstring about meaning
2633 of nil LEVELS, and drop support for LEVELS value t.
2634 (allout-show-children): Translate the level spec used by this
2635 routine to that used by allout-chart-subtree and
2636 allout-chart-to-reveal.
2637 (allout-show-to-offshoot): Retry once when stuck, after opening
2638 subtree - improvements in discontinuity handling likely will
2639 enable progress.
2640
2641 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2642
2643 * wid-edit.el (widget-button-click-moves-point): New variable.
2644 (widget-button-click): If widget-button-click-moves-point is
2645 non-nil, set point after performing the button action
2646
2647 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2648
2649 2006-09-30 Martin Rudalics <rudalics@gmx.at>
2650
2651 * files.el (find-file-existing): Modify to not allow wildcards.
2652
2653 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2654
2655 * simple.el (undo-more): When undo information for the region is
2656 exhausted, say "No further undo information FOR REGION".
2657
2658 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
2659
2660 * progmodes/sh-script.el (sh-prev-thing):
2661 Take `sh-leading-keywords' into account.
2662
2663 2006-09-29 Glenn Morris <rgm@gnu.org>
2664
2665 * custom.el (defcustom): Doc fix.
2666
2667 * calendar/calendar.el (european-calendar-style):
2668 Call european-calendar or american-calendar as needed when set.
2669 (diary-view-entries, list-calendar-holidays): Move autoloads
2670 before use.
2671
2672 2006-09-29 Juri Linkov <juri@jurta.org>
2673
2674 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
2675 to nil if there is no previous property change.
2676
2677 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2678
2679 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
2680 saving anything to be sure that `forward-sexp' behaves correctly.
2681
2682 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * simple.el (line-move-finish): Ignore field boundaries if the
2685 initial and final points have the same `field' property.
2686
2687 2006-09-29 Kim F. Storm <storm@cua.dk>
2688
2689 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
2690 to t while calling ido-read-internal.
2691
2692 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
2693
2694 * textmodes/org.el (org-file-remote-p): Get regexp from list.
2695 (org-archive-subtree): Remove erraneous `]' from character list.
2696
2697 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
2698
2699 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
2700 (ses-reconstruct-all): Make undo of "insert row" work by keeping
2701 markers for data-area and parameters-area.
2702
2703 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
2706
2707 * font-lock.el (font-lock-after-change-function): Refontify next line
2708 as well if end is at BOL.
2709 (font-lock-extend-jit-lock-region-after-change): Be more careful to
2710 only extend the region as much as needed.
2711
2712 2006-09-28 Richard Stallman <rms@gnu.org>
2713
2714 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
2715
2716 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
2717
2718 * international/mule.el (after-insert-file-set-coding):
2719 If VISIT, don't let set-buffer-multibyte make undo info.
2720
2721 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
2722
2723 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
2724 lines in base64-encoded authentication response.
2725
2726 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2727
2728 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
2729 (ebnf-version): New version 4.3.
2730 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
2731 (ebnf-prologue): Adjust PostScript programming.
2732 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
2733 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
2734
2735 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * jit-lock.el (jit-lock-force-redisplay): Rename from
2738 jit-lock-fontify-again, and undo the mistaken change I've just done.
2739
2740 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
2741 (jit-lock-fontify-again): Don't refontify text that's not displayed.
2742
2743 2006-09-26 Kenichi Handa <handa@m17n.org>
2744
2745 * startup.el (display-splash-screen): Allow a prefix argument.
2746
2747 2006-09-25 Jason Rumney <jasonr@gnu.org>
2748
2749 * subr.el (shell-quote-argument): Use DOS logic for Windows
2750 shells with DOS semantics.
2751
2752 2006-09-24 Richard Stallman <rms@gnu.org>
2753
2754 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
2755 (compilation-goto-locus): Use compilation-goto-locus-delete-o
2756 to delete the overlay. Put it on pre-command-hook.
2757
2758 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2759
2760 * startup.el (fancy-splash-screens, normal-splash-screen):
2761 Call the splash buffer *About GNU Emacs*.
2762
2763 * simple.el (next-error-highlight, next-error-highlight-no-select):
2764 Default to 0.5.
2765 (yank-excluded-properties): Add `fontified'.
2766
2767 * font-lock.el (font-lock-compile-keywords): Allow value of
2768 syntax-begin-function to enable paren-column-0 highlighting.
2769
2770 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2771
2772 * dired.el (dired-build-subdir-alist): When file ends in colon,
2773 don't exit the loop, just disregard that file.
2774
2775 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
2776
2777 * simple.el (line-move-finish): Handle corner case for fields in
2778 continued lines.
2779 (line-move-1): Remove flawed test for that case.
2780
2781 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
2782
2783 * icomplete.el (icomplete-simple-completing-p): Use the correct
2784 name for the new variable, `icomplete-with-completion-tables'.
2785 (file local variables): Remove superfluous setting.
2786
2787 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2788
2789 * calendar/appt.el (appt-check): Fix typo for appointments just
2790 after midnight.
2791
2792 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * help.el (describe-key-briefly, describe-key): Don't expect an
2795 extra up event if a down-event is generated by a popup menu.
2796
2797 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
2798
2799 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2800 local dictionary when changing the global dictionary.
2801
2802 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
2803
2804 * icomplete.el (icomplete-with-completion-tables): List of
2805 specialized completion tables with which icomplete should
2806 operate. Include the new `internal-complete-buffer', so icomplete
2807 works with interactive buffer-selection.
2808 (icomplete-simple-completing-p): Add acceptance of specialized
2809 completion tables listed in icomplete-with-completion-tables.
2810
2811 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2812
2813 * frame.el (focus-follows-mouse): Set default to nil on Mac.
2814
2815 * startup.el (command-line): Use `custom-reevaluate-setting' for
2816 `focus-follows-mouse'.
2817
2818 2006-09-22 Richard Stallman <rms@gnu.org>
2819
2820 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2821 explain why Save is not available.
2822
2823 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * woman.el (woman0-so): Use `let*', not `let'.
2826 (woman-horizontal-line): Remove unbalanced parenthesis.
2827
2828 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * woman.el: Make sure all the end-of-region markers we use have
2831 a non-nil insertion-type.
2832 (woman0-so): Move things around so we can use copy-marker.
2833 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2834 Adjust marker type.
2835 (woman2-process-escapes): Check marker type.
2836 (woman-horizontal-line): Dispense with the use of a marker.
2837
2838 2006-09-22 Jay Belanger <belanger@truman.edu>
2839
2840 * calc/calc-lang.el: Add Greek letters to math-variable-table
2841 property of tex.
2842
2843 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
2846
2847 2006-09-22 Masatake YAMATO <jet@gyve.org>
2848
2849 * add-log.el (add-log-current-defun): Use `forward-sexp'
2850 instead of `forward-word' to pick c++::symbol.
2851 Reported by Herbert Euler <herberteuler@hotmail.com>.
2852
2853 2006-09-22 Kenichi Handa <handa@m17n.org>
2854
2855 * bindings.el: Fix setting self-insert-command for multibyte
2856 characters in global-map.
2857
2858 2006-09-21 David Kastrup <dak@gnu.org>
2859
2860 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2861 doc string.
2862
2863 2006-09-21 Kenichi Handa <handa@m17n.org>
2864
2865 * language/european.el ("Latin-1"): Add windows-1252 to
2866 coding-priority.
2867 ("German"): Likewise.
2868
2869 2006-09-21 Kim F. Storm <storm@cua.dk>
2870
2871 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2872 Suggested by Miles Bader.
2873
2874 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
2875 instead of add-to-list in the simple case.
2876
2877 2006-09-20 Kenichi Handa <handa@m17n.org>
2878
2879 * isearch.el (isearch-process-search-char): Cancel the previous change.
2880 (isearch-search-string): New function.
2881 (isearch-search): Use isearch-search-string.
2882 (isearch-lazy-highlight-search): Likewise.
2883
2884 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2885
2886 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2887 string to become an option.
2888
2889 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2892
2893 2006-09-20 Kim F. Storm <storm@cua.dk>
2894
2895 * simple.el (line-move-partial): Call pos-visible-in-window-p with
2896 position t instead of trying both window-end and window-end - 1.
2897
2898 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
2899
2900 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2901 hidden trees.
2902
2903 2006-09-20 David Kastrup <dak@gnu.org>
2904
2905 * mouse.el (mouse-posn-property): Improve doc string.
2906 (mouse-on-link-p): Change buffers for function calls on links.
2907
2908 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
2909 buffer is read-only.
2910
2911 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
2912
2913 * allout.el (allout-unprotected): Let inhibit-read-only only when
2914 buffer-read-only isn't set.
2915 (allout-annotate-hidden): Enable topic annotation during copies even
2916 when the buffer is read-only, eg for topic copies. Ensure that the loop
2917 advances, even when the span extends beyond the deletion region.
2918 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2919 rather than allout-exposure-changed-hook, as a stronger assertion.
2920 (allout-keybindings-list): Add bindings for
2921 allout-copy-line-as-kill and allout-copy-topic-as-kill.
2922 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2923 Copy wrappers for allout-kill-line and allout-kill-topic.
2924 (allout-listify-exposed): Position correctly to accumulate lines.
2925
2926 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
2927
2928 * simple.el (line-move-1): Escape field boundaries occurring
2929 exactly at point. Update goal column if constrained to a field.
2930 (line-move-finish): Escape field boundaries occurring exactly at point.
2931
2932 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * mouse.el (mouse-on-link-p): Tentatively fix last change.
2935 (mouse-drag-vertical-line): Remove unused var `wconfig'.
2936
2937 2006-09-19 Kim F. Storm <storm@cua.dk>
2938
2939 * help.el (describe-key-briefly, describe-key): Simplify printing
2940 of descriptions by using format and %S. Fix "is undefined"
2941 messages to say "at that spot" for mouse events.
2942
2943 * simple.el (line-move-partial): Optimize. Try window-line-height
2944 before posn-at-point to get vpos of current line.
2945
2946 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
2947
2948 * viper.el: Bump up version/date of update to reflect the substantial
2949 changes done in August 2006.
2950
2951 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
2952 are defined.
2953
2954 * ediff-util.el (ediff-add-to-history): New function.
2955
2956 * ediff.el: Use ediff-add-to-history instead of add-to-history.
2957
2958 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2959
2960 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
2961 Delete duplicate make-local-variable form.
2962 (conf-space-keywords): Add autoload cookie.
2963 Fix typo (`keywords', not `keyword').
2964
2965 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2966
2967 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
2968 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
2969 to x-gtk-use-old-file-dialog
2970
2971 2006-09-18 Richard Stallman <rms@gnu.org>
2972
2973 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
2974 that might come in during mouse tracking.
2975
2976 2006-09-18 Kim F. Storm <storm@cua.dk>
2977
2978 * simple.el (line-move-partial): Rework 2006-09-15 change to use
2979 new window-line-height function. Further optimize by not calling
2980 pos-visible-in-window-p for window-end when window-line-height
2981 returns useful information.
2982
2983 2006-09-16 Richard Stallman <rms@gnu.org>
2984
2985 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
2986 (conf-space-mode): Don't handle prefix arg.
2987 Delete conf-space-keywords-override code.
2988 Use add-hook.
2989 (conf-space-keywords): New command.
2990 (conf-space-mode-internal): Be careful with imenu-generic-expression.
2991 Delete conf-space-keywords-override code.
2992 (conf-space-keywords-alist): Doc fix.
2993 (conf-space-font-lock-keywords): Doc fix.
2994 (conf-space-keywords-override): Var deleted.
2995
2996 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * startup.el (fancy-splash-screens): Don't switch to the scratch
2999 buffer; it may not be the next buffer.
3000
3001 2006-09-16 Romain Francoise <romain@orebokech.com>
3002
3003 * saveplace.el (load-save-place-alist-from-file): Use expanded name
3004 in both messages.
3005
3006 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
3007
3008 * progmodes/python.el (python-preoutput-filter):
3009 Fix arg order to string-match.
3010
3011 2006-09-16 Richard Stallman <rms@gnu.org>
3012
3013 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
3014 font-lock-compile-keywords.
3015
3016 * font-lock.el (font-lock-compile-keywords): Rename optional arg
3017 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
3018
3019 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3020
3021 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
3022
3023 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
3024 and the data doesn't look like UTF8, send STRING instead.
3025
3026 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
3027
3028 * textmodes/flyspell.el (flyspell-check-region-doublons):
3029 New function to detect duplicated words.
3030 (flyspell-large-region): Use it.
3031
3032 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3033
3034 * simple.el (line-move-to-column): Revert 2006-08-03 change.
3035
3036 2006-09-16 Eli Zaretskii <eliz@gnu.org>
3037
3038 * help.el (describe-prefix-bindings): Use let, not let*.
3039
3040 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
3041
3042 * allout.el (allout-regexp, allout-line-boundary-regexp)
3043 (allout-bob-regexp): Correct grouping and boundaries to fix
3044 backwards traversal.
3045 (allout-depth-specific-regexp, allout-depth-one-regexp):
3046 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
3047 worse time in allout-ascend.
3048 (allout-doublecheck-at-and-shallower): Identify depth threshold
3049 below which topics are checked for and disqualified by containment
3050 discontinuities.
3051 (allout-hotspot-key-handler): Correctly handle multiple-key
3052 strokes. Remove some unused variables.
3053 (allout-mode-leaders): Clarify that mode-specific comment-start
3054 will be used.
3055 (set-allout-regexp): Correctly regexp-quote allout regexps to
3056 properly accept alternative header-leads and primary bullets with
3057 regexp-specific characters (eg, C "/*", mathematica "(*").
3058 Include new regular expressions among those configured.
3059 (allout-infer-header-lead-and-primary-bullet):
3060 Rename allout-infer-header-lead.
3061 (allout-recent-depth): Manifest as a variable as well as a function.
3062 (allout-prefix-data): Simplify into an inline instead of a macro,
3063 assuming current match data rather than being explicitly passed
3064 it. Establish allout-recent-depth value as well as
3065 allout-recent-prefix-beginning and allout-recent-prefix-end.
3066 (allout-aberrant-container-p): True when an item's immediate
3067 offspring discontinuously contained. Useful for disqualifying
3068 unintended topic prefixes, likely at low depths.
3069 (allout-goto-prefix-doublechecked): Elaborate version of
3070 allout-goto-prefix which disqualifies aberrant pseudo-items.
3071 (allout-pre-next-prefix): Layer on top of lower-level routines, to
3072 get disqualification of aberrant containers.
3073 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
3074 containers.
3075 (allout-beginning-of-current-entry): Position at start of buffer
3076 when in container (depth 0) entry.
3077 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
3078 (allout-current-bullet): Strip text properties.
3079 (allout-get-prefix-bullet): Use right match groups.
3080 (allout-beginning-of-line, allout-next-heading):
3081 Disqualify aberrant containers.
3082 (allout-previous-heading): Disqualify aberrant containers, and
3083 change to regular (rather than inline) function, to allow
3084 self-recursion.
3085 (allout-get-invisibility-overlay): Increment so progress is made
3086 when the first overlay is not the sought one.
3087 (allout-end-of-prefix): Disqualify aberrant containers.
3088 (allout-end-of-line): Cycle something like allout-beginning-of-line.
3089 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
3090 outline.el outlines) functional again. Change the primary bullet
3091 along with the header-lead - level 1 new-style bullets now work.
3092 Engage allout-before-change-handler in mainline Emacs, not just
3093 XEmacs, to do undo handling.
3094 (allout-before-change-handler): Expose undo changes occurring in
3095 hidden regions. Use allout-get-invisibility-overlay instead of
3096 reimplementing it inline.
3097 (allout-chart-subtree): Use start rather than end of prefix in
3098 charts. Use allout-recent-depth variable.
3099 (allout-chart-siblings): Disqualify aberrant topics.
3100 (allout-beginning-of-current-entry): Position correctly.
3101 (allout-ascend): Use new allout-depth-specific-regexp and
3102 allout-depth-one-regexp for linear instead of O(N^2) or worse
3103 behavior.
3104 (allout-ascend-to-depth): Depend on allout-ascend, rather than
3105 reimplementing an algorithm.
3106 (allout-up-current-level): Depend on allout-ascend, rather than
3107 reimplementing an algorithm. Return to start-point if we fail.
3108 (allout-descend-to-depth): Use allout-recent-depth variable
3109 instead of function.
3110 (allout-next-sibling): On traversal of numerous intervening
3111 topics, resort to economical allout-next-sibling-leap.
3112 (allout-next-sibling-leap): Specialized version of
3113 allout-next-sibling that uses allout-ascend cleverly, to depend on
3114 a regexp search to leap large numbers of contained topics, rather
3115 than arbitrarily many one-by-one traversals.
3116 (allout-next-visible-heading): Disqualify aberrant topics.
3117 (allout-previous-visible-heading): Position consistently when
3118 interactive.
3119 (allout-forward-current-level): Base on allout-previous-sibling
3120 rather than (differently) reimplmenting the algorithm. Remove some
3121 unused variables.
3122 (allout-solicit-alternate-bullet): Present default choice stripped
3123 of text properties.
3124 (allout-rebullet-heading): Use bullet stripped of text properties.
3125 Register changes using allout-exposure-change-hook.
3126 Disregard aberrant topics.
3127 (allout-shift-in): With universal-argument, make topic a peer of
3128 it's former offspring. Simplify the code by separating out
3129 allout-shift-out functionality.
3130 (allout-shift-out): With universal-argument, make offspring peers
3131 of their former container, and its siblings. Implement the
3132 functionality here, rather than inappropriately muddling the
3133 implementation of allout-shift-in.
3134 (allout-rebullet-topic): Respect additional argument for new
3135 parent-child separation function.
3136 (allout-yank-processing): Use allout-ascend directly.
3137 (allout-show-entry): Disqualify aberrant topics.
3138 (allout-show-children): Handle discontinuous children gracefully,
3139 extending the depth being revealed to expose them and posting a
3140 message indicating the situation.
3141 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3142 Leave cursor in correct position.
3143 (allout-hide-current-subtree): Use allout-ascend directly.
3144 Disqualify aberrant topics.
3145 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3146 a way that the yanks can restore it, as used to happen.
3147 (allout-yank-processing): Restore exposure layout as recorded by
3148 allout-kill-*, as used to happen.
3149 (allout-annotate-hidden, allout-hide-by-annotation): New routines
3150 for preseving and restoring exposure layout across kills.
3151 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3152 (allout-encrypt-string): Strip text properties.
3153 Rearranged order and outline-headings for some of the
3154 miscellaneous functions.
3155 (allout-resolve-xref): No need to quote the error name in the
3156 condition-case handler section.
3157 (allout-flatten): Classic recursive (and recursively intensive,
3158 without tail-recursion) list-flattener, needed by allout-shift-out
3159 when confronted with discontinuous children.
3160
3161 2006-09-16 Jason Rumney <jasonr@gnu.org>
3162
3163 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3164 on ms-windows.
3165 (dnd-open-unc-file): Remove.
3166 (dnd-open-local-file): Mention in doc string that it also handles
3167 remote files if the system natively supports unc file-names.
3168
3169 2006-09-15 Kim F. Storm <storm@cua.dk>
3170
3171 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3172 all necessary information about the event before erasing *Help*.
3173
3174 * simple.el (line-move-partial): Use window-line-visiblity to
3175 quickly check whether last line is partially visible, and only do
3176 the hard (and slow) part in that case.
3177
3178 2006-09-15 Jay Belanger <belanger@truman.edu>
3179
3180 * COPYING: Replace "Library Public License" by "Lesser Public
3181 License" throughout.
3182
3183 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3184
3185 * term/x-win.el (x-menu-bar-open): New function for F10.
3186
3187 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3190 Disallow filenames containing " -" to avoid confusion with libtool
3191 compilation messages. Suggested by Stefan Monnier.
3192
3193 2006-09-15 David Kastrup <dak@gnu.org>
3194
3195 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3196 instead of buffer position for `mouse-on-link-p'.
3197
3198 * mouse.el (mouse-posn-property): New function looking up the
3199 properties at a click position in overlays and text properties in
3200 either buffer or strings.
3201 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3202 of both `follow-link' as well as `mouse-face' properties.
3203 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3204 buffer position.
3205
3206 * help.el (describe-key-briefly): When reading a down-event on
3207 mode lines or scroll bar, swallow the following up event, too.
3208 Use the new mouse sensitity of `key-binding' for lookup.
3209 (describe-key): The same here.
3210
3211 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * play/life.el (life-patterns): Add a few more interesting patterns.
3214 (life-setup): Force `show-trailing-whitespace' to nil.
3215
3216 2006-09-14 Richard Stallman <rms@gnu.org>
3217
3218 * startup.el (fancy-splash-text): Change text to improve alignment.
3219 (fancy-splash-screens): Don't set non-standard tab width.
3220 Bind cursor-type temporarily, and make it easy to patch to
3221 preserve the splash buffer.
3222 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3223 (fancy-splash-screens): Display echo-area message explicitly.
3224 Don't set fancy-splash-help-echo.
3225
3226 * simple.el (line-number-mode): Group mode-line instead of
3227 editing-basics.
3228 (column-number-mode, size-indication-mode): Likewise.
3229
3230 * faces.el (mode-line-faces): Group mode-line instead of modeline.
3231
3232 * time.el (display-time): Group mode-line instead of modeline.
3233
3234 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
3235
3236 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * startup.el (fancy-splash-text): Move editing instructions to
3239 fancy-splash-head.
3240 (fancy-splash-head): Issue editing instructions.
3241 (fancy-splash-screens): Fixup whitespace.
3242
3243 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3244
3245 * bindings.el (mode-line-buffer-identification-keymap):
3246 Remove duplicate line.
3247
3248 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3249
3250 * ido.el (ido-ignore-item-p): Allow any kind of functions in
3251 ignore lists.
3252
3253 2006-09-14 Kim F. Storm <storm@cua.dk>
3254
3255 * jit-lock.el (jit-lock-fontify-again): New function.
3256 (jit-lock-fontify-now): Use it instead of lambda form.
3257
3258 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
3259
3260 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3261 (flyspell-auto-correct-word): Make ispell-filter local to these
3262 functions. Check that ispell-filter has new stuff before calling
3263 ispell-parse-output.
3264
3265 2006-09-13 Kim F. Storm <storm@cua.dk>
3266
3267 * simple.el (line-move-partial): Optimize.
3268
3269 2006-09-13 Richard Stallman <rms@gnu.org>
3270
3271 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3272 Delete spurious backquote.
3273
3274 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3275
3276 * net/rcirc.el (rcirc-print): Fix last change.
3277
3278 2006-09-12 Jay Belanger <belanger@truman.edu>
3279
3280 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3281
3282 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3283
3284 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3285 rcirc-show-maximum-output.
3286 (rcirc-mode): Remove window-scroll-function hook.
3287 (rcirc-scroll-to-bottom): Remove function.
3288 (rcirc-print): Recenter so point stays at the bottom of the window
3289 if point was already there.
3290
3291 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3292
3293 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3294 not to "t".
3295 * progmodes/compile.el (compilation-start): Likewise.
3296 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3297 Don't use expand-file-name on invocation-directory, since this
3298 might mishandle special characters in invocation-directory.
3299
3300 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * pcvs-defs.el: Remove * in defcustom's docstrings.
3303
3304 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
3305
3306 * progmodes/compile.el (compilation-directory-properties):
3307 Doc fix for help-echo.
3308
3309 2006-09-12 Lars Hansen <larsh@soem.dk>
3310
3311 * desktop.el (desktop-read): Add comment.
3312
3313 2006-09-12 Kim F. Storm <storm@cua.dk>
3314
3315 * simple.el (next-error-highlight, next-error-highlight-no-select):
3316 Fix spelling error.
3317
3318 * subr.el (sit-for): Rework to use input-pending-p and cond.
3319 Return nil input is pending on entry also for SECONDS <= 0.
3320 (while-no-input): Use input-pending-p instead of sit-for.
3321
3322 2006-09-11 Richard Stallman <rms@gnu.org>
3323
3324 * simple.el (next-error-highlight, next-error-highlight-no-select):
3325 Fix custom type and doc strings.
3326
3327 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3328
3329 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3330 (diff-apply-hunk): Use it to ask for confirmation.
3331
3332 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3333
3334 * emacs-lisp/cl.el (pushnew): Add missing `,'.
3335
3336 2006-09-11 David Kastrup <dak@gnu.org>
3337
3338 * help.el (string-key-binding, describe-key-briefly)
3339 (describe-key): Remove `string-key-binding' and its callers since
3340 `key-binding' already caters for the proper lookup now.
3341
3342 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3345 (cfengine-mode): Use it. Fix \ syntax to be like /.
3346
3347 * bindings.el (mode-line-buffer-identification-keymap):
3348 Move initialization into declaration.
3349
3350 2006-09-10 Kim F. Storm <storm@cua.dk>
3351
3352 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3353 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3354 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3355 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
3356
3357 2006-09-10 Richard Stallman <rms@gnu.org>
3358
3359 * dired-aux.el: Handle errors in recursive copy usefully.
3360 (dired-create-files-failures): New variable.
3361 (dired-copy-file): Remove condition-case.
3362 (dired-copy-file-recursive): Check for errors on all file
3363 operations, and add them to dired-create-files-failures.
3364 Check file file-date-erorr here too.
3365 (dired-create-files): Check dired-create-files-failures
3366 and report those errors too.
3367
3368 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3369
3370 * subr.el (add-to-list): New argument COMPARE-FN.
3371
3372 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
3373
3374 * filecache.el (file-cache-add-directory)
3375 (file-cache-add-directory-list, file-cache-add-file)
3376 (file-cache-add-directory-using-find)
3377 (file-cache-add-directory-using-locate)
3378 (file-cache-add-directory-recursively): Add autoloads.
3379
3380 2006-09-09 Richard Stallman <rms@gnu.org>
3381
3382 * textmodes/conf-mode.el (conf-space-mode):
3383 Use hack-local-variables-hook instead of calling hack-local-variables.
3384 (conf-space-keywords-override): New variable.
3385 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
3386 (conf-space-mode): Always make conf-space-keywords and
3387 conf-space-keywords-override local.
3388 Call conf-space-mode-internal directly as well as via hook.
3389
3390 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3391
3392 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3393 quasi-keywords.
3394
3395 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3398 (python-send-string): Be slightly more careful about adding \n.
3399
3400 * startup.el (normal-splash-screen): Don't display the buffer if we'll
3401 kill it right away anyway.
3402
3403 2006-09-09 Eli Zaretskii <eliz@gnu.org>
3404
3405 * international/codepage.el (cp850-decode-table): Fix a few codes.
3406 (cp858-decode-table): New variable.
3407
3408 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3409
3410 * net/ldap.el (ldap-search-internal): Doc fix.
3411
3412 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3413
3414 * play/life.el (life-display-generation): Test for input manually if
3415 `sleeptime' is negative or null.
3416
3417 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3418 (print-region-1): Substitute `%s' with the page title.
3419
3420 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
3421
3422 * locate.el (locate-current-search): New variable.
3423 (locate): Set buffer local value. Use current buffer if it is
3424 in Locate mode.
3425 (locate-mode): Disable undo here.
3426 (locate-do-setup): Use locate-current-filter from buffer to be killed.
3427 (locate-update): Use locate-current-search and locate-current-filter.
3428
3429 2006-09-08 David Kastrup <dak@gnu.org>
3430
3431 * desktop.el (desktop-read): When loading a desktop, disable
3432 saving it while the load progresses, and switch off a pending lazy
3433 load by calling `desktop-lazy-abort'.
3434
3435 2006-08-27 Martin Rudalics <rudalics@gmx.at>
3436
3437 * window.el (mouse-autoselect-window-timer)
3438 (mouse-autoselect-window-position)
3439 (mouse-autoselect-window-window)
3440 (mouse-autoselect-window-now): New vars.
3441 (mouse-autoselect-window-cancel)
3442 (mouse-autoselect-window-select)
3443 (mouse-autoselect-window-start): New functions.
3444 (handle-select-window): Call `mouse-autoselect-window-start' when
3445 delayed window autoselection is enabled.
3446
3447 * cus-start.el (mouse-autoselect-window): Handle delayed window
3448 autoselection.
3449
3450 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3451 commands after which it is allowed to print in the echo area.
3452
3453 2006-09-08 Richard Stallman <rms@gnu.org>
3454
3455 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3456
3457 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3458 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3459
3460 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3461 (cancel-timer-internal): Add doc string.
3462 (cancel-function-timers): Doc fix.
3463 (with-timeout-handler, timer-event-last*): Add doc strings.
3464
3465 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3466
3467 * files.el (risky-local-variable-p): Match ...-bindat-spec.
3468
3469 * dired.el (dired-log-summary): Add doc string.
3470
3471 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
3472 (custom-group-menu-create): Not here.
3473
3474 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
3475
3476 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
3477
3478 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3479
3480 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
3481 (mac-apple-event-map): Define its handler.
3482
3483 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3484
3485 * net/ldap.el (ldap-search-internal): Handle `auth' key.
3486
3487 2006-09-07 Magnus Henoch <mange@freemail.hu>
3488
3489 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3490 clause.
3491
3492 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3493
3494 * info.el (Info-index): Bind completion-ignore-case.
3495
3496 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3499 previous commit.
3500 (inferior-prolog-guess-flavor): New fun left out of previous commit.
3501 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3502 burp in dedicated windows.
3503 (inferior-prolog-self-insert-command): New command.
3504 (inferior-prolog-mode-map): Use it.
3505
3506 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
3507
3508 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3509
3510 * international/code-pages.el: Add cp858.
3511
3512 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3513
3514 * dnd.el: Fix bootstrapping.
3515
3516 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3517
3518 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3519 (dnd-open-remote-url): New function.
3520 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3521 not windows-nt.
3522
3523 2006-09-07 Jason Rumney <jasonr@gnu.org>
3524
3525 * dnd.el (dnd-open-remote-file-function): New variable.
3526 (dnd-open-unc-file): New function.
3527 (dnd-open-file): Call dnd-open-remote-file-function if set.
3528
3529 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3530
3531 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3532 pgg-passphrase-coding-system rather than locale-coding-system.
3533 * pgg-def.el (pgg-passphrase-coding-system): New user option.
3534
3535 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * progmodes/prolog.el: Remove * in docstrings.
3538 (prolog-program-name): Add SWI prolog.
3539 (prolog-mode-menu): New menu.
3540 (prolog-mode): Set comment-add.
3541 (prolog-indent-line): Simplify. Use indent-line-to.
3542 (inferior-prolog-buffer): New var.
3543 (inferior-prolog-run, inferior-prolog-process): New funs.
3544 (run-prolog, switch-to-prolog): Rewrite, using them.
3545 (prolog-consult-region): Use inferior-prolog-buffer.
3546 (inferior-prolog-load-file): New function.
3547 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3548
3549 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3550 last word, if it's not the end of the paragraph.
3551
3552 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3553 file name.
3554
3555 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
3556
3557 * frame.el (display-mm-dimensions-alist): New defcustom.
3558 (display-mm-height, display-mm-width): Use it.
3559
3560 2006-09-06 Simon Josefsson <jas@extundo.com>
3561
3562 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3563
3564 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
3565
3566 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3567 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3568 string values.
3569
3570 2006-09-06 Kim F. Storm <storm@cua.dk>
3571
3572 * simple.el (line-move-partial): New function to do vscrolling for
3573 partially visible images / tall lines. Rewrite based on code
3574 previously in line-move. Simplify backwards vscrolling.
3575 (line-move): Use it. Simplify.
3576
3577 2006-09-05 Kim F. Storm <storm@cua.dk>
3578
3579 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3580
3581 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3584 Process the `gcc-include' after the `gnu' rule.
3585
3586 2006-09-05 Kim F. Storm <storm@cua.dk>
3587
3588 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
3589
3590 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3591
3592 * pgg.el (pgg-clear-string): Alias to clear-string for backward
3593 compatibility.
3594
3595 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
3596 inhibit-redisplay; encode passphrase with locale-coding-system.
3597
3598 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3599
3600 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
3601
3602 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
3603
3604 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3605 (gdb-var-list-children-regexp): Make type field optional.
3606
3607 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
3608 e.g public, protected in C++.
3609
3610 2006-09-04 John Paul Wallington <jpw@pobox.com>
3611
3612 * simple.el (completion-show-help): New defcustom.
3613 (completion-setup-function): Heed it.
3614
3615 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3616
3617 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3618
3619 2006-09-04 Richard Stallman <rms@gnu.org>
3620
3621 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
3622 (rsf-min-region-to-spam-list): Doc fix.
3623 (rsf-add-content-type-field): Doc fix.
3624
3625 * simple.el (kill-region): Explicitly test there is a region.
3626
3627 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3628
3629 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
3630 sendmail in several common directories.
3631
3632 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
3633
3634 * paths.el (sendmail-program): Removed.
3635
3636 2006-09-04 Daiki Ueno <ueno@unixuser.org>
3637
3638 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
3639 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
3640 http://article.gmane.org/gmane.emacs.gnus.general/50457
3641
3642 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
3645 mark after running the menu filter.
3646
3647 2006-09-03 Juri Linkov <juri@jurta.org>
3648
3649 * international/quail.el (quail-defrule-internal): Add a check
3650 if a key is a vector.
3651
3652 2006-09-02 Juri Linkov <juri@jurta.org>
3653
3654 * man.el (Man-topic-history): New variable.
3655 (man): Use it.
3656
3657 * woman.el (woman-topic-history): Change defvar to defvaralias
3658 for symbol `Man-topic-history'.
3659
3660 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
3661 `comint-last-output-start' is a marker by using `markerp' and
3662 check if it has a position by using `marker-position', and use
3663 this position for `goto-char'.
3664
3665 * international/quail.el (quail-defrule-internal): Add missing
3666 `error' call for null key.
3667
3668 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
3669
3670 * rcirc.el (rcirc-keywords): New variable.
3671 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
3672 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
3673 variables.
3674 (rcirc-responses-no-activity): New function.
3675 (rcirc-handler-generic): Check for responses in above.
3676 (rcirc-process-command): Add ?: character to arguments of raw
3677 server commands.
3678 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
3679 `rcirc-dim-nicks'.
3680 (rcirc-gray-toggle): Remove unused variable.
3681 (rcirc-print): Remove some tracking logic, which is moved into
3682 markup functions.
3683 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
3684 types.
3685 (rcirc-activity-string): Look for 'keyword in activity-types.
3686 (rcirc-window-configuration-change): Don't erase overlay-arrow
3687 unnecessarily.
3688 (rcirc-add-or-remove): New function.
3689 (rcirc-cmd-ignore): Use it.
3690 (rcirc-message-leader): Remove unused function.
3691 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
3692 (rcirc-add-face): New function.
3693 (rcirc-facify): Use rcirc-add-face.
3694 (rcirc-url-regexp): Add parens.
3695 (rcirc-map-regexp): Remove function.
3696 (rcirc-mangle-regexp): Remove function.
3697 (rcirc-markup-text-functions): New variable.
3698 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
3699 (rcirc-markup-body-text, rcirc-markup-attributes)
3700 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
3701 (rcirc-markup-bright-nicks): New markup handler functions.
3702 (rcirc-nick-in-message-full-line): New face.
3703 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
3704 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
3705
3706 2006-09-02 Martin Rudalics <rudalics@gmx.at>
3707
3708 * cus-start.el (hscroll-margin, hscroll-step)
3709 (mode-line-in-non-selected-windows, mouse-autoselect-window)
3710 (x-use-underline-position-properties): Change version to "22.1"
3711 since they will appear there for the first time.
3712
3713 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
3716
3717 2006-08-31 Richard Stallman <rms@gnu.org>
3718
3719 * cus-edit.el (custom-save-variables): Slight cleanup.
3720 (Custom-no-edit): Renamed from custom-no-edit.
3721 (Custom-newline): Renamed from custom-newline.
3722 (custom-mode-map): Use new names.
3723
3724 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
3725 about customization, rather than M-x customize, in the doc string
3726 made for the defcustom.
3727
3728 * emacs-lisp/trace.el (trace-function-background): Doc fix.
3729
3730 2006-08-31 Romain Francoise <romain@orebokech.com>
3731
3732 * dired-x.el (dired-guess-shell-alist-default): Update.
3733
3734 2006-08-31 Michael Mauger <mmaug@yahoo.com>
3735
3736 * custom.el (custom-theme-set-variables): Autoload packages before
3737 sorting the variables.
3738
3739 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
3740
3741 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
3742 chars if XEmacs.
3743 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
3744
3745 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * progmodes/python.el (python-eldoc-function): Re-enable quit while
3748 waiting for process.
3749
3750 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3751
3752 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
3753 results in ASCII-only string, encode original one directly.
3754
3755 2006-08-29 Romain Francoise <romain@orebokech.com>
3756
3757 * startup.el (normal-splash-screen, fancy-splash-screens):
3758 Make buffer read-only and arrange to enter view mode if necessary.
3759
3760 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3761
3762 * hl-line.el (hl-line): New face.
3763 (hl-line-face): Use it.
3764
3765 * image-mode.el (image-mode): Fix last fix.
3766 Suggested by Kim F. Storm.
3767
3768 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
3769
3770 Sync with Tramp 2.0.54.
3771
3772 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3773 of `=', because `tramp-get-remote-gid' might not always return an
3774 integer when expected.
3775 (tramp-register-file-name-handlers): `partial-completion-mode' is
3776 unknown to XEmacs.
3777 (tramp-time-diff): Don't use `floor', it might fail for large
3778 differences.
3779 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3780 `tramp-auto-save-directory' if unset in order to guarantee unique
3781 auto-save file names.
3782
3783 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * image-mode.el (image-mode): Display image as text on a terminal.
3786
3787 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * progmodes/python.el (python-send-command): Simplify.
3790 (run-python): Don't generate a new buffer unless `new' was specified.
3791 Make sure we send `import emacs' to the proper process.
3792
3793 * progmodes/python.el (python-send-command): Don't wait for the command
3794 to terminate. Don't fiddle with compilation-parsing-end.
3795
3796 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3799 Insert commentary after first line summary.
3800
3801 * woman.el (woman-follow): New function, based on `man-follow'.
3802 (woman-mode-map): Use it.
3803
3804 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3805 since ibuffer-do-sort-by-recency does not define a sorter.
3806
3807 2006-08-28 Kim F. Storm <storm@cua.dk>
3808
3809 * find-dired.el (find-dired): Use shell-quote-argument to properly
3810 escape ( and ) args. Also use it on {} and ; args in default
3811 value of find-ls-option string.
3812 (find-grep-dired): Use shell-quote-argument on {} and ; args.
3813
3814 2006-08-27 Michael Olson <mwolson@gnu.org>
3815
3816 * emacs-lisp/tq.el: Small grammar fix in comments.
3817 (tq-enqueue): Check for existence of queue rather than the
3818 head queue item's question, which was a no-op.
3819 (tq-filter, tq-process-buffer): Make sure the process buffer
3820 exists before making it the current buffer.
3821
3822 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3823
3824 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3825 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3826 (special-event-map): Apply 2006-08-16 change for x-win.el.
3827
3828 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * progmodes/python.el (python-send-receive): Wait in the
3831 process's buffer so as to check the right buffer-local variables.
3832
3833 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3836 (defgroup checkdoc): Move to beginning.
3837
3838 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3839 (python-preoutput-continuation): Remove.
3840 (python-preoutput-filter): Simplify correspondingly.
3841 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
3842 Loop around to catch embedded _emacs_out output.
3843 (run-python): Send the import&print command on a single line.
3844 (python-send-command): Send command&print on a single line.
3845 (python-send-string): Only add double \n if needed.
3846 (python-send-receive): Loop until the result comes.
3847 (python-mode-running): Defvar it.
3848 (python-setup-brm): Remove unused var `menu'.
3849 Only bind py-mode-map and `features' around brm-init.
3850 (python-calculate-indentation): Remove unused var `point'.
3851 (python-beginning-of-defun): Remove unused var `def-line'.
3852
3853 2006-08-25 Richard Stallman <rms@gnu.org>
3854
3855 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3856
3857 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
3858
3859 * viper.el (viper-set-hooks): Use frame bindings for
3860 viper-vi-state-cursor-color.
3861 (viper-non-hook-settings): Don't set default
3862 mode-line-buffer-identification.
3863
3864 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3865 (viper-set-cursor-color-according-to-state)
3866 (viper-get-saved-cursor-color-in-replace-mode)
3867 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
3868 viper-emacs-state-cursor-color.
3869
3870 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3871 (viper-undo): Use point if undo-beg-posn is nil.
3872 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3873 (viper-after-change-undo-hook): Don't use
3874 viper-emacs-state-cursor-color by default.
3875 (viper-undo): More sensible positioning after undo.
3876
3877 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3878 (viper-emacs-state-cursor-color): Default to nil, since this feature
3879 doesn't work well yet.
3880
3881 * ediff-mult.el (ediff-intersect-directories)
3882 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
3883 always expand filenames.
3884
3885 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * tumme.el: Remove * in defcustoms's docstrings.
3888
3889 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3892 Accept internal time format for SECS arg.
3893 (timer-relative-time): Doc fix.
3894
3895 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3896 adapted from Martin Rudalics.
3897 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3898 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3899 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3900 using sit-for.
3901
3902 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
3903
3904 * cus-start.el (all): Add `overline-margin' and
3905 `x-underline-at-descent-line'.
3906
3907 2006-08-24 Kim F. Storm <storm@cua.dk>
3908
3909 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3910 to mean "use find -exec"; nil now unambiguously means auto-detect.
3911 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
3912 Use shell-quote-argument to build grep-find-command and
3913 grep-find-template.
3914 (rgrep): Use shell-quote-argument to properly quote arguments to find.
3915 Reported by Tom Seddon.
3916
3917 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * startup.el (fancy-splash-head): Give instructions for dismissing
3920 the splash screen for default startup too.
3921 (display-startup-echo-area-message, fancy-splash-screens)
3922 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
3923 all splash text at once and keep the splash buffer around.
3924 (command-line-1): Give display-startup-echo-area-message a t arg.
3925
3926 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
3927
3928 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3929 gnus frame is selected.
3930
3931 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
3932
3933 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3934
3935 2006-08-22 Kim F. Storm <storm@cua.dk>
3936
3937 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3938 Add suffix matching for subdirs.
3939
3940 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3941
3942 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3943 mouse-yank-at-point is non-nil.
3944
3945 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
3946
3947 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
3948 a bit wider and remove fringes to fit initial output on line.
3949
3950 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * frame.el (blink-cursor-end): Only ignore the error we care about.
3953 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
3954
3955 2006-08-21 Richard Stallman <rms@gnu.org>
3956
3957 * whitespace.el (whitespace-cleanup): Doc fix.
3958
3959 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
3960
3961 * net/rcirc.el (rcirc-show-maximum-output): New var.
3962 (rcirc-buffer-process): If no buffer argument is supplied, use
3963 current-buffer.
3964 (rcirc-complete-nick): Complete to the last completed nick first.
3965 (rcirc-mode): Preserve the value of `rcirc-urls' across
3966 connections. Setup scroll function.
3967 (rcirc-scroll-to-bottom): New function.
3968 (rcirc-print): Use nick syntax around regexp work.
3969 Notice dim-nicks speaking only if they say our nick.
3970 (rcirc-update-activity-string): Do not show the modeline indicator
3971 if there are no live rcirc processes.
3972 (rcirc-cmd-ignore): Ignore case.
3973 (rcirc-browse-url-at-point): Fix off-by-one error.
3974
3975 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * progmodes/python.el: Remove * in defcustom docstrings.
3978 (run-python, python-proc, python-try-complete): Use derived-mode-p.
3979 (python-mode): Set tab-width and indent-tabs-mode.
3980
3981 2006-08-20 Dave Love <fx@gnu.org>
3982
3983 * progmodes/python.el: Update to Dave Love's latest version.
3984 (python-font-lock-keywords, python-mode): Don't use
3985 font-lock-syntax-table, but match symbol elements explicitly instead.
3986 (python-mode-map): Add help, and a few more key bindings.
3987 (python-skip-comments/blanks): Move out of comments as well.
3988 (python-continuation-line-p): Behave better with unbalanced parens.
3989 (python-blank-line-p): New fun.
3990 (python-open-block-statement-p): Don't use a heuristic.
3991 (python-outdent-p): Better handle blocks-in-the-same-line.
3992 (python-calculate-indentation): Misc improvements.
3993 (python-comment-indent): Remove.
3994 (python-block-pairs): New var.
3995 (python-first-word): New fun.
3996 (python-indentation-levels): Handle more common cases.
3997 (python-indent-line-1): Add `leave' argument.
3998 (python-indent-region): New fun.
3999 (python-skip-out): New fun.
4000 (python-beginning-of-statement, python-end-of-statement): Use it.
4001 (python-next-statement): Return correct count even at eob.
4002 (python-end-of-block): Fix paren-typo.
4003 (python-imenu-create-index): Add module variables.
4004 (run-python): Add `new' arg.
4005 Check we're at a prompt before returning.
4006 (python-send-command): Move to end of buffer.
4007 Wait for prompt to return.
4008 (python-set-proc): New fun.
4009 (python-imports): New var.
4010 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
4011 (python-eldoc-function): Try to move out of arg list.
4012 (python-outline-level): Offset by 1.
4013 (python-find-imports): New fun.
4014 (python-symbol-completions): Use python-imports.
4015 (python-module-path, ffap-alist): Add support for ffap.
4016 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
4017 (python-insert-*, python-default-template, python-expand-template):
4018 Add templates/skeletons.
4019 (python-setup-brm): Support for Bicycle Repair Man.
4020 (python-abbrev-syntax-table): New var.
4021 (python-abbrev-pc-hook, python-pea-hook): New funs.
4022
4023 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
4024
4025 * frame.el (blink-cursor-start): Set timer first.
4026 (blink-cursor-end): Ignore timer cancelling errors.
4027 Suggested by Ken Manheimer.
4028
4029 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
4030
4031 * newcomment.el (comment-box): Call `comment-normalize-vars'.
4032 Add autoload cookie.
4033
4034 2006-08-20 Richard Stallman <rms@gnu.org>
4035
4036 * simple.el (line-number-at-pos): Doc fix.
4037
4038 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
4039 timer-activate-when-idle, so timer can run before Emacs becomes
4040 non-idle again.
4041
4042 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4043
4044 * whitespace.el (whitespace-cleanup-internal): New optional arg
4045 REGION-ONLY. If it's non-nil, modify the message to the user
4046 accordingly.
4047 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
4048 a non-nil argument.
4049
4050 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
4051
4052 * rect.el (spaces-string): Simplify and add doc string.
4053
4054 2006-08-17 Romain Francoise <romain@orebokech.com>
4055
4056 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
4057
4058 2006-08-17 Richard Stallman <rms@gnu.org>
4059
4060 * compare-w.el (compare-windows): lambda's take an arg and pass
4061 it to compare-windows-skip-whitespace.
4062
4063 2006-08-17 Martin Rudalics <rudalics@gmx.at>
4064
4065 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
4066 the right buffer.
4067
4068 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
4071 removed files.
4072
4073 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
4074
4075 * progmodes/gdb-ui.el (gdb-locals-watch-map)
4076 (gdb-locals-watch-map-1): Suppress keymap first.
4077 (gdb-edit-locals-map-1): New variable.
4078 (gdb-edit-locals-value): New function.
4079 (gdb-stack-list-locals-handler): Use them.
4080
4081 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
4084 cursor would normally be drawn in the fringe.
4085
4086 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
4087 Reported by Martin Rudalics <rudalics@gmx.at>.
4088
4089 2006-08-16 Richard Stallman <rms@gnu.org>
4090
4091 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
4092 (special-event-map): Process drag-n-drop events this way.
4093
4094 * simple.el (move-beginning-of-line): Test whether fields
4095 would prevent motion back to line's first visible character.
4096 If so, stop where the fields would stop the motion.
4097
4098 * newcomment.el (comment-indent): Fully update INDENT
4099 before checking to see if it will change the text.
4100
4101 * cus-edit.el (custom-newline): New function.
4102 (custom-mode-map): Bind newline to custom-newline.
4103
4104 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
4105 into ignore-whitespace.
4106 Check each buffer for its skip-function.
4107 Handle compare-windows-skip-whitespace special-case test
4108 by returning t from default skip function.
4109
4110 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
4111
4112 * textmodes/org.el (org-clock-special-range)
4113 (org-clock-update-time-maybe): New functions.
4114 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
4115 not only a-z.
4116 (org-agenda-get-blocks): Allow multiple blocks per headline.
4117 (org-timestamp-change): Call `org-clock-update-time-maybe'.
4118 (org-export-html-title-format)
4119 (org-export-html-toplevel-hlevel): New options.
4120 (org-export-language-setup): Add support for Czech.
4121 (org-mode, org-insert-todo-heading, org-find-visible)
4122 (org-find-invisible, org-invisible-p, org-invisible-p2)
4123 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
4124 (org-show-subtree, org-show-entry, org-make-options-regexp):
4125 Remove compatibility support for old outline-mode.
4126 (org-check-occur-regexp): Funtion removed.
4127 (org-on-heading-p, org-back-to-heading): Made defalias.
4128 (org-set-local): New defsubst.
4129 (org-set-regexps-and-options, org-mode)
4130 (org-set-font-lock-defaults, org-edit-agenda-file-list)
4131 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
4132 (org-remember-apply-template, org-table-edit-field)
4133 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
4134 (org-set-autofill-regexps): Use `org-set-local'.
4135 (org-table-eval-formula): Fix bug with parsing of display flags.
4136
4137 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
4138
4139 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4140 frame with fringe arrow. Suggested by Simon Marshall
4141 <simon.marshall@misys.com>.
4142 (gdb-stack-position): New variable.
4143 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4144 (gdb-frames-mode): Set gdb-stack-position to nil.
4145 Add to overlay-arrow-variable-list
4146 (gdb-reset): Delete gdb-stack-position from above list.
4147
4148 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4149
4150 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4151 read only.
4152
4153 2006-08-13 Romain Francoise <romain@orebokech.com>
4154
4155 * cus-theme.el (customize-create-theme)
4156 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4157
4158 * filesets.el (filesets-add-buffer): Ditto.
4159
4160 * pcvs.el (cvs-change-cvsroot): Ditto.
4161
4162 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
4163
4164 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4165 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4166 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4167 expressions.
4168 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4169 Only search till end of line.
4170 Add face to function names in case of no filename.
4171 Add face to variable names of watchpoints.
4172
4173 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4174
4175 * cus-start.el <indent-tabs-mode>: Move to the `indent'
4176 customization group.
4177
4178 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
4179
4180 * allout.el (allout-prior-bindings, allout-added-bindings):
4181 Remove, after long deprecation.
4182 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4183 Add customization vars controlling allout-beginning-of-line and
4184 allout-end-of-line conveniences.
4185 (allout-header-prefix, allout-use-mode-specific-leader)
4186 (allout-use-mode-specific-leader, allout-mode-leaders):
4187 Revise docstrings.
4188 (allout-infer-header-lead): Change to be an alias for
4189 allout-infer-header-lead-and-primary-bullet.
4190 (allout-infer-header-lead-and-primary-bullet): New version of
4191 allout-infer-header-lead which assigns the primary bullet to the
4192 same as the header lead, when its being changed.
4193 (allout-infer-body-reindent): Apply regexp-quote instead of
4194 unconditionally prepending "\\", so that all literal
4195 allout-header-prefix and allout-primary-bullet strings are
4196 properly handled.
4197 (allout-add-resumptions): Add optional qualifier for extending or
4198 appending to existing values, rather than replacing them.
4199 (allout-view-change-hook): Clarify docstring.
4200 (allout-exposure-change-hook): Take explicit arguments, via
4201 run-hook-with-args.
4202 (allout-structure-added-hook)
4203 (allout-structure-deleted-hook)
4204 (allout-structure-shifted-hook): New hooks analogous to
4205 allout-exposure-change-hook for other kinds of structural outline
4206 edits.
4207 (allout-encryption-plaintext-sanitization-regexps): New encryption
4208 customization variable, by which cooperating modes can provde
4209 massage of the plaintext without actually being passed it.
4210 (allout-encryption-ciphertext-rejection-regexps)
4211 (allout-encryption-ciphertext-rejection-ceiling): New encryption
4212 customization variables, by which cooperating modes can prohibit
4213 rare but possible ciphertext patterns from fouling their
4214 operation, with actually being passed the ciphertext.
4215 (allout-mode): Run activation and deactivation hooks after the
4216 minor-mode variable has been toggled, to clarify the mode
4217 disposition. The new encryption ciphertext rejection variable is
4218 used to ensure that the ciphertext does not contain text that
4219 would be recognized as outline structural elements by allout.
4220 Substite allout-beginning-of-line and allout-end-of-line for
4221 conventionall beginning-of-line and end-of-line bindings.
4222 If allout-old-style-prefixes is non-nil, don't nullify it on mode
4223 activation!
4224 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4225 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4226 (allout-chart-subtree): Implement new mode, charting only the
4227 visible items in the subtree, when new 'visible' parameter is non-nil.
4228 (allout-end-of-subtree): Properly handle the last item in the buffer.
4229 (allout-pre-command-business, allout-command-counter):
4230 Increment an advertised counter so that cooperating enhancements can
4231 track revisions of items.
4232 (allout-open-topic): Run allout-structure-added-hook with suitable
4233 arguments.
4234 (allout-shift-in): Run allout-structure-shifted-hook with suitable
4235 arguments.
4236 (allout-shift-out): Fix doubling for negative args and ensure call
4237 of allout-structure-shifted-hook by solely using allout-shift-in.
4238 (allout-kill-line, allout-kill-topic):
4239 Run allout-structure-deleted-hook with suitable arguments.
4240 (allout-yank-processing): Run allout-structure-added-hook with
4241 proper arguments.
4242 (allout-yank): Enclose activity in allout-unprotected.
4243 (allout-flag-region): Run allout-exposure-change-hook with
4244 suitable arguments, instead of making the callee infer the arguments.
4245 (allout-encrypt-string):
4246 Support allout-encryption-plaintext-sanitization-regexps,
4247 allout-encryption-ciphertext-rejection-regexps, and
4248 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
4249 en/de cryption mode in symmetric encryption failure message.
4250 (allout-obtain-passphrase): Use copy-sequence to get a distinct
4251 copy of the passphrase, and don't zero it or we'll corrupt the
4252 stashed copy.
4253 (allout-create-encryption-passphrase-verifier)
4254 (allout-verify-passphrase): Respect the new signature for
4255 allout-encrypt-string.
4256 (allout-get-configvar-values): Convenience for getting a
4257 configuration variable value and handling its absence gracefully.
4258
4259 2006-08-11 Romain Francoise <romain@orebokech.com>
4260
4261 * obsolete/zone-mode.el: Delete.
4262
4263 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4266
4267 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
4268
4269 * emacs-lisp/bindat.el (bindat-ip-to-string):
4270 Use `format-network-address' if possible.
4271
4272 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4273
4274 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4275
4276 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4279 restore unread-command-events here.
4280 (edebug-display): Do it here, to detect sit-for interruptions.
4281
4282 2006-08-10 Romain Francoise <romain@orebokech.com>
4283
4284 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4285 (dns-mode-soa-auto-increment-serial): New user option.
4286 (dns-mode-soa-maybe-increment-serial): New function.
4287 (dns-mode): Add the latter to `write-contents-functions'.
4288
4289 * obsolete/zone-mode.el: Move to obsolete/ from net/.
4290 Delete autoload cookies.
4291
4292 2006-08-10 John Wiegley <johnw@newartisans.com>
4293
4294 * eshell/em-glob.el (eshell-glob-chars-list)
4295 (eshell-glob-translate-alist): Add support for [^g] in character globs.
4296
4297 2006-08-10 Richard Stallman <rms@gnu.org>
4298
4299 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4300 (facemenu-set-face): Doc fix.
4301 (facemenu-listed-faces): Doc fix.
4302
4303 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * avoid.el (mouse-avoidance-animating-pointer): New var.
4306 (mouse-avoidance-nudge-mouse): Use it.
4307 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4308 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4309 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4310 Don't activate if currently animating. All callers changed.
4311
4312 2006-08-09 John Wiegley <johnw@newartisans.com>
4313
4314 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4315 variable, which causes timeclock to report elapsed time worked,
4316 instead of just work remaining.
4317
4318 2006-08-09 Kenichi Handa <handa@m17n.org>
4319
4320 * international/latexenc.el (latexenc-find-file-coding-system):
4321 Fix for the case that the 2nd element of arg-list is a cons.
4322
4323 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
4324
4325 * info.el (Info-fontify-node): Handle preceding `in' for note
4326 reference hiding rules.
4327
4328 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4331 mistake a closing " for an opening one.
4332
4333 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4334
4335 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4336
4337 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * complete.el (PC-do-completion): Filter out completions matching
4340 completion-ignored-extensions before checking whether there are
4341 multiple completions.
4342 Don't use `list' unnecessarily when building completion tables.
4343
4344 2006-08-06 Richard Stallman <rms@gnu.org>
4345
4346 * help.el (describe-mode): Make minor mode list more concise.
4347
4348 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * bindings.el: Give mode-line-format, mode-line-modes, and
4351 mode-line-position `standard-value' properties.
4352
4353 2006-08-05 Eli Zaretskii <eliz@gnu.org>
4354
4355 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4356 "(file)node" instead of the file name.
4357
4358 2006-08-05 Richard Stallman <rms@gnu.org>
4359
4360 * faces.el (escape-glyph): Doc fix.
4361
4362 2006-08-04 Kenichi Handa <handa@m17n.org>
4363
4364 * international/mule-diag.el (describe-font): Improve docstring
4365 and error message. Use frame-parameter (not frame-parameters).
4366
4367 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4370 Correctly mark the end-of-docstring char.
4371
4372 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
4373
4374 * simple.el (line-move-to-column): Constrain move-to-column to
4375 current field.
4376
4377 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4378
4379 * font-lock.el (font-lock-beg, font-lock-end)
4380 (font-lock-extend-region-functions): New vars.
4381 (font-lock-extend-region-multiline)
4382 (font-lock-extend-region-wholelines): New functions.
4383 (font-lock-default-fontify-region): Use them.
4384 (font-lock-extend-jit-lock-region-after-change): Only round up
4385 if font-lock-default-fontify-region will do it as well.
4386
4387 * font-lock.el (font-lock-extend-after-change-region-function):
4388 Rename from font-lock-extend-region-function.
4389 (font-lock-extend-region): Remove by inlining at call sites.
4390 (font-lock-after-change-function): Don't needlessly round up to a whole
4391 number of lines.
4392 (font-lock-extend-jit-lock-region-after-change): Be more careful about
4393 the boundary conditions and the interactions between the various ways
4394 to extend the region.
4395
4396 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4399 modification status when forcing the second redisplay.
4400
4401 2006-08-03 Kim F. Storm <storm@cua.dk>
4402
4403 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4404
4405 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4408 doesn't look like a file name.
4409
4410 * complete.el (PC-expand-many-files): Avoid signalling an error when
4411 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
4412
4413 2006-08-02 Andreas Schwab <schwab@suse.de>
4414
4415 * bindings.el (mode-line-format): Simplify reference to vc-mode.
4416
4417 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4418
4419 * bindings.el (map): Make mode-line-buffer-identification-keymap
4420 before defining propertized-buffer-identification.
4421
4422 2006-08-01 Richard Stallman <rms@gnu.org>
4423
4424 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4425
4426 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4427
4428 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4429 default value.
4430 (gdb-find-source-frame): New function.
4431 (menu): Add to menu bar.
4432
4433 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * font-core.el (font-lock-extend-region-function)
4436 (font-lock-extend-region): Move to font-lock.el.
4437
4438 * font-lock.el (font-lock-extend-region-function)
4439 (font-lock-extend-region): Move from font-core.el. Simplify.
4440
4441 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4442 if needed.
4443 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4444 (jit-lock-after-change-extend-region-functions): New hook.
4445 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4446
4447 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4448 (font-lock-turn-on-thing-lock): Use it.
4449
4450 * longlines.el (longlines-show-region): Make it work on read-only
4451 buffers as well.
4452
4453 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
4454
4455 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
4456
4457 2006-07-31 Richard Stallman <rms@gnu.org>
4458
4459 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4460 (vhdl-speedbar-display-projects): Update old obsolete
4461 speedbar variable names.
4462
4463 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4464
4465 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4466 (gdb-stopped): Use it.
4467
4468 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4469
4470 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4473 for load-history elements.
4474
4475 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4476
4477 * files.el (convert-standard-filename): For Cygwin, replace
4478 characters not allowed in Windows file names.
4479 (make-auto-save-file-name): Add Cygwin to the list of systems
4480 where the auto-save file name needs to be run through
4481 convert-standard-filename.
4482
4483 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
4484
4485 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4486
4487 2006-07-28 Richard Stallman <rms@gnu.org>
4488
4489 * bindings.el (mode-line-frame-identification)
4490 (propertized-buffer-identification): Centralize the code
4491 to initialize the variable.
4492
4493 * progmodes/grep.el (grep-default-command): Catch errors from
4494 wildcard-to-regexp.
4495
4496 2006-07-29 Kim F. Storm <storm@cua.dk>
4497
4498 * progmodes/grep.el (grep-tag-default): New function.
4499 (grep-default-command, grep-read-regexp): Use it.
4500 (grep-read-files): Use car of grep-files-history or grep-files-aliases
4501 as default if nothing else applies.
4502
4503 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
4504
4505 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4506 Throw error if buffer is not in Dired and Wdired mode, respectively.
4507
4508 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4511 self-insert-command keys don't activate buttons.
4512 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4513
4514 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
4515
4516 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4517 faces for enable character.
4518
4519 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4520
4521 * Makefile.in (recompile): Update comment to reflect change
4522 on 2004-04-21.
4523
4524 2006-07-27 Richard Stallman <rms@gnu.org>
4525
4526 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4527 (customize-package-emacs-version): Change msg when pkg has no entry.
4528 (custom-no-edit): On a button, do like widget-button-press.
4529
4530 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4531
4532 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4533 S-tab and C-S-tab.
4534
4535 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4536
4537 * progmodes/which-func.el (which-function): Fix documentation/
4538 comment typo.
4539
4540 2006-07-26 Richard Stallman <rms@gnu.org>
4541
4542 * textmodes/ispell.el (ispell-word): If we replace the word,
4543 move point to the end. Insert before deleting.
4544
4545 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4548 a timer.
4549
4550 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
4551
4552 * tumme.el (tumme-backward-image): Add prefix argument. Add error
4553 when at first image.
4554 (tumme-forward-image): Add prefix argument. Add error when at last
4555 image.
4556
4557 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * tabify.el (tabify-regexp): Use more specific regexps.
4560 (tabify): Avoid modifying the buffer unnecessarily.
4561
4562 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
4563
4564 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4565 (tumme-format-properties-string): Handle empty `buf'.
4566 (tumme-get-comment): Change variable names inside `let'.
4567 Add missing `let' variable that cause font-lock problems.
4568 (tumme-write-comments): Change variable names inside `let'.
4569 Add missing `let' variable that cause font-lock problems.
4570 (tumme-forward-image): Rename from `tumme-forward-char'.
4571 (tumme-backward-image): Rename from `tumme-backward-char'.
4572
4573 2006-07-25 Masatake YAMATO <jet@gyve.org>
4574
4575 * progmodes/ld-script.el (ld-script-keywords)
4576 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4577 and add comments.
4578
4579 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
4580
4581 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4582 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
4583 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
4584 for status indicator.
4585
4586 2006-07-24 Richard Stallman <rms@gnu.org>
4587
4588 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
4589
4590 * subr.el (dolist, dotimes): Use interned symbols for locals.
4591 (--dotimes-limit--, --dolist-tail--): New defvars.
4592 (looking-back): Doc fix.
4593
4594 * replace.el (replace-match-string-symbols): Handle dotted lists.
4595
4596 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4597
4598 * tumme.el (tumme-write-tags): Add.
4599 (tumme-write-comments): Add.
4600 (tumme-tag-files): Change to use `tumme-write-tags'.
4601 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
4602 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
4603 (tumme-save-information-from-widgets): Change to use
4604 `tumme-write-comments' and `tumme-write-tags'.
4605 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
4606 (tumme-write-tag): Remove.
4607 (tumme-write-comment): Remove.
4608 (tumme-display-previous-thumbnail-original): Remove empty line.
4609 (tumme-widget-list): Add punctuation.
4610
4611 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4612
4613 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
4614
4615 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4616
4617 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4618 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
4619 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
4620
4621 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4622
4623 * mouse.el (mouse-on-link-p): Doc fix.
4624
4625 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
4626
4627 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4628 Handle "C-h f `".
4629
4630 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4631
4632 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
4633 column.
4634
4635 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
4636
4637 * textmodes/table.el: Add move-beginning-of-line and
4638 move-end-of-line to Point Motion Only Group.
4639
4640 2006-07-22 Eric Hanchrow <offby1@blarg.net>
4641
4642 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
4643
4644 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4645
4646 * startup.el (user-mail-address): Initialize from the `EMAIL'
4647 environment variable first. Document this.
4648 (command-line): Ditto.
4649
4650 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
4651
4652 * help-mode.el (help-function-def, help-variable-def)
4653 (help-face-def): Print a message in the minibuffer.
4654
4655 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4656
4657 * term/xterm.el (terminal-init-xterm): Fix key bindings
4658 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
4659
4660 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4661
4662 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4663 where `(nth 1 command)' is a cons cell. Doc fix.
4664
4665 * textmodes/po.el (po-find-charset): Doc fix.
4666
4667 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
4668
4669 * allout.el (allout-unprotected, allout-e-o-prefix-p)
4670 (allout-beginning-of-current-line, allout-end-of-current-line)
4671 (allout-next-visible-heading, allout-open-topic)
4672 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
4673 (allout-flag-current-subtree, allout-show-to-offshoot)
4674 (allout-hide-current-entry, allout-show-current-branches)
4675 (allout-hide-region-body, allout-old-expose-topic)
4676 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
4677 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
4678 containing `beginning-of-line' and `end-of-line' with
4679 `inhibit-field-text-motion' t.
4680
4681 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4682
4683 * frame.el (focus-follows-mouse): Document that it doesn't have
4684 any effect on MS-Windows.
4685
4686 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
4689
4690 2006-07-20 Jay Belanger <belanger@truman.edu>
4691
4692 * calc.el (calc-previous-alg-entry): Remove variable.
4693
4694 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
4695 New variables.
4696 (calc-alg-entry): Use `calc-alg-entry-history'.
4697 (calc-do-quick-calc): Use `calc-quick-calc-history'.
4698 Remove reference to `calc-previous-alg-entry'.
4699 (calcAlg-edit, calcAlg-enter): Remove reference to
4700 `calc-previous-alg-entry'.
4701 (calcAlg-previous): Use `previous-history-element' instead of
4702 `calc-previous-alg-entry'.
4703 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
4704 Change keybinding for `calcAlg-plus-minus', add keybindings for
4705 `previous-history-element' and `next-history-element'.
4706
4707 * calc-rewr.el (calc-match): Remove reference to
4708 `calc-previous-alg-entry'.
4709
4710 * calc-sel.el (calc-selection-history): New variable.
4711 (calc-enter-selection, calc-sel-mult-both-sides)
4712 (calc-sel-add-both-sides): Use `calc-selection-history'.
4713
4714 * calc-map.el (calc-get-operator-history): New variable.
4715 (calc-get-operator): Use `calc-get-operator-history'.
4716
4717 * calcalg3.el (calc-curve-fit-history): New variable.
4718 (calc-curve-fit): Use `calc-curve-fit-history'.
4719
4720 2006-07-20 Kenichi Handa <handa@m17n.org>
4721
4722 * international/mule-cmds.el (select-safe-coding-system): Fix the
4723 way of deciding eol-type of the coding system.
4724
4725 2006-07-20 Alan Mackenzie <acm@muc.de>
4726
4727 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
4728 (c-lang-setvar): New macro.
4729 (c-make-init-lang-vars-fun): Use the initialization forms in
4730 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
4731 (comment-start, comment-end, comment-start-skip): Change these from
4732 c-lang-defvar's to c-lang-setvar's.
4733
4734 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
4735 which calls make-local-variable on the elements of
4736 c-emacs-variable-inits.
4737 (c-init-language-vars-for): Call this new macro.
4738
4739 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4742 Try to rule out false positives due to time stamps.
4743 (compilation-mode-font-lock-keywords): Remove rules made redundant
4744 because of the above change. Add `segmentation fault' to the known and
4745 highlighted compilation termination messages.
4746
4747 2006-07-19 Kim F. Storm <storm@cua.dk>
4748
4749 * progmodes/grep.el (grep-find-ignored-directories):
4750 Add .svn and _darcs to list.
4751
4752 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
4753
4754 * dired.el (dired-mode-map): Add key binding `C-te' for
4755 `tumme-dired-edit-comment-and-tags'.
4756
4757 * tumme.el (tumme-display-thumbnail-original-image): Make sure
4758 image display buffer is displayed before call to
4759 `tumme-display-image.
4760 (tumme-dired-display-image): Make sure image display buffer is
4761 displayed before call to `tumme-display-image.
4762 (tumme-mouse-display-image): Make sure image display buffer is
4763 displayed before call to `tumme-display-image.
4764 (tumme-widget-list): Add.
4765 (tumme-dired-edit-comment-and-tags): Add.
4766 (tumme-save-information-from-widgets): Add.
4767
4768 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4771
4772 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * progmodes/sh-script.el (sh-font-lock-keywords-1):
4775 Revert inadvertently installed patch hunk.
4776
4777 * progmodes/compile.el (compilation-find-file): Handle the
4778 cases where the user selects a non-existent file.
4779
4780 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4783
4784 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * subr.el (sit-for): Just sleep-for if noninteractive.
4787
4788 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * emacs-lisp/autoload.el (make-autoload): Use new arg.
4791
4792 * custom.el (custom-autoload): Add `noset' argument.
4793 (custom-push-theme): Don't autoload the variable, let callers do it.
4794 (custom-theme-set-variables): Autoload the variable if necessary.
4795
4796 * cus-edit.el (custom-variable-state-set): If the variable was
4797 originally set outside custom, but to the same value as the default,
4798 consider it to be standard.
4799
4800 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4801 file *before* telling Emacs to add the autoloads, in case it fails.
4802
4803 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4804 Use `cond', push', and `dolist'.
4805
4806 2006-07-17 Richard Stallman <rms@gnu.org>
4807
4808 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4809 Add defvars to silence warnings.
4810
4811 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4814 Don't highlight "Compiling file" messages as error.
4815
4816 * dired-aux.el (dired-compress-file): Confirm again if gzipped
4817 file already exists.
4818
4819 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
4820
4821 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
4822 entry, don't assign to free var; simply return the extracted filename.
4823 (ff-treat-as-special): Incorporate common preamble from callers.
4824 (ff-other-file-name, ff-find-the-other-file):
4825 Update call to ff-treat-as-special.
4826
4827 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4828
4829 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
4830
4831 * tumme.el (tumme-get-comment): Fix bug.
4832
4833 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * files.el: Remove spurious * in docstrings.
4836
4837 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4838
4839 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4840 grammar.
4841 (allout-beginning-of-current-line): Beware beginning of buffer.
4842 Also, a comment is simplified.
4843 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
4844 when appropriate. (This fix enables use for other than
4845 bullet-hotspot operation.)
4846 (allout-hide-current-subtree): While escalating to sibling-close,
4847 make sure to situate on a topic.
4848
4849 2006-07-14 Kim F. Storm <storm@cua.dk>
4850
4851 * emulation/cua-base.el (cua-delete-selection)
4852 (cua-toggle-set-mark): New defcustoms.
4853 (cua-rectangle-modifier-key): Add `alt' modifier.
4854 (cua-replace-region): Don't delete if cua-delete-selection is nil.
4855 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4856 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4857
4858 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4859
4860 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4861
4862 * allout.el: Require 'cl during byte-compilation/interactive load,
4863 for the `assert' macro.
4864 (allout-mode-deactivate-hook): New hook, run when allout mode
4865 deactivates.
4866 (allout-developer): New allout customization subgroup.
4867 (allout-run-unit-tests-on-load): New allout-developer
4868 customization variable, when true allout unit tests are run towards
4869 end of file load/eval.
4870 (allout-inhibit-auto-fill): Disable auto-fill activity even during
4871 auto-fill-mode.
4872 (allout-resumptions): Remove, to be replaced by...
4873 (allout-add-resumptions): Register variable settings to be
4874 reinstated by `allout-do-resumptions'. The settings are made
4875 buffer-local, but the locality/globality of the suspended setting
4876 is restored on resumption.
4877 (allout-do-resumptions): Reinstate all settings suspended using
4878 `allout-add-resumptions'.
4879 (allout-test-resumptions): Unit tests (and intermediate variables)
4880 for resumptions.
4881 (allout-tests-globally-unbound, allout-tests-globally-true)
4882 (allout-tests-locally-true): Intermediate variables for
4883 resumptions unit tests.
4884 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4885 (allout-exposure-category): Replaces 'allout-overlay-category variable.
4886 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4887 instead of retired `allout-resumptions'. For hook functions, use
4888 `local' parameter so hook settings are created and removed as
4889 buffer-local settings. Revise (resumptions) setting
4890 auto-fill-function so it is set only if already active. (The
4891 related fill-function settings are all made in either case, so
4892 that activating auto-fill-mode activity will have the custom
4893 allout-mode behaviors (hanging indent on topics, if configured for it).
4894 Remove all allout-exposure-category overlays on mode deactivation.
4895 (allout-hotspot-key-handler): New function extracted from
4896 `allout-pre-command-business', so the functionality can be used
4897 for other purposes, eg as a binding in an overlay.
4898 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4899 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4900 customization variable.
4901 (allout-run-unit-tests): Run the (currently quite small)
4902 repertoire of unit tests. Called just before the provide iff user
4903 has customized `allout-run-unit-tests-on-load' non-nil.
4904
4905 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4906
4907 * emacs-lisp/authors.el (authors-aliases): Update.
4908
4909 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
4910
4911 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4912 gdb-source-window. Add dedicated argument.
4913 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4914 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4915 (gdb-display-threads-buffer, gdb-display-memory-buffer)
4916 (gdb-display-locals-buffer): Use it.
4917
4918 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4919 Set gdb-source-window.
4920
4921 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4924 minor modes, redundant with the custom-autoload line above.
4925
4926 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * longlines.el (longlines-post-command-function): Handle open-line too.
4929
4930 2006-07-12 Richard Stallman <rms@gnu.org>
4931
4932 * progmodes/grep.el (grep-last-buffer): Doc fix.
4933
4934 * info.el (Info-try-follow-nearest-node): Doc fix.
4935
4936 * emacs-lisp/edebug.el (edebug-instrument-function):
4937 Err if find-function-noselect gives no position.
4938
4939 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4940 If can't find definition, return nil for position.
4941 (find-function-do-it): Handle new return value
4942 of find-definition-noselect.
4943 (find-definition-noselect, find-variable-noselect): Doc fix.
4944 (find-function-noselect): Doc fix.
4945
4946 * help-mode.el (help-variable-def): Handle find-variable-noselect
4947 returning no position.
4948 (help-function-def): Likewise for find-function-search-for-symbol.
4949 (help-face-def): Likewise.
4950
4951 * help-fns.el (describe-variable): Handle find-variable-noselect
4952 returning no position.
4953
4954 * files.el (locate-file-completion): Avoid duplicates in result.
4955
4956 * cus-edit.el (custom-no-edit): New command.
4957 (custom-mode-map): Remap to custom-no-edit instead of
4958 using suppress-keymap.
4959
4960 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
4961
4962 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4963 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4964 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
4965
4966 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
4967
4968 2006-07-11 Kim F. Storm <storm@cua.dk>
4969
4970 * ido.el (ido-copy-current-file-name): Use buffer-name if
4971 buffer-file-name is nil.
4972
4973 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * simple.el (undo-ask-before-discard): Set to nil.
4976
4977 * vc.el (vc-exec-after): Don't delete process manually.
4978 (vc-print-log): Run log-view-mode in process sentinel inside
4979 inhibit-read-only. Don't shrink window due to timing issues.
4980
4981 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
4982 Avoid using with-output-to-temp-buffer, which clobbers local vars.
4983
4984 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4987 Fix ambiguity introduced by last change.
4988 (compilation-find-file): Move save-excursion to where it may
4989 make sense. Fix a left over `find-file'.
4990
4991 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
4992
4993 * textmodes/texinfmt.el (texinfo-format-separate-node):
4994 Insert a string before point, which fits documentation, not after.
4995 (texinfo-multitable-item): In a multitable row, insert any
4996 additional needed @tabs and spaces.
4997
4998 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
4999
5000 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5001 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5002 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
5003 instead of shell-command.
5004 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
5005 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
5006 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
5007 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
5008 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
5009 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
5010
5011 2006-07-11 Kim F. Storm <storm@cua.dk>
5012
5013 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
5014 Remove special case for seconds < 0. Use (redisplay t) instead.
5015
5016 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
5019 avoid compilation error.
5020
5021 * subr.el (sit-for): New function.
5022
5023 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
5024
5025 2006-07-10 Richard Stallman <rms@gnu.org>
5026
5027 * ldefs-boot.el (edebug): Update page.
5028
5029 2006-07-10 Kim F. Storm <storm@cua.dk>
5030
5031 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
5032 to FOR-RELEASE and TODO.
5033
5034 2006-07-10 Romain Francoise <romain@orebokech.com>
5035
5036 * emacs-lisp/authors.el (authors-aliases): Update.
5037
5038 2006-07-10 Alan Mackenzie <acm@muc.de>
5039
5040 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
5041 * cc-mode.el: Changes to eradicate eval-after-load.
5042
5043 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
5046 on non-char events.
5047
5048 2006-07-09 Romain Francoise <romain@orebokech.com>
5049
5050 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5051 Don't highlight start/end markers as compilation messages.
5052
5053 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
5054 to t.
5055
5056 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
5059
5060 2006-07-08 Richard Stallman <rms@gnu.org>
5061
5062 * term/x-win.el (x-handle-display): Add doc string.
5063
5064 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5065
5066 * subr.el (def-edebug-spec): Move here.
5067 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
5068
5069 * imenu.el (imenu-choose-buffer-index): Doc fix.
5070
5071 2006-07-08 Romain Francoise <romain@orebokech.com>
5072
5073 * term/x-win.el (x-display-name): Fix typo.
5074
5075 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5076
5077 * hexl.el (hexl-find-file): Doc fix.
5078
5079 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5080
5081 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * term/x-win.el (x-display-name): Doc fix.
5084
5085 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
5088 long prefixes.
5089 (fill-region-as-paragraph): Don't round up to a whole line.
5090 (fill-comment-paragraph): Don't include the code-before-the-comment
5091 when calling fill-region-as-paragraph.
5092
5093 * international/mule.el (make-char): Remove redundancy.
5094
5095 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
5096 property may contain an anonymous function rather than a symbol.
5097
5098 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
5099
5100 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5101 Use shy regexp. Fix incorrect backref to potentially unmatched group.
5102
5103 * dirtrack.el (dirtrack-default-directory-function): Remove.
5104 (dirtrack-directory-function): Use file-name-as-directory.
5105 (dirtrack-windows-directory-function): Simplify.
5106 (dirtrack-forward-slash, dirtrack-backward-slash)
5107 (dirtrack-replace-slash): Remove.
5108 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
5109 (dirtrack): Fix wrong parenthesizing; use match-string.
5110
5111 * progmodes/octave-inf.el: Remove spurious * in docstrings.
5112 (inferior-octave-mode): Only change the buffer-local value of
5113 comint-dynamic-complete-functions.
5114 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
5115 Move the initialization to the declaration.
5116 (inferior-octave-complete): Remove unused var `filter'.
5117
5118 * shell.el (shell-mode): Only change the buffer-local value of
5119 comint-dynamic-complete-functions.
5120
5121 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
5122
5123 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
5124 entry is skipped because it has been scheduled.
5125 (org-prepare-agenda-buffers): Don't mark buffers as modified when
5126 changing `:org-archived' and `:org-comment' properties.
5127
5128 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * server.el (server-select-display): Don't make the temp frame
5131 minibuffer-only, in case it's not a temp frame.
5132 (server-process-filter): Don't delete the temp frame if it's the
5133 only one we have on that display.
5134
5135 * files.el (find-alternate-file): Doc fix.
5136
5137 2006-07-05 Richard Stallman <rms@gnu.org>
5138
5139 * files.el (abbreviate-file-name): Add save-match-data.
5140
5141 2006-07-03 Richard Stallman <rms@gnu.org>
5142
5143 * faces.el (read-face-name): Doc fix.
5144
5145 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * net/goto-addr.el (goto-address): Mark as safe for local evals.
5148
5149 2006-07-05 Andre Spiegel <spiegel@gnu.org>
5150
5151 * vc.el (vc-diff-internal): Fix prev change.
5152
5153 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5154
5155 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5156 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5157
5158 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5161 fails if the symbol contains chars like ( or '.
5162 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5163 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5164 `short'.
5165
5166 2006-07-04 Kenichi Handa <handa@m17n.org>
5167
5168 * international/mule-cmds.el (set-language-info): If LANG-ENV is
5169 the current one, don't call set-language-environment, but call one
5170 of set-language-environment-XXX to make INFO effective now.
5171 (set-language-environment): Call set-language-environment-XXX
5172 functions instead of doing the various setups directly.
5173 (set-language-environment-coding-systems): Delete argument eol-type.
5174 (set-language-environment-input-method)
5175 (set-language-environment-nonascii-translation)
5176 (set-language-environment-charset)
5177 (set-language-environment-fontset)
5178 (set-language-environment-unibyte): New functions.
5179
5180 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
5181
5182 * locate.el (locate-update-when-revert): New option.
5183 (locate-update-path): New option (suggested by Michael Albinus).
5184 (locate-prompt-for-command): Whitespace change.
5185 (locate-update): No longer offer to update the locate database by
5186 default. Implement the two new options.
5187
5188 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5189
5190 * tooltip.el: Move comment about track-mouse...
5191
5192 * progmodes/gud.el: ...to here.
5193
5194 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * facemenu.el (facemenu-listed-faces): New var.
5197 (facemenu-unlisted-faces): Variable deleted.
5198 (facemenu-add-new-face): Use facemenu-listed-faces.
5199
5200 * emulation/viper-init.el, calendar/calendar.el:
5201 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5202
5203 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
5204
5205 * textmodes/org.el (org-mode): Remove no invalid settings for
5206 calc embedded mode.
5207 (org-mode-p): New defsubst.
5208 (org-save-all-org-buffers): New function.
5209 (org-first-headline-recenter): Enclose outline-regexp in group
5210 delimiters.
5211 (org-set-tags): Keep single space after stars.
5212
5213 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * window.el (set-window-text-height): Only set window-min-height to
5216 1 if that's the requested size.
5217
5218 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5219 (diff-unified->context, diff-context->unified)
5220 (diff-reverse-direction): Make sure the end marker stays at the end.
5221 (diff-mode): Add the keymap table at the end of docstring.
5222 Use lexical-let rather than constructing a closure manually.
5223
5224 * files.el (find-file-noselect-1): Remove unused var assignment.
5225 (hack-local-variables-confirm): Print lists of strings as lists of
5226 strings rather than lists of symbols.
5227 (abbreviate-file-name, hack-local-variables-prop-line):
5228 Use match-string.
5229 (hack-one-local-variable): Move `make-local-variable' nearer its use.
5230 (recover-session-finish): Use line-end-position.
5231
5232 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
5233
5234 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5235
5236 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
5237
5238 * progmodes/make-mode.el (makefile-macroassign-regex):
5239 Accept preceding keyword.
5240 (makefile-gmake-statements): Reorganize, now that makepp has
5241 "override" and also handle forgotten "override define".
5242 (makefile-makepp-statements): Add new "global", "override export"
5243 and "override global".
5244
5245 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
5246
5247 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5248 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5249 (ada-no-auto-case): Fix typos in docstrings.
5250
5251 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5252
5253 * info.el (Info-find-node-2): Search for makeinfo version more
5254 carefully.
5255
5256 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
5257
5258 * textmodes/org.el (org-prepare-agenda-buffers):
5259 Use `invisible-OK' argument for `org-end-of-subtree'.
5260 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5261 (org-beginning-of-item): Fix bug in regular expression for white line.
5262 (org-export-as-html): Enforce space after bullet in plain list items.
5263 (org-set-autofill-regexps): Require space after plain list bullet
5264 for paragraph-start.
5265 (org-ts-regexp3): New constant.
5266 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5267 (org-timestamp-up-day, org-timestamp-down-day)
5268 (org-timestamp-change): Work with inactive timestamps.
5269 (org-ts-regexp1): Don't allow brackets in time stamps.
5270
5271 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
5272
5273 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5274 for ignoring links.
5275
5276 * faces.el (read-face-name): Use it.
5277
5278 2006-06-28 Juri Linkov <juri@jurta.org>
5279
5280 * buff-menu.el (list-buffers-noselect): Compare Info file
5281 with the string "dir" to detect Info directory.
5282
5283 * complete.el (partial-completion-mode): In lambda for
5284 `choose-completion-string-functions' use full function signature
5285 with 4 args, and move point to the end of the minibuffer only if arg
5286 `mini-p' is non-nil.
5287
5288 2006-06-28 John Paul Wallington <jpw@pobox.com>
5289
5290 * ibuffer.el (ibuffer-mode): Doc fix.
5291
5292 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
5293
5294 * textmodes/org.el (org-context): New contexts :item-bullet,
5295 :latex-fragment, :latex-preview.
5296 (org-overlays-at, org-overlay-start, org-overlay-end):
5297 New compatibility functions.
5298 (org-inside-LaTeX-fragment-p): More accurate matching, using the
5299 exact regexp that will be used during export.
5300 (org-latex-regexps): New variable.
5301 (org-cdlatex-mode): Improve advice for `texmathp'.
5302 (turn-on-org-cdlatex): New function.
5303
5304 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5305
5306 * term/mac-win.el (mac-handle-font-selection): Change keys of
5307 mac-atsu-font-table from strings to numbers.
5308 (mac-ts-caret-position): Use also when cursor-type is nil.
5309 (mac-ts-update-active-input-area): Add Mac OS Classic support.
5310 Relax condition for using overlay strings.
5311 Use mac-ts-caret-position face when cursor-type is nil.
5312
5313 2006-06-26 Kim F. Storm <storm@cua.dk>
5314
5315 * help.el (view-emacs-news): Declare `res' in the right let* form.
5316
5317 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
5318
5319 * net/rcompile.el (remote-compile): Replace ange-ftp based
5320 implementation by Tramp functions.
5321 Suggested by Marc Abramowitz <msabramo@gmail.com>.
5322
5323 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5324
5325 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
5326
5327 * international/fontset.el (setup-default-fontset): Fix a typo in
5328 the "Oriya-Akruti" registry name.
5329
5330 2006-06-23 Lars Hansen <larsh@soem.dk>
5331
5332 * desktop.el (desktop-full-file-name): New function.
5333 (desktop-kill, desktop-save, desktop-remove, desktop-read)
5334 (desktop-revert): Use it.
5335 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5336 (desktop-after-read-hook): Add option list-buffers.
5337 (desktop-locals-to-save): Add tab-width.
5338 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5339 Fix docstring.
5340
5341 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
5342
5343 * textmodes/org.el (org-cdlatex-mode-map)
5344 (org-cdlatex-texmathp-advice-is-done): New variables.
5345 (org-cdlatex-mode): New minor mode.
5346 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5347 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5348 (org-export-with-archived-trees): New option.
5349 (org-open-file): Remove the call to `convert-standard-filename'.
5350 (org-archive-tag, org-agenda-skip-archived-trees)
5351 (org-cycle-open-archived-trees)
5352 (org-sparse-tree-open-archived-trees): New options.
5353 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5354 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5355 New functions.
5356 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5357 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5358 (org-mode-map): Add binding for `org-toggle-archive-tag'.
5359 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5360 Call `org-prepare-agenda-buffers'.
5361 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5362 (org-file-apps, org-file-apps-defaults-gnu)
5363 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5364 Handle remote files by forcing them to be opened in Emacs.
5365
5366 2006-06-23 Andre Spiegel <spiegel@gnu.org>
5367
5368 * vc.el (vc-diff-knows-L): New variable.
5369 (vc-diff-internal): Use it to handle "diff" programs that don't
5370 understand -L. This works automatically, no user action is necessary.
5371
5372 2006-06-23 Daniel Brockman <daniel@brockman.se>
5373
5374 * net/rcirc.el (rcirc-default-user-full-name): Default to
5375 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5376 longer exists).
5377 (rcirc-process-list): Check `buffer-live-p' before attempting to
5378 switch to a buffer.
5379
5380 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
5381
5382 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5383 based on rcirc-coding-system-alist.
5384
5385 2006-06-23 Martin Rudalics <rudalics@gmx.at>
5386
5387 * cus-edit.el (customize-apropos): A better error message.
5388 (top level) <debug-ignored-errors>: Extend and update the list of
5389 ignored error messages.
5390
5391 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
5392
5393 * complete.el (PC-do-completion): Retain capitalization of user
5394 input, when possible, even if completion-ignore-case is set.
5395
5396 2006-06-23 Eli Zaretskii <eliz@gnu.org>
5397
5398 * generic-x.el (bat-generic-mode): Support .cmd files.
5399
5400 * dos-w32.el (top level): Use find-file-not-found-functions
5401 instead of the obsolete find-file-not-found-hooks.
5402
5403 2006-06-22 Kim F. Storm <storm@cua.dk>
5404
5405 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5406 to recognize mode name containing submodes, such as Grep/lw.
5407
5408 2006-06-21 Kim F. Storm <storm@cua.dk>
5409
5410 * simple.el (line-move-1): Check for move-end-of-line instead of
5411 end-of-line when setting temporary-goal-column.
5412
5413 2006-06-21 Miles Bader <miles@gnu.org>
5414
5415 * play/cookie1.el (cookie): Work properly when there's only one entry.
5416
5417 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
5418
5419 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5420 (gdb-frame-handler): Generalize frame regexp for templates.
5421
5422 2006-06-20 Glenn Morris <rgm@gnu.org>
5423
5424 * calendar/appt.el (appt-display-format): Default value must be
5425 one of the customize options.
5426
5427 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5428
5429 * term/xterm.el (terminal-init-xterm): Update key availability info.
5430 Bind C-return.
5431
5432 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
5433
5434 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * files.el (hack-local-variables): Run `hack-local-variables-hook'
5437 whether or not a local variables list is defined.
5438
5439 * msb.el (msb): Move `sit-for' hack here to handle both
5440 "mouse-down and drag" and "mouse-up and select" situations.
5441 (mouse-select-buffer): Move `sit-for' hack to `msb'.
5442
5443 2006-06-20 Kenichi Handa <handa@m17n.org>
5444
5445 * international/characters.el (word-combining-categories):
5446 Add entries for 2-byte Han characters.
5447
5448 2006-06-19 Richard Stallman <rms@gnu.org>
5449
5450 * bindings.el (mode-line-format): Save some mode line space.
5451
5452 * files.el (find-file-noselect): Improve the question wording.
5453 (basic-save-buffer-2): Mask UMASK against 666.
5454
5455 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5456 (mouse-drag-vertical-line): Call it.
5457
5458 * cus-edit.el (customize-option, customize-option-other-window):
5459 Error if SYMBOL is nil.
5460
5461 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
5462
5463 * textmodes/org.el: Require noutline, also on XEmacs.
5464 (org-end-of-subtree): Return point.
5465 (org-dblock-start-re, org-dblock-end-re): New constants.
5466 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5467 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5468 (org-update-all-dblocks, org-find-dblock): New functions.
5469 (org-collect-clock-time-entries): New function.
5470 (org-html-handle-time-stamps): Never export CLOCK timeranges.
5471 (org-fixup-indentation): Modify to deal correctly with lines
5472 starting with TAB. Only one argument DIFF now.
5473 (org-demote, org-promote): Call `org-fixup-indentation' with just
5474 one argument, DIFF.
5475 (org-mode): Don't mark buffer as modified when aligning tables.
5476 (org-clock-sum): Don't mark buffer modified when adding time sum
5477 properties.
5478 (org-export-as-html): Add support for a link validation function.
5479 (org-archive-all-done): New function.
5480 (org-archive-subtree): New prefix argument. When set, archive all
5481 done subtrees in this buffer.
5482 (org-remove-clock-overlays)
5483 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5484 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
5485 (org-put-clock-overlay): Don't swallow last headline character
5486 when displaying overlay.
5487 (org-store-link): Link to `image-mode' with just the file name.
5488
5489 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
5490
5491 * viper-cmd.el (viper-special-read-and-insert-char):
5492 Use read-key-sequence.
5493 (viper-after-change-undo-hook): Misc enhancements.
5494 (viper-after-change-undo-hook): New hook.
5495 (viper-undo): Use viper-after-change-undo-hook.
5496 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
5497 (viper-next-line-at-bol): If point is on a widget or a button, simulate
5498 clicking on that widget/button.
5499
5500 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
5501
5502 * ediff-diff (ediff-test-patch-utility): Catch errors.
5503 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5504 (ediff-set-actual-diff-options): New function.
5505 (ediff-reset-diff-options, ediff-toggle-ignore-case):
5506 Use ediff-set-actual-diff-options.
5507 (ediff-extract-diffs): Catch errors.
5508 (ediff-whitespace): Add non-breakable space.
5509 (ediff-same-file-contents): Catch errors.
5510
5511 * ediff-mult.el (ediff-collect-custom-diffs):
5512 Save coding-system-for-read.
5513
5514 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5515 (ediff-vc-internal, ediff-vc-merge-internal):
5516 Use ediff-delete-version-file.
5517 (ediff-delete-version-file): New function.
5518
5519 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5520
5521 * ediff.el (ediff-directories, ediff-directory-revisions)
5522 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5523 (ediff-directories-internal, ediff-merge-directory-revisions)
5524 (ediff-merge-directory-revisions-with-ancestor)
5525 (ediff-directories3): Use read-directory-name.
5526
5527 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
5528
5529 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5530 Remove superfluous part of regexp for brace matching which is handled
5531 by `scan-lists' call.
5532
5533 2006-06-16 Richard Stallman <rms@gnu.org>
5534
5535 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5536
5537 * files.el (basic-save-buffer-2): For a new precious file,
5538 use the default modes in the return value.
5539
5540 * facemenu.el (facemenu-color-alist): Doc fix.
5541
5542 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5543
5544 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5545
5546 * cus-start.el (all): Add mac-ts-script-language-on-focus.
5547
5548 * term/mac-win.el (mac-text-encoding-ascii): New constant.
5549 (mac-utxt-to-string): Use it.
5550 (mac-ts-update-active-input-area): Use mac-ae-number.
5551
5552 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5553
5554 * term.el (term-handle-scroll, term-delete-lines)
5555 (term-insert-lines): Fix off by one errors.
5556
5557 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5558
5559 * net/tramp.el (tramp-touch): Use UTC to express time.
5560
5561 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
5562
5563 * mail/sendmail.el (mail-send): Search explicitly for
5564 mail-header-separator when checking for corrupted header lines.
5565
5566 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
5567
5568 * progmodes/gdb-ui.el (gdb-same-frame): New option.
5569 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5570 (gdb-init-1): Initialise them.
5571 (gdb-starting): Reset gdb-printing
5572 (gdb-starting): Save value of gud-overlay-arrow-position.
5573 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5574 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5575 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5576 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5577
5578 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5581
5582 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
5583
5584 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
5585 (ldap-search-internal): Keep error messages, and a regexp fix.
5586
5587 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
5588
5589 * files.el (hack-local-variables-confirm):
5590 Display string value using its printed representation.
5591
5592 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
5593
5594 * server.el (server-edit): No-op if no server buffers exist.
5595
5596 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
5597
5598 * textmodes/page-ext.el (pages-directory-for-addresses):
5599 Including `pages-directory-address-mode' in the function results
5600 in the message "Buffer in which pages were found is deleted".
5601
5602 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
5603
5604 * textmodes/org.el (org-agenda-mode-map): Add bindings for
5605 clocking functions.
5606
5607 (org-agenda-clock-in, org-check-running-clock)
5608 (org-clock-out-if-current, org-remove-clock-overlays)
5609 (org-put-clock-overlay): New functions.
5610 (org-clock-marker, org-clock-file-total-minutes)
5611 (org-clock-overlays): New variables.
5612 (org-clock-display, org-clock-sum, org-clock-cancel)
5613 (org-clock-out, org-clock-in): New commands.
5614 (org-export): New function.
5615 (org-emph-re): New constant.
5616 (org-set-emph-re, org-do-emphasis-faces): New functions.
5617 (org-emphasis-regexp-components, org-emphasis-alist): New options.
5618 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
5619 (org-export-html-convert-emphasize): Use the configurable emphasis.
5620 (org-cleaned-string-for-export): Make multiline emphasis visible
5621 to the exporter. New optional argument PARAMETERS.
5622 (org-export-as-html): Specify :emph-multiline parameter to
5623 `org-cleaned-string-for-export'.
5624
5625 2006-06-10 Richard Stallman <rms@gnu.org>
5626
5627 * help.el (help-for-help-internal): Clean up help text.
5628
5629 2006-06-10 Andreas Schwab <schwab@suse.de>
5630
5631 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
5632 in doc string.
5633
5634 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
5635
5636 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
5637
5638 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
5639 spaces after the comment start.
5640
5641 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5642
5643 * play/pong.el (pong-init-buffer):
5644 Fill buffer with spaces instead of ^A.
5645
5646 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
5647 launched asynchronously, delete its process instead of being cool.
5648 (ispell-async-processp): Check for `delete-process' existence
5649 instead of `kill-process' one for consistency.
5650
5651 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
5652
5653 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
5654 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
5655 in mode line at startup.
5656
5657 2006-06-08 Kim F. Storm <storm@cua.dk>
5658
5659 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
5660 (ido-init-completion-maps): Bind them to M-SPC and M-v.
5661 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
5662 (ido-file-internal): Pass full file name to write-file.
5663 (ido-read-internal): Only pop stack elements automatically if they
5664 actually match an existing directory or file name.
5665
5666 2006-06-07 Kenichi Handa <handa@m17n.org>
5667
5668 * international/mule.el (find-auto-coding): Don't handle the short
5669 name `char-trans'.
5670
5671 * files.el (hack-local-variables-prop-line)
5672 (hack-local-variables): Cancel the previous change.
5673
5674 2006-06-06 Jesper Harder <harder@phys.au.dk>
5675
5676 * ediff-diff.el (ediff-test-utility): Protect against file-error.
5677
5678 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
5679
5680 * diff-mode.el (diff-mode): Set buffer-read-only to t when
5681 diff-default-read-only is non-nil.
5682 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
5683 (diff-refine-hunk): Set inhibit-read-only to t.
5684
5685 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
5686 modifying the *Diff* buffer.
5687 (diff-process-filter): New filter function for diff process that
5688 sets inhibit-read-only to t when modifying the *Diff* buffer.
5689
5690 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
5691
5692 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
5693 insertion point and control the number of empty lines.
5694 (org-paste-subtree): Limit the number of empty lines at the end of
5695 the inserted tree.
5696 (org-agenda): Use buffer name of current file for narrowing.
5697 (org-export-as-xml): Command removed.
5698 (org-export-xml-type): Option removed.
5699 (org-mode-map): Call `org-export-as-xoxo' directly.
5700 (org-get-indentation): New optional argument LINE.
5701 (org-fix-indentation, org-remove-tabs): New functions.
5702 (org-export-as-ascii, org-ascii-level-start): Determine and apply
5703 correct indentation for headlines that are converted it items.
5704 (org-skip-comments): Remove table lines that contain narrowing
5705 cookies but no other non-empty fields.
5706 (org-set-tags): Allow groups of mutually exclusive tags.
5707 (org-cmp-time): Sort 24:21 before items without time.
5708 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
5709 (org-open-at-point): Require double colon also for numbers.
5710
5711 2006-06-06 Kim F. Storm <storm@cua.dk>
5712
5713 * ido.el (ido-default-file-method, ido-default-buffer-method):
5714 Make choice values consistent with corresponding command names.
5715 (ido-visit-buffer): Update accordingly. Default to selected-window.
5716
5717 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
5718
5719 * progmodes/gud.el (gud-running): Fix doc string.
5720 (gud-menu-map): Use :visible instead fo :enable for debugger test.
5721 (gud-tooltip-modes): Add python-mode.
5722 (gud-tooltip-print-command): Add pdb. Remove perldb.
5723
5724 2006-06-05 Eli Zaretskii <eliz@gnu.org>
5725
5726 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
5727 Quote $(EMACS).
5728
5729 2006-06-05 Richard Stallman <rms@gnu.org>
5730
5731 * faces.el (defined-colors): Doc fix.
5732
5733 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
5734
5735 * vc.el (vc-process-filter): Inhibit undo info collection around
5736 call to insert.
5737 (vc-setup-buffer): Likewise for call to erase-buffer.
5738 (vc-do-command): Likewise for call to process-file.
5739
5740 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5741
5742 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
5743 for gud-go.
5744 (gud-common-init): Other debuggers may trigger error.
5745
5746 2006-06-05 Kenichi Handa <handa@m17n.org>
5747
5748 * international/mule.el (find-auto-coding):
5749 Handle enable-character-translation in file header.
5750
5751 2006-06-04 Kim F. Storm <storm@cua.dk>
5752
5753 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
5754 (authors-fixed-entries): Fix spelling.
5755 (authors-canonical-file-name): Don't report error for wildcards.
5756
5757 * help.el (view-emacs-news): Rewrite to support new NEWS,
5758 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
5759 e.g. version 10 matches 1.10, and don't be confused by version 1.1
5760 being a prefix of 1.12 (etc). A numeric prefix arg also works.
5761
5762 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
5763
5764 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5765 exec constructs like `foo bar`.
5766 (sh-quoted-subshell): New helper function to search for a possibly
5767 nested subshell (like `` or $()) within a "" quoted string.
5768 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5769 (sh-apply-quoted-subshell): Flag quote characters inside a
5770 subshell, which is itself already in a quoted region, as
5771 punctuation, since this is the closest to what they actually are.
5772 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5773 sh-apply-quoted-subshell.
5774 (sh-font-lock-syntactic-face-function): Apply the new face for
5775 text inside `` instead of the old font-lock-string-face.
5776
5777 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5778
5779 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5780 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5781 (mac-bytes-to-text-range, mac-ae-text-range-array)
5782 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5783 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
5784 (mac-ts-unicode-for-key-event): New functions.
5785 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5786 (mac-handle-font-selection): Use mac-ae-number.
5787 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5788 New variables.
5789 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5790 (mac-ts-converted-text, mac-ts-selected-converted-text)
5791 (mac-ts-block-fill-text, mac-ts-outline-text)
5792 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5793 (mac-ts-hilite-style-faces): New constant.
5794 (mac-apple-event-map): Bind text input events.
5795 (mac-dispatch-apple-event): Use command-execute instead of
5796 call-interactively.
5797 (global-map): Don't bind mac-apple-event.
5798 (special-event-map): Bind mac-apple-event.
5799
5800 2006-06-02 Eli Zaretskii <eliz@gnu.org>
5801
5802 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5803 file name.
5804 (emacs): Enclose the value of $(EMACS) in quotes.
5805
5806 2006-06-02 Juri Linkov <juri@jurta.org>
5807
5808 * international/mule.el (sgml-html-meta-auto-coding-function):
5809 Remove the condition `(search-forward "<html" size t)'.
5810 Replace `\"' with `[\"']?' in `re-search-forward'.
5811
5812 2006-06-02 Kenichi Handa <handa@m17n.org>
5813
5814 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5815 as well as `coding'.
5816 (hack-local-variables): Likewise.
5817
5818 * international/mule.el (enable-character-translation):
5819 Put permanent-local and safe-local-variable properties.
5820 (find-auto-coding): Handle char-trans: tag.
5821
5822 2006-06-02 Juri Linkov <juri@jurta.org>
5823
5824 * international/mule.el (sgml-html-meta-auto-coding-function):
5825 Limit the search by the end of the HTML header (if any).
5826
5827 2006-06-01 Richard Stallman <rms@gnu.org>
5828
5829 * subr.el (with-current-buffer): Doc fix.
5830
5831 2006-06-02 Masatake YAMATO <jet@gyve.org>
5832
5833 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
5834 Almost rewrite. Underlines over all lines of gcov output are too
5835 uncomfortable to read. Suggested by Dan Nicolaescu.
5836
5837 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5838
5839 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5840
5841 * shell.el (shell-mode): Use shell-mode-map in docstring.
5842
5843 * comint.el (comint-send-input): Do not add help-echo and
5844 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5845
5846 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5847
5848 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5849
5850 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
5851
5852 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5853 (gdb-stopped, gdb-info-stack-custom): If there is no source info
5854 look up the stack and pop up GUD buffer if necessary.
5855 (gdb-frames-select): Remove redundant call to gud-display-frame.
5856 (gdb-info-threads-custom): Keep point at start of buffer.
5857 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5858
5859 2006-05-31 Juri Linkov <juri@jurta.org>
5860
5861 * replace.el (query-replace-read-from, query-replace-read-to):
5862 Bind `history-add-new-input' to nil. Call `add-to-history'.
5863
5864 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
5865
5866 * textmodes/table.el: Convert all HTML tags to lower case for
5867 XHTML compatibility.
5868
5869 2006-05-31 Masatake YAMATO <jet@gyve.org>
5870
5871 * progmodes/compile.el:
5872 (compilation-error-regexp-alist-alist::gcov-called-line):
5873 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
5874
5875 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
5876
5877 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
5878 Revert inadvertent changes made with last commit.
5879
5880 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
5881
5882 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5883 New functions.
5884
5885 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5886
5887 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
5888
5889 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
5890 only matches in the right place.
5891 (org-upcoming-deadline): New face.
5892 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
5893 (org-export-ascii-underline): Rename constant `org-ascii-underline'
5894 and make it an option.
5895 (org-export-ascii-bullets): New option.
5896 (org-export-as-html): Many changes to emit valid XHTML.
5897 (org-par-open): New variable.
5898 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
5899 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
5900 (org-timeline): Pass `org-timeline-show-empty-dates' to
5901 `org-get-all-dates'. Interpret empty dates returned by
5902 `org-get-all-dates'.
5903 (org-get-all-dates): New argument EMPTY. Add dates without
5904 entries to the list, mark large ranges of empty dates.
5905 (org-point-in-group, org-context): New functions.
5906
5907 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
5908
5909 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5910
5911 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5912 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5913 to C-mouse-3 (for 2 button mice).
5914 (gdb-send): Do the right thing for C-d.
5915
5916 * speedbar.el (speedbar-detach): Delete.
5917 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5918 it breaks things.
5919 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
5920
5921 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
5922
5923 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5924 Makeppfile.
5925
5926 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5927 Add makepp diagnostic.
5928
5929 2006-05-29 Richard Stallman <rms@gnu.org>
5930
5931 * window.el (fit-window-to-buffer): Doc fix.
5932
5933 * help.el (temp-buffer-max-height): Doc fix.
5934
5935 * subr.el (with-current-buffer): Doc fix.
5936
5937 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5938
5939 * term/x-win.el: Bind F10 to menu-bar-start if available.
5940
5941 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
5942
5943 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5944 uses with a simple test.
5945 (term-set-escape-char, term-mode, term-check-kill-echo-list)
5946 (term-send-raw-string, term-send-raw, term-mouse-paste)
5947 (term-char-mode, term-line-mode, term-exec, term-sentinel)
5948 (term-handle-exit, term-read-input-ring)
5949 (term-previous-matching-input-string)
5950 (term-previous-matching-input-string-position)
5951 (term-previous-matching-input-from-input)
5952 (term-replace-by-expanded-history, term-send-input)
5953 (term-skip-prompt, term-bol, term-send-invisible)
5954 (term-kill-input, term-delchar-or-maybe-eof)
5955 (term-backward-matching-input, term-check-source)
5956 (term-proc-query, term-emulate-terminal)
5957 (term-handle-colors-array, term-process-pager, term-pager-line)
5958 (term-pager-bob, term-unwrap-line, term-word)
5959 (term-dynamic-complete-filename)
5960 (term-dynamic-complete-as-filename)
5961 (term-dynamic-simple-complete): Replace one arm ifs with whens or
5962 unlesses.
5963
5964 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
5967 during bootstrapping.
5968
5969 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
5970 Basically undo the change of 2006-05-26: use extra arguments instead of
5971 dynamic scoping.
5972 (ewoc-locate): Remove unused var `footer'.
5973
5974 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
5977
5978 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
5979 (generate-file-autoloads): Obey it. Return whether autoloads were
5980 added at point or not.
5981 (update-file-autoloads): Use this new return value.
5982 Remove redundant test for the presence of an autoload cookie.
5983
5984 * emacs-lisp/autoload.el (autoload-find-file): New fun.
5985 This one calls hack-local-variables.
5986 (generate-file-autoloads, update-file-autoloads): Use it.
5987
5988 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
5989 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5990 (bibtex-sort-entry-class-alist): Don't set the global value.
5991 (bibtex-init-sort-entry-class-alist): New fun.
5992 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
5993 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
5994 of bibtex-init-sort-entry-class.
5995
5996 2006-05-28 Richard Stallman <rms@gnu.org>
5997
5998 * subr.el (load-history-regexp): If FILE is relative, insist
5999 entire last name component must match it.
6000 (load-history-filename-element, load-history-regexp): Doc fixes.
6001
6002 2006-05-29 Kim F. Storm <storm@cua.dk>
6003
6004 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6005 `pos' and `raw-data' for clarity, as eval forms may access these.
6006
6007 2006-05-28 Kim F. Storm <storm@cua.dk>
6008
6009 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
6010
6011 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * progmodes/make-mode.el (makefile-browser-map)
6014 (makefile-mode-syntax-table): Move initialization inside declaration.
6015 (makefile-fill-paragraph): Use the default comment-filling code.
6016
6017 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
6018
6019 * replace.el (query-replace-defaults): New variable.
6020 (query-replace-read-from): Use `query-replace-defaults' for
6021 default value, instead of history list.
6022 (query-replace-read-to): Update `query-replace-defaults'.
6023
6024 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
6027 with no X toolkit.
6028
6029 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
6030
6031 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
6032 (tumme-show-all-from-dir): Add autoload.
6033
6034 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6035
6036 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
6037 (tumme-remove-tag): Fix bug.
6038
6039 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6040
6041 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
6042 FOOTER args. Update unique caller.
6043 (ewoc-delete): Compute last node once before looping.
6044 (ewoc--node-branch): Merge into unique caller.
6045 (ewoc--node): Don't define constructor make-ewoc--node for this
6046 structure.
6047 (ewoc): Add member `hf-pp' to this structure.
6048 (ewoc--wrap): New func.
6049 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
6050 header/footer pretty-printers. Save header/footer pretty-printer.
6051 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
6052
6053 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
6054
6055 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6056
6057 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
6058 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
6059 Tag'. Change "Compare directories..." to "Change Directories...".
6060 Move tumme commands to Operate, Regexp and Immediate menus.
6061 Change "Add Comment" to "Add Image Comment". Change "Add Image
6062 Tag" to "Add Image Tags".
6063
6064 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
6065 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
6066 `tumme-delete-tag'.
6067
6068 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
6069
6070 * shell.el (shell-mode): Call shell-dirtrack-mode after
6071 list-buffers-directory is made a local variable, to avoid setting
6072 the default value.
6073
6074 2006-05-26 Kevin Ryde <user42@zip.com.au>
6075
6076 * info.el (Info-index-next): Use where-is-internal to report
6077 actual binding of Info-index-next, rather than hard-coded `,'.
6078
6079 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6080
6081 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
6082 and "Find Command in Manual" to here.
6083
6084 * buff-menu.el (list-buffers-noselect): For Info buffers, use
6085 Info-current-file as the file name.
6086
6087 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
6088
6089 * ses.el (defadvice undo-more): Delete this defadvice. The undo
6090 overrides will now be done a different way.
6091 (ses-set-parameter): Reapply this function for undo.
6092 (ses-set-header-row): Reconstruct header row during undo.
6093 (ses-widen): New function.
6094 (ses-goto-data, ses-reconstruct-all): Use new function.
6095 (ses-command-hook): Widen buffer during undo, before unupdating
6096 the cells.
6097 (ses-insert-row, ses-delete-row): Widen buffer during undo.
6098 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
6099 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
6100 formula hasn't been executed yet.
6101
6102 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6103
6104 * comint.el (comint-kill-whole-line): Rename arg to count.
6105 Fix doc string.
6106
6107 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
6110 to copy-file.
6111
6112 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6113
6114 * simple.el (toggle-truncate-lines): Make arg optional for
6115 backward compatibility.
6116
6117 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
6118
6119 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
6120 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
6121 DLL arg. Instead, use ewoc--current-dll. Update all callers.
6122 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
6123 (ewoc--adjust): Use ewoc--current-dll.
6124 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
6125
6126 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6127
6128 * textmodes/org.el (org-next-item, org-previous-item): Emit more
6129 compact error message.
6130 (org-tags-view): Refresh category table in each file.
6131 (org-table-justify-field-maybe): Remove superfluous arguments to
6132 `format'.
6133 (org-export-as-html): Insert "<p>" before postamble.
6134 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
6135
6136 2006-05-26 Kenichi Handa <handa@m17n.org>
6137
6138 * textmodes/po.el (po-find-charset): Pay attention to the case
6139 FILENAME is a cons (NAME . BUFFER).
6140 (po-find-file-coding-system-guts): Likewise.
6141
6142 * arc-mode.el (archive-set-buffer-as-visiting-file):
6143 Call find-operation-coding-system with (FILENAME . BUFFER).
6144
6145 * tar-mode.el (tar-extract): Call find-operation-coding-system
6146 with (FILENAME . BUFFER).
6147
6148 * international/mule.el (decode-coding-inserted-region):
6149 Call find-operation-coding-system with (FILENAME . BUFFER).
6150
6151 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * image-mode.el (image-toggle-display): Use buffer contents to
6154 generate image for a remote file.
6155
6156 2006-05-25 Juri Linkov <juri@jurta.org>
6157
6158 * replace.el (query-replace-read-from, query-replace-read-to):
6159 Remove 8th arg KEEP-ALL in read-from-minibuffer.
6160
6161 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
6162
6163 * whitespace.el (whitespace-cleanup): Change to cleanup
6164 region if one is active.
6165 * whitespace.el (whitespace-cleanup-internal): New internal method.
6166
6167 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6168
6169 * dired.el (dired-mode-map): Add help-echo strings to tumme
6170 commands. Bind `tumme-dired-display-image' to C-t i.
6171
6172 * tumme.el (tumme-display-image): Change documentation string slightly.
6173 (tumme-dired-display-image): Add call to `display-buffer'.
6174
6175 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6176
6177 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6178 Signal error if RAW-DATA is a multibyte string.
6179
6180 2006-05-24 Richard Stallman <rms@gnu.org>
6181
6182 * subr.el (with-local-quit): When handling `quit' signal,
6183 make a chance for quit-flag to cause a quit.
6184
6185 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6186 (ad-disable-advice): Add autoloads.
6187
6188 * subr.el (read-passwd): Copy PROMPT before changing its properties.
6189
6190 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6191
6192 * dired.el (dired-mode-map): Change menu items for tumme as per
6193 suggestions in emacs-devel.
6194
6195 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6196
6197 * dired.el (dired-mode-map): Fix breakage.
6198
6199 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6200
6201 * tumme.el (tumme-display-dired-image): Rename to...
6202 (tumme-dired-display-image): ...this.
6203 (tumme-track-movement): Change default value to t.
6204 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6205 used from `tumme-next-line-and-display' and similar commands.
6206
6207 * dired.el (dired-mode-map): Add Thumbnail submenu under the
6208 Immediate menu. Add some tumme commands there.
6209
6210 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
6211
6212 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6213
6214 2006-05-24 Chong Yidong <cyd@mit.edu>
6215
6216 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6217 menu entries that open submenus.
6218
6219 2006-05-24 Alan Mackenzie <acm@muc.de>
6220
6221 * startup.el (command-line): For names of preloaded files, don't
6222 append ".elc" (now done in Fload), and call file-truename on the
6223 lisp directory.
6224
6225 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
6226 match ANY loaded file with the right name, not just those in
6227 load-path. Put a regexp matching the file name into
6228 after-load-alist, rather than the name itself.
6229
6230 * subr.el: New functions load-history-regexp,
6231 load-history-filename-element, do-after-load-evaluation.
6232
6233 * international/mule.el (load-with-code-conversion): Do the
6234 eval-after-load stuff by calling do-after-load-evaluation.
6235
6236 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6237
6238 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6239 has not been killed.
6240
6241 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6242
6243 * term/mac-win.el: Set idle timer to clean up expired Apple events.
6244 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6245 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6246 Optionally set error message in reply.
6247
6248 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6249
6250 * textmodes/org.el (org-open-at-point): Use renamed variable
6251 `org-confirm-shell-link-function'.
6252 (org-confirm-shell-link-function): Rename from
6253 `org-confirm-shell-links'.
6254 (org-export-directory): New function.
6255 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6256 (org-export-icalendar): Use `org-export-directory'.
6257 (org-indent-item): Keep cursor position.
6258 (org-link-file-path-type): New option.
6259 (org-export-as-html): Fix bug with plain lists starting in
6260 column 0.
6261 (org-export-as-html): Remove deadline formatting, this happens
6262 now already in `org-html-handle-time-stamps'.
6263 (org-export-html-style): Deadline class removed.
6264 (org-insert-labeled-timestamps-at-point): New option.
6265 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6266 of `hide-sublevels 1', in case the first headline is not level 1.
6267 (org-overview, org-content): New fuction.
6268 (org-cycle-global-status, org-cycle-subtree-status): Make these
6269 variables buffer-local.
6270 (org-global-cycle): New command.
6271 (org-shifttab): Use `org-global-cycle'.
6272 (org-insert-heading, org-insert-item): Go to end of new
6273 headline/item after creating it.
6274 (org-export-visible): Rename from `org-export-copy-visible'.
6275 Now creates a temporary org-file and applies an exporting command
6276 to it.
6277 (org-table-eval-formula): Support for lisp forms.
6278 (org-agenda-todo-ignore-scheduled): New option.
6279 (org-agenda-get-todos): Use new option
6280 `org-agenda-todo-ignore-scheduled'.
6281 (org-export-html-inline-images): New value `maybe'.
6282 (org-export-as-html): Inlining of images dependent on link description.
6283 (org-archive-subtree): Check for end-of-buffer before trying
6284 `kill-line'.
6285 (org-agenda-follow-mode): New option.
6286 (org-export-with-tags, org-export-with-timestamps): New options.
6287 (org-html-handle-time-stamps): New function.
6288 (org-keyword-time-regexp): New variable.
6289 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6290 (org-agenda-todo-list-sublevels): New option.
6291 (org-html-level-start): When TITLE is nil, just close all levels.
6292 (org-parse-key-lines, org-parse-export-options): Remove functions,
6293 replaced by `org-infile-export-plist'.
6294 (org-combine-plists, org-infile-export-plist)
6295 (org-default-export-plist): New functions.
6296 (org-export-html-preamble, org-export-html-postamble)
6297 (org-export-html-auto-preamble, org-export-html-auto-postamble):
6298 New variables.
6299 (org-export-publishing-directory): New option.
6300 (org-export-as-html, org-export-as-ascii): Use the new property
6301 lists for settings.
6302 (org-export-copy-visible, org-export-as-xoxo):
6303 Respect `org-export-publishing-directory'.
6304 (org-link-search, org-store-link, org-file-apps): Support for
6305 links to BibTeX database entries..
6306 (org-get-current-options, org-set-regexps-and-options):
6307 Implement logging as a startup option.
6308 (org-store-link): Make sure context string is never empty
6309 (org-insert-link): Use relative path when possible.
6310 (org-at-item-checklet-p): New function.
6311 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6312 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6313 (org-metaright, org-metaup, org-metadown, org-shiftup)
6314 (org-shiftdown, org-shiftright, org-shiftleft)
6315 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6316 Dispatch using `call-interactively'.
6317 (org-call-with-arg): New defsubst.
6318 (org-tag-alist, org-use-fast-tag-selection): New options.
6319 (org-complete): Use `org-tag-alist'.
6320 (org-fast-tag-insert, org-fast-tag-selection): New functions.
6321 (org-next-item, org-previous-item): New commands.
6322 (org-beginning-of-item, org-end-of-item): Add (interactive) to
6323 make command.
6324 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6325
6326 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6327
6328 * emacs-lisp/ewoc.el (ewoc-delete): New function.
6329 (ewoc-filter): Use `ewoc-delete'.
6330
6331 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6332
6333 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6336 Signal more user-friendly error messages.
6337
6338 * complete.el (PC-do-completion): Undo the addition of implicit
6339 wildcards if they did not lead to finding any match.
6340 (read-file-name-internal): Don't add the final > if the completion is
6341 not finished.
6342
6343 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6344
6345 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6346 Quote safe-local-variable predicate.
6347
6348 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6349
6350 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6351
6352 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6353
6354 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6355
6356 * progmodes/make-mode.el (makefile-special-targets-list)
6357 (makefile-macro-table, makefile-target-table): Mark as risky.
6358 (makefile-query-one-target-method): Make this the alias for the
6359 following variable.
6360 (makefile-query-one-target-method-function): Make this the real name.
6361
6362 * textmodes/artist.el (artist-text-renderer): Make this the alias
6363 for the following variable.
6364 (artist-text-renderer-function): Make this the real name.
6365
6366 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6367 the alias for the following variable.
6368 (flyspell-generic-check-word-predicate): Make this the real name.
6369
6370 * textmodes/ispell.el (ispell-format-word): Make this the alias
6371 for the following variable.
6372 (ispell-format-word-function): Make this the real name.
6373 (ispell-message-text-end): Mark as risky.
6374
6375 * skeleton.el (skeleton-transformation, skeleton-filter)
6376 (skeleton-pair-filter): Make these the aliases for the following
6377 variables.
6378 (skeleton-transformation-function, skeleton-filter-function)
6379 (skeleton-pair-filter-function): Make these the real names.
6380
6381 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6382 and skeleton-pair-filter-function.
6383
6384 * textmodes/sgml-mode.el (sgml-transformation): Make this the
6385 alias for the following variable.
6386 (sgml-transformation-function): Make this the real name.
6387 (sgml-tag-alist): Mark as risky.
6388
6389 2006-05-21 Richard Stallman <rms@gnu.org>
6390
6391 * simple.el (kill-region): Interactively, pass point, then mark.
6392
6393 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6394
6395 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6396
6397 2006-05-21 Romain Francoise <romain@orebokech.com>
6398
6399 * dired-x.el (dired-mode-map): Don't bind M-g.
6400
6401 2006-05-20 Richard Stallman <rms@gnu.org>
6402
6403 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6404 (dired-goto-file): Doc fix.
6405
6406 2006-05-21 Kim F. Storm <storm@cua.dk>
6407
6408 * emulation/cua-base.el: Mention customizing cua-mode as alternative
6409 way to enable built-in cua-mode if user loads older CUA-mode package.
6410
6411 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6412 if default-filename is specified.
6413
6414 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6415
6416 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6417
6418 * info.el (info-apropos): Make sure current-file and current-node
6419 have non-nil values. Speed up by using add-to-list instead of
6420 manual consing.
6421
6422 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6423
6424 * progmodes/make-mode.el (makefile-mode): Doc fix.
6425
6426 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6427
6428 * dired-aux.el (dired-do-shell-command): Doc fix.
6429
6430 2006-05-20 Kevin Ryde <user42@zip.com.au>
6431
6432 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6433 ``(custom-manual :tag "Foo" "(foo)Node")''.
6434
6435 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
6436
6437 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6438 value is an integer.
6439
6440 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6441
6442 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6443 "format".
6444 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6445
6446 2006-05-20 Martin Rudalics <rudalics@gmx.at>
6447
6448 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6449 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6450
6451 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6454 regexp for keywords.
6455
6456 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
6457
6458 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6459 replace-regexp-in-string.
6460
6461 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6462 encode, and escape file name on conversion to URL.
6463
6464 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6465
6466 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6467 Don't unescape URL.
6468 (dnd-get-local-file-name): Unescape URL on conversion to file name.
6469
6470 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6471 on conversion to URLs.
6472
6473 * net/browse-url.el (browse-url-file-url): Encode file name on
6474 conversion to URL.
6475
6476 * term/mac-win.el (mac-ae-open-documents): Escape file name on
6477 conversion to URL.
6478
6479 2006-05-19 Eli Zaretskii <eliz@gnu.org>
6480
6481 * progmodes/cc-styles.el (c-style-alist): Doc fix.
6482
6483 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6484
6485 * term/mac-win.el (mac-bytes-to-digits): Remove function.
6486 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6487
6488 2006-05-19 Glenn Morris <rgm@gnu.org>
6489
6490 * calendar/diary-lib.el (diary-bahai-date)
6491 (list-bahai-diary-entries, mark-bahai-diary-entries)
6492 (mark-bahai-calendar-date-pattern): Not interactive.
6493 (add-to-diary-list): New optional arg LITERAL. Doc fix.
6494 (diary-entries-list): Change format of 4th element in each entry.
6495 (diary-list-entries): Use add-to-diary-list.
6496 (diary-goto-entry): Handle the case where the buffer visiting the
6497 diary has been killed.
6498 (fancy-diary-display): Add 'locator to button rather than 'marker.
6499 Only generate temp-face when there are marks to apply.
6500 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6501 (diary-fancy-date-pattern): New variable.
6502 (diary-time-regexp): Doc fix.
6503 (diary-anniversary, diary-time): New faces.
6504 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6505 diary-time-regexp. Add font-lock-multiline property where needed.
6506 Use new faces diary-anniversary and diary-time.
6507 (diary-fancy-font-lock-fontify-region-function): New function, to
6508 handle multiline font-lock pattern in fancy diary.
6509 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6510 (diary-font-lock-keywords): Tweak time regexp. Use new face
6511 diary-time.
6512
6513 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
6514
6515 * international/code-pages.el (mik): Table corrected.
6516
6517 2006-05-18 Kim F. Storm <storm@cua.dk>
6518
6519 * progmodes/grep.el (grep-find): Don't check grep-find-command
6520 before running command (breaks non-interactive usage).
6521
6522 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
6523
6524 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6525 (ewoc--insert-new-node): Don't insert trailing newline.
6526 Instead, adjust successor nodes's start markers.
6527 (ewoc--refresh-node): Delete all text from current node's start
6528 marker to the next one's; adjust successor nodes's start markers.
6529 (ewoc--create): Doc fixes.
6530 (ewoc--refresh): Don't insert newline.
6531 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
6532 * pcvs.el (cvs-make-cvs-buffer):
6533 Specify extra newline for ewoc's header and footer.
6534 (cvs-update-header): Update initial header recognition.
6535 Append newline to final header and footer values.
6536 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6537
6538 2006-05-17 Richard Stallman <rms@gnu.org>
6539
6540 * files.el (file-name-extension): Doc fix.
6541
6542 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6545 we can explicitly enable/disable rather than toggle.
6546 (shell-mode): Use it.
6547 (shell-cd): Don't try to reproduce what `cd' does.
6548
6549 2006-05-17 Kim F. Storm <storm@cua.dk>
6550
6551 * ido.el (ido-read-internal): Use only nondirectory part of
6552 default item.
6553
6554 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
6555
6556 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6557 (ewoc-nth): Doc fix.
6558
6559 (ewoc-map, ewoc-invalidate): Compute PP before looping.
6560
6561 2006-05-16 Eli Zaretskii <eliz@gnu.org>
6562
6563 * international/mule.el (auto-coding-alist): Add .lha to files
6564 read with no-conversion.
6565
6566 * files.el (auto-mode-alist): Add .lha files to archive file
6567 extensions.
6568
6569 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6570 Convert csize to integer when computing offsets within the
6571 compressed archive file.
6572
6573 2006-05-16 Kim F. Storm <storm@cua.dk>
6574
6575 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6576 with read-from-minibuffer.
6577
6578 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6579
6580 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
6581 (byte-compile-warnings): Fix safe-local-variable property.
6582
6583 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
6584
6585 * allout.el (allout-show-bodies, allout-old-style-prefixes)
6586 (allout-stylish-prefixes, allout-numbered-bullet)
6587 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6588 predicates to qualify `safe-local-variable' property, when
6589 available, else use equivalent lambda.
6590 (allout-current-topic-collapsed-p): Do the right thing regarding
6591 trailing blank lines.
6592
6593 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * server.el (server-start): Only create a directory if needed.
6596 (server-edit, server-unload-hook): server-start => server-mode.
6597 (kill-emacs-hook): Cleanup upon exit.
6598
6599 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * hexl.el (hexlify-buffer): Encode process arguments manually.
6602
6603 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
6604
6605 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
6606 call to gdb-tooltip-print.
6607
6608 2006-05-15 Romain Francoise <romain@orebokech.com>
6609
6610 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
6611 systems, default to "tar" since those systems probably have GNU tar.
6612
6613 2006-05-14 Lars Hansen <larsh@soem.dk>
6614
6615 * desktop.el (desktop-missing-file-warning): Fix docstring.
6616 (desktop-restore-file-buffer): Correct question asked on missing file.
6617
6618 2006-05-14 Kim F. Storm <storm@cua.dk>
6619
6620 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
6621 Add CUA move property.
6622
6623 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
6624
6625 * custom.el (custom-push-theme): Load the variable before checking
6626 its `standard-value'.
6627
6628 2006-05-13 Lars Hansen <larsh@soem.dk>
6629
6630 * desktop.el (desktop-save): Use with-temp-buffer.
6631
6632 2006-05-12 Glenn Morris <rgm@gnu.org>
6633
6634 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
6635 * calendar/calendar.el (calendar-mode-map):
6636 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
6637 * calendar/appt.el (appt-check, appt-make-list): Refer to
6638 diary-view-entries, diary-list-entries, diary-show-all-entries
6639 rather than obsolete aliases.
6640
6641 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * simple.el (line-move-finish): Avoid calling point motion hooks
6644 while processing intangibility.
6645
6646 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
6647
6648 * term/xterm.el (terminal-init-xterm): Fix typo.
6649
6650 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
6651
6652 * allout.el (allout-view-change-hook): Mark as being deprecated,
6653 to be replaced by `allout-exposure-change-hook'.
6654 (allout-exposure-change-hook): New, replacing
6655 `allout-view-change-hook'.
6656 (allout-flag-region): Run new hook `allout-exposure-change-hook',
6657 in addition to `allout-view-change-hook'.
6658 (allout-show-bodies, allout-old-style-prefixes)
6659 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
6660 lambda forms to prevent their showing up in variable help
6661 presentations as inscrutable byte-compiled code.
6662 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
6663 Use string-or-null-p to qualify safe-local-variable values.
6664 (allout-reindent-bodies): Use memq to qualify matches against
6665 valid safe-local-variable values. Also, quote the lambda as above.
6666 (allout-use-mode-specific-leader): Add missing candidate-value
6667 symbols, use memq, and quote the lambda.
6668 (allout-overlay-interior-modification-handler): Remove unused
6669 variables `msg' and 'opened'.
6670 (allout-hidden-p): Constrain invisibility consideration to allout's
6671 invisibility spec, disregarding invisibility for other reasons.
6672
6673 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6674
6675 * files.el (version-control): Correct safe values.
6676
6677 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
6678
6679 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
6680
6681 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
6682 (ewoc--insert-new-node): New func.
6683 Update callers of deleted funcs to use it, instead.
6684
6685 2006-05-11 Glenn Morris <rgm@gnu.org>
6686
6687 * calendar/calendar.el (diary-show-all-entries): Do not refer to
6688 obsolete alias `show-all-diary-entries'.
6689 (make-diary-entry): Not interactive.
6690 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
6691 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
6692 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6693 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6694 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6695 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
6696
6697 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6698
6699 * calendar/calendar.el (calendar-french-date-string)
6700 (calendar-mayan-date-string, calendar-chinese-date-string)
6701 (calendar-astro-date-string, calendar-iso-date-string)
6702 (calendar-islamic-date-string, calendar-bahai-date-string)
6703 (calendar-hebrew-date-string, calendar-coptic-date-string)
6704 (calendar-ethiopic-date-string, calendar-persian-date-string):
6705 These functions are not interactive.
6706
6707 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
6708
6709 * files.el: Balance parentheses.
6710
6711 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
6712
6713 * files.el, newcomment.el, outline.el, simple.el,
6714 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
6715 progmodes/cc-vars.el, progmodes/compile.el:
6716 Move `safe-local-variable' declarations to the respective files.
6717
6718 * help-fns.el (describe-variable): Don't print safe-var if it is
6719 byte-code. Improve wording as suggested by Luc Teirlinck.
6720
6721 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6722
6723 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
6724 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
6725 Use a token for pending-triggers to ensure gdb-var-update
6726 gets called once per user input again for pre-GDB 6.4.
6727 (gdb-var-delete): Match on more complex expressions.
6728 (gdb-var-list-children-handler, gdb-var-create-handler):
6729 Use a token for consistency.
6730
6731 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
6732
6733 * textmodes/org.el (org-read-date, org-goto-calendar)
6734 (org-agenda-goto-calendar):
6735 Bind `view-calendar-holidays-initially' to nil.
6736
6737 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6738
6739 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
6740 Update all callers to do it there, instead.
6741
6742 2006-05-10 Glenn Morris <rgm@gnu.org>
6743
6744 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
6745 prefix arg case, to avoid view-diary-entries-initially error.
6746 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6747 (calendar-date-is-legal-p): Handle dates with no day part.
6748
6749 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6750
6751 * comint.el (comint-insert-input): Just make it when
6752 comint-use-prompt regexp is nil (default) and with the mouse.
6753 (comint-copy-old-input): Reinstate from 2004-06-23.
6754 (comint-mode-map): Bind C-c C-m to it.
6755
6756 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
6757
6758 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6759 Remove spurious move to point-max (new comint behavior fixes).
6760
6761 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6762 compatibility function (Emacs 18/19).
6763 (idlwave-is-continuation-line): Always return point at start of
6764 previous non-blank continuation line.
6765 (keyword-parameters): Fix continued comment font-lock matcher.
6766 (idlwave-font-lock-fontify-region): Written, use as
6767 font-lock-fontify-region-function, to fix continued keyword
6768 fontification issues.
6769
6770 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6771
6772 * term/mac-win.el (mac-font-panel-mode): Doc fix.
6773 (mac-service-selection, mac-service-open-file)
6774 (mac-service-open-selection, mac-service-mail-selection)
6775 (mac-service-mail-to, mac-service-insert-text): Rename from
6776 mac-services-*. All uses changed.
6777 (mac-apple-event-map): Rename event symbol `services' to `service'.
6778
6779 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
6780
6781 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6782 (ewoc--node-enter-first, ewoc--node-enter-last)
6783 (ewoc--delete-node-internal): Merge funcs into unique callers.
6784
6785 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
6786
6787 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6788 return value of read-from-minibuffer for empty input.
6789
6790 2006-05-09 Miles Bader <miles@gnu.org>
6791
6792 * comint.el (comint-insert-input): Remove redundant calls to setq
6793 and goto-char.
6794
6795 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
6796
6797 * comint.el (comint-insert-input): Make it work when
6798 comint-use-prompt-regexp is t.
6799
6800 2006-05-10 Miles Bader <miles@gnu.org>
6801
6802 * subr.el (field-at-pos): New function.
6803
6804 * comint.el (comint-insert-input): Use it.
6805
6806 2006-05-09 Juri Linkov <juri@jurta.org>
6807
6808 * battery.el (battery-linux-proc-acpi): Also try
6809 `/proc/acpi/thermal_zone/THR2/temperature'.
6810
6811 * files.el <safe-local-variable>: Remove `eval' and `let' binding
6812 for now unused lambda `string-or-null'.
6813
6814 * add-log.el (change-log-default-name): Put `string-or-null-p'
6815 instead of lambda on `safe-local-variable' property.
6816
6817 * diff-mode.el (diff-context->unified): Use `region-beginning' and
6818 `region-end' instead of `mark' and `point'.
6819 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6820 Operate on region in Transient Mark mode when the mark is active.
6821 Use `region-beginning' and `region-end' instead of `mark' and
6822 `point'.
6823 (diff-hunk-text, diff-goto-source): Doc fix.
6824
6825 * startup.el (fancy-splash-screens, normal-splash-screen): Use
6826 face `mode-line-buffer-id' for mode-line buffer face instead of
6827 hard-coded `(:weight bold)'.
6828
6829 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6830 buffer-undo-list to t (undo-ask is reproducible by visiting
6831 nested archives).
6832
6833 2006-05-09 Kim F. Storm <storm@cua.dk>
6834
6835 * progmodes/grep.el (rgrep): Set default directory of *grep*
6836 buffer if we start M-x rgrep in the *grep* buffer and choose
6837 a different base directory.
6838
6839 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6840
6841 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6842 completion also when ido is loaded.
6843
6844 2006-05-09 Masatake YAMATO <jet@gyve.org>
6845
6846 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6847 "warning" and "import".
6848 (cpp-font-lock-keywords): Added "warning".
6849
6850 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6851
6852 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6853
6854 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6857 pages at a time, if we signal the end, we should indeed reach that end.
6858
6859 2006-05-08 David Reitter <david.reitter@gmail.com>
6860
6861 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6862 output during execution of the body.
6863
6864 2006-05-08 Kim F. Storm <storm@cua.dk>
6865
6866 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6867
6868 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
6869
6870 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6871 Use with-current-buffer.
6872
6873 2006-05-07 Kim F. Storm <storm@cua.dk>
6874
6875 * subr.el (add-to-history): Remove keep-dups arg.
6876
6877 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6878 to nil around call to add-to-history.
6879
6880 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6883 than after a buffer modification.
6884
6885 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
6886
6887 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6888 call to...
6889 (gud-watch): ...here so speedbar is raised for already watched
6890 expressions.
6891 (gdb-speedbar-refresh): Delete function.
6892 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6893 Use speedbar-timer-fn instead of speedbar-refresh (reverting
6894 earlier change).
6895 (gdb-var-evaluate-expression-handler)
6896 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
6897
6898 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6899 Update localized contents for all buffers except ignored modes.
6900
6901 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6902
6903 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6904 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6905 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6906 (mac-handle-font-panel-closed, mac-handle-font-selection):
6907 New functions.
6908 (mac-font-panel-mode): New minor mode.
6909 (mac-apple-event-map): Add bindings for toolbar toggle button and
6910 font panel.
6911 (menu-bar-showhide-menu): Add mac-font-panel-mode.
6912
6913 2006-05-07 John Paul Wallington <jpw@pobox.com>
6914
6915 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6916 Avoid `regexp-opt'; simplify regexp for readability.
6917
6918 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6919
6920 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6921 * files.el (buffer-stale-function):
6922 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6923 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6924 links to the main manual, not to emacs-xtra.
6925
6926 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6927
6928 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
6929 MacJapanese if text is ASCII-only.
6930
6931 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
6932
6933 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6934 unless so nil isn't returned.
6935 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6936
6937 2006-05-06 Kim F. Storm <storm@cua.dk>
6938
6939 * subr.el (add-to-history): New function.
6940
6941 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6942 (ediff-merge-files-with-ancestor):
6943 * env.el (setenv):
6944 * isearch.el (isearch-update-ring):
6945 * server.el (server-visit-files):
6946 * progmodes/grep.el (lgrep, rgrep):
6947 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
6948 * progmodes/xscheme.el (xscheme-insert-expression):
6949 Use add-to-history.
6950
6951 * kmacro.el (kmacro-push-ring): Use add-to-history.
6952 (kmacro-ring-length): Remove unused defun.
6953 (kmacro-start-macro): Use kmacro-push-ring.
6954
6955 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6956
6957 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
6958 directly instead of a lambda expression that calls it.
6959
6960 2006-05-06 Kim F. Storm <storm@cua.dk>
6961
6962 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
6963 instead of compute-motion.
6964
6965 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6966
6967 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
6968 change.
6969
6970 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
6971
6972 * startup.el (command-line-1): Refer to "Pure Storage" on
6973 pure-space-overflow.
6974
6975 2006-05-05 Martin Rudalics <rudalics@gmx.at>
6976
6977 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
6978 provided faces once they all have been used up.
6979
6980 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6981
6982 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
6983 reference to the Lisp manual to the warning about pure space
6984 overflow.
6985
6986 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6987
6988 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
6989 argument to avoid the call to `ispell-internal-change-dictionary'
6990 when not needed.
6991 (ispell-change-dictionary): Use this argument and call
6992 `ispell-internal-change-dictionary' after the possible change
6993 to `ispell-local-dictionary'.
6994 (ispell-internal-change-dictionary): Check for a change in
6995 personal dictionary use too.
6996
6997 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6998
6999 * startup.el (command-line): On MS-Windows, probe "~", not
7000 "~USER", for warning about non-existent home directory
7001
7002 * arc-mode.el (archive-l-e): New optional argument `float' means
7003 generate a float value.
7004 (archive-arc-summarize, archive-lzh-summarize)
7005 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
7006 with 3rd argument non-nil when file's size is being computed.
7007 Format the file sizes with %8.0f instead of %8d.
7008
7009 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7010
7011 * cus-start.el (all): Add mac-dnd-known-types.
7012
7013 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
7014 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
7015 (mac-TIFF-to-string): New functions.
7016 (x-get-selection, x-selection-value)
7017 (mac-select-convert-to-string): Use them.
7018 (mac-text-encoding-mac-japanese-basic-variant): New constant.
7019 (mac-dnd-types-alist): New customization variable.
7020 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
7021 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
7022 (mac-dnd-handle-drag-n-drop-event): New functions.
7023 (mac-drag-n-drop): Remove function.
7024 (global-map): Bind drag-n-drop and M-drag-n-drop to
7025 mac-dnd-handle-drag-n-drop-event.
7026
7027 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
7028
7029 * progmodes/perl-mode.el (perl-beginning-of-function):
7030 Skip anonymous subs.
7031
7032 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7033
7034 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
7035 regexp-opt at run time.
7036
7037 * term.el (term-handle-ansi-escape): Fix off by one error.
7038
7039 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
7040
7041 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
7042 (gdb-init-1, gdb-post-prompt): ...and references to it.
7043 (gdb-frame-handler): Strip directory name from filename if present.
7044
7045 * progmodes/gud.el (gdb-force-update): Delete defvar
7046 (gud-speedbar-buttons): ...and references to it. Use window-start
7047 to try to keep positon in watch expression.
7048
7049 2006-05-03 Richard Stallman <rms@gnu.org>
7050
7051 * simple.el (next-history-element, previous-history-element): Doc fix.
7052
7053 * isearch.el (isearch-update-ring): Doc fix.
7054
7055 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
7056
7057 * isearch.el (isearch-update-ring): Take history-delete-duplicates
7058 into consideration. Replace one arm ifs with whens.
7059
7060 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
7061
7062 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
7063 (menu): Fix typo.
7064
7065 2006-05-02 Miles Bader <miles@gnu.org>
7066
7067 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
7068
7069 2006-05-02 Jay Belanger <belanger@truman.edu>
7070
7071 * calc/calc-embed.el (calc-override-minor-modes-map)
7072 (calc-override-minor-modes): New variables.
7073 (calc-do-embedded): Make sure that Calc keystrokes aren't
7074 overwritten by minor modes.
7075
7076 2006-05-02 Chong Yidong <cyd@mit.edu>
7077
7078 * msb.el (msb): If EVENT is a down event, read and discard the up event.
7079
7080 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7081
7082 * startup.el (command-line-1): Refer to Lisp manual when
7083 pure-space-overflow occurs.
7084
7085 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
7086 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
7087 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
7088 (version-control): Don't use `t' for safe-local-variable declarations.
7089
7090 2006-05-01 Richard Stallman <rms@gnu.org>
7091
7092 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
7093 M-r, M-R, M-A, M-SPC or M-DEL.
7094 (diff-mode-map): diff-refine-hunk now on C-c C-w
7095 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
7096
7097 * help-mode.el (help-mode): view-exit-action calls delete-window
7098 only when it is safe and possible.
7099
7100 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7101 in messages.
7102
7103 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
7104
7105 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
7106 in the default tool-bar-map.
7107
7108 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
7109
7110 * net/tramp.el (tramp-completion-file-name-handler-alist)
7111 (tramp-run-real-handler, tramp-completion-run-real-handler)
7112 (tramp-completion-handle-file-name-all-completions)
7113 (tramp-completion-handle-file-name-completion): Autoload them.
7114 (tramp-completion-handle-file-exists-p)
7115 (tramp-completion-handle-file-name-directory)
7116 (tramp-completion-handle-file-name-nondirectory)
7117 (tramp-completion-handle-expand-file-name): Remove them.
7118 (tramp-handle-file-name-directory): Return the real directory name.
7119 Returning "/" only doesn't need to be necessary any longer.
7120 (tramp-file-name-handler): Make special attention when in hostname
7121 completion mode.
7122 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
7123 (tramp-register-file-name-handlers):
7124 Register `tramp-completion-file-name-handler' only when
7125 `partial-completion-mode' is enabled.
7126 (tramp-completion-handle-file-name-all-completions):
7127 Delete directory part from results.
7128 (tramp-get-completion-methods, tramp-get-completion-user-host):
7129 Discard deleting "/", it doesn't work after the change of
7130 `tramp-handle-file-name-directory' above.
7131
7132 2006-05-01 Kim F. Storm <storm@cua.dk>
7133
7134 * progmodes/grep.el (grep-expand-template): Use save-match-data
7135 and symbol-value.
7136
7137 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7138
7139 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
7140 Use select-frame-set-input-focus instead of raise-frame.
7141 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7142
7143 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7144
7145 * progmodes/gud.el (gud-def): Add %c case.
7146 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7147 (gud-format-command): Make match case sensitive. Match on %F.
7148
7149 2006-04-30 Glenn Morris <rgm@gnu.org>
7150
7151 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7152 (cal-tex-preamble): Use cal-tex-preamble-extra.
7153 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7154 than alias `list-diary-entries'.
7155
7156 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7157
7158 * help-fns.el (describe-variable): Add info about safe local variables.
7159
7160 2006-04-29 Richard Stallman <rms@gnu.org>
7161
7162 * bindings.el (mode-line-format): help-echo doc fixes.
7163
7164 * net/tramp.el (tramp-file-name-handler-alist): Delete
7165 expand-file-name and other operations that can cause spurious loading.
7166
7167 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * files.el (safe-local-variable-p): Remove support for the special
7170 value t.
7171
7172 * textmodes/paragraphs.el (sentence-end-without-space):
7173 Fix safety predicate.
7174 (sentence-end-double-space, sentence-end-without-period)
7175 (paragraph-ignore-fill-prefix):
7176 * textmodes/fill.el (colon-double-space):
7177 * abbrev.el (abbrev-mode): Tighten the safety predicate.
7178
7179 * subr.el (booleanp): New fun.
7180
7181 * textmodes/reftex-vars.el (reftex-guess-label-type):
7182 Tighten the safety predicate.
7183
7184 2006-04-28 Kim F. Storm <storm@cua.dk>
7185
7186 * progmodes/grep.el (defgroup grep): Doc fix.
7187 (grep-auto-highlight): Remove.
7188 (grep-template): New defcustom.
7189 (grep-find-template): Rename from grep-tree-template.
7190 (grep-files-aliases): Rename from grep-tree-files-aliases.
7191 Remove "all" alias, add "l" alias.
7192 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7193 (grep-find-ignored-directories): New defcustom to replace
7194 grep-tree-ignore-CVS-directories, to facilitate ignoring
7195 subdirectories for multiple version control systems.
7196 (grep-mode-map): Add Recursive grep item to GREP menu.
7197 (grep-regexp-history, grep-files-history): New defvars.
7198 (grep-probe): New helper function.
7199 (grep-compute-defaults): Use it to simplify code.
7200 Adapt to name changes.
7201 Use `.' as base in grep-find-template rather than <D>.
7202 (grep): Remove superfluous highlight-regexp arg. Fix doc.
7203 Call grep-compute-defaults unconditionally.
7204 (grep-expand-keywords): New defconst.
7205 (grep-expand-template): Rename from grep-expand-command-macros.
7206 Simplify via grep-expand-keywords. Look at case-fold-search instead
7207 of grep-tree-ignore-case to add -i option.
7208 Bind case-fold-search to nil while matching keywords.
7209 (grep-tree-last-regexp, grep-tree-last-files): Remove.
7210 (grep-read-regexp, grep-read-files): New helper functions.
7211 (rgrep): Rename from grep-tree. Rework to use proper histories.
7212 Adapt to changes in defcustoms and functions above.
7213 (lgrep): New command, as grep, but using same interactive UI as rgrep.
7214
7215 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
7216
7217 * net/tramp.el (tramp-completion-file-name-handler):
7218 Disable Tramp's functionality while loading Tramp itself.
7219 (tramp-register-file-name-handlers): That's a defsubst now.
7220 Code from `tramp-repair-jka-compr' moved here. Apply it via
7221 `after-init-hook'.
7222 (tramp-repair-jka-compr): Remove.
7223
7224 2006-04-27 Jay Belanger <belanger@truman.edu>
7225
7226 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7227 read expression when `math-read-big-expr' doesn't work.
7228
7229 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
7230
7231 * startup.el (command-line-1): Display warning when
7232 pure-space-overflow is non-nil.
7233
7234 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7235
7236 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7237 risky.
7238
7239 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7240
7241 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7242 Return the URL or nil if none can be generated.
7243
7244 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7247 byte compiler warnings.
7248 (gud-basic-call, gud-find-expr): Let user select an expression
7249 for printing. Print expression as well as value in GUD buffer.
7250
7251 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
7252
7253 * allout.el: Remove local autoload declaration for
7254 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7255 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7256 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7257 (allout-use-mode-specific-leader, allout-old-style-prefixes)
7258 (allout-stylish-prefixes, allout-numbered-bullet)
7259 (allout-file-xref-bullet, allout-presentation-padding)
7260 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7261 safe-local-variable with suitable value spec, and add autoload
7262 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
7263 (move-beginning-of-line, move-end-of-line): Repair so these compat
7264 functions now actually resituate the point, when appropriate.
7265
7266 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7269
7270 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7271 (add-log-iso8601-time-string): Fix call to format-time-string.
7272
7273 2006-04-26 Kim F. Storm <storm@cua.dk>
7274
7275 * subr.el (posn-string, posn-image, posn-object): Doc fix.
7276
7277 2006-04-26 Masatake YAMATO <jet@gyve.org>
7278
7279 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7280 Add support for "//" style comments. Remove `b' flag
7281 from ?* in `asm-mode-syntax-table'.
7282
7283 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * follow.el: Use (featurep 'xemacs) everywhere.
7286 (follow-mode): Use define-minor-mode.
7287 (follow-mode-map): Move initialization into the declaration.
7288 Use command remapping.
7289 (follow-emacs-version-xemacs-p): Remove.
7290 (follow-submit-feedback): Remove.
7291
7292 * allout.el (allout-layout, allout-passphrase-verifier-string)
7293 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7294
7295 * textmodes/reftex-vars.el (reftex-vref-is-default)
7296 (reftex-fref-is-default, reftex-guess-label-type):
7297 Tighten up a bit the safety predicate.
7298
7299 * textmodes/paragraphs.el (sentence-end-double-space)
7300 (sentence-end-without-period, sentence-end-without-space)
7301 (page-delimiter, paragraph-ignore-fill-prefix):
7302 Tighten up a bit the safety predicate.
7303
7304 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7305
7306 * progmodes/python.el (python-continuation-line-p)
7307 (python-beginning-of-statement): syntax-ppss may return
7308 a negative depth.
7309 (python-mode): Don't forcefully enable font-lock.
7310
7311 * time-stamp.el (time-stamp-start, time-stamp-end)
7312 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7313
7314 * add-log.el: Remove spurious * in docstrings.
7315 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7316 (add-change-log-entry): Use it here, since it's not specific
7317 to iso8601.
7318 (add-log-iso8601-time-string): Don't use it here any more.
7319 (change-log-indent-text, change-log-indent): Rename from add-log-*.
7320
7321 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7322
7323 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
7324
7325 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7326 (rcirc-toggle-low-priority): Doc fix.
7327 (rcirc-handler-NOTICE): Remove beginning of line anchor in
7328 ChanServ regexp.
7329 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7330 #emacs.
7331 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7332 (rcirc-decode-coding-system): Use utf-8 as the default.
7333 (rcirc-multiline-minor-mode): Set the fill-column.
7334 (rcirc-format-response-string): Display bright and dim nicks.
7335 (rcirc-browse-url): Update interactive spec to fill ARG.
7336 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7337 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7338
7339 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
7340
7341 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7342 case for @Article, etc.
7343
7344 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
7345
7346 * net/tramp.el (tramp-register-file-name-handlers): New defun.
7347 Added with autoload cookie.
7348 (tramp-unload-file-name-handlers): Rename from
7349 `tramp-unload-file-name-handler-alist'.
7350
7351 2006-04-23 Romain Francoise <romain@orebokech.com>
7352
7353 * comint.el (comint-match-partial-filename): Doc fix.
7354
7355 2006-04-21 Glenn Morris <rgm@gnu.org>
7356
7357 * calendar/cal-menu.el (calendar-mode-map): Refer to
7358 `diary-view-entries' rather than alias `view-diary-entries'.
7359 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7360
7361 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
7362
7363 * progmodes/antlr-mode.el (antlr-default):
7364 * cus-edit.el (custom-documentation):
7365 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7366 in defface.
7367
7368 2006-04-21 Kim F. Storm <storm@cua.dk>
7369
7370 * image.el (image-type): New defun split out of create-image.
7371 (create-image): Use it.
7372
7373 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7374
7375 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7376 (org-open-at-point): Remove the "...done" message to keep output
7377 in the echo area visible.
7378 (org-export-as-xoxo): Fix call to `indent-region'.
7379
7380 2006-04-21 Kevin Ryde <user42@zip.com.au>
7381
7382 * international/mule.el (keyboard-coding-system): defcustom
7383 info-link fixes: "Specify Coding" has been split, keyboard now in
7384 "Terminal Coding", and "Single-Byte Character Support" is now
7385 "Unibyte Mode".
7386
7387 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
7388
7389 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7390 Use font-lock-warning-face for any errors e.g. no stack.
7391 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7392
7393 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7394
7395 * progmodes/sh-script.el (sh-shell): Mark as safe.
7396
7397 * newcomment.el (comment-start, comment-start-skip)
7398 (comment-end-skip, comment-end): Mark as safe.
7399
7400 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7401
7402 * textmodes/org.el (org-deadline-announce): Face removed.
7403 (org-level-faces, org-n-levels): Convert to constant.
7404 (org-compatible-face): New function.
7405 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7406 (org-level-5, org-level-6, org-level-7, org-level-8)
7407 (org-special-keyword, org-warning, org-headline-done, org-link)
7408 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7409 (org-scheduled-today, org-scheduled-previously, org-time-grid):
7410 Face definition revised for better color tty support.
7411 (org-bold-re, org-italic-re, org-underline-re): New constants.
7412 (org-set-font-lock-defaults): Use the new constants.
7413 (org-agenda-highlight-todo): New function.
7414 (org-agenda-todo): Fix bug with point at end of line.
7415 (org-agenda-change-all-lines, org-finalize-agenda-entries):
7416 Fontify TODO keywords.
7417 (org-insert-link): Preserve relative path in ../ links.
7418 (org-export-as-html): Convert links pointing to .org files into
7419 links that will work beteen the exported HTML files.
7420 (org-todo-list): Fix bug when arg=0.
7421 (org-insert-heading): More fine-tuning.
7422
7423 2006-04-19 Romain Francoise <romain@orebokech.com>
7424
7425 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7426 from `rmail-mime-charset-pattern'.
7427
7428 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7429
7430 * progmodes/python.el (python-mode): Fix typo.
7431
7432 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7433
7434 * comint.el (comint-previous-input): Don't clobber input line
7435 when moving off either end of the input history ring.
7436 (comint-delete-input): New function, used by
7437 `comint-previous-input' and others.
7438 (comint-previous-matching-input):
7439 Use `coming-delete-input'. Save the partial input if leaving the
7440 edit line. Goto point-max before deleting input to avoid
7441 partial input fragments hanging around.
7442 (comint-restore-input): New function, used by `comint-previous-input'.
7443
7444 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
7445
7446 * imenu.el (imenu--index-alist): Balance parentheses.
7447
7448 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7449
7450 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
7451
7452 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
7453
7454 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7455 file is nil.
7456
7457 2006-04-18 Richard Stallman <rms@gnu.org>
7458
7459 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7460
7461 * imenu.el (imenu-create-index-function, imenu--index-alist)
7462 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7463 (imenu-default-create-index-function, imenu--generic-function):
7464 Doc fixes.
7465
7466 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7467
7468 * help-mode.el (help-mode): Set view-exit-action to delete window.
7469
7470 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
7471 now works by passing nil as arg.
7472
7473 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7474
7475 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7476 (read-abbrev-file): Provide default when reading filename.
7477
7478 * files.el (enable-local-variables): Allow :all as value.
7479 (hack-local-variables): Implement that value.
7480 (safe-local-variable-values, safe-local-eval-forms)
7481 (enable-local-variables): Mark as risky.
7482 (find-file-visit-truename, kept-old-versions): Mark safe.
7483
7484 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7485 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7486 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7487
7488 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7491 Use forward-line so as to get to BOL even in the presence of fields.
7492 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7493 in return.
7494 (inferior-tcl): Tell tclsh to work in interactive mode.
7495
7496 * complete.el (partial-completion-mode):
7497 Use 'choose-completion-string-functions to make sure that
7498 choose-completion fills the minibuffer properly.
7499
7500 * complete.el (PC-old-read-file-name-internal): Remove.
7501 (PC-read-include-file-name-internal): Remove. Turn it into an advice
7502 of read-file-name-internal.
7503 (partial-completion-mode): Enable/disable this advice.
7504
7505 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * net/tramp.el (tramp-completion-file-name-handler): Revert change
7508 of 2006-04-17.
7509
7510 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7511
7512 * textmodes/org.el (org-insert-heading): Insert heading before
7513 current if at beginning of line.
7514 (org-todo, org-date): New faces.
7515 (org-table-align): Make sure tooltip window contains full text.
7516 (org-no-properties): New defsubst.
7517 (org-set-font-lock-defaults): Use new faces.
7518
7519 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
7520
7521 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7522 for root variables.
7523
7524 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7525 (gdb-frame-address): Re-use to identify frame for watch expression.
7526 (gdb-var-list, gdb-var-create-handler): Add frame address for root
7527 variables.
7528 (gdb-init-1, gdb-source, gdb-post-prompt)
7529 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7530 (gdb-frame-handler): Get gdb-frame-address.
7531
7532 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7533
7534 Sync with Tramp 2.0.53.
7535
7536 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
7537 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
7538 (tramp-completion-file-name-handler): Add autoload cookie for
7539 adding to `file-name-handler-alist'.
7540
7541 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7542 the prompt. If it returns earlier (when detecting an error
7543 message), the rest of the output will merge accidently with the
7544 output of the next command. Reported by M Jared Finder
7545 <jared@hpalace.com>.
7546
7547 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7548 for `process-file', in order to let it work for older Emacsen too.
7549
7550 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
7551
7552 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7553 (tex-font-lock-keywords-3): Use it.
7554
7555 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * newcomment.el (comment-add): New function.
7558 (comment-region-default, comment-dwim): Use it.
7559
7560 2006-04-15 Michael Olson <mwolson@gnu.org>
7561
7562 * emacs-lisp/tq.el: Improve comments.
7563 (tq-queue-head-question): New accessor function.
7564 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7565 Update for modified queue structure.
7566 (tq-queue-add): Accept `question' argument.
7567 (tq-queue-pop): If a question is pending, send it.
7568 (tq-enqueue): Accept new optional argument `delay-question'.
7569 If this is non-nil, and at least one other question is pending a
7570 response, queue the question rather than sending it immediately.
7571
7572 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7573
7574 * calendar/appt.el (appt-add): Check whether an appointment is
7575 already present in appt-time-msg-list. Simplify code.
7576
7577 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * progmodes/cc-langs.el (c-mode-menu):
7580 Don't presume c-subword-mode is bound.
7581
7582 2006-04-13 Bill Wohler <wohler@newt.com>
7583
7584 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
7585 (customize-package-emacs-version): Use cdr instead of cadr now
7586 that alists use dotted pairs.
7587
7588 * custom.el (defcustom): Fix docstring for :package-version.
7589
7590 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
7591
7592 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
7593 (tramp-handle-shell-command): Display output buffer only when
7594 `tramp-display-shell-command-buffer' is true.
7595 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
7596
7597 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7598
7599 * textmodes/org.el (org-set-autofill-regexps): Set only the local
7600 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
7601
7602 2006-04-13 Romain Francoise <romain@orebokech.com>
7603
7604 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
7605 leaving temporary .cvsignore buffers behind.
7606
7607 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7608
7609 * textmodes/org.el (org-set-regexps-and-options)
7610 (org-get-current-options): Better names for the startup folding
7611 options.
7612
7613 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
7614
7615 * vc.el (vc-annotate): Arrange for point to end up at the same
7616 line number as in the original, but only when using a new buffer.
7617
7618 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
7619
7620 * files.el (hack-one-local-variable-eval-safep):
7621 Recognize `edebug-form-spec' for `put', but only if it passes
7622 `edebug-basic-spec'. Generalize `put' handling.
7623
7624 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
7625 vetting file-local form specs.
7626
7627 * allout.el (allout-layout): Autoload its `safe-local-variable'
7628 property.
7629
7630 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7631
7632 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
7633 (org-agenda-mouse-1-follows-link)
7634 (org-mouse-1-follows-link): New options.
7635 (org-format-agenda-item): Fix bug if TAGS is nil.
7636 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
7637
7638 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
7639
7640 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
7641 GDB 6.1+ gives full filename for "info sources" so use
7642 file-name-nondirectory.
7643
7644 2006-04-12 Romain Francoise <romain@orebokech.com>
7645
7646 * subr.el (read-passwd): Bind `message-log-max' to nil.
7647
7648 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * progmodes/perl-mode.el (perl-indent-new-calculate):
7651 Recompute parse-start after jumping backward by a whole sexp.
7652
7653 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
7656 window configuration.
7657 (vc-annotate-display-select): Select the buffer so that current-buffer
7658 (and selected-window) is the output buffer at the end of vc-annotate.
7659
7660 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
7661
7662 * vc.el (vc-annotate-color-map): Add custom TTY color map for
7663 8-color terminals, to use all of the colors in a sensible order.
7664 256-color terminals work well with the standard map.
7665 (vc-annotate-lines): Only strip the first color character if it
7666 is "#", to allow for terminal-style named colors.
7667 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
7668 the correct buffer is scrolled.
7669
7670 2006-04-11 Richard Stallman <rms@gnu.org>
7671
7672 * emacs-lisp/bytecomp.el (byte-compile-file):
7673 Bind enable-local-variables to :safe, and make normal-mode obey it.
7674
7675 * files.el (enable-local-variables): Allow value :safe.
7676 (normal-mode): Doc fix.
7677 (hack-local-variables): Implement enable-local-variables = :safe.
7678 (hack-local-variables-confirm): Don't prevent quitting.
7679
7680 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7681
7682 * loadhist.el (unload-feature): A bit of sanity check of
7683 load-history entries. Cancel timer-vars before unbinding them.
7684
7685 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
7686 quote special chars, and make the trick work on the hex part of the
7687 buffer as well.
7688 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
7689 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
7690
7691 * startup.el (normal-splash-screen): Fix last change so we don't wait
7692 2 minutes if we don't show the splash screen.
7693
7694 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7695
7696 * textmodes/org.el (org-export-plain-list-max-depth)
7697 (org-table-spaces-around-separators)
7698 (org-radio-targets, org-activate-camels)
7699 (org-table-spaces-around-invisible-separators): Options removed.
7700 (org-time-stamp-rounding-minutes, org-remember-templates)
7701 (org-ellipsis, org-activate-links, org-descriptive-links):
7702 New options.
7703 (org-remember-apply-template, org-current-time)
7704 (org-finish-edit-table-field)
7705 (org-link-unescape, org-link-escape)
7706 (org-string-width, org-table-clean-line, org-html-do-expand)
7707 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
7708 (org-read-agenda-file-list): New functions.
7709 (org-table-edit-field)
7710 (org-table-create-or-convert-from-region): New commands
7711 (org-table-toggle-vline-visibility): Command removed.
7712 (org-table-convert-region): Made a command.
7713 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
7714 Replace with the normal org- functions.
7715 (org-self-insert-command): Don't trigger realign unnecessarily
7716 when blanking a field that is not full.
7717 (org-mode): `Set buffer-invisibility-spec' for links.
7718 (org-activate-links2): Hide link part and only show descriptive
7719 part of the link.
7720 (org-insert-link): Modify for new linking system.
7721 (org-store-link): Store description separately, for use by
7722 `org-insert-link'.
7723 (org-table-align): Use `org-string-width'.
7724 (defgroup): Completely new group structure for custom variables.
7725 (org-agenda-files): Option: Single file name allowed. Function:
7726 Optional argument unrestrited means ignore any restricitons.
7727 (org-install-agenda-files-menu): Find a buffer in Org-mode before
7728 trying to modify the menu. Use generalized access to
7729 `org-agenda-files.'
7730 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
7731 (org-agenda-file-to-front, org-remove-file, org-diary)
7732 (org-tags-view, org-export-icalendar-all-agenda-files)
7733 (org-export-icalendar-combine-agenda-files): Use generalized
7734 access to `org-agenda-files'.
7735 (org-remember-handler): Correctly preserve heading if present.
7736 (org-table-insert-row, org-table-insert-hline): Deal with
7737 invisible characters.
7738
7739 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
7740
7741 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
7742 (vc-annotate-color-map): New 18 element constant
7743 value/saturation, rotating hue colormap, from red->blue.
7744 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
7745 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
7746 (vc-annotate): To avoid killing the required local variables,
7747 set them before the end of `with-output-to-temp-buffer', and
7748 after first switching to annotate-mode.
7749 (vc-annotate-warp-version): Add buffer argument in goto-line to
7750 ensure annotation, not source, is scrolled.
7751
7752 2006-04-10 Bill Wohler <wohler@newt.com>
7753
7754 * custom.el (defcustom, custom-handle-keyword):
7755 Add :package-version keyword.
7756 (custom-add-package-version): New function. Sets value of new
7757 property 'custom-package-version from :package-version keyword.
7758 (defcustom): Create Common Keywords section in docstring.
7759 (defface, defgroup): Replace definitions of a select few keywords
7760 with a reference to the Common Keywords in defcustom.
7761 (defcustom, defface, defgroup): Replace reference to Customization
7762 chapter in manual with hyperlink.
7763
7764 * cus-edit.el (customize-package-emacs-version-alist): New variable.
7765 (customize-changed-options): Add check for custom-package-version.
7766 (customize-package-emacs-version): New function to look up Emacs
7767 version corresponding to the given package version.
7768
7769 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7770 defun name, in similar fashion to find-variable-regexp.
7771
7772 2006-04-10 Eli Zaretskii <eliz@gnu.org>
7773
7774 * international/mule-cmds.el (set-locale-environment): Fix last
7775 change for when the locale's preferences don't specify any encoding.
7776
7777 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7780 so the defined var/fun doesn't need to be quoted.
7781
7782 2006-04-10 Richard Stallman <rms@gnu.org>
7783
7784 * finder.el (finder-mode-map): Add n and p bindings.
7785
7786 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
7787
7788 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7789 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7790 (gdb-setup-windows): Put something in source window if we can't find
7791 the source file.
7792 (gdb-frame-handler): Make it work again with just assembly.
7793 (gdb-data-list-register-values-handler): Make it work when there is
7794 no stack.
7795
7796 2006-04-09 Richard Stallman <rms@gnu.org>
7797
7798 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7799 specs while looking for charset.
7800
7801 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7802
7803 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7804 Make them faces.
7805 (lm-font-lock-keywords): Update appropriately.
7806
7807 2006-04-10 Kim F. Storm <storm@cua.dk>
7808
7809 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7810 it can also replace buffer-substring-no-properties.
7811
7812 * emulation/cua-base.el (cua-delete-region, cua-paste)
7813 (cua-repeat-replace-region): Use filter-buffer-substring.
7814
7815 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7816 (cua-cut-region-to-global-mark): Likewise.
7817
7818 * emulation/cua-rect.el (cua--extract-rectangle)
7819 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7820
7821 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7822
7823 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7824 entry-type. Add field delimiters to numerical fields if they are
7825 not present.
7826
7827 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7828
7829 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7830 string-const to return value.
7831 (bibtex-remove-delimiters): Use it.
7832
7833 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7836 cl-byte-compile-compiler-macro unless it exists.
7837
7838 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7839
7840 * files.el (hack-local-variables-confirm) <offer-save>:
7841 Clarify message text. Suggested by Ralf Angeli.
7842
7843 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7844
7845 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7846 (delete-extract-rectangle-line): Use `filter-buffer-substring'
7847 instead of `buffer-substring' and `delete-region'. (Most of the
7848 code actually copied from `kill-region'.)
7849
7850 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
7851
7852 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7853 (rcirc-default-port): Rename from rcirc-port.
7854 (rcirc-default-nick): Rename from rcirc-nick.
7855 (rcirc-default-user-name): Rename from rcirc-user-name.
7856 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7857 (rcirc-low-priority-flag): New variable.
7858 (rcirc-decode-coding-system): New defcustom.
7859 (rcirc-encode-coding-system): New defcustom.
7860 (rcirc-coding-system-alist): New defcustom.
7861 (rcirc-multiline-major-mode): New defcustom.
7862 (rcirc-nick): New internal variable.
7863 (rcirc-process): Remove variable.
7864 (rcirc-server-buffer): New variable.
7865 (rcirc): Update to use rcirc-default-* variables above.
7866 (rcirc-connect): Do not add window-configuration-hook-here.
7867 (rcirc-server): New internal variable.
7868 (rcirc-connect): Do not send keepalive pings if
7869 rcirc-keepalive-seconds is nil.
7870 (with-rcirc-server-buffer): New macro.
7871 (rcirc-send-string): Encode with rcirc-encode-coding-system.
7872 (rcirc-server-name): Rename from rcirc-server.
7873 (rcirc-buffer-process): New function.
7874 (rcirc-buffer-nick): New function.
7875 (rcirc-buffer-target): Remove function.
7876 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7877 New commands.
7878 (rcirc-mode-map): Change binding of C-c C-l to
7879 rcirc-toggle-low-priority.
7880 (rcirc-mode): Initialize coding system based on
7881 rcirc-coding-system-alist. New change-major-mode-hook to part the
7882 channel on a mode change. Make kill-buffer-hook buffer-local.
7883 (rcirc-change-major-mode-hook): New function.
7884 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7885 (rcirc-last-post-time): New variable.
7886 (rcirc-process-message): Store the last time user posted a message
7887 to this target.
7888 (rcirc-multiline-minor-mode): New mode.
7889 (rcirc-multiline-minor-mode-map): New mode map.
7890 (rcirc-edit-multiline): Put multiline-edit buffer in
7891 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
7892 (rcirc-print): Ignore any line starting with an ignored nick.
7893 (rcirc-print): Decode using rcirc-decode-coding-system.
7894 (rcirc-track-minor-mode): Update global-mode-string when disabling
7895 this mode.
7896 (minor-mode-alist): Add LowPri indicator.
7897 (rcirc-toggle-low-priority): New function.
7898 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7899 next lowpriority buffer with activity.
7900 (rcirc-record-activity): Sort buffers in rcirc-activity by the
7901 last time the user posted a message in to the target.
7902 (rcirc-update-activity-string): New formatting for low priority
7903 buffers.
7904 (rcirc-split-activity): New function.
7905 (rcirc-handler-PART, rcirc-handler-KICK)
7906 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7907 (rcirc-nick-away-alist): New variable.
7908 (rcirc-handler-301): New handler. Away messages are printed once
7909 per change.
7910
7911 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7912
7913 * info.el (Info-follow-nearest-node): Doc fix.
7914
7915 * international/mule-cmds.el (set-locale-environment): Make sure
7916 the coding-system preferred by the locale's language has the same
7917 EOL conversion type as the original buffer-file-coding-system.
7918 (locale-language-names): Add a few MS Windows language codes.
7919
7920 2006-04-07 Richard Stallman <rms@gnu.org>
7921
7922 * simple.el (eval-expression): Doc fix.
7923
7924 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7925 (eval-defun): Doc fixes.
7926
7927 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7928
7929 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
7930
7931 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
7932
7933 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7934 GDB list command without argument for greater generality.
7935
7936 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7937
7938 * subr.el (string-or-null-p): New function.
7939
7940 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7941
7942 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
7943
7944 * files.el: Update comment about safe-local-variable declarations.
7945
7946 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7947
7948 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
7949 See idlwave.org.
7950
7951 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
7952 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
7953
7954 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
7955 See idlwave.org.
7956
7957 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
7958 version 6.0 (minimal changes). See idlwave.org.
7959
7960 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
7961 6.0 (minimal changes). See idlwave.org.
7962
7963 * progmodes/idlw-rinfo.el: File obsoleted and removed.
7964
7965 2006-04-06 Romain Francoise <romain@orebokech.com>
7966
7967 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
7968 symmetric encryption features and a new asynchronous interface to
7969 GnuPG. This new version is version 1.4, plus whitespace changes.
7970
7971 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7972
7973 * files.el: Move some `safe-local-variable' declarations to the
7974 respective files.
7975
7976 * textmodes/ispell.el (ispell-check-comments)
7977 (ispell-local-dictionary): Mark as safe.
7978
7979 * abbrev.el (abbrev-mode): Mark as safe.
7980
7981 * add-log.el (change-log-default-name): Mark as safe.
7982
7983 * textmodes/reftex-vars.el (reftex-vref-is-default)
7984 (reftex-fref-is-default, reftex-level-indent)
7985 (reftex-guess-label-type): Mark as safe.
7986
7987 * textmodes/fill.el (colon-double-space): Mark as safe.
7988
7989 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
7990 (sentence-end-double-space, sentence-end-without-period)
7991 (sentence-end-without-space, sentence-end, sentence-end-base)
7992 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
7993
7994 2006-04-06 Kim F. Storm <storm@cua.dk>
7995
7996 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
7997 the :set-after list.
7998 (ido-downcase-unc-hosts): New user option. Default on.
7999 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
8000 when it is set, as regexps are now applied on the fly.
8001 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
8002 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
8003 on the fly, but only when ido-process-ignore-lists is set.
8004 Do case insensitive filtering if ido-downcase-unc-hosts is set.
8005 Only downcase names if ido-downcase-unc-hosts is set.
8006
8007 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
8008
8009 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
8010
8011 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
8012
8013 2006-04-05 Kim F. Storm <storm@cua.dk>
8014
8015 * ido.el (ido-mode): Set after ido-unc-hosts and
8016 ido-ignore-unc-host-regexps.
8017 (ido-save-history): Save ido-unc-hosts-cache.
8018 (ido-load-history): Load ido-unc-hosts-cache.
8019 (ido-reread-directory): Refresh unc hosts cache in // dir.
8020
8021 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
8022 to nil while displaying slash screen.
8023
8024 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8025
8026 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
8027 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8028
8029 2006-04-05 Kenichi Handa <handa@m17n.org>
8030
8031 * international/characters.el: Setup cases of Latin, Greek, and
8032 Cyrillic characters in CJK charsets.
8033
8034 2006-03-29 Daiki Ueno <ueno@unixuser.org>
8035
8036 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8037 default-enable-multibyte-characters. This reverts the change from
8038 revision 6.17 which is no longer necessary because the passphrase
8039 is sent separately now. GnuPG messages are unreadable under
8040 multibyte locales with default-enable-multibyte-characters set to nil.
8041
8042 2006-04-04 Andreas Schwab <schwab@suse.de>
8043
8044 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
8045 and `byte-compile-warnings' as `safe-local-variable'.
8046
8047 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8048
8049 * man.el (Man-mode-map): Restore the \r binding.
8050 (Man-abstract-xref-man-page): If Man-target-string is a function,
8051 call it.
8052 (Man-highlight-references): Use Man-default-man-entry to get the
8053 target. Deal with xrefs too.
8054 (Man-highlight-references0): Don't call the target function.
8055
8056 * woman.el (WoMan-xref-man-page): Strip the section number, woman
8057 cannot deal with it.
8058
8059 2006-04-04 Daiki Ueno <ueno@unixuser.org>
8060
8061 * pgg-gpg.el: Clean up process buffers every time gpg processes
8062 complete.
8063
8064 2006-04-04 Kenichi Handa <handa@m17n.org>
8065
8066 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
8067 here.
8068 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
8069 Temporarily bind inhibit-field-text-motion to t.
8070
8071 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * startup.el (normal-splash-screen): Only set mode-line-format in the
8074 splash buffer, so as not to interfere when debugging the code.
8075 Ignore errors when switching buffer.
8076
8077 2006-04-03 Romain Francoise <romain@orebokech.com>
8078
8079 * dired.el (dired-dnd-protocol-alist): Fix typo.
8080
8081 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
8082
8083 * savehist.el (savehist): Add :version.
8084 (savehist-ignored-variables): New variable.
8085 (savehist-minibuffer-hook): Don't save variables listed in
8086 `savehist-ignored-variables'.
8087
8088 * dired.el (dired-dnd-protocol-alist): Mention that change does
8089 only apply to new buffers in doc string.
8090
8091 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8092
8093 * recentf.el (recentf-open-files-item): Include newline in button
8094 field, so opening a file will work, when the point is at the end
8095 of the file name. Allow, for example, to [i]search a file by
8096 extension and just push RET to open it.
8097
8098 2006-04-03 Daiki Ueno <ueno@unixuser.org>
8099
8100 * pgg-gpg.el (pgg-gpg-process-filter)
8101 (pgg-gpg-wait-for-completion): Check if buffer is alive.
8102
8103 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8104 lines, temporary fix.
8105
8106 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8107
8108 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
8109
8110 2006-04-02 Richard Stallman <rms@gnu.org>
8111
8112 * progmodes/compile.el (compilation-message-face): Make it defcustom.
8113
8114 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8115
8116 * ibuf-macs.el (define-ibuffer-column): Add a new key:
8117 header-mouse-map.
8118
8119 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
8120 (ibuffer-mode-header-map): New keymaps.
8121 (ibuffer-update-title-and-summary): Enable mouse face highlighting
8122 and keybindings for column headers.
8123 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
8124 property.
8125
8126 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
8127
8128 * speedbar.el (speedbar-after-create-hook): Doc fix.
8129
8130 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
8131
8132 * shell.el (shell-directory-tracker)
8133 (shell-dynamic-complete-command): Doc fixes.
8134
8135 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
8136
8137 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
8138 terminals.
8139
8140 2006-04-01 Kim F. Storm <storm@cua.dk>
8141
8142 * ido.el (ido-unc-hosts-cache): New defvar.
8143 (ido-unc-hosts): If value of defcustom is a function, call it to
8144 get list of UNC hosts. Add function-item choices to specify
8145 ido-unc-hosts-net-view or user function.
8146 (ido-ignore-unc-host-regexps): New defcustom.
8147 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8148 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8149 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8150
8151 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8154 wwidth.
8155
8156 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
8157
8158 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8159 (ido-max-work-file-list, ido-switch-buffer)
8160 (ido-read-file-name-as-directory-commands):
8161 Fix typos in docstrings.
8162
8163 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8164
8165 * term/mac-win.el (mac-system-coding-system): Define and use after
8166 Mac-specific coding systems are ready.
8167
8168 2006-03-27 Romain Francoise <romain@orebokech.com>
8169
8170 * net/rcirc.el (rcirc-connect): Add autoload cookie.
8171
8172 * ldefs-boot.el: Update.
8173
8174 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8175
8176 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8177 passphrases when it is not needed.
8178 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8179 passphrase stuff from gpg, should only be necessary when you use
8180 gpg with a smartcard.
8181
8182 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8183
8184 * comint.el (comint-dynamic-list-completions): Allow user to
8185 select *Completions* buffer.
8186
8187 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
8188
8189 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8190
8191 2006-03-26 Andreas Schwab <schwab@suse.de>
8192
8193 * progmodes/gud.el (gdb): Only complain about multiple debugging
8194 when the gdb process is still running.
8195
8196 2006-03-25 Eli Zaretskii <eliz@gnu.org>
8197
8198 * mail/rmail.el (tool-bar-map): Defvar it.
8199 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8200 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8201
8202 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
8203
8204 * help.el (print-help-return-message): Suggest to use
8205 display-buffer instead of switch-to-buffer-other-window to restore
8206 the previous window without selecting it.
8207
8208 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8209
8210 * frame.el (select-frame-by-name): Call x-focus-frame also when
8211 window-system is mac.
8212
8213 * term/mac-win.el: Adjust Courier font specifications in
8214 x-fixed-font-alist.
8215 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8216 when directly encoding to UTF-16 in native byte order, no BOM.
8217
8218 2006-03-25 Kim F. Storm <storm@cua.dk>
8219
8220 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8221 (cua--init-keymaps): Use it instead of fixed C-return.
8222 (cua-mode): Set after it.
8223
8224 * emulation/cua-rect.el (cua--init-rectangles):
8225 Use cua-rectangle-mark-key instead of fixed C-return.
8226
8227 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
8228
8229 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8230 "run" in .gdbinit.
8231 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8232
8233 2006-03-24 Romain Francoise <romain@orebokech.com>
8234
8235 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8236 `display-buffer-other-frame'.
8237
8238 2006-03-24 Kim F. Storm <storm@cua.dk>
8239
8240 * apropos.el (apropos-synonyms): Add selection => region.
8241
8242 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8243
8244 * progmodes/gdb-ui.el (gdb-var-create-regexp)
8245 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8246 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8247 (gdb-data-list-register-values-regexp)
8248 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8249 Future proof against new fields being added to MI output.
8250 (gdb-send): Don't treat backslashes for program input as
8251 continuations.
8252 (gdb-assembler-handler): Don't use window-start for this handler.
8253 (gdb-frame-handler): Don't change to hollow arrow if overlay
8254 arrow doesn't move to new frame.
8255
8256 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8257
8258 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8259 prevent compiler warnings.
8260 (gdb-stopped): Check for gud-last-last-frame (case: signal).
8261 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8262 (gdb-assembler-custom): Use hollow-right-triangle for assembler
8263 buffer too.
8264
8265 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
8266
8267 * pgg-gpg.el (pgg-gpg-update-agent): Check for
8268 make-network-process, so we can use the same code in Gnus v5-10
8269 too and have this file fully synchronized with that release.
8270
8271 2006-03-23 Romain Francoise <romain@orebokech.com>
8272
8273 * ibuf-ext.el (ibuffer-read-filter-group-name):
8274 Use `ibuffer-generate-filter-groups' to make completion list match
8275 the filter groups that are really displayed in the Ibuffer buffer.
8276 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8277
8278 2006-03-23 Kenichi Handa <handa@m17n.org>
8279
8280 * international/mule-cmds.el (sort-coding-systems): Describe that
8281 the argument is modified in docstring.
8282
8283 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8284
8285 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8286 (pgg-gpg-update-agent): New function.
8287 (pgg-gpg-use-agent-p): New function.
8288 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8289 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8290 (pgg-gpg-sign-region): Use it.
8291
8292 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
8293
8294 * cus-edit.el (custom-face-set): Call custom-push-theme before
8295 face-spec set so that `changed' theme is correctly saved.
8296 (custom-face-reset-standard): Reset to recalculated face rather
8297 than defface spec.
8298
8299 * custom.el (custom-push-theme): Only save `changed' theme if the
8300 current face does not match the defface specs.
8301
8302 2006-03-21 Simon Josefsson <jas@extundo.com>
8303
8304 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8305 <wilde@sha-bang.de>.
8306 (pgg-gpg-use-agent): New variable.
8307 (pgg-gpg-process-region): Use it.
8308 (pgg-gpg-encrypt-region): Likewise.
8309 (pgg-gpg-encrypt-symmetric-region): Likewise.
8310 (pgg-gpg-decrypt-region): Likewise.
8311 (pgg-gpg-sign-region): Likewise.
8312 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8313
8314 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
8315
8316 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8317 bracket links.
8318
8319 2006-03-21 Kim F. Storm <storm@cua.dk>
8320
8321 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8322 fringe-indicator-alist instead of modifying global value.
8323 (gdb-frame-handler): Likewise.
8324
8325 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8326
8327 * diff-mode.el (diff-function): Make it inherit from diff-header
8328 instead of diff-context.
8329
8330 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8331 bitmap.
8332 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8333 change names in macro above for consistency.
8334 (gdb-frame-handler): Use hollow-right-triangle for all selected
8335 frames which except the innermost (where execution has stopped).
8336 (gdb-reset): Reset buffer-local values of overlay-arrow.
8337
8338 2006-03-20 Richard Stallman <rms@gnu.org>
8339
8340 * simple.el (set-mark-command): Doc fix.
8341
8342 * files.el (display-buffer-other-frame): New command.
8343 (ctl-x-4-map): Bind C-x 5 C-o to it.
8344
8345 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8348 rather than just defer-time, in case defer-time has been changed but
8349 the timer isn't running yet.
8350 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8351
8352 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8353
8354 * help-mode.el (help-follow-symbol): New function.
8355 Essentially identical to the old `help-follow', but do not let
8356 `push-button' do the work when on an xref.
8357 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8358
8359 2006-03-19 Richard Stallman <rms@gnu.org>
8360
8361 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8362 preceded by the word `program'.
8363 (help-follow-mouse, help-follow): Throw error if not on xref.
8364 Delete no longer used args.
8365
8366 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
8367
8368 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8369 annotation ensure gud-overlay-arrow-position is redisplayed.
8370
8371 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8372
8373 * textmodes/bibtex.el (bibtex-include-OPTkey)
8374 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8375 (bibtex-autokey-name-case-convert)
8376 (bibtex-autokey-titleword-case-convert): Make these the aliases
8377 for the following two variables.
8378 (bibtex-autokey-name-case-convert-function)
8379 (bibtex-autokey-titleword-case-convert-function): Make these the
8380 real names.
8381 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8382 bibtex-font-lock-crossref sublists.
8383 (bibtex-mode): Revert 2005-12-30 change (which made
8384 completion-ignore-case buffer-local).
8385 (bibtex-url): Simplify.
8386
8387 2006-03-19 Kim F. Storm <storm@cua.dk>
8388
8389 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8390 cursor property value to 2 (to align with C level change).
8391
8392 2006-03-19 Bill Wohler <wohler@newt.com>
8393
8394 * image.el (image-load-path-for-library): Shorten first line in
8395 docstring.
8396
8397 2006-03-18 Richard Stallman <rms@gnu.org>
8398
8399 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8400
8401 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
8402
8403 * isearch.el (isearch-other-meta-char): Handle user bindings for
8404 shifted control characters.
8405
8406 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
8407
8408 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8409 part that matches email addresses, file names, etc.
8410
8411 2006-03-18 Eli Zaretskii <eliz@gnu.org>
8412
8413 * term/w32-win.el (mouse-set-font):
8414 Mention w32-list-proportional-fonts in the doc string.
8415
8416 2006-03-18 Kim F. Storm <storm@cua.dk>
8417
8418 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8419 (ido-unc-hosts): New user option to explicitly define list of know
8420 UNC-style hosts for completion.
8421 (ido-cache-unc-host-shares-time): New user option.
8422 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8423 New helper functions for UNC file-name support.
8424 (ido-may-cache-directory): Check for UNC host. Simplify.
8425 (ido-wash-history): Clean out old UNC hosts.
8426 (ido-nonreadable-directory-p): UNC hosts are always readable.
8427 (ido-directory-too-big-p): UNC hosts are never too big.
8428 (ido-set-current-directory): Handle UNC root path.
8429 (ido-file-name-all-completions): Complete UNC host names from
8430 ido-unc-hosts list. Cache UNC host shares.
8431 (ido-make-file-list-1): Don't filter UNC root.
8432 (ido-exhibit): Check for // in root directory, and switch to UNC
8433 mode by setting ido-current-directory to //.
8434
8435 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * cus-edit.el (customize-changed-options): Mention explicit
8438 version number as default in prompt.
8439
8440 2006-03-17 Bill Wohler <wohler@newt.com>
8441
8442 * image.el (image-load-path-for-library): Minor docstring fix.
8443
8444 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
8445
8446 * textmodes/org.el (org-read-date): Include subgroup 5 into
8447 replacement text.
8448 (org-popup-calendar-for-date-prompt): Fix customization type.
8449
8450 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
8451
8452 * progmodes/gdb-ui.el (gud-watch): Provide completion.
8453 (gdb-continuation): New variable.
8454 (gdb-send): Deal with continuation lines.
8455
8456 * progmodes/gud.el (gud-gdb-complete-command)
8457 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8458 expressions.
8459 (gud-tooltip-mode): Use buffer-local value.
8460
8461 2006-03-16 Kim F. Storm <storm@cua.dk>
8462
8463 * ido.el (ido-edit-input): Use selected match, if any.
8464
8465 2006-03-16 Bill Wohler <wohler@newt.com>
8466
8467 * image.el (image-load-path-for-library): Prefer user's images in
8468 image-load-path.
8469
8470 2006-03-16 Martin Rudalics <rudalics@gmx.at>
8471
8472 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8473 when checking for attempt to drag leftmost or rightmost scrollbar.
8474
8475 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
8476
8477 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8478 (gdb-force-mode-line-update): New function.
8479 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8480 (gdb-exited): Use them.
8481 (gdb-signal): New function.
8482 (gdb-annotation-rules): Provide a rule for it.
8483
8484 2006-03-16 Kenichi Handa <handa@m17n.org>
8485
8486 * international/mule.el (auto-coding-regexp-alist): Add entries
8487 for Unicode BOM.
8488
8489 * sort.el (sort-build-lists): Temporarily bind
8490 inhibit-field-text-motion to t.
8491
8492 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
8493
8494 * locate.el (locate-command, locate-make-command-line)
8495 (locate-fcodes-file, locate-update-command)
8496 (locate-prompt-for-command, locate, locate-with-filter)
8497 (locate-get-file-positions): Doc fixes.
8498 (locate-buffer-name, locate-header-face): Remove leading `*' in
8499 defcustom.
8500 (locate-filter-output): Use `keep-lines' instead of its alias
8501 `delete-non-matching-lines'.
8502 (locate-get-filename, locate-get-dirname): Add introductory comment.
8503 (locate-find-directory-other-window): Give appropriate error
8504 message if used outside main listing.
8505
8506 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8509 the new extend-region feature.
8510 (font-lock-after-change-function): Update correspondingly.
8511 * jit-lock.el (jit-lock-after-change): Update correspondingly.
8512 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8513
8514 2006-03-15 Bill Wohler <wohler@newt.com>
8515
8516 * image.el (image-load-path-for-library): Fix example by not
8517 recommending that one binds image-load-path. Just defvar it to
8518 placate compiler and only use it if previously defined.
8519
8520 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8521
8522 * textmodes/org.el (org-insert-centered): Use `string-width' to
8523 make underlining work for wide characters.
8524 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8525 TAB to `org-cycle', to make sure that no binding in
8526 `outline-mode-map' can supercede it.
8527
8528 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
8529
8530 * allout.el: Increment version to 2.2.1 in file commentary.
8531
8532 (allout-version): Increment to 2.2.1.
8533
8534 (allout-default-layout): New customization variable, used when the
8535 file lacks a specific allout-layout. Uses allout-layout-type for
8536 recursively nested definition.
8537
8538 (allout-layout-type): Widget defining allout layouts, necessary for
8539 self-recursive definition.
8540
8541 (allout-mode): Incorporate allout-default-layout as fallback for
8542 allout-layout.
8543
8544 (allout-layout): Mark as 'safe-local-variable', and refer mention
8545 fallback to `allout-default-layout' in absence of a specified value.
8546 (allout-passphrase-verifier-string)
8547 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
8548
8549 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
8550
8551 (allout-get-encryption-passphrase-verifier): Use correct name of
8552 passphrase verifier in docstring.
8553
8554 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
8555
8556 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8557 elements.
8558 (gdb-find-watch-expression): Make it work for arrays too.
8559 Follow change to gdb-var-list.
8560 (gud-watch): Allow the user to enter variable name with a prexix
8561 arg. Create keybindings.
8562 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8563 (gdb-var-list-children-handler, gdb-var-update-handler)
8564 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8565 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8566 Follow change to gdb-var-list.
8567 (gdb-starting): Don't show the overlay arrows when program is running.
8568
8569 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8570 gdb-var-list.
8571
8572 2006-03-14 Bill Wohler <wohler@newt.com>
8573
8574 * image.el (image-load-path-for-library): Pass value of path
8575 rather than symbol. Always return list of directories.
8576 Guarantee that image directory comes first.
8577
8578 2006-03-14 Alan Mackenzie <acm@muc.de>
8579
8580 * font-core.el (font-lock-extend-region\(-function\)?.):
8581 New function/variable.
8582
8583 * font-lock.el (font-lock-after-change-function):
8584 Call font-lock-extend-region. Obey font-lock-lines-before.
8585 (font-lock-default-fontify-region): Remove reference to
8586 font-lock-lines-before.
8587
8588 * jit-lock.el (jit-lock-after-change):
8589 Call font-lock-extend-region. Obey font-lock-lines-before.
8590
8591 2006-03-14 David Ponce <david@dponce.com>
8592
8593 * tree-widget.el (tree-widget-themes-load-path)
8594 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8595
8596 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
8597
8598 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
8599 (rcirc-print): Mark the start of text at the end of the prompt.
8600 (rcirc-track-minor-mode): Add autoload cookie.
8601 (rcirc-update-activity-string): Add space to front of mode-line
8602 indicator.
8603
8604 2006-03-13 Miles Bader <miles@gnu.org>
8605
8606 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
8607 (rcirc-abbrev-nick): Remove function.
8608 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
8609
8610 2006-03-13 David Ponce <david@dponce.com>
8611
8612 * tree-widget.el: Handle themes across all occurrences of the main
8613 themes sub-directory found in tree-widget-themes-load-path.
8614 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8615 (tree-widget--locate-sub-directory): Return all occurrences.
8616 (tree-widget-themes-path): New function.
8617 Replace tree-widget-themes-directory, and return a list of directories.
8618 (tree-widget-set-parent-theme)
8619 (tree-widget-lookup-image): Use it.
8620
8621 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8622
8623 * textmodes/org.el (org-link-search): Avoid self-matching of
8624 links, allow target text to be distributed over several lines.
8625 (org-search-not-link): New function.
8626 (org-set-regexps-and-options, org-get-current-options):
8627 New startup options.
8628 (org-export-as-html): Take odd-level setting from local variable.
8629 (org-fontify-emphasized-text): New option.
8630 (org-set-font-lock-defaults): Include emphasized text.
8631 (org-follow-mhe-link): Allow folder-only links, fix folder name.
8632 (org-font-lock): Customize group renamed from `org-faces'.
8633
8634 2006-03-13 John Paul Wallington <jpw@pobox.com>
8635
8636 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
8637 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
8638
8639 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
8640
8641 * cus-start.el (all): Delete :version keyword for members of the
8642 fringe group, since the entire group is new in 22.1.
8643
8644 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
8645
8646 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
8647 map if value is hexadecimal (an address).
8648 (gud-watch): Only search roots for existing watch expressions.
8649 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
8650 prevent caching problems with speedbar-update-directory-contents.
8651
8652 2006-03-12 Juri Linkov <juri@jurta.org>
8653
8654 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
8655 before comparing with `low' and `warn'.
8656
8657 * info.el (Info-dir-remove-duplicates): Move point to the
8658 beginning of the current line after deleting the entries from
8659 redundant heading. Use marker for `limit' and compare it with
8660 point before calling `re-search-forward'.
8661
8662 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8663
8664 * simple.el (yank): Fix typo in docstring.
8665
8666 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
8667
8668 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
8669 messages, where "D" is the 6th character.
8670
8671 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8672
8673 * simple.el (yank): Fix last change.
8674
8675 2006-03-11 David Ponce <david@dponce.com>
8676
8677 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
8678 merging elements from the standard ispell-dictionary-alist.
8679 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
8680 alist, and return the new alist.
8681
8682 2006-03-11 Richard Stallman <rms@gnu.org>
8683
8684 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
8685
8686 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
8687 the way it is implemented is too unclean.
8688
8689 * simple.el (kill-region, yank): Doc fix.
8690
8691 * battery.el (battery-echo-area-format): Doc fix.
8692 (battery-mode-line-format): Likewise.
8693 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
8694 (battery-linux-proc-acpi): Ignore batteries that say "charged".
8695
8696 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8697
8698 * progmodes/octave-mod.el (octave-indent-for-comment):
8699 Behave according to do string.
8700
8701 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
8702
8703 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
8704 Be visible only if major mode is Mail Mode.
8705
8706 * textmodes/flyspell.el (flyspell-external-point-words)
8707 (flyspell-process-localwords): Fix last changes.
8708
8709 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8710
8711 * calendar/holidays.el (list-holidays): Doc fix.
8712
8713 * international/mule.el (auto-coding-alist): Add .odt
8714 (OpenOffice's open document) files.
8715
8716 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
8717 document) files. Mention in the doc string the need to sync with
8718 auto-coding-alist.
8719
8720 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
8721
8722 * files.el (hack-local-variables-confirm): Don't prompt for ! if
8723 enable-local-variables is set to always query, or there is no
8724 savable variable.
8725
8726 2006-03-10 Bill Wohler <wohler@newt.com>
8727
8728 * image.el (image-load-path-for-library): Merge at least three
8729 functions from Gnus and MH-E into this one function that can now
8730 be shared.
8731
8732 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
8733
8734 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
8735 gdb-remove-mouse-face and remove help-echo too.
8736 (gdb-enqueue-input): Correct conditional clause.
8737
8738 2006-03-10 Glenn Morris <rgm@gnu.org>
8739
8740 * calendar/calendar.el (calendar-holidays): Doc fix.
8741 * calendar/holidays.el (list-holidays): Doc fix.
8742
8743 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
8744
8745 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
8746 it gets called in gdb-prompt anyway.
8747 (gdb-use-separate-io-buffer): Only restore window arrangement for
8748 gdb-many-windows.
8749 (gdb-enqueue-input): Make it harder to send GDB input when program
8750 is running.
8751 (gdb-buffer-list): New variable.
8752 (gdb-remove-mouse-face): New function.
8753 (gdb-starting): Use it when GDB input won't get sent.
8754
8755 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
8756
8757 * help.el (view-lossage): Remove trailing whitespace before
8758 inserting "\n".
8759
8760 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * files.el (hack-local-variables-confirm):
8763 Set coding-system-for-read to nil before writing to .emacs.
8764
8765 * arc-mode.el (archive-extract): Check if an existing buffer name
8766 comes from a different archive.
8767
8768 * help.el (describe-key-briefly): If KEY is a down event, read and
8769 discard the up event.
8770
8771 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
8772
8773 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8774 be edited and use font-lock-warning-face for any changes.
8775
8776 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8777 (gdb-edit-value): Use it to report any errors.
8778
8779 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
8780
8781 * help.el (describe-key): Remove leftover test code.
8782
8783 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8784
8785 * textmodes/org.el: Move defvars out of eval-when-compile.
8786 Use buffer-file-name variable.
8787 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8788 arg `file'.
8789 (org-level-faces): Remove startup dependency.
8790 (org-cycle, org-map-tree, org-scan-tags)
8791 (org-remember-handler): Don't call `outline-level' directly.
8792 (org-mhe-search-all-folders): New option.
8793 (org-mhe-get-message-folder-from-index)
8794 (org-mhe-get-message-folder): Fix indexing search.
8795 (org-format-agenda-item): Handle nil TAGS argument.
8796 (org-cleaned-string-for-export, org-activate-target-links)
8797 (org-make-target-link-regexp): Deal with empty radio target list.
8798 (org-tag): New face.
8799 (org-get-level-face): New function.
8800 (org-set-font-lock-defaults): Simplify setup for headlines.
8801 (org-complete): Pass common substring to `display-completion-list'.
8802
8803 2006-03-06 David Ponce <david@dponce.com>
8804
8805 * tree-widget.el: Update Commentary header.
8806 (tree-widget-theme-name): Ignore parent themes.
8807 (tree-widget-set-parent-theme): New function.
8808 (tree-widget-set-theme): Use it.
8809 (tree-widget-set-image-properties): Move definition. Does nothing
8810 if image properties have already been set.
8811 (tree-widget-image-properties): Move definition. Receive an image
8812 name. Set the :pointer property.
8813 (tree-widget-lookup-image): Doc fix. Search in parent themes.
8814 Don't set the :pointer image property.
8815 (tree-widget-convert-widget): New function. Handle :dynargs
8816 compatibility here.
8817 (tree-widget): Use it to :convert-widget. Add the :expander-p
8818 predicate to control when the :expander function is entered.
8819 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8820 (tree-widget-value-create): Handle :expander-p. widget-apply
8821 :expander.
8822 (tree-widget-expander-p): New function. Default value of the
8823 :expander-p property.
8824
8825 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
8826
8827 * help.el (describe-key): Properly handle the return value of
8828 read-key-sequence when grabbing an up-event. Cleanup mouse-1
8829 remaps. Handle string and vector `follow-link' values.
8830
8831 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * complete.el (PC-expand-many-files): Try be more careful when parsing
8834 the shell's output.
8835
8836 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * outline.el (hide-sublevels): Provide better interactive default.
8839
8840 2006-03-06 Kenichi Handa <handa@m17n.org>
8841
8842 * international/fontset.el (create-fontset-from-fontset-spec):
8843 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
8844
8845 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
8846
8847 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8848 backslashes instead of one in regexp.
8849 (gud-tooltip-dereference): Add missing optional argument.
8850
8851 2006-03-04 John Paul Wallington <jpw@pobox.com>
8852
8853 * wdired.el (toplevel): Require `cl' at compile-time.
8854
8855 2006-03-04 Andreas Schwab <schwab@suse.de>
8856
8857 * server.el (server-process-filter): Handle errors during
8858 evaluation of the argument.
8859
8860 2006-03-03 John Paul Wallington <jpw@pobox.com>
8861
8862 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8863 escape parentheses at beginning of line.
8864 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8865 (t-mouse-mode): Remove period from end of error message.
8866
8867 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
8868
8869 * textmodes/flyspell.el (flyspell-process-localwords):
8870 Be case-sensitive.
8871
8872 2006-03-03 Martin Rudalics <rudalics@gmx.at>
8873
8874 * cus-edit.el (custom-quote): Remove function, since it has been
8875 moved to custom.el.
8876
8877 * font-lock.el (lisp-font-lock-keywords-2)
8878 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8879 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8880 they have no special meaning.
8881
8882 * midnight.el (clean-buffer-list): Handle case where base-buffer of
8883 indirect buffer gets killed before indirect buffer. Use dolist.
8884
8885 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8886
8887 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8888 value instead of a literal constant (1) on more pauses.
8889
8890 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8891
8892 * textmodes/flyspell.el (flyspell-external-point-words):
8893 Be case-sensitive.
8894
8895 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
8896
8897 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8898 with "www".
8899
8900 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8901
8902 * allout.el: Restablish intermediate missing comment header to
8903 preserve outline structure.
8904 (allout-beginning-of-current-entry): Skip invisible text.
8905 (allout-open-topic): Fix opening a topic at end-of-buffer.
8906 (allout-minor-mode): Move nearer to allout-mode function.
8907
8908 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
8909
8910 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
8911
8912 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
8913
8914 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8915 is nil.
8916
8917 * progmodes/gud.el (gud-speedbar-menu-items):
8918 Use buffer-local-value and add missing :visible keyword.
8919
8920 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
8921
8922 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8923
8924 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8925 must be `follow-link'.
8926
8927 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
8928
8929 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
8930 formatting: No nested anchors.
8931 (org-all-targets): Fix bug with XEmacs compatibility.
8932 (org-read-date): Add (require 'parse-time).
8933 (org-set-tags): Fix bug with extra inserted space.
8934 (org-export-html-style): Define a style class for targets.
8935 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
8936 (org-hide-leading-stars): New option.
8937 (org-hide): New face.
8938 (org-set-font-lock-defaults): Allow to hide leading stars.
8939 (org-get-legal-level, org-tr-level): New functions.
8940 (org-odd-levels-only): New option.
8941 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8942 (org-demote, org-promote): Deal with double-star levels.
8943 (org-convert-to-odd-levels): New command.
8944
8945 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
8946
8947 * speedbar.el (speedbar-update-localized-contents): Try to
8948 preserve window-start.
8949 (speedbar-update-directory-contents): Try to preserve window-start
8950 and window-point.
8951 (speedbar-update-special-contents): Don't move back to start of window.
8952
8953 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
8954 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
8955 speedbar-timer-fn.
8956 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
8957 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
8958 instead of gdb-speedbar-timer-fn.
8959
8960 2006-02-28 Jay Belanger <belanger@truman.edu>
8961
8962 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
8963 (math-compose-expr): Use latex option when calling
8964 `math-compose-tex-matrix' for latex mode.
8965
8966 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
8967
8968 * speedbar.el: Re-instate comments about developing for speedbar
8969 [this is what info and gdb-ui use even if better methods exist now].
8970
8971 * t-mouse.el: New file.
8972 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
8973 (t-mouse-lispy-buffer-posn-from-coords): Remove.
8974 (t-mouse-make-event-element): Use posn-at-x-y instead.
8975 (t-mouse-make-event): Deal with Fedora Core 3.
8976 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
8977 (t-mouse-mouse-position-function): New function. Use it instead
8978 of advising mouse-position.
8979 (t-mouse-mode): New minor mode.
8980 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
8981
8982 2006-02-27 Glenn Morris <rgm@gnu.org>
8983
8984 * calendar/calendar.el (calendar-holidays): Doc fix.
8985
8986 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
8987
8988 * progmodes/gdb-ui.el (gdb-source-window): New variable.
8989 Re-introduce the concept of a source window.
8990 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
8991 consistency with get-buffer-create.
8992 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8993 (gdb-data-list-register-values-handler)
8994 (gdb-stack-list-locals-handler): Try to preserve window-start as
8995 well as window-point.
8996 (gdb-display-source-buffer): New function (old concept).
8997 (gdb-goto-breakpoint): Use it.
8998
8999 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
9000 for gdb-ui/gdb-mi (old concept).
9001
9002 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
9003
9004 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
9005 binding.
9006
9007 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
9008
9009 * textmodes/reftex-sel.el (reftex-select-label-map)
9010 (reftex-select-bib-map): Add `follow-mouse' binding.
9011
9012 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * jka-cmpr-hook.el (jka-compr-compression-info-list)
9015 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
9016 Give :set functions to provide automatic updating.
9017 Update docstring. Give compiler defvars early in the file
9018 and move the defcustoms to a later spot where all called functions
9019 are defined.
9020 (jka-compr-file-name-handler-entry): Doc fix.
9021 (jka-compr-compression-info-list--internal)
9022 (jka-compr-mode-alist-additions--internal)
9023 (jka-compr-load-suffixes--internal): New variables.
9024 (jka-compr-install): Set the three above variables.
9025 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9026 (jka-compr-update, jka-compr-set): New functions.
9027 (auto-compression-mode): Doc fix.
9028
9029 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
9030 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9031 Use jka-compr-compression-info-list--internal,
9032 jka-compr-mode-alist-additions--internal and
9033 jka-compr-load-suffixes--internal.
9034
9035 * files.el (load-library):
9036 * loadhist.el (file-loadhist-lookup):
9037 * startup.el (command-line):
9038 * subr.el (locate-library):
9039 * emacs-lisp/autoload.el (update-directory-autoloads):
9040 * emacs-lisp/find-func.el (find-library-suffixes):
9041 Use `get-load-suffixes' instead of `load-suffixes'.
9042
9043 * subr.el (locate-library):
9044 * emacs-lisp/find-func.el (find-library-name):
9045 Use `load-file-rep-suffixes' instead of '("").
9046
9047 2006-02-26 Kim F. Storm <storm@cua.dk>
9048
9049 * ido.el (ido-save-history, ido-load-history): Simplify.
9050 Don't use find-file-noselect to avoid interference from other modes.
9051
9052 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
9053
9054 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
9055 to use the default shell if filename is not available.
9056 Reported by Giorgos Keramidas.
9057
9058 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
9059
9060 * progmodes/etags.el (tags-completion-table): Do completion from
9061 all the tables in the current list, as documented in the manual.
9062
9063 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9064
9065 * CC Mode Update to 5.31.3.
9066
9067 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9068
9069 * progmodes/cc-mode.el (c-postprocess-file-styles):
9070 Bind inhibit-read-only to t, around the call to
9071 c-remove-any-local-eval-or-mode-variables, so that it works on a
9072 RO file.
9073
9074 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9075
9076 * progmodes/cc-awk.el: Correct a typo.
9077
9078 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9079
9080 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
9081 c-hungry-delete-backwards, at the request of RMS. Leave the old
9082 name as an alias.
9083
9084 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9085
9086 * progmodes/cc-mode.el: Correct a typo.
9087
9088 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9089
9090 * progmodes/cc-defs.el: Update the version number to 5.31.3.
9091
9092 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9093
9094 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
9095 brace-else-brace (error due to mbeg, mend being undefined).
9096
9097 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9098
9099 * progmodes/cc-mode.el: File Local variables: Solve the problem
9100 where both `mode' and c-file-offsets are specified: `mode' will
9101 overwrite c-f-o's settings:
9102 (c-remove-any-local-eval-or-mode-variables): New function.
9103 (c-postprocess-file-styles): Call the above new function, within
9104 c-tentative-buffer-change, to splat `mode' and `eval' before the
9105 second hack-local-variables.
9106
9107 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9108
9109 * progmodes/cc-mode.el:
9110 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
9111 (c-after-change): Protect the match data with save-match-data.
9112 It was getting corrupted by c-after-change-check-<>-operators.
9113
9114 * cc-defs.el: [Supersedes patch V1.38]:
9115 (top level): Check for a buggy font-lock-compile-keywords ONLY in
9116 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
9117
9118 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
9119 with save-match-data. It was being corrupted when Font Lock was
9120 not enabled.
9121
9122 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9123
9124 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
9125 Mode and Subword Mode.
9126
9127 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
9128 real labels ("case 1:" or "foo:") from non-labels ("public:").
9129 (c-forward-objc-directive): Replace c-forward-token-2 with crude
9130 coding; c-f-t-2 doesn't move over a token at EOB.
9131
9132 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
9133
9134 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
9135 (c-update-modeline): Concatenate the minor mode indicators
9136 directly onto mode-name, removing c-submode-indicators.
9137 Sometimes, c-s-i got separated from the mode name on the mode line.
9138
9139 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
9140 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
9141
9142 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9143
9144 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9145 error message when there's an evaluation error to show whether
9146 it's loaded from source or not.
9147 (c-filter-ops): Make it available at runtime too to work when
9148 `c-make-init-lang-vars-fun' needs to evaluate from source.
9149
9150 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
9151
9152 * help.el (help): Revert last part of 2006-02-23 change (deletion
9153 of the `provide' call).
9154
9155 2006-02-23 Juri Linkov <juri@jurta.org>
9156
9157 * compare-w.el (compare-windows-highlight): Add new value
9158 `persistent' and change :type from `boolean' to `choice'.
9159 (compare-windows-overlays1, compare-windows-overlays2):
9160 New internal variables.
9161 (compare-windows-highlight): If compare-windows-highlight is
9162 `persistent', add current overlays to compare-windows-overlays[12]
9163 instead of adding compare-windows-dehighlight to pre-command-hook.
9164 (compare-windows-dehighlight): Delete all overlays from
9165 compare-windows-overlays[12].
9166
9167 * info.el (Info-search): Don't bind search-spaces-regexp to
9168 Info-search-whitespace-regexp in non-regexp isearch mode.
9169
9170 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9173
9174 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
9175
9176 * textmodes/org.el (org-xemacs-p)
9177 (org-export-html-show-new-buffer, org-table-may-need-update)
9178 (org-insert-item, org-mhe-get-message-real-folder)
9179 (org-mhe-get-message-folder-from-index)
9180 (org-mhe-get-message-folder, org-mhe-get-message-num)
9181 (org-mhe-get-header, org-make-org-heading-search-string)
9182 (org-make-org-heading-camel, org-table-sort-lines)
9183 (org-format-org-table-html, org-format-table-table-html):
9184 Fix typos in docstrings.
9185
9186 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
9187
9188 * textmodes/org.el (org-cleaned-string-for-export)
9189 (org-solidify-link-text): New function.
9190 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9191 XEmacs, just to silence the compiler.
9192 (org-export-as-ascii, org-export-as-html-and-open):
9193 Use `org-cleaned-string-for-export' and create internal links.
9194 (org-follow-mhe-link): Require mh-e, use folder.
9195
9196 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9197
9198 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9199
9200 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9201 gdb-debug-log-length.
9202 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
9203 it a real ring but...
9204 (gud-gdba-marker-filter): ...make it work like mark-ring.
9205 (gdb-enable-debug): Rename from gdb-enable-debug-log.
9206 (gdb-mouse-jump): New function. Add bindings.
9207
9208 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9209
9210 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9211 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9212 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9213 (gdb-debug-log-length): Customize it's length.
9214 (gud-watch, gdb-var-create-handler): Display function::var format
9215 but don't use to create variable object.
9216 (gdb-var-create-handler): Use message-box in place of message.
9217 (gdb-stopped): Call gdb-exited if signalled.
9218
9219 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9220
9221 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9222
9223 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9224
9225 * textmodes/reftex.el (reftex-locate-file): Search all extensions
9226 if `reftex-try-all-extensions' is set.
9227
9228 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9229 fail silently when there is no valid argument at point.
9230 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9231 `fail-silently' argument. From a patch by David Reiter.
9232
9233 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9234 New commands.
9235 (org-mark-ring): New variable.
9236 (org-mark-ring-length): New option.
9237 (org-open-at-point, org-goto, org-open-file): Push old position
9238 onto the mark ring.
9239 (org-add-hook): New function.
9240 (org-export-table-remove-special-lines): New option.
9241 (org-skip-comments, org-format-org-table-html): Respect new
9242 option `org-export-table-remove-special-lines'.
9243 (org-open-file): Allow special command configuration for
9244 directory link.
9245 (org-file-apps): Fix bugs in customize type, added setting
9246 for directories.
9247 (org-activate-tags, org-format-agenda-item, org-complete)
9248 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9249 (org-get-tags, org-get-buffer-tags, org-open-at-point)
9250 (org-link-search, org-make-org-heading-search-string)
9251 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9252 (org-radio-targets, org-file-link-context-use-camel-case)
9253 (org-activate-camels): New options.
9254 (org-update-radio-target-regexp, org-all-targets)
9255 (org-make-target-link-regexp, org-activate-target-links):
9256 New functions.
9257 (org-make-org-heading-search-string): New function.
9258 (org-store-link, org-insert-link): Use new option
9259 `org-file-link-context-use-camel-case'.
9260 (org-activate-camels): Use new option `org-activate-camels'.
9261 (org-link-regexp): Add mhe prefix.
9262 (org-open-at-point, org-store-link): Support for mhe links.
9263 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9264 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9265 (org-mhe-get-header, org-follow-mhe-link): New functions.
9266 (org-remove-angle-brackets, org-add-angle-brackets):
9267 New functions.
9268 (org-bracket-link-regexp): New constant.
9269 (org-read-date): Fix bug that was rejecting all typed dates.
9270 (org-link-search): Make hierarchy above visible after a match.
9271 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9272 (org-store-link): Fix bug with link creation when cursor is in
9273 an empty line.
9274 (org-open-at-point): Fix bug with matching a link.
9275 Fixed buggy argument sequence in call to `org-view-tags'.
9276 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9277 (org-prefix-has-tag): New variable.
9278 (org-format-agenda-item): Remove tags from headline
9279 if appropriate.
9280 (org-agenda-remove-tags-when-in-prefix): New option.
9281
9282 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
9283
9284 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9285 Fix the regular expressions.
9286
9287 2006-02-21 Richard M. Stallman <rms@gnu.org>
9288
9289 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9290 if there's no other specific basis.
9291
9292 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9293 as variables at all.
9294 (unsafep-variable): Rename arg; doc fix.
9295
9296 * abbrevlist.el (list-one-abbrev-table): Add autoload.
9297
9298 * calendar/appt.el (diary-selective-display): Add defvar.
9299
9300 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9301
9302 * isearch.el (search-whitespace-regexp): Fix custom type.
9303
9304 * help.el (describe-key-briefly): Compute interactive args
9305 in same was as before previous change.
9306
9307 * files.el (enable-local-variables): Doc fix.
9308
9309 2006-02-21 Kim F. Storm <storm@cua.dk>
9310
9311 * fringe.el: Cleanup as file is now pre-loaded.
9312 (fringe-bitmaps): Initialize unconditionally.
9313 (fringe-mode, set-fringe-style): Remove autoload cookies.
9314
9315 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9316
9317 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9318 `horizontal-bar'.
9319 (fringe-cursor-alist): Use `horizontal-bar'.
9320
9321 2006-02-20 Kim F. Storm <storm@cua.dk>
9322
9323 * fringe.el (fringe-bitmaps): Update to new bitmap names.
9324 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9325
9326 * loadup.el: Load "fringe" on window systems.
9327
9328 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9329
9330 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9331 out of scope components.
9332
9333 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9334 default.
9335
9336 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
9337
9338 * custom.el (customize-mark-to-save, customize-mark-as-set):
9339 Load the symbol first.
9340
9341 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9342
9343 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9344 strech spec so it doesn't display as "^J" on the header line
9345 when `Buffer-menu-use-header-line' is t.
9346
9347 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9348
9349 * speedbar.el (speedbar-make-button): Keep text properties
9350 of string arguments if desired.
9351
9352 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9353 expessions.
9354
9355 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9356 of speedbar.
9357
9358 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
9359
9360 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9361 to value of `read-file-name-completion-ignore-case'.
9362
9363 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
9364
9365 * custom.el (customize-mark-as-set): Push to `user' theme.
9366
9367 * cus-edit.el (custom-save-variables): Allow unthemed values.
9368 (customize-set-variable): Push setting to `user' theme.
9369
9370 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9371
9372 * progmodes/gud.el: Don't require font-lock as it's now
9373 automatically loaded.
9374 (gud-speedbar-buttons): Replace gdb-var-changed with
9375 gdb-force-update.
9376
9377 * progmodes/gdb-ui.el (gdb-force-update): Rename from
9378 gdb-var-changed.
9379 (gdb-post-prompt): Use it.
9380 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9381 (gdb-var-update-handler, gdb-var-delete)
9382 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9383 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9384 gdb-force-update in gdb-post-prompt.
9385 (gdb-reset): Clear watch expressions from speedbar when quitting.
9386
9387 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9388
9389 * viper-cmd.el (viper-insert-state-post-command-sentinel)
9390 (viper-change-state-to-vi, viper-change-state-to-emacs):
9391 Make aware of cursor coloring in the Emacs state.
9392 (viper-special-read-and-insert-char): Use read-char-exclusive.
9393 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9394
9395 * viper-init.el (viper-emacs-state-cursor-color): New variable.
9396
9397 * viper-util.el (viper-save-cursor-color)
9398 (viper-get-saved-cursor-color-in-replace-mode)
9399 (viper-get-saved-cursor-color-in-insert-mode)
9400 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9401 state.
9402 (viper-get-saved-cursor-color-in-emacs-mode): New function.
9403
9404 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9405 (ediff-ignore-case-option3, ediff-actual-diff-options)
9406 (ediff-actual-diff3-options): New variables to control case sensitivity.
9407 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9408 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9409 (ediff-toggle-ignore-case): New function.
9410 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9411
9412 * ediff-help.el (ediff-long-help-message-narrow2)
9413 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9414 (ediff-long-help-message-word-mode): Add ignore-case command.
9415 (ediff-help-for-quick-help): Add ignore-case command.
9416
9417 * ediff-merg.el: Move provide to the end.
9418
9419 * ediff-ptch.el: Move provide to the end.
9420
9421 * ediff-wind.el: Move provide to the end.
9422
9423 * ediff-mult.el: Move provide to the end.
9424 (ediff-set-meta-overlay): Enable follow-link.
9425
9426 * ediff.el: Move provide to the end.
9427 Break recursive load cycle in eval-when-compile.
9428 (ediff-patch-buffer): Better heuristics.
9429
9430 * ediff-util.el: Move provide to the end.
9431 Break recursive load cycle in eval-when-compile.
9432 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
9433 defuns.
9434 (ediff-submit-report): Pass the values of ediff-diff3-program,
9435 ediff-diff3-options.
9436
9437 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
9438
9439 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9440 the opening bracket of the following bracketing pairs: {}, [], (), <>,
9441 `' (for example, in the docstring of `windmove-default-keybindings').
9442
9443 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9444
9445 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9446 shadow face. Don't provide binding to edit variable when it is
9447 out of scope.
9448
9449 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9450 (gdb-var-update-handler): Detect out of scope variables with pre
9451 GDB 6.4 too.
9452 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
9453 Reset status of variable objects to nil in update handlers.
9454 (gdb-var-update-handler-1): Detect when a variable object comes
9455 in scope. setcar on var changes gdb-var-list directly.
9456
9457 2006-02-17 Juri Linkov <juri@jurta.org>
9458
9459 * ffap.el (ffap) <defface>: Add explicit face declaration.
9460 (ffap-highlight): Use face `ffap' directly instead of checking
9461 for its existence.
9462
9463 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9464 `visible-ok' of `other-buffer' to find the right original buffer.
9465
9466 * info.el (Info-search): Skip `Local Variables' node.
9467
9468 2006-02-17 Juri Linkov <juri@jurta.org>
9469
9470 * info.el (Info-find-file): Check for symbols `apropos', `history',
9471 `toc' in the input filename, and return these symbols as is.
9472 (Info-find-node-2): Set Info-current-file to symbols `apropos',
9473 `history', `toc' instead of strings.
9474 (Info-set-mode-line): For non-string Info-current-file use the
9475 symbol's name inside **.
9476 (Info-isearch-push-state): Add quote before Info-current-file and
9477 Info-current-node.
9478 (Info-isearch-pop-state): Use `equal' instead of `string='.
9479 (Info-extract-pointer, Info-following-node-name): Use
9480 `match-string-no-properties' instead of `match-string'.
9481 (Info-up): Check `old-file' for `stringp'.
9482 (Info-history): Use `equal' instead of `string-equal'.
9483 Check `file' for `stringp'.
9484 (Info-history): Use symbol `history' instead of string as first arg
9485 of `Info-find-node'.
9486 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
9487 `toc' instead of string.
9488 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9489 instead of `buffer-substring', and `match-string-no-properties'
9490 instead of `match-string'.
9491 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9492 instead of strings.
9493 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9494 Use symbol `apropos' instead of string.
9495 (Info-copy-current-node-name): Check `Info-current-file' for
9496 `stringp' and construct a command with `Info-find-node' from it.
9497 (Info-fontify-node): Use `match-string-no-properties' instead of
9498 `match-string' and check file names for `stringp'.
9499 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9500 `history', `toc' instead of strings.
9501
9502 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
9503
9504 * files.el: Rearrange functions and variables in the file local
9505 variables section.
9506
9507 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
9508
9509 * files.el: Add truncate-lines, ispell-check-comments and
9510 ispell-local-dictionary as safe local variables.
9511
9512 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
9513
9514 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9515 out of scope variables.
9516 (gud-speedbar-buttons): Use unless.
9517
9518 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9519 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9520 (gdb-show-changed-values): Also use for out of scope variables.
9521 (gdb-var-update-handler-1): Note if variable goes out of scope.
9522
9523 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
9524
9525 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9526 default to global variable values for unsupplied args.
9527 (rcirc-get-buffer-create): Fix bug with setting the target.
9528 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9529 test for rcirc-always-use-server-buffer-flag here.
9530 (rcirc-response-formats): Add %N, which is a facified nick. %n
9531 uses the default face. Change the ACTION format string. If the
9532 "nick" is the server, don't print anything for that field.
9533 Comment fixes.
9534 (rcirc-target-buffer): Don't test
9535 rcirc-always-use-server-buffer-flag here.
9536 (rcirc-print): Squeeze extra spaces out of the text before message.
9537 (rcirc-put-nick-channel): Strip potential "@" char from nick
9538 before adding them to nick table.
9539 (rcirc-url-regexp): Improve to match address like "foo.com".
9540
9541 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9542
9543 * allout.el (allout-hidden-p): Move this defsubst before
9544 allout-overlay-interior-modification-handler, where it is first
9545 used.
9546
9547 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
9548
9549 * allout.el: Use allout invisible-text overlays instead of
9550 selective display for concealed text. Also, lots of general
9551 cleanup, and improved compatibility code.
9552
9553 (allout-version) Incremented, corrected, revised, and refined
9554 module commentary.
9555
9556 (provide 'allout): Moved to the bottom, added a require of overlay.
9557
9558 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9559 `except-current'.
9560 (allout-write-file-hook-handler): Minimize delay.
9561 (count-trailing-whitespace-region): New function so
9562 auto-encryption of current topic can resituate cursor exactly.
9563 PGP/GPG encryption trims trailing whitespace from lines, which
9564 must be accounted for across encryption then decryption.
9565
9566 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9567 just plain "\C-c", to avoid intruding on user's keybinding space.
9568
9569 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9570 parameter, so user request to provide a new password is done.
9571
9572 (allout-outside-normal-auto-fill-function, allout-auto-fill):
9573 Refined mechanism for auto-filling behavior while in allout mode.
9574
9575 (allout-mode): Explicitly specify the mode map in the docstring.
9576 Clarify provision for various write-file hook var names.
9577 Adjusted for invisible-text overlays instead of selective-display.
9578
9579 (allout-depth): Really return 0 if not within any topic. This
9580 rectifies `allout-beginning-of-level' and sequence numbering
9581 errors that occur when cutting and pasting numbered topics.
9582 Changed from a in-line subst to a regular function, as well.
9583
9584 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
9585
9586 (allout-end-of-subtree, allout-end-of-subtree)
9587 (allout-end-of-entry, allout-end-of-current-heading)
9588 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
9589 (allout-show-children, allout-show-to-offshoot)
9590 (allout-hide-current-entry, allout-show-current-entry): Rectified
9591 handling of trailing blank lines between items.
9592
9593 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
9594 (allout-current-depth, allout-unprotected, allout-hidden-p)
9595 (allout-on-current-heading-p, allout-listify-exposed)
9596 (allout-chart-subtree, allout-goto-prefix)
9597 (allout-back-to-current-heading, allout-get-body-text)
9598 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
9599 (allout-hide-region-body, allout-toggle-subtree-encryption)
9600 (allout-encrypt-string, allout-encrypted-key-info)
9601 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
9602 (allout-file-vars-section-data): Adjusted for use with
9603 invisible-text overlays instead of selective-display.
9604
9605 (allout-kill-line, allout-kill-topic, allout-yank-processing):
9606 Reworked for use with invisible text overlays.
9607
9608 (allout-current-topic-collapsed-p): New function.
9609
9610 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
9611 to know when to close the containing topic.
9612
9613 (allout-pre-command-business, allout-post-command-business):
9614 Simplify undo-batching and dynamic isearch exposure.
9615
9616 (allout-set-overlay-category): New for invisible-text overlays.
9617 Sets properties of allout-overlay-category, used by
9618 allout-flag-region to set invisible-text overlay properties.
9619 (allout-get-invisibility-overlay): Get the first qualifying
9620 invisibility overlay, so we can find the extent of it.
9621 (allout-back-to-visible-text): Get to just before the beginnining
9622 of the current invisibility overlay, if any.
9623
9624 (allout-overlay-insert-in-front-handler)
9625 (allout-overlay-interior-modification-handler)
9626 (allout-before-change-handler, allout-isearch-end-handler): New
9627 functions to handle extraordinary actions affecting concealed
9628 text.
9629
9630 (allout-flag-region): Use overlays instead of selective-display
9631 for invisible text - by inheritence from the properties of
9632 allout-overlay-category in mainline Emacs, and applied
9633 property-by-property in XEmacs, some recent versions of which
9634 don't inherit the properties from the category. Provisions to
9635 respond to concealed-text edits simplified drastically.
9636
9637 (allout-isearch-rectification, allout-isearch-was-font-lock)
9638 (allout-isearch-expose, allout-enwrap-isearch)
9639 (allout-isearch-abort, allout-pre-was-isearching)
9640 (allout-isearch-prior-pos, allout-isearch-did-quit)
9641 (allout-isearch-dynamic-expose)
9642 (allout-hide-current-entry-completely): Functions deleted.
9643
9644 (allout-undo-aggregation): Explicit undo aggregation no longer
9645 necessary due to transition away from selective-display.
9646
9647 (set-allout-regexp, allout-up-current-level)
9648 (allout-next-visible-heading, allout-forward-current-level)
9649 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
9650 (allout-kill-line, allout-yank-processing, allout-show-children)
9651 (allout-expose-topic, allout-old-expose-topic)
9652 (allout-listify-exposed, allout-insert-latex-header)
9653 (allout-toggle-subtree-encryption, allout-encrypt-string)
9654 (remove-from-invisibility-spec, allout-hide-current-subtree):
9655 Ditched unused variables.
9656
9657 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
9658
9659 * textmodes/ispell.el (ispell-change-dictionary): Call
9660 ispell-buffer-local-dict instead of
9661 ispell-accept-buffer-local-defs.
9662 (ispell-local-dictionary-alist): Accept as valid any coding-system
9663 supported by Emacs.
9664 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
9665 changed to iso-8859-3.
9666
9667 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
9668
9669 * speedbar.el (speedbar-frame-width): Make an inline function
9670 instead of a macro. Use frame-width.
9671 (speedbar-try-completion, speedbar-update-contents)
9672 (speedbar-timer-fn): Use consp.
9673 (speedbar-update-localized-contents): Try to preserve point.
9674
9675 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
9676 (menu): Re-order menu items.
9677 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
9678 field.
9679 (gdb-var-update-handler-1): Use it for GDB 6.4+.
9680 (gdb-post-prompt): Speed things by not forcing update.
9681
9682 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
9683
9684 * wid-edit.el (widget-button-click): For mouse-1, cancel button
9685 press and perform default action if we get a mouse movement event.
9686
9687 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9688
9689 * calendar/icalendar.el (icalendar--get-event-property)
9690 (icalendar--get-event-property-attributes): Fix typos in
9691 docstrings.
9692
9693 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
9694 docstring.
9695
9696 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
9697
9698 * bs.el (bs-mode): Use `buffer-disable-undo'.
9699 (bs--get-file-name): Simplify.
9700 (bs-show-in-buffer): Mark the buffer as not modified.
9701
9702 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9703
9704 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
9705 widget-button-click.
9706
9707 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9708 (custom-mode): Update docstring.
9709
9710 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
9711 binding.
9712
9713 * files.el (hack-local-variables-confirm): Allow scrolling if the
9714 file variable list is too long. Kill temp buffer after use.
9715
9716 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
9717
9718 * progmodes/gud.el (gdb): Improve doc string.
9719 (gdb-script-font-lock-keywords): Expand allowed character set.
9720
9721 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
9722 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
9723 (gdb-separate-io-interrupt, gdb-separate-io-quit)
9724 (gdb-separate-io-stop, gdb-separate-io-eof):
9725 Rename from gdb-inferior-* to gdb-separate-*.
9726 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
9727
9728 2006-02-14 Jay Belanger <belanger@truman.edu>
9729
9730 * calc/calc-arith.el (math-check-known-scalarp): Make sure
9731 expression is a symbol before checking that it is bound.
9732
9733 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
9734 test to see if equation can be solved.
9735
9736 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9737
9738 * wid-edit.el (widget-button-click): Use :pressed-face property
9739 for overlay face, if it exists.
9740
9741 * cus-edit.el (custom-manual, custom-add-see-also)
9742 (custom-add-parent-links, custom-group-link): Add :pressed-face
9743 property to links.
9744
9745 * files.el (hack-local-variables): Remove ignored variables before
9746 checking if any variables need setting.
9747
9748 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9749
9750 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
9751
9752 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9753
9754 * help.el (where-is): Fix message for remapped commands.
9755
9756 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9757 Fix typos in docstrings.
9758
9759 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9760
9761 * files.el (safe-local-variable-values): New option.
9762 (hack-local-variables-prop-line): Return a list of variable-value
9763 pairs if MODE-ONLY is non-nil.
9764 (hack-local-variables): Construct list of variable-value pairs,
9765 and apply or reject them in one go. Ask for confirmation if
9766 variables are not known safe.
9767 (hack-local-variables-confirm): Complete rewrite. Support
9768 `safe-local-variable-values'.
9769 (enable-local-variables): Update docstring to reflect new
9770 behavior.
9771 (ignored-local-variables): Ignore ignored-local-variables and
9772 safe-local-variable-values.
9773 (safe-local-variable-p): New function.
9774 (risky-local-variable-p): `safe-local-variable' property check
9775 moved to safe-local-variable-p.
9776 (hack-one-local-variable): Checks moved to hack-local-variables.
9777
9778 (byte-compile-dynamic, c-basic-offset, c-file-style)
9779 (c-indent-level, comment-column, fill-column, fill-prefix)
9780 (indent-tabs-mode, kept-new-versions, no-byte-compile)
9781 (no-update-autoloads, outline-regexp, page-delimiter)
9782 (paragraph-start, paragraph-separate, sentence-end)
9783 (sentence-end-double-space tab-width, version-control):
9784 Add `safe-local-variable' property.
9785
9786 * find-lisp.el: Delete nonexistent `autocompile' file variable.
9787
9788 * icomplete.el, play/landmark.el: Change nonexistent
9789 `outline-layout' file variable to `allout-layout'.
9790
9791 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
9792
9793 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9794 (gdb-get-changed-registers): Test value of gud-minor-mode relative
9795 to gud-comint-buffer.
9796 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9797 gdb-ui.el for gdb-mi.el.
9798 (gdb-post-prompt, gdb-get-changed-registers): Move test for
9799 registers buffer to gdb-get-changed-registers.
9800 (gdb-breakpoint-regexp): New regexp. Allow toggling and
9801 deletion of catchpoints (throw and catch).
9802 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9803 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9804 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9805 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9806 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9807
9808 2006-02-13 Jay Belanger <belanger@truman.edu>
9809
9810 * calc/calc-arith.el (math-check-known-matrixp): Make sure
9811 expression is a symbol before checking that it is bound.
9812
9813 2006-02-13 Richard M. Stallman <rms@gnu.org>
9814
9815 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9816 for the minibuffer too, but not if resize-mini-windows will interfere.
9817
9818 * help.el (describe-key-briefly, describe-key): Do all arg-reading
9819 inside `interactive' spec.
9820 (describe-key-briefly-internal, describe-key-internal):
9821 Functions merged back into their callers.
9822
9823 2006-02-13 Martin Rudalics <rudalics@gmx.at>
9824
9825 * info.el (info-xref-visited): Inherit from info-xref too.
9826 (Info-set-mode-line): Replace occurrences of `%' by `%%'
9827 when propertizing Info-current-file and Info-current-node.
9828
9829 2006-02-13 Juri Linkov <juri@jurta.org>
9830
9831 * tumme.el (tumme-thumbnail-storage): Fix docstring.
9832 (tumme-thumb-name): Fix per-directory format.
9833
9834 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
9835
9836 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9837
9838 2006-02-12 Miles Bader <miles@gnu.org>
9839
9840 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9841
9842 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
9843
9844 * tumme.el: Remove history section. If someone needs the it, it
9845 can always be found in CVS.
9846
9847 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9848
9849 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
9850 about the Thumbnail Managing Standard option.
9851
9852 2006-02-12 Richard M. Stallman <rms@gnu.org>
9853
9854 * subr.el (substitute-key-definition): Doc fix.
9855
9856 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9857
9858 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9859
9860 * info.el (Info-mode): Doc fix.
9861
9862 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9863
9864 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
9865
9866 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9867 because on Solaris a POSIX compatible "id" is needed. Reported by
9868 Magnus Henoch <mange@freemail.hu>.
9869
9870 2006-02-12 Juri Linkov <juri@jurta.org>
9871
9872 * tumme.el: Remove todo item about Thumbnail Managing Standard.
9873 (tumme) <defgroup>: Change :group to `multimedia'.
9874 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9875 Managing Standard.
9876 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9877 Fix dostring.
9878 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9879 and %y. Fix docstring.
9880 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9881 (tumme-cmd-create-standard-thumbnail-command): New user options.
9882 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9883 is `standard'. Fix docstring.
9884 (tumme-thumb-width, tumme-thumb-height): New user options.
9885 (tumme-external-viewer): Try to find various viewers.
9886 (tumme-get-thumbnail-image): Use `create-image' instead of
9887 constructing the `image' structure.
9888 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9889 `standard'.
9890 (tumme-thumb-name): Add file name generation for standard storage.
9891 Simplify code for other storages.
9892 (tumme-thumb-name): Use width %w and height %h instead of size %s.
9893 Add modification time %m and thumbnail-nq8 %q.
9894 Use `tumme-cmd-create-standard-thumbnail-command' if
9895 tumme-thumbnail-storage is `standard'.
9896 (tumme-dired-insert-marked-thumbs): New autoload command.
9897 (tumme-dired-after-readin-hook): New function.
9898 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9899 `tumme-thumb-size'.
9900 (tumme-display-image): Replace size-x %x and size-y %y with
9901 width %w and height %h.
9902
9903 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9904 `tumme-dired-insert-marked-thumbs'.
9905
9906 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9907
9908 * tumme.el (tumme-write-tag): Fix small bug (file name did not
9909 include path).
9910 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9911 matching tag.
9912
9913 2006-02-12 Miles Bader <miles@gnu.org>
9914
9915 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9916 New variables.
9917 (rcirc-abbrev-nick): New function.
9918 (rcirc-format-response-string): Rewrite to use the formats in
9919 `rcirc-response-formats' and expand escape sequences therein.
9920 A text-property `rcirc-text' is added over the actual response
9921 text to make easy to find inside the returned string.
9922 (rcirc-print): When filling, just look for the `rcirc-text'
9923 text-property to find the appropriate fill prefix, instead of
9924 using hardwired patterns.
9925
9926 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9927
9928 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
9929 Managing Standard.
9930
9931 2006-02-11 Kim F. Storm <storm@cua.dk>
9932
9933 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9934 Don't use insert-buffer; do insert-buffer-substring directly.
9935 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
9936
9937 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9938
9939 * files.el (revert-buffer, recover-file): Replace buffer-read-only
9940 with inhibit-read-only. Suggested by Stefan Monnier.
9941 (revert-buffer): Let insert-file-contents discard
9942 buffer-undo-list. Simplify code.
9943 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9944
9945 2006-02-11 Eli Zaretskii <eliz@gnu.org>
9946
9947 * menu-bar.el (menu-bar-select-yank): Add a doc string.
9948
9949 * help.el (describe-key-briefly): Now a wrapper for
9950 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
9951 to t. Populate yank-menu if empty.
9952 (describe-key-briefly-internal): Renamed from describe-key-briefly.
9953 (describe-key): Now a wrapper for describe-key-internal. Bind
9954 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
9955 (describe-key-internal): Renamed from describe-key.
9956
9957 2006-02-11 Milan Zamazal <pdm@zamazal.org>
9958
9959 * progmodes/glasses.el (glasses-separator): Doc fix.
9960 (glasses-original-separator): New defcustom.
9961 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
9962
9963 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9964
9965 * mwheel.el (mouse-wheel-up-event): Doc fix.
9966
9967 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9968
9969 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
9970 (tumme-dir): New function. Copied from thumbs.el.
9971
9972 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
9973
9974 * desktop.el (desktop-outvar): Fix typo.
9975 (desktop-save-buffer-p): Doc fix.
9976
9977 * subr.el (substitute-key-definition): Fix typo.
9978
9979 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9980
9981 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
9982 when window-system is mac.
9983
9984 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
9985
9986 2006-02-10 Kim F. Storm <storm@cua.dk>
9987
9988 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
9989 indirect-function instead of using condition-case.
9990
9991 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
9992
9993 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
9994 less `colloquial'...
9995
9996 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
9997
9998 * tumme.el: Add a couple of todo items.
9999
10000 2006-02-09 Lars Hansen <larsh@soem.dk>
10001
10002 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
10003 (highlight-changes-mode): Don't change desktop-locals-to-save.
10004
10005 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
10006
10007 * image-mode.el (image-toggle-display): Clear image cache if using
10008 filename.
10009
10010 2006-02-09 Masatake YAMATO <jet@gyve.org>
10011
10012 * dired-x.el (dired-guess-shell-alist-default): Add .man as
10013 a `dired-man' target.
10014
10015 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
10016 boundary of symbols.
10017
10018 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
10019
10020 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
10021
10022 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
10023
10024 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
10025 `mapcar'; return nil.
10026
10027 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
10028
10029 * mouse.el (mouse-drag-track): Don't change window if we rebind to
10030 some other event.
10031
10032 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
10033
10034 * net/rcirc.el (rcirc-startup-channels-alist):
10035 Add irc.freenode.net and #emacs as defaults.
10036 (rcirc-ignore-all-activity-flag): Remove variable.
10037 (rcirc-authinfo): New variable.
10038 (rcirc-authinfo-filename): Remove variable.
10039 (rcirc-always-use-server-buffer-flag): New flag.
10040 (rcirc): M-x rcirc will automatically connect without prompting.
10041 C-u M-x rcirc will prompt. Use rcirc-connect to create a
10042 connection in lisp.
10043 (rcirc-process-server-response-1): Remove everything but the nick
10044 portion of the sender so it doesn't need to be done everywhere
10045 else. Update related code.
10046 (global-map): Remove global keybindings.
10047 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
10048 (rcirc-send-input): Split into several functions.
10049 (rcirc-process-input-line, rcirc-process-message)
10050 (rcirc-process-command): New functions.
10051 (rcirc-target-buffer): New function to determine where to route
10052 messages.
10053 (rcirc-user-nick): Save match data.
10054 (rcirc-toggle-ignore-buffer-activity)
10055 (rcirc-update-activity-string): Remove global ignore functionality,
10056 which can be done now by toggling rcirc-track-minor-mode.
10057 (rcirc-track-minor-mode-map): New keymap.
10058 (rcirc-track-minor-mode): New minor-mode.
10059 (ignore): Make the ignore output nicer. Always print it when
10060 adding or removing nicks.
10061 (rcirc-url-regexp): Improve.
10062 (rcirc-mangle-text): Remove properties before using text in the
10063 modeline.
10064 (rcirc-authenticate): Authentication data comes from
10065 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
10066 (rcirc-server-prefix): Inherit from rcirc-server.
10067
10068 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
10069
10070 * Makefile.in (compile): Append "|| true" to the end of the `find'
10071 command, like compile-always does.
10072
10073 2006-02-08 Sam Steingold <sds@gnu.org>
10074
10075 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
10076 output from a dead connection.
10077
10078 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10079
10080 * dired.el (dired-mode-map): Add more bindings for tumme.
10081
10082 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * wdired.el (wdired-mode-map): Use remap.
10085 (wdired-get-filename): Massage.
10086 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
10087 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
10088 `keymap' property rather than `local-map'.
10089
10090 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10091
10092 * tumme.el (tumme-get-thumbnail-image): New utility function.
10093 Suggested by from Chong Yidong.
10094 (tumme-dired-with-window-configuration): Rename from
10095 `tumme-dired'. Add code to save window configuration.
10096 (tumme-restore-window-configuration): New command to restore the
10097 window configuration that `tumme-dired-with-window-configuration'
10098 saves before it changes the window configuration.
10099 (tumme-show-all-from-dir): New command to display thumbnails for
10100 all files in a directory entered by the user, like M-x thumbs.
10101 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
10102 have been created.
10103 (tumme-display-thumbnail-original-image): Call `display-buffer'.
10104 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
10105 Remove obsolete test function.
10106
10107 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
10108
10109 * vc.el (small-temporary-file-directory): Remove defvar; there's
10110 a defcustom for it in files.el.
10111
10112 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
10113 Fix typo in message.
10114 (tumme-gallery-generate): Fix typo in `error' message.
10115 (tumme-display-window-height-correction)
10116 (tumme-display-window-width-correction, tumme-line-up-dynamic)
10117 (tumme-line-up-interactive): Dox fixes.
10118 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10119 (tumme-restore-window-configuration, tumme-format-properties-string)
10120 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10121 Fix typos in docstrings.
10122
10123 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
10124
10125 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
10126
10127 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
10128
10129 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
10130 User should use hook if desired.
10131
10132 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
10133 buffer if necessary.
10134 (gdb-delete-frame-or-window): New function.
10135 (gdb-breakpoints-mode-map): Bind "q" to it.
10136
10137 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * textmodes/nroff-mode.el: Clean up name space.
10140 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
10141 (nroff-mode): Obey the global setting of nroff-electric-mode.
10142 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10143
10144 * calendar/calendar.el (calendar-increment-month): Typo in last change.
10145
10146 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
10147
10148 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10149
10150 2006-02-06 Lars Hansen <larsh@soem.dk>
10151
10152 * generic-x.el (etc-fstab-generic-mode): Add file system types
10153 cifs and usbdevfs. Allow special chars in file names.
10154
10155 2006-02-05 Jay Belanger <belanger@truman.edu>
10156
10157 Update copyright notices of the files in lisp/calc.
10158
10159 2006-02-05 Romain Francoise <romain@orebokech.com>
10160
10161 Update copyright notices of all files in the lisp/play directory.
10162
10163 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
10164
10165 * ldefs-boot.el: Regenerate.
10166
10167 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10168
10169 2006-02-05 Kim F. Storm <storm@cua.dk>
10170
10171 * files.el (magic-mode-regexp-match-limit): New defvar.
10172 (set-auto-mode): Use it to limit magic-mode-alist matching.
10173
10174 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
10175
10176 * simple.el (display-message-or-buffer): Compare the number of
10177 characters to the frame width when determining whether a 1-line
10178 message string will fit in the echo area. Count screen lines
10179 instead of buffer lines when determining whether a multi-line
10180 message will fit in the echo area/minibuffer window.
10181
10182 2006-02-04 Eli Zaretskii <eliz@gnu.org>
10183
10184 * info.el (Info-index, Info-mode): Improve the description of the
10185 `i' command.
10186
10187 * ldefs-boot.el: Regenerate.
10188
10189 2006-02-03 Werner Lemberg <wl@gnu.org>
10190
10191 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10192 greedy to find the closing bracket in \*[...] and similar
10193 expressions. This is a first rough fix -- many additional
10194 refinements are necessary to make nroff mode really usable with groff.
10195
10196 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
10197
10198 * international/mule-cmds.el (set-locale-environment):
10199 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10200 libX11.
10201
10202 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
10203
10204 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10205 archive are created in archive-tmpdir.
10206
10207 2006-02-02 John Paul Wallington <jpw@pobox.com>
10208
10209 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10210 (ibuffer-fontification-alist): Use it.
10211 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10212 to "* z" and the Ibuffer Mark menu.
10213
10214 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10215
10216 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * textmodes/table.el (*table--cell-describe-mode)
10219 (*table--cell-describe-bindings): Undo last change since
10220 print-help-return-message is not obsoleted by anything at all.
10221
10222 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
10223
10224 * emulation/cua-base.el (cua-mode): Doc fix.
10225
10226 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
10227
10228 * dframe.el (dframe-handle-make-frame-visible)
10229 (dframe-handle-iconify-frame, dframe-get-focus)
10230 (dframe-select-attached-frame, dframe-power-click)
10231 (dframe-frame-mode): Fix typos in docstrings.
10232
10233 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10234 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10235 Fix typos in docstrings.
10236
10237 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10238 (hi-lock-face-buffer, hi-lock-font-lock-hook)
10239 (hi-lock-archaic-interface-message-used)
10240 (hi-lock-file-patterns-range): Fix typos in docstrings.
10241
10242 * savehist.el (savehist-loaded, savehist-load, savehist-install)
10243 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10244
10245 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10246 Fix typo in docstring.
10247
10248 * net/newsticker.el (newsticker--decode-iso8601-date)
10249 (newsticker--set-customvar, newsticker--buffer-insert-item)
10250 (newsticker--do-run-auto-mark-filter)
10251 (newsticker--parse-generic-feed): Doc fixes.
10252 (newsticker--retrieval-timer-list, newsticker-url-list)
10253 (newsticker-hide-immortal-items-in-echo-area)
10254 (newsticker-hide-obsolete-items-in-echo-area)
10255 (newsticker-new-item-face, newsticker--enclosure)
10256 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10257 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10258 (newsticker--parse-generic-feed, newsticker--cache-contains)
10259 (newsticker--stat-num-items, newsticker-download-enclosures):
10260 Fix typos in docstrings.
10261
10262 * net/rcirc.el (rcirc-debug): Doc fix.
10263 (rcirc-fill-column, rcirc-receive-message-hooks)
10264 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10265 (rcirc-mode, rcirc-generate-new-buffer-name)
10266 (rcirc-startup-channels, rcirc-ignore-update-automatic)
10267 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10268 Fix typos in docstrings.
10269 (rcirc-print): "?\ " -> "?\s".
10270 (rcirc-cmd-join): Improve argument/docstring consistency.
10271
10272 2006-02-01 Mark A. Hershberger <mah@everybody.org>
10273
10274 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10275 before narrow-to-region.
10276
10277 2006-02-01 Richard M. Stallman <rms@gnu.org>
10278
10279 * simple.el (move-beginning-of-line): Scan properly for invis change.
10280
10281 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10282
10283 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
10284
10285 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10286 change bit only when id-format is 'integer. Reported by Matt
10287 Hodges <M.P.Hodges@rl.ac.uk>.
10288
10289 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
10290
10291 * hilit-chg.el (highlight-changes-initial-state)
10292 (highlight-changes-global-initial-state): Doc fixes.
10293 (highlight-changes-global-modes, global-highlight-changes):
10294 Fix typos in docstrings.
10295
10296 2006-02-01 Kim F. Storm <storm@cua.dk>
10297
10298 * emulation/cua-base.el (cua-mode): Mention that CUA enables
10299 transient-mark-mode in doc string.
10300
10301 2006-01-31 Richard M. Stallman <rms@gnu.org>
10302
10303 * replace.el (multi-occur): Doc fix.
10304 (multi-occur-in-matching-buffers): Rename from
10305 multi-occur-by-filename-regexp. Prefix arg says match
10306 buffer names instead of file names.
10307
10308 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
10309
10310 * bs.el: Allow non-default values of `bs-header-lines-length'.
10311 (bs--running-in-xemacs): Remove (not needed anymore).
10312 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10313 instead of `shrink-window', thus avoiding having to compute the
10314 height of the window.
10315 (bs--up): Wrap around even when there's no header.
10316 (bs--down): Use `forward-line' instead of `next-line'.
10317
10318 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
10319
10320 * image-mode.el (image-toggle-display): Use file name if possible,
10321 instead of unnecessarily allocating a (possibly huge) lisp string.
10322
10323 2006-01-30 John Paul Wallington <jpw@pobox.com>
10324
10325 * subr.el (toplevel): Define `cl-assertion-failed' condition here
10326 because the `assert' macro signals it at runtime.
10327
10328 * emacs-lisp/cl.el (toplevel): Remove definition of
10329 `cl-assertion-failed' condition.
10330
10331 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
10332
10333 * thumbs.el (thumbs-marked-list): Make buffer-local and
10334 permanent-local.
10335 (thumbs-insert-thumb): Make help-echo non-sticky.
10336 (thumbs-file-alist): Use eolp as check for (non)-image.
10337
10338 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
10339
10340 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10341 (ediff-before-session-group-setup-hooks)
10342 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10343 Fix typos in docstrings.
10344
10345 * window.el (bw-dir, bw-eqdir, balance-windows)
10346 (split-window-keep-point): Fix typos in docstrings.
10347
10348 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10349 (org-quote-string, org-calendar-to-agenda-key)
10350 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10351 (org-show-following-heading, org-tags-column)
10352 (org-use-tag-inheritance, org, org-allow-space-in-links)
10353 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10354 (org-enable-table-editor, org-calc-default-modes)
10355 (org-table-allow-automatic-line-recalculation)
10356 (org-export-html-style, org-export-with-fixed-width)
10357 (org-export-with-sub-superscripts, org-special-keyword)
10358 (org-formula, org-time-grid, org-table-may-need-update)
10359 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10360 (org-goto-quit, org-get-indentation, org-end-of-item)
10361 (org-move-item-down, org-move-item-up)
10362 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10363 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10364 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10365 (org-agenda-log-mode, org-agenda-toggle-diary)
10366 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10367 (org-agenda-file-to-end, org-agenda-no-heading-message)
10368 (org-agenda-get-closed, org-format-agenda-item)
10369 (org-cmp-priority, org-cmp-category, org-cmp-time)
10370 (org-agenda-change-all-lines, org-agenda-diary-entry)
10371 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10372 (org-link-search, org-camel-to-words, org-open-file)
10373 (org-remember-handler, org-table-convert-region)
10374 (org-table-move-row-down, org-table-move-row-up)
10375 (org-table-copy-region, org-table-wrap-region)
10376 (org-table-toggle-vline-visibility)
10377 (org-table-get-vertical-vector, org-table-modify-formulas)
10378 (org-table-get-specials, org-recalc-commands)
10379 (org-table-rotate-recalc-marks, org-table-eval-formula)
10380 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10381 (org-level-color-stars-only, org-insert-heading):
10382 Fix typos in docstrings.
10383 (last-arg): Add defvar.
10384
10385 * makefile.w32-in (WINS): Add erc.
10386 (MH_E_SRC): Update (copied from lisp/Makefile.in).
10387
10388 2006-01-29 Bill Wohler <wohler@newt.com>
10389
10390 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10391 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10392 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
10393 (mh-autoloads): Don't use comments on otherwise empty lines.
10394
10395 2006-01-29 Edward O'Connor <ted@oconnor.cx>
10396
10397 * emulation/viper.el (viper-major-mode-modifier-list): Add
10398 insert-state and vi-state entries for erc-mode.
10399 (viper-go-away, viper-set-hooks): Add and remove
10400 viper-comint-mode-hook from erc-mode-hook as appropriate.
10401
10402 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10403
10404 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
10405
10406 * bs.el (bs--format-aux): Implement `middle' alignment as
10407 described in the docstring for `bs-attributes-list'.
10408 (bs--get-name): Simplify. Don't pad the buffer name.
10409
10410 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
10411
10412 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10413 English aspell dictionary is installed, use the first entry of
10414 ispell-dictionary-alist-1.
10415
10416 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
10417
10418 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10419 Doc fix.
10420
10421 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
10422
10423 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10424 for `process-file', in order to let it work for older Emacsen too.
10425
10426 2006-01-27 Eli Zaretskii <eliz@gnu.org>
10427
10428 * international/latexenc.el: Add a suitable `coding:' tag.
10429 (latexenc-find-file-coding-system): Undo last change.
10430
10431 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10432
10433 * international/latexenc.el (latexenc-find-file-coding-system):
10434 Make sure latexenc-main-file is a regular file and is readable.
10435
10436 2006-01-27 Andre Spiegel <spiegel@gnu.org>
10437
10438 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10439 Pass FILE to vc-user-login-name.
10440
10441 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10442
10443 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
10444
10445 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10446 there are no more images to display.
10447 (thumbs-mark, thumbs-unmark): Revert change so that they move to
10448 the next image.
10449
10450 2006-01-26 Richard M. Stallman <rms@gnu.org>
10451
10452 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10453
10454 * wid-edit.el (advertised-widget-backward): New alias.
10455 (widget-keymap): Use advertised-widget-backward for S-TAB.
10456
10457 * tumme.el: Correct the keywords.
10458 (tumme-dir-max-size): Use defvar.
10459 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10460
10461 * simple.el (move-beginning-of-line): Take account of fields.
10462 (clone-indirect-buffer-other-window): Take args like
10463 clone-indirect-buffer, and work like it.
10464
10465 * help-fns.el (describe-function): Don't pass `nil' as default.
10466
10467 * files.el (risky-local-variable-p): Follow var aliases.
10468
10469 * subr.el (lazy-completion-table): Doc fix.
10470
10471 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10472 global binding of `line'.
10473
10474 2006-01-25 Andre Spiegel <spiegel@gnu.org>
10475
10476 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10477 Tramp.
10478
10479 * vc.el (vc-default-dired-state-info): Pass FILE to
10480 vc-user-login-name.
10481 (vc-default-update-changelog): Don't use vc-user-login-name, we
10482 don't need it here.
10483
10484 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
10485 no longer necessary.
10486
10487 2006-01-25 Kenichi Handa <handa@m17n.org>
10488
10489 * international/mule.el (decode-char): Avoid the overhead of
10490 calling utf-lookup-subst-table-for-decode if
10491 utf-translate-cjk-mode is nil.
10492 (encode-char): Avoid the overhead of calling
10493 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10494 nil.
10495
10496 2006-01-22 Kenichi Handa <handa@m17n.org>
10497
10498 * international/mule.el (make-subsidiary-coding-system): Reset
10499 `coding-system-define-form' property of subsidiaries to nil.
10500 Avoid duplicated entry in coding-system-alist.
10501 (make-coding-system): Avoid duplicated entry in
10502 coding-system-alist.
10503 (define-coding-system-alias): Likewise.
10504
10505 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
10506
10507 * completion.el: Minor fixes in introductory comment.
10508 (completion-def-wrapper): Fix alist.
10509
10510 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
10511
10512 * thumbs.el (thumbs-new-image-size): New function.
10513 (thumbs-increment-image-size-element)
10514 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10515 (thumbs-decrement-image-size): Delete.
10516 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
10517 temp files and use to resize.
10518 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10519 Use increment argument to enlarge/shrink. Preserve point.
10520 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10521 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10522 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10523 (thumbs-mark, thumbs-unmark): Preserve point.
10524 (thumbs-modify-image): Keep old temp files and use to modify.
10525 Cleanup old temp files at load time. Preserve point.
10526 (thumbs-view-image-mode-map): Use new command names.
10527
10528 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * log-view.el (log-view-minor-wrap): First rev is the one at point.
10531
10532 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10533 the nastiest part of the cyclic dependency.
10534 (cal-menu-update): Use dotimes and calendar-increment-month.
10535
10536 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10537 (calendar-week-start-day): Add an :initializer.
10538 (calendar-mode-map): Use suppress-keymap, and command remapping.
10539 (describe-calendar-mode): Setup xref-stack info for the back button.
10540 (calendar-star-date): Insert before delete.
10541 (calendar-set-mode-line): Add file-modified info if applicable.
10542 (calendar-increment-month): New function.
10543
10544 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
10545
10546 * font-lock.el (lisp-font-lock-keywords-2):
10547 Recognize "& keywords" only at word boundaries.
10548
10549 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
10550
10551 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
10552 and permanent-local.
10553 (thumbs-max-image-number): New variable.
10554 (thumbs-do-thumbs-insertion): Use them.
10555 (thumbs-per-line): Change default to 4.
10556 (thumbs-marked-list): Rename from thumbs-markedL.
10557 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10558 (thumbs-rename-images): Use -list instead of L for internal variables.
10559 (thumbs-call-convert): Use call-process instead of shell-command.
10560 (thumbs-insert-thumb): Add filename as help-echo to each image.
10561 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10562 Give dir to thumbs-show-thumbs-list.
10563 (thumbs-show-thumbs-list): Set default-directory to that of images.
10564 (thumbs-dired-show): Rename from thumbs-dired-show-all.
10565 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10566 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10567 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10568
10569 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * ses.el (ses-read-cell): Provide a default value.
10572
10573 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
10574
10575 * term/w32-win.el (image-library-alist): Add additional names for
10576 GIF library.
10577
10578 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10579
10580 * international/latexenc.el (latexenc-find-file-coding-system):
10581 Add file-regular-p check.
10582
10583 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * simple.el (clone-buffer): Don't show the new buffer in the same
10586 window.
10587
10588 2006-01-23 Juri Linkov <juri@jurta.org>
10589
10590 * faces.el (link, link-visited): New faces based on default values
10591 of `info-xref' and `info-xref-visited'.
10592
10593 * info.el (info-xref): Inherit from `link'.
10594 (info-xref-visited): Inherit from `link-visited'.
10595
10596 * cus-edit.el (custom-buffer-create-internal): Use widget type
10597 `custom-manual' instead of `info-link' and don't set properties
10598 `button-face' and `mouse-face' explicitly.
10599 (custom-browse-group-tag, custom-browse-variable-tag)
10600 (custom-browse-face-tag): Inherit from widget class
10601 `custom-group-link' instead of `push-button'.
10602 (custom-button-unraised): Inherit from `underline' face.
10603 (custom-link): Inherit from `link' face. Fix doc and group.
10604 (custom-add-parent-links, custom-group-value-create): Don't set
10605 properties `button-face' and `mouse-face' explicitly for
10606 `custom-group-link' widget.
10607 (custom-group-link): Add properties `button-face' and `mouse-face'
10608 to widget definition.
10609 (custom-field-keymap): New variable. Put `custom-field-keymap' to
10610 editable-field's :keymap property.
10611 (custom-mode): Fix docstring: substitute keybindings for
10612 `widget-forward' and `widget-backward' from `widget-keymap',
10613 `widget-complete' from `custom-field-keymap', replace old
10614 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
10615
10616 * desktop.el (desktop-load-file): Check for `fboundp' before
10617 calling `symbol-function'.
10618
10619 * simple.el (clone-buffer, clone-indirect-buffer)
10620 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
10621 `read-string'. Fix prompts.
10622
10623 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
10624
10625 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
10626
10627 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
10628
10629 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
10630
10631 * startup.el (inhibit-splash-screen, initial-scratch-message):
10632 Doc fixes.
10633
10634 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
10635
10636 Sync with Tramp 2.0.52.
10637
10638 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
10639 net/tramp-vc.el: Add code for unloading Tramp. See comment before
10640 `tramp-unload-tramp' for checklist.
10641
10642 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
10643 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
10644 (tramp-unload-file-name-handler-alist)
10645 (tramp-unload-tramp): New defuns.
10646 (tramp-advice-PC-expand-many-files): New defadvice.
10647 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
10648 removed.
10649 (tramp-handle-expand-file-name): Remove double slash.
10650 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
10651 It doesn't matter, because it will be converted later on.
10652 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
10653 implementation was just heuristic.
10654 (tramp-post-connection): Set uid and gid properties.
10655 (tramp-convert-file-attributes): Set file's gid change bit.
10656 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
10657 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
10658 in case of su(do)? methods. The home directory of the local user
10659 will be taken else.
10660 (tramp-open-connection-telnet)
10661 (tramp-open-connection-rsh, tramp-open-connection-su)
10662 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
10663 local shell prompt could hurt. Reported by Romain Francoise
10664 <romain@orebokech.com>.
10665 (tramp-let-maybe): Add `edebug-form-spec' property.
10666 (tramp-handle-expand-file-name): Bind `default-directory' locally
10667 to "/" in order to avoid problems with UNC shares or Cygwin
10668 mounts.
10669 (tramp-md5-function): Fix typo in error message.
10670
10671 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
10672
10673 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
10674 for byte-compiler pacification.
10675
10676 2006-01-22 Andre Spiegel <spiegel@gnu.org>
10677
10678 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
10679 ID-FORMAT `string'. This allows us to get rid of
10680 `vc-user-login-name UID'.
10681
10682 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
10683
10684 2006-01-22 John Paul Wallington <jpw@pobox.com>
10685
10686 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
10687
10688 2006-01-21 Martin Rudalics <rudalics@gmx.at>
10689
10690 * emacs-lisp/find-func.el (find-definition-noselect)
10691 (find-variable-noselect): Search variables in C source code too.
10692 (find-function-C-source, find-function-noselect, find-function)
10693 (find-function-other-frame, find-variable-noselect, find-variable)
10694 (find-variable-other-frame, find-variable-at-point):
10695 Fix docstrings.
10696
10697 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
10698
10699 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
10700
10701 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
10702
10703 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
10704 Default to disabling the "Save affix" question.
10705
10706 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
10707
10708 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
10709 the first arg to run-python.
10710
10711 2006-01-21 Eli Zaretskii <eliz@gnu.org>
10712
10713 * startup.el (command-line-1): Handle --no-desktop if desktop.el
10714 is not loaded.
10715
10716 2006-01-20 Jay Belanger <belanger@truman.edu>
10717
10718 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
10719 limit is 0.
10720
10721 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
10722 the correct variable.
10723
10724 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
10725
10726 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
10727 link. Fixed buggy argument sequence in call to `org-view-tags'.
10728 (org-compile-prefix-format): Set `org-prefix-has-tag'.
10729 (org-prefix-has-tag): New variable.
10730 (org-format-agenda-item): Remove tags from headline if
10731 appropriate.
10732 (org-agenda-remove-tags-when-in-prefix): New option.
10733 (org-get-tags-at): New function.
10734
10735 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
10736
10737 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
10738 (thumbs-find-image): Move image name and number from buffer name
10739 to mode name. Set thumbs-buffer. Preserve point so that large
10740 images remain visible.
10741 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
10742 order.
10743 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
10744 mode name.
10745 (thumbs-next-image, thumbs-previous-image): Make them work.
10746
10747 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
10748
10749 * cus-edit.el (custom-buffer-create-internal): State in the text above
10750 the whole buffer buttons that they do not operate on hidden items.
10751 (custom-face-menu): Use `custom-face-save' instead of
10752 `custom-face-save-command'.
10753 (custom-face-save-command): Make it an alias for `custom-face-save'
10754 and declare it obsolete.
10755 (custom-face-save): Doc fix.
10756
10757 * dired.el (dired-no-confirm): Add quote.
10758 (dired-subdir-alist-pre-R): Add quote in
10759 `make-variable-buffer-local' form and remove unbalanced parenthesis.
10760
10761 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * textmodes/table.el (table-mode-indicator): Typo in last change.
10764
10765 2006-01-19 Richard M. Stallman <rms@gnu.org>
10766
10767 * outline.el (hide-leaves): Don't call outline-end-of-heading.
10768 Fixes bug reported in Nov 2005.
10769
10770 * isearch.el (isearch-forward): Doc fix.
10771
10772 * dired.el (dired-move-to-filename-regexp): Define as alias.
10773 (dired-no-confirm): Use defcustom.
10774 (dired-subdir-alist-pre-R): Put defvar at top level.
10775
10776 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10777
10778 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10779 Mark as risky.
10780
10781 * simple.el (set-mark-command): Doc fix.
10782 (clone-indirect-buffer-other-window):
10783 Read arg like clone-indirect-buffer.
10784 (move-beginning-of-line): Skip invisible newlines.
10785
10786 2006-01-19 Masatake YAMATO <jet@gyve.org>
10787
10788 * progmodes/cpp.el (cpp-edit-load): Make the order of
10789 listed conditions in a base C code buffer and its associate
10790 CPP Edit buffer the same.
10791
10792 2006-01-19 Kenichi Handa <handa@m17n.org>
10793
10794 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10795 (rmail-mime-feature): Likewise.
10796 (rmail-require-mime-maybe): Use display-warning to show a warning
10797 message.
10798
10799 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
10800 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10801
10802 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * array.el: Move defvars out of eval-when-compile.
10805 (array-make-template): Replace undeclared global var with a local one.
10806 (array-mode): Inline initialization functions.
10807 (array-init-local-variables, array-init-max-row)
10808 (array-init-max-column, array-init-columns-per-line)
10809 (array-init-field-width, array-init-rows-numbered)
10810 (array-init-line-length, array-init-lines-per-row): Remove.
10811
10812 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
10813 (doc-mode-map): Define explicitly.
10814 (doctor-txtype): Use mapc.
10815
10816 * textmodes/table.el: Move defvars out of eval-when-compile.
10817 Remove harmful code meant to avoid byte-compiler warnings.
10818 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
10819 specification that checks table-fixed-width-mode directly.
10820 (table-recognize-region, table-recognize-cell):
10821 Use restore-buffer-modified-p.
10822 (table-fixed-width-mode): Remove code that refreshes
10823 table-fixed-mode-indicator.
10824 (*table--cell-describe-bindings, *table--cell-describe-mode):
10825 Avoid obsolete name print-help-return-message.
10826 (table--test-cell-list): Don't use replace-regexp from elisp.
10827 (table--point-entered-cell-function, table--point-left-cell-function):
10828 Don't set table-fixed-mode-indicator, use force-mode-line-update.
10829
10830 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
10831 that was after the end of file. Use buffer-file-name variable.
10832 (org-timestamp-change): Use with-current-buffer.
10833 (org-todo-list): Don't unnecessarily define a new buffer-local var.
10834 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10835 `file'.
10836
10837 * progmodes/fortran.el: Move defvars out of eval-when-compile.
10838 (fortran-break-line): Remove unused var `opoint'.
10839 (fortran-abbrev-start): Obey help-event-list.
10840
10841 2006-01-18 Jesper Harder <harder@phys.au.dk>
10842
10843 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10844
10845 2006-01-18 Masatake YAMATO <jet@gyve.org>
10846
10847 * progmodes/make-mode.el (makefile-imake-mode): New mode
10848 derived from makefile-mode.
10849 (makefile-imake-mode-syntax-table): New syntax table
10850 derived from makefile-mode-syntax-table.
10851 (makefile-mode): Write about makefile-imake-mode in doc string.
10852 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10853 (makefile-imake-font-lock-keywords): New font lock keywords.
10854
10855 * files.el (auto-mode-alist): Add Imakefile.
10856
10857 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
10858
10859 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10860 loading the file rather than when turning on flyspell-mode.
10861
10862 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
10863
10864 * cus-edit.el (customize-rogue): Minor doc fix.
10865
10866 2006-01-17 Juri Linkov <juri@jurta.org>
10867
10868 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10869 instead of the file at the mark as default if the file at the mark
10870 is the same as the file at point or if dired-dwim-target-directory
10871 is not the same as the current directory and the mark is not active.
10872
10873 * log-view.el (log-view-minor-wrap): Use the same logic to get
10874 revisions as `log-view-diff'.
10875
10876 * info.el (Info-revert-find-node): Check for Info-current-file
10877 before preserving new-history.
10878
10879 * man.el (Man-heading-regexp): Add `/'.
10880
10881 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10882 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10883
10884 2006-01-16 Juri Linkov <juri@jurta.org>
10885
10886 * faces.el (mode-line-faces): New defgroup.
10887 (mode-line-highlight): Move definition after new defgroup.
10888 (mode-line, mode-line-inactive, mode-line-highlight):
10889 Replace :group `modeline' with `mode-line-faces'.
10890 (mode-line-buffer-id): New face.
10891 (modeline-buffer-id): New face alias.
10892 (vertical-border): Remove :group `modeline'.
10893
10894 * bindings.el (propertized-buffer-identification): Use face
10895 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10896 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10897 (mode-line-buffer-identification-keymap): For mouse-1 replace
10898 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10899 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10900 mouse-3.
10901
10902 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10903 Buffer-menu-buffer. Doc fix.
10904 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
10905 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10906 `Buffer-menu-buffer'.
10907
10908 * info.el (Info-mode-line-node-keymap): New defvar.
10909 (Info-set-mode-line): Use `stringp' to check Info-current-file.
10910 Propertize Info-current-node with `mode-line-buffer-id' and
10911 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10912
10913 * time.el (display-time-mail-face): Replace :group `faces' with
10914 `mode-line-faces'.
10915
10916 2006-01-16 Kenichi Handa <handa@m17n.org>
10917
10918 * international/code-pages.el: Add autoload cookies for cp125[0345678].
10919
10920 * language/european.el (cp1252): New alias for windows-1252.
10921
10922 * international/mule.el (autoload-coding-system): Prepare for EOL
10923 variants.
10924
10925 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
10926
10927 * term.el (term-raw-map): Add mapping for insert.
10928 (term-send-insert): New.
10929 (term-mode): Make variables local here instead of doing it in
10930 `term-emulate-terminal'.
10931 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
10932 Scroll reverse needs to take into account the scroll region.
10933 Saving and restoring the cursor should save the color attributes too.
10934 (term-reset-terminal): Reset the scroll region.
10935 (term-handle-ansi-escape): Cursor up and down should take into
10936 account the scroll region.
10937 (term-set-scroll-region): Rename from `term-scroll-region'.
10938 Move to 0,0 after setting the region.
10939 (term-handle-scroll): Handle scroll up.
10940 (term-down): Fix off by one error.
10941 (term-delete-lines): Do not delete outside the scroll region.
10942 (term-insert-lines): Take into account the scroll region.
10943
10944 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * textmodes/ispell.el (ispell-internal-change-dictionary)
10947 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
10948 (start, end): Move declaration outside of eval-when-compile.
10949
10950 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
10951 (flyspell-mode-on): Use it.
10952
10953 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
10954 ispell-kill-ispell-hook.
10955
10956 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
10957
10958 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10959 (Custom-reset-saved): Do not ask for confirmation in single option
10960 buffers.
10961
10962 2006-01-13 Richard M. Stallman <rms@gnu.org>
10963
10964 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10965
10966 2006-01-13 Romain Francoise <romain@orebokech.com>
10967
10968 * add-log.el (add-change-log-entry, change-log-merge):
10969 Conditionally use `hard-newline'.
10970
10971 2006-01-13 Martin Rudalics <rudalics@gmx.at>
10972
10973 * wid-edit.el (widget-field-end): If the overlay is no longer
10974 associated with a buffer, behave as if the overlay didn't exist.
10975
10976 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
10977 Make sure the links use the `custom-link' face.
10978
10979 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
10982 (ld-script-mode): Don't set indent-line-function since we don't
10983 have one.
10984
10985 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
10986
10987 * textmodes/org.el (org-open-file): Use mailcap for selecting an
10988 application.
10989 (org-file-apps-defaults-gnu): Use mailcap as the default for
10990 selecting an application on a UNIX system.
10991 (org-agenda-show-tags): New command.
10992 (org-table-insert-hline): Keep cursor in current table line.
10993 (org-table-convert): Offset effect of modifying
10994 `org-table-insert-hline'.
10995 (org-format-agenda-item): New optional argument TAG.
10996 (org-compile-prefix-format): Handle %T format for the tag.
10997 (org-expand-wide-chars): New function.
10998 (org-table-insert-row, org-table-insert-hline):
10999 Use `org-expand-wide-chars'.
11000 (org-open-file): Fix bug in program launch.
11001 (org-get-time-of-day): Fix bug with times before 1am.
11002 (org-agenda-menu): Add tags commands.
11003
11004 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
11005
11006 * textmodes/ispell.el (ispell-init-process): Include the used
11007 dictionary in ispell process start message.
11008 (ispell-internal-change-dictionary): When flyspell-mode is active
11009 and dictionary is changed, make sure ispell process is restarted
11010 and flyspell word cache cleared out for the current buffer.
11011 (ispell-change-dictionary): Make sure flyspell word cache is
11012 cleared out in all buffers with active flyspell mode when
11013 dictionary is globally changed.
11014 Call ispell-internal-change-dictionary after dictionary change.
11015
11016 2006-01-13 Eli Zaretskii <eliz@gnu.org>
11017
11018 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11019
11020 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
11021 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
11022 years. Fix small differences wrt Makefile.in.
11023 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
11024 Makefile.in does.
11025
11026 2006-01-12 Bill Wohler <wohler@newt.com>
11027
11028 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
11029 mh-search.el.
11030
11031 2006-01-12 Masatake YAMATO <jet@gyve.org>
11032
11033 * progmodes/ld-script.el: Update copyright year.
11034
11035 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
11036
11037 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
11038 Don't add widget if setting undefined.
11039
11040 2006-01-12 John Paul Wallington <jpw@pobox.com>
11041
11042 * help-fns.el (describe-variable): Remove newlines from void
11043 variable output.
11044
11045 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
11046
11047 * wdired.el (wdired-mode-map): Add help echo for
11048 wdired-abort-changes.
11049
11050 * man.el (Man-file-name-regexp): Adjust for a list of files.
11051
11052 2006-01-12 Masatake YAMATO <jet@gyve.org>
11053
11054 * progmodes/ld-script.el (auto-mode-alist): Support
11055 suffix conventions used in netbsd and eCos.
11056
11057 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
11058
11059 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
11060 (custom-variable-menu, custom-face-menu, custom-group-menu)
11061 (Custom-mode-menu): Change names of menu items. (As discussed on
11062 emacs-devel.)
11063 (custom-face-menu): Add "Undo Edits" item.
11064
11065 * startup.el (init-file-user): defcustom -> defvar.
11066
11067 * tooltip.el (tooltip-mode): Doc fix.
11068
11069 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * reveal.el (reveal-post-command): window-buffer signals an error on
11072 dead windows rather than returning nil.
11073 (reveal-open-new-overlays): An overlay might die while we open others.
11074
11075 2006-01-11 Bill Wohler <wohler@newt.com>
11076
11077 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
11078 phrasing in docstring.
11079
11080 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
11081 can give some systems gas. Add new file mh-buffers.el.
11082
11083 2006-01-06 Masatake YAMATO <jet@gyve.org>
11084
11085 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
11086 C preprocessor forward ported from GNU Emacs 21.2.
11087
11088 * progmodes/asm-mode.el (asm-font-lock-keywords):
11089 Use `cpp-font-lock-keywords'.
11090
11091 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
11092
11093 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
11094 of $ for "\\.ld[s]?".
11095
11096 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
11099 (tcl-indent-line): Return `noindent' if inside a string.
11100
11101 * progmodes/flymake.el (flymake-split-string): Remove more than one
11102 empty string at beg/end of the result.
11103 (flymake-find-buildfile, flymake-find-possible-master-files):
11104 Use expand-file-name.
11105 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
11106 since expand-file-name does it for us. Use directory-file-name.
11107 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
11108 (flymake-ler-get-type, flymake-ler-get-text)
11109 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
11110 (flymake-current-line-no): Remove spurious interactive spec.
11111 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
11112 (flymake-check-include): Remove arg inc-path merged into inc-name.
11113 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
11114 Arg regexp-list replaced by a simple regexp.
11115 (flymake-master-make-header-init, flymake-master-tex-init):
11116 Correspondingly replace regexp-list with a regexp. Fix regexp.
11117
11118 2006-01-10 Simon Josefsson <jas@extundo.com>
11119
11120 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
11121 describing AUTH PLAIN fix.
11122
11123 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
11124
11125 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
11126 (report-emacs-bug): Don't record initial prompt text.
11127 Instead, add text properties to prompting text.
11128 (report-emacs-bug-hook): Delete prompting text.
11129
11130 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11131
11132 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
11133 `dirs'. Adjust callers.
11134
11135 2006-01-09 John Paul Wallington <jpw@gnu.org>
11136
11137 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
11138
11139 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11140
11141 * reveal.el (reveal-open-new-overlays): New extracted fun.
11142 (reveal-close-old-overlays): Idem. Check overlays's liveness before
11143 using them. Simplify the code.
11144 (reveal-post-command): Use them. Fix up obsolete windows in
11145 reveal-open-spots.
11146
11147 * progmodes/flymake.el: Use `require' rather than autoload for
11148 XEmacs's overlays.
11149 (flymake-get-common-file-prefix, flymake-build-relative-filename):
11150 Delete. Use file-relative-name instead.
11151 (flymake-get-syntax-check-program-args, flymake-perl-init):
11152 Simplify the resulting code.
11153
11154 * log-view.el (log-view-file-re, log-view-message-re): Add support
11155 for DaRCS output.
11156
11157 2006-01-09 Alex Schroeder <alex@gnu.org>
11158
11159 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11160 identifiers sometimes added in square brackets at the beginning of
11161 subject lines.
11162
11163 2006-01-07 Richard M. Stallman <rms@gnu.org>
11164
11165 * cus-edit.el (Custom-set, Custom-save): Doc fix.
11166 (Custom-reset-current, Custom-reset-saved): Change question text.
11167 (Custom-reset-standard): Likewise.
11168 (custom-variable-reset-saved): Doc fix.
11169
11170 2006-01-07 Eli Zaretskii <eliz@gnu.org>
11171
11172 * startup.el (init-file-user): Doc fix.
11173
11174 2006-01-07 Alex Schroeder <alex@gnu.org>
11175
11176 * mail/rmail.el (rmail-current-subject): New function.
11177 (rmail-current-subject-regexp): New function.
11178 (rmail-next-same-subject): Use it.
11179
11180 * mail/rmailsum.el (rmail-summary-by-topic):
11181 Use rmail-current-subject and rmail-current-subject-regexp.
11182 (rmail-summary-next-same-subject): Ditto.
11183
11184 * net/rcirc.el (rcirc-send-input): No longer check whether the
11185 process is open, since not all commands need an open process.
11186 (rcirc-send-string): Check whether the process is open before
11187 sending anything.
11188 (rcirc-ignore-list): New option.
11189 (rcirc-ignore-list-automatic): New variable.
11190 (rcirc-print): Take rcirc-ignore-list into account.
11191 (rcirc-cmd-ignore): New command.
11192 (rcirc-ignore-update-automatic): New function.
11193 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11194 list if ignored nicks.
11195 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11196
11197 2006-01-06 David Reitter <david.reitter@gmail.com>
11198
11199 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11200 reflect the address to which the report will be sent.
11201
11202 2006-01-06 Eli Zaretskii <eliz@gnu.org>
11203
11204 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11205 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11206
11207 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
11208
11209 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11210
11211 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11212 the doc string: "functoin" => "function".
11213 * ldefs-boot.el: Likewise.
11214
11215 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11216 message text: "Duplicat" => "Duplicate".
11217
11218 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
11219
11220 * files.el (basic-save-buffer-2): If backing-up failed, reset
11221 buffer-backed-up to nil.
11222
11223 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
11224
11225 * progmodes/gud.el (gdb-script-skip-to-head)
11226 (gdb-script-calculate-indentation): Indent for breakpoint command
11227 lists also.
11228
11229 2006-01-05 Bill Wohler <wohler@newt.com>
11230
11231 * Makefile.in (compile-always): Add mh-autoloads dependency.
11232 (bootstrap): Remove mh-autoloads dependency, as compile dependency
11233 provides it.
11234 (updates): Remove mh-autoloads dependency, since it probably has
11235 already run recently (via recompile).
11236
11237 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11240 argument `force' to disable the flyspell-last-buffer optimization.
11241 (flyspell-mode-on): Use it.
11242
11243 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11244 flymake-simple-cleanup.
11245 (flymake-allowed-file-name-masks): Use this new default.
11246 All the functions are now called in the right buffer rather than
11247 passing the buffer as argument.
11248 (flymake-process-sentinel): Switch to buffer before calling cleanup.
11249 (flymake-parse-err-lines): Remove redundant buffer arg.
11250 (flymake-get-program-dir): Comment out unused function.
11251 (flymake-start-syntax-check, flymake-start-syntax-check-process):
11252 Remove redundant buffer argument.
11253 (flymake-get-real-file-name, flymake-simple-java-cleanup)
11254 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11255
11256 2006-01-05 Richard M. Stallman <rms@gnu.org>
11257
11258 * info.el (Info-find-node): Don't record previous node if have none.
11259 (info): Go to directory only if history is empty.
11260
11261 * simple.el (mark): Doc fix.
11262
11263 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11264
11265 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11266 already of desired type.
11267 (mac-ae-list): Coerce parameter to "list" type.
11268 (mac-dispatch-apple-event): Replace cadr part of event with a
11269 dummy position so that event-start returns it.
11270
11271 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
11272
11273 * textmodes/org.el (org-end-of-subtree): New function.
11274 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11275 Use `org-end-of-subtree'.
11276 (org-agenda, org-agenda-convert-date): Protect calls to
11277 `fit-window-to-buffer'.
11278 (org-tags-view): Force matching of sublevels when doing a
11279 todo-only search. Define the correct redo command, including the
11280 arguments.
11281 (org-agenda-redo): Display message.
11282 (org-check-for-org-mode): New function.
11283 (org-agenda-type): New variable.
11284 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11285 Set `org-agenda-type'.
11286 (org-agenda-check-type): New function.
11287 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11288 (org-agenda-week-view, org-agenda-day-view)
11289 (org-agenda-next-date-line, org-agenda-previous-date-line)
11290 (org-agenda-log-mode, org-agenda-toggle-diary)
11291 (org-agenda-toggle-time-grid, org-agenda-date-later)
11292 (org-agenda-date-prompt, org-agenda-diary-entry)
11293 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11294 (org-agenda-convert-date, org-agenda-menu):
11295 Use `org-agenda-check-type'.
11296 (org-make-overlay, org-delete-overlay)
11297 (org-detatch-overlay, org-move-overlay, org-overlay-put):
11298 New compatibility functions.
11299 (org-calendar-select-mouse): New command.
11300
11301 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
11302
11303 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11304 (Custom-reset-standard): Fix y-or-n-p messages.
11305 (custom-link): New face for links.
11306 (custom-buffer-create-internal, custom-manual): Use it.
11307 (custom-face-save): Push to theme-face before setting face spec.
11308
11309 * wid-edit.el (widget-default-mouse-face-get): New function.
11310 (widget-specify-button): Handle mouse-face like button-face.
11311
11312 * custom.el (load-theme): Clear old theme settings if reloading.
11313
11314 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
11315
11316 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11317 "Erase Customization" button back to same position it occupies in
11318 the individual State menus.
11319
11320 2006-01-04 Kim F. Storm <storm@cua.dk>
11321
11322 * wid-edit.el (key-sequence): Rework widget to read key binding
11323 using `kbd' syntax. Use C-q to insert literal key, event, or code.
11324 (widget-key-sequence-default-value): Default value for empty sequence.
11325 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
11326 (widget-key-sequence-read-event): New command for C-q.
11327 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11328 (widget-key-sequence-value-to-external): New functions.
11329
11330 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11333 Use expand-file-name.
11334 (flymake-delete-temp-directory): Use expand-file-name,
11335 file-name-directory, and directory-file-name.
11336 (flymake-strrchr): Delete.
11337 (flymake-start-syntax-check): Don't pass the redundant buffer argument
11338 to the init-f function.
11339 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11340 (flymake-init-find-buildfile-dir)
11341 (flymake-init-create-temp-source-and-master-buffer-copy)
11342 (flymake-simple-make-init-impl, flymake-simple-make-init)
11343 (flymake-master-make-init, flymake-master-make-header-init)
11344 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11345 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11346 (flymake-xml-init): Remove corresponding redundant buffer argument.
11347 (flymake-allowed-file-name-masks): Remove last elems that are equal to
11348 the default anyway. Clean up regexps.
11349
11350 * progmodes/flymake.el (flymake-temp-source-file-name)
11351 (flymake-master-file-name, flymake-temp-master-file-name)
11352 (flymake-base-dir): New buffer-local vars.
11353 (flymake-buffer-data, flymake-get-buffer-value)
11354 (flymake-set-buffer-value): Replace those hash-tables by the new
11355 buffer-local vars. Update callers.
11356
11357 * progmodes/flymake.el (flymake-check-start-time)
11358 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11359 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11360 Move definition, so we can remove redundant earlier declaration.
11361 (flymake-replace-regexp-in-string, flymake-split-string)
11362 (flymake-get-temp-dir): Use defalias.
11363 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
11364 (flymake-xemacs-window-edges): Remove unused function.
11365 (flymake-get-point-pixel-pos): Move.
11366 (flymake-pid-to-names, flymake-reg-names)
11367 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11368 Replace by a simple list flymake-processes and by process-buffer.
11369 Update callers. Other than simplify the code, it uses buffers rather
11370 than buffer-names so it doesn't get confused by uniquify.
11371 (flymake-buffer-data): The global value should just be nil.
11372
11373 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11374 Optimize the body of a defalias like any other code.
11375
11376 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11377 Make sure we've setup font-lock's vars. It may influence which
11378 function we then call.
11379 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11380 here since it's too late anyway.
11381
11382 2006-01-03 Romain Francoise <romain@orebokech.com>
11383
11384 * startup.el (fancy-splash-tail, normal-splash-screen):
11385 Update copyright year.
11386
11387 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
11388
11389 * mouse.el (mouse-drag-track): Rename, from
11390 `mouse-drag-region-1'. Includes optional argument required to
11391 enable post-drag event processing (e.g. delete region keys).
11392 Can be used without this argument to track a mouse region and operate
11393 on it as soon as the drag completes.
11394 (mouse-drag-region): Use `mouse-drag-track'.
11395
11396 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
11397
11398 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11399 Move to `custom-buffer' group.
11400
11401 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11402 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11403 (custom-theme-insert-face-marker, custom-theme-variable-menu)
11404 (custom-theme-face-menu): New variables.
11405 (custom-theme-add-variable, custom-theme-variable-action)
11406 (custom-variable-reset-theme, custom-theme-delete-variable)
11407 (custom-face-reset-theme, custom-theme-face-action)
11408 (custom-theme-delete-face, custom-theme-merge-theme)
11409 (custom-theme-add-face, custom-theme-visit-theme): New functions.
11410
11411 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
11412
11413 * custom.el: Move Custom Themes commentary to start of theme code.
11414 (custom-known-themes): Rename `standard' theme to `changed'.
11415 (custom-push-theme): Caller no longer specifies what theme to use
11416 when doing `reset'---the setting is simply removed from the theme.
11417 Delete MODE from `theme-value' and `theme-settings' properties.
11418 (custom-declare-theme): Ignore &rest args since we don't use them.
11419
11420 (custom-loaded-themes): Delete variable.
11421 (custom-theme-load-themes, custom-theme-loaded-p)
11422 (custom-theme-value): Delete functions.
11423
11424 (custom-declare-theme): Signal error on invalid theme names.
11425 (provide-theme): custom-loaded-themes was deleted.
11426 (load-theme): Load the file unconditionally.
11427 (enable-theme): Call `load-theme' if theme is undefined.
11428 (custom-enabled-themes): Only update value for successful loads.
11429 (disable-theme): Complete from enabled themes when interactive.
11430 (custom-variable-theme-value): Calculate theme value directly.
11431
11432 (custom-theme-reset-variables, custom-reset-variables): Mark as
11433 XEmacs compatibility functions. We don't actually use these.
11434
11435 * cus-edit.el (custom-variable-state-set):
11436 Use custom-variable-theme-value instead of custom-theme-value.
11437 (custom-face-state-set): Rename `standard' theme to `changed'.
11438 (custom-save-variables, custom-save-faces): Delete unneeded
11439 references to custom-reset-variables.
11440 (custom-save-resets): Delete function.
11441 (custom-save-variables, custom-save-faces): MODE argument deleted.
11442 (custom-save-variables, custom-save-faces): Ignore theme values.
11443
11444 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11445 compatibility function.
11446
11447 2006-01-01 Richard M. Stallman <rms@gnu.org>
11448
11449 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11450 (Custom-reset-current, Custom-reset-saved): Likewise.
11451 (Custom-reset-standard): Show message if aborted.
11452 (custom-mode): Doc fix, describing those commands.
11453
11454 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11455 put on event-kind property.
11456
11457 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
11458
11459 * custom.el (provide-theme): Ban `user' theme name.
11460 (custom-enabling-themes): New variable.
11461 (enable-theme): Don't enable user if custom-enabling-themes is t.
11462 (custom-enabled-themes): Make it a defcustom.
11463 (custom-theme-recalc-face): No-op if face is undefined.
11464
11465 * cus-edit.el (custom-button-mouse): New variable.
11466 (custom-button-mouse): New face.
11467 (custom-raised-buttons, custom-mode): Use it.
11468
11469 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11470
11471 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11472
11473 * progmodes/gud.el (gud-display-line): Support hl-line in the
11474 source buffer.
11475
11476 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11477
11478 * mouse.el (mouse-drag-window-above): Verify that the found window
11479 overlaps with the given window in the horizontal dimension.
11480
11481 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11482
11483 * Makefile.in (cvs-update): New target.
11484
11485 * makefile.w32-in (cvs-update): Ditto.
11486
11487 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
11488
11489 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
11490 (custom-new-theme-mode-map): New variable.
11491
11492 2005-12-30 Richard M. Stallman <rms@gnu.org>
11493
11494 * custom.el (custom-load-themes): Function deleted.
11495
11496 * cus-edit.el (custom-save-loaded-themes): Function deleted.
11497 (custom-save-variables): Don't delete or add custom-load-themes call.
11498
11499 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * cus-start.el: Add `visible-cursor'.
11502
11503 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11504 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11505 (flymake-process-filter): Switch to buffer before calling it instead.
11506 (flymake-post-syntax-check, flymake-highlight-err-lines)
11507 (flymake-delete-own-overlays, flymake-parse-err-lines)
11508 (flymake-start-syntax-check, flymake-start-syntax-check-process)
11509 (flymake-count-lines, flymake-parse-residual):
11510 Remove constant buffer argument.
11511 (flymake-start-syntax-check-for-current-buffer): Remove.
11512 Update callers to use flymake-start-syntax-check instead.
11513 (flymake-display-err-menu-for-current-line):
11514 Remove unused var `mouse-pos'.
11515 (flymake-restore-formatting): Comment out unused function.
11516 (flymake-report-status, flymake-report-fatal-status): Remove buffer
11517 argument, use current-buffer instead. Update callers.
11518
11519 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11520
11521 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11522 buffer-local because choose-completion-delete-max-match requires
11523 that we set completion-ignore-case (i.e., binding via let is not
11524 sufficient).
11525 (bibtex-complete): Always set completion-ignore-case and
11526 choose-completion-string-functions. The latter is needed because
11527 choose-completion-string-functions keeps its value if we quit the
11528 *Completions* buffer without requesting a completion.
11529
11530 2005-12-30 Andreas Schwab <schwab@suse.de>
11531
11532 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
11533
11534 2005-12-30 Eli Zaretskii <eliz@gnu.org>
11535
11536 * jit-lock.el (jit-lock-chunk-size): Doc fix.
11537
11538 2005-12-30 Juri Linkov <juri@jurta.org>
11539
11540 * locate.el (locate-fcodes-file, locate-header-face)
11541 * progmodes/delphi.el (delphi-other-face)
11542 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11543
11544 * paren.el (show-paren-match, show-paren-mismatch): Use existing
11545 group `paren-showing-faces'.
11546
11547 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11548 (goto-address): Fix docstring.
11549
11550 * net/webjump.el (webjump-sample-sites): Update URLs.
11551
11552 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11553
11554 * subr.el (cancel-change-group): Add listp around pending-undo-list.
11555
11556 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
11557
11558 * font-lock.el (font-lock-compile-keywords): Signal an error when
11559 font-lock-set-defaults hasn't been called.
11560
11561 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
11562
11563 * subr.el (noreturn, 1value): Doc fixes.
11564
11565 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11566
11567 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11568 that assoc-string returns nil.
11569
11570 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11571
11572 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11573 (bibtex-entry-type-str, bibtex-empty-field-re)
11574 (bibtex-search-backward-string, bibtex-preamble-prefix)
11575 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
11576 (bibtex-any-valid-entry-type): New variable.
11577 (bibtex-parse-field-name): Simplify.
11578 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
11579 (bibtex-preamble-prefix): Include left delimiter.
11580 (bibtex-search-forward-field, bibtex-search-backward-field):
11581 Allow unbounded search past entry boundaries (required by bibtex-pop).
11582 (bibtex-text-in-field-bounds): Use push.
11583 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
11584 (bibtex-parse-preamble, bibtex-valid-entry)
11585 (bibtex-beginning-first-field): New functions.
11586 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
11587 (bibtex-map-entries): Fix docstring.
11588 (bibtex-flash-head): New arg prompt. Simplify.
11589 (bibtex-enclosing-field): Include code of bibtex-inside-field.
11590 (bibtex-insert-kill): Simplify. Always insert text past the
11591 current field or entry.
11592 (bibtex-format-entry): Use bibtex-parse-field.
11593 (bibtex-pop): Use bibtex-beginning-of-entry and
11594 bibtex-end-of-entry to initiate the search. Insert empty field if
11595 we found ourselves.
11596 (bibtex-print-help-message): New args field and comma.
11597 Handle entry keys.
11598 (bibtex-make-field): Use bibtex-beginning-of-entry.
11599 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
11600 invalid entry.
11601 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
11602 Handle preambles. Simplify code for thorough test.
11603 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
11604 New arg comma. Handle entry heads.
11605 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
11606 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
11607 New arg comma.
11608 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
11609 (bibtex-fill-field): Simplify.
11610 (bibtex-fill-entry): Use bibtex-beginning-first-field and
11611 bibtex-parse-field.
11612 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
11613 (bibtex-complete): Use bibtex-parse-preamble.
11614
11615 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
11616
11617 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
11618 Display name of expression instead of convenience variable.
11619 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
11620
11621 * progmodes/gud.el (gud-tooltip-dereference): Rename from
11622 toggle-gud-tooltip-dereference.
11623 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
11624 (gud-tooltip-tips): ...here when dereferencing.
11625
11626 2005-12-28 Bill Wohler <wohler@newt.com>
11627
11628 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
11629
11630 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
11633 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
11634 (vc-annotate-display-autoscale): Adjust call.
11635 (vc-annotate-display-default): Adjust call. Make arg compulsory.
11636 Fix interactive spec.
11637 (vc-annotate-time-span): Remove.
11638 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
11639 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
11640 (vc-annotate-display-select): Use new name.
11641
11642 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
11643 (vc-annotate-mode-menu): Remove left-over redundant declaration.
11644 Correct the construction of span entries. Simplify.
11645 (vc-annotate-display-select): Fix the nil case.
11646 (vc-annotate): Remove obsolete (and now broken) code.
11647 (vc-annotate-extract-revision-at-line): Remove obsolete code.
11648 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
11649
11650 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
11651
11652 * subr.el (lazy-completion-table): Correct typo in docstring.
11653
11654 * startup.el (command-line): Use `custom-reevaluate-setting' for
11655 `send-mail-function'.
11656
11657 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
11658
11659 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
11660
11661 * mail/smtpmail.el (smtpmail-try-auth-methods):
11662 Send credentials together with "AUTH PLAIN" command.
11663
11664 2005-12-27 Richard M. Stallman <rms@gnu.org>
11665
11666 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
11667 mouse-2, go back to previously selected window, so it's selected
11668 when mouse-2 command runs.
11669
11670 2005-12-27 Juri Linkov <juri@jurta.org>
11671
11672 * descr-text.el (describe-text-sexp): Use square brackets for
11673 button [Show] to distinguish it from the property value `show'.
11674 (describe-property-list): Use `insert-text-button' with
11675 `help-face' type instead of putting face in quotes, because button
11676 is not created automatically for a list of faces.
11677 (describe-text-properties-1): Put button-type value in quotes to
11678 distinguish from plain text "button".
11679 (describe-char): Display code point values in hex. Don't use
11680 `symbol-name' for `current-input-method' because it is a string.
11681 Use `insert-text-button' with `help-face' type instead of putting
11682 hardcoded face in quotes, because button is not created automatically.
11683
11684 2005-12-27 Richard M. Stallman <rms@gnu.org>
11685
11686 * progmodes/glasses.el (glasses-face): More specific custom type.
11687
11688 * files.el (set-visited-file-name): Doc fix.
11689
11690 * textmodes/flyspell.el (flyspell-external-point-words):
11691 Use local var buffer-scan-pos to advance scan for next misspelling.
11692 Advance it only after we find the misspelling.
11693
11694 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
11695
11696 * textmodes/flyspell.el (flyspell-external-point-words):
11697 New criteria for finding the misspelling in the buffer.
11698
11699 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
11700
11701 * help-mode.el (help-insert-string): Set help-xref-stack-item
11702 rather than call help-setup-xref.
11703
11704 * descr-text.el (describe-char): Revert previous changes for
11705 optional buffer argument.
11706
11707 2005-12-27 Juri Linkov <juri@jurta.org>
11708
11709 * help-mode.el (help-insert-string): New function. Save buffer
11710 contents in cases where it is impossible to recompute the old contents.
11711
11712 * descr-text.el (describe-char): Set help-xref-stack-item
11713 explicitly after buffer has been generated.
11714
11715 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11716
11717 * cus-start.el (all): Add x-gtk-show-hidden-files.
11718
11719 2005-12-26 Richard M. Stallman <rms@gnu.org>
11720
11721 * replace.el (perform-replace): Calculate match-again
11722 before skipping read-only matches.
11723
11724 * paren.el (paren-showing-faces): New group.
11725 (show-paren-match, show-paren-mismatch): Move to that group.
11726
11727 * button.el (button): Put into group `basic-faces'.
11728
11729 * progmodes/make-mode.el: Remove faces from group `faces'.
11730
11731 * apropos.el (apropos, apropos-value): Doc fix.
11732 (apropos-documentation): Doc fix.
11733
11734 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * subr.el (lazy-completion-table): Remove argument `args'.
11737
11738 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11739 Don't use the `args' argument of lazy-completion-table.
11740
11741 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
11742
11743 * descr-text.el (describe-char): Add optional argument for buffer.
11744 Set buffer appropriately. Call help-setup-xref.
11745 Suggested by Stefan Monnier.
11746
11747 2005-12-26 Juri Linkov <juri@jurta.org>
11748
11749 * descr-text.el: Require `help-fns' at runtime. Don't require
11750 `button' for byte compilation.
11751 (describe-text-widget): Add `help-echo' for first button.
11752 Use `help-info' for second.
11753 (describe-property-list): Use `help-argument-name' instead of `italic'.
11754 (describe-text-category): Add prompt to interactive spec.
11755 Call `help-setup-xref'.
11756 (describe-char): Use `help-character-set'. Add `help-echo' for
11757 code point. Use `help-input-method'. Remove superfluous insert.
11758
11759 2005-12-25 Richard M. Stallman <rms@gnu.org>
11760
11761 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11762 at point, in case of narrowing.
11763
11764 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11765
11766 * locate.el (locate-header-face): Allow nil in type.
11767
11768 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11769
11770 2005-12-25 Romain Francoise <romain@orebokech.com>
11771
11772 * battery.el (battery-linux-proc-acpi): Also try
11773 `/proc/acpi/thermal_zone/THM0/temperature'.
11774
11775 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
11776
11777 * custom.el (custom-push-theme): Fix docstring.
11778
11779 * cus-edit.el (custom-variable-set, custom-variable-save)
11780 (custom-variable-save): Custom-quote widget values.
11781 (customize-save-variable): Fix custom-push-theme call.
11782
11783 2005-12-24 Eli Zaretskii <eliz@gnu.org>
11784
11785 * w32-fns.el (w32-batch-update-autoloads): New function.
11786
11787 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11788 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
11789 from the command line.
11790
11791 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
11792
11793 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
11794 reset means to remove setting from theme entirely. Don't keep
11795 expanding theme-settings list; delete old entries if necessary.
11796
11797 * cus-edit.el (custom-buffer-create-internal): Move "Erase
11798 customization" button one line up.
11799 (custom-themed): New face.
11800 (custom-magic-alist): New value, THEMED, for theme settings.
11801 (custom-variable-state-set, custom-face-state-set):
11802 Check theme-value instead of saved-value.
11803 (custom-variable-reset-standard, custom-face-reset-standard):
11804 Remove theme setting entirely. Recalculate new values.
11805 (custom-variable-set, custom-variable-set)
11806 (custom-variable-reset-saved, custom-variable-reset-backup)
11807 (custom-face-set, custom-face-reset-saved): Update `user' theme.
11808 (custom-variable-save): Fix typos.
11809
11810 2005-12-23 Juri Linkov <juri@jurta.org>
11811
11812 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11813 Add autoload cookies.
11814 (edebug-outside-d-c-i-n-s-w): New variable.
11815 (edebug-display, edebug-outside-excursion): Use it to save the
11816 original value of default-cursor-in-non-selected-windows.
11817 Set default-cursor-in-non-selected-windows to t while Edebug
11818 is active.
11819 (edebug-mode, edebug-eval-mode): Doc fix.
11820
11821 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11822 with `buffer-substring-no-properties' to remove common substring
11823 highlighting.
11824
11825 * info.el (info-other-window, info): Rename function argument
11826 `file' to `file-or-node'.
11827 (Info-complete-menu-item): Use local variable `complete-nodes' to
11828 keep the global value of `Info-complete-nodes' unchanged for
11829 subsequent completions.
11830 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11831
11832 * simple.el (get-next-valid-buffer, last-buffer)
11833 (next-error-buffer-p, next-error-find-buffer)
11834 (minibuffer-history-sexp-flag): Doc fix.
11835
11836 * savehist.el (savehist-mode-hook): Add `:group'.
11837
11838 * log-view.el: Call autoload for vc-find-version.
11839 (log-view-current-file): Adjust subgroup numbers.
11840 (log-view-current-tag): Add `length'.
11841
11842 2005-12-23 Richard M. Stallman <rms@gnu.org>
11843
11844 * vc.el (vc-annotate-car-last-cons): Defn moved up.
11845
11846 2005-12-23 Juri Linkov <juri@jurta.org>
11847
11848 * hi-lock.el (hi-lock-archaic-interface-message-used)
11849 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11850 (hi-lock-mode): Display "Hi" in the mode line only when
11851 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11852 (hi-lock-write-interactive-patterns):
11853 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11854 (hi-lock-set-pattern, hi-lock-set-file-patterns)
11855 (hi-lock-font-lock-hook): Set 3rd arg `how' of
11856 font-lock-add-keywords to t.
11857
11858 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
11859
11860 * hi-lock.el (hi-lock-highlight-range): New variable.
11861 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11862 only if font-lock-fontified is non-nil. Remove overlays.
11863 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11864 font-lock-fontified is non-nil, otherwise use overlays (instead of
11865 text properties).
11866 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11867 New variables.
11868 (hi-lock-string-serialize) New function.
11869
11870 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11871
11872 * menu-bar.el (menu-find-file-existing): New function.
11873 (menu-bar-file-menu): Use menu-find-file-existing for Open.
11874
11875 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
11876
11877 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * vc.el: Remove unnecessary leading * in docstrings.
11880 (vc-annotate-mode-map): Move initialization into declaration.
11881 (vc-static-header-alist): Nitpick on the regexp.
11882 (vc-default-init-version): New fun.
11883 (vc-register): Use it.
11884 (vc-insert-headers): Use dolist.
11885 (vc-annotate-get-backend): Remove unused function.
11886 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11887 (vc-annotate-mode): Remove corresponding call.
11888 (vc-annotate-car-last-cons): Simplify.
11889 (vc-annotate-buffers): Remove var.
11890 (vc-annotate-backend): Make it buffer-local.
11891 (vc-annotate): Move the interaction to the interactive spec.
11892 Add a `buf' argument.
11893 (vc-annotate-warp-version): Use this new `buf' argument to avoid
11894 killing&creating a vc-annotate buffer, which is very disruptive when
11895 the buffers are shown in dedicated frames.
11896
11897 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
11898
11899 * descr-text.el: Add FSF as maintainer.
11900 (describe-text-mode, describe-text-mode-map)
11901 (describe-text-mode-hook, describe-text-done): Delete. Use normal
11902 help-mode.
11903 (describe-text-widget, describe-text-sexp)
11904 (describe-property-list, describe-text-category)
11905 (describe-text-properties, describe-text-properties-1)
11906 (describe-char): Use help buttons instead of widgets.
11907 (describe-char-unicodedata-file): Make URL link in doc string.
11908
11909 2005-12-22 Richard M. Stallman <rms@gnu.org>
11910
11911 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11912 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11913 Don't include buttons that write a file when there's no file.
11914 (custom-variable-menu, custom-face-menu, custom-group-menu):
11915 Don't include commands that write a file when there's no file.
11916 (customize-browse): Reword the top-of-buffer help intro.
11917 (custom-buffer-create-internal): Fix previous change.
11918 (customize-changed-options-previous-release): Prev release is 21.1.
11919 (customize-changed-options): Doc fix.
11920 (customize-changed): New alias.
11921 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11922 Say "standard values".
11923 (Custom-reset-standard): Doc fix.
11924 (custom-face-reset-standard): Doc fix.
11925
11926 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11929 even if font-lock-mode is non-nil since it may be t without having
11930 turned on font-lock-mode-internal.
11931 (font-lock-choose-keywords): Minor optimization.
11932 (font-lock-add-keywords, font-lock-remove-keywords)
11933 (font-lock-set-defaults): Don't call make-local-variable on a variable
11934 that we know to already be local.
11935
11936 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11937
11938 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11939 messages if in the minibuffer.
11940
11941 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11944 (tex-mode-flyspell-verify, flyspell-get-word)
11945 (flyspell-external-point-words): Don't use point-min/max uselessly.
11946
11947 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
11948 by Kevin Rodgers. Instead, just hide the completions buffer if we
11949 don't need to show it.
11950
11951 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
11952
11953 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11954
11955 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
11958 delete-windows-on with an inexistent buffer.
11959
11960 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
11961
11962 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11963 Delete defcustom variable :tag names.
11964
11965 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
11966
11967 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
11968 (log-view-font-lock-keywords): Ajust subgroup numbers.
11969 (log-view-current-tag): Don't hard code the number of subgroups.
11970
11971 2005-12-20 Juri Linkov <juri@jurta.org>
11972
11973 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
11974 (tooltip-x-offset, tooltip-y-offset): Doc fix.
11975
11976 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11977 (menu-bar-non-minibuffer-window-p): Instead of checking
11978 display-multi-frame-p, use selected-frame when menu-updating-frame
11979 is nil.
11980
11981 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
11982
11983 * align.el (align-rules-list): Use [ \t] instead of \s-
11984 for column separators in text mode.
11985
11986 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
11987
11988 * help-mode.el (help-customize-variable, help-customize-face):
11989 Don't pop help-xref-stack as help-follow no longer pushes
11990 anything on to it.
11991
11992 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
11993
11994 * textmodes/org.el (org-agenda-custom-commands): New option.
11995 (org-agenda): Offer custom commands on splash screen.
11996 (org-make-tags-matcher): Parser for Boolean logic added.
11997 (org-agenda-set-tags): New command.
11998 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
11999 (org-set-tags): Efficiency improvements.
12000 (org-auto-align-tags): New option.
12001 (org-todo, org-demote, org-promote): Realign tags.
12002 (org-tags-completion-function): Use also "&" and "|" as separators.
12003 (org-org-menu): Agenda commands simplified.
12004
12005 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
12006
12007 * cus-edit.el (customize-apropos, customize-apropos-options):
12008 Docstring changes.
12009
12010 * font-lock.el (font-lock): Add tags to the links in the defgroup.
12011
12012 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
12013
12014 * longlines.el (longlines-mode): Wrap while widened.
12015 (longlines-decode-region, longlines-encode-region): Compute max
12016 just once.
12017
12018 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12019
12020 * cus-edit.el (mac): New group.
12021
12022 * cus-start.el (all): Add user options in macterm.c. Add test for
12023 Mac-related built-ins. Fix test for GTK-related built-ins.
12024
12025 * term/mac-win.el (mac-handle-language-change)
12026 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
12027 (mac-services-open-selection, mac-services-mail-selection)
12028 (mac-services-mail-to, mac-services-insert-text)
12029 (mac-dispatch-apple-event): Add docstrings.
12030 (x-get-selection, mac-select-convert-to-string): Select coding
12031 system from `utf-16be' and `utf-16le' using `byteorder'.
12032
12033 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
12034
12035 * subr.el (lazy-completion-table): Don't be fooled if the var holds
12036 a "list" (lambda ...) rather than a real completion list.
12037
12038 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
12039 lexical-let when encountering ((lambda (...) ...) ...).
12040
12041 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12042
12043 * progmodes/sh-script.el (sh-mode):
12044 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
12045 * textmodes/picture.el (picture-mode): Update docstrings.
12046
12047 2005-12-17 Eli Zaretskii <eliz@gnu.org>
12048
12049 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
12050 commands enclosed in $(ARGQUOTE)s should not be split between two
12051 lines, as that will break with GNU Make >3.80, when sh.exe is used
12052 and arg quoting is with '..'.
12053 (autoloads): Don't break the quoted --eval expression between
12054 several lines.
12055
12056 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12057
12058 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
12059 Capture error from printing circular structures.
12060
12061 2005-12-17 Martin Rudalics <rudalics@gmx.at>
12062
12063 * wid-edit.el (widget-checkbox-action): Clear undo info.
12064
12065 2005-12-16 Bill Wohler <wohler@newt.com>
12066
12067 * menu-bar.el (kill-this-buffer): Set a good example by using menu
12068 bar, not menubar in comment.
12069
12070 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
12071
12072 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
12073 After-change-functions should not clobber the match data.
12074
12075 2005-12-16 Juri Linkov <juri@jurta.org>
12076
12077 * simple.el (choose-completion): Use `buffer-substring-no-properties'
12078 instead of `buffer-substring'.
12079 (completion-common-substring): Doc fix.
12080 (completion-setup-function): Use minibuffer-completion-contents
12081 instead of minibuffer-contents. Don't set common-string-length
12082 initially. Remove special handling of partial-completion-mode.
12083 Move computation of completion-base-size into one cond.
12084 Call completion-base-size-function in mainbuf. In computation of
12085 completion-base-size for file name completion don't move point to
12086 the end of the minibuffer. Move computation of common-string-length
12087 into one cond. Start putting faces only when common-string-length>=0.
12088 Add condition to put completions-common-part when
12089 common-string-length>0.
12090
12091 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
12092 place point at the first different character in the minibuffer
12093 even if this position is at the beginning of the minibuffer.
12094
12095 * info.el (Info-read-node-name-1): In completion-base-size-function's
12096 lambda return 1 if common-substring or minibuffer-completion-contents
12097 starts with (, and 0 otherwise.
12098
12099 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
12100 Use `crm-current-element' for second arg of `display-completion-list'.
12101
12102 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
12103
12104 * files.el (set-auto-mode): Look for an interpreter specified on
12105 the first line also if search for mode specification succeeded,
12106 but the mode is not known.
12107
12108 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
12109
12110 * textmodes/org.el (org-tags-match-list-sublevels): New option.
12111 (org-open-at-point): Implement tag searches as links.
12112 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
12113 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
12114 (org-tags-sparse-tree, org-tags-view, org-set-tags)
12115 (org-agenda-dispatch): New commands.
12116 (org-use-tag-inheritance, org-tags-column): New options.
12117 (org-tab-follows-link, org-return-follows-link): New options.
12118 (org-tags): New customize group.
12119 (org-start-icalendar-file): Get local time zone.
12120 (org-tags-completion-function): New function.
12121 (org-set-font-lock-defaults): Make sure links will also be
12122 highlighted inside headlines.
12123
12124 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
12125
12126 * term.el (term-emulate-terminal):
12127 Let term-handle-ansi-terminal-messages override what Bash says about
12128 its current directory.
12129
12130 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12131
12132 * bindings.el (last-buffer): Move to simple.el.
12133 * simple.el (last-buffer): Move here.
12134 (get-next-valid-buffer): New function.
12135 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
12136 (prev-buffer): Ditto. Rename to `previous-buffer'.
12137
12138 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
12139 * bindings.el (global-map): Ditto.
12140
12141 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
12142
12143 * cus-edit.el: Introductory comment change.
12144 (custom-magic-alist): Change message string for the `rogue' state.
12145
12146 2005-12-15 Richard M. Stallman <rms@gnu.org>
12147
12148 * tooltip.el: Delete defcustom variable :tag names.
12149
12150 * complete.el (partial-completion-mode): Doc fix.
12151
12152 * textmodes/flyspell.el (flyspell-external-point-words):
12153 Use save-excursion to ensure we don't move backward in the
12154 search loop, not even one character.
12155 (flyspell-delete-all-overlays): Use remove-overlays directly.
12156
12157 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12158 (ispell-start-process): Set that variable.
12159 Clear ispell-buffer-local-name.
12160 (ispell-internal-change-dictionary):
12161 Set ispell-current-dictionary after killing process.
12162 (ispell-buffer-local-dict):
12163 Don't set spell-personal-dictionary after killing process.
12164 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12165 (ispell-tex-skip-alists, ispell-html-skip-alists)
12166 (ispell-skip-region-alist): Mark as risky.
12167
12168 * net/newsticker.el (newsticker--retrieval-timer-list)
12169 (newsticker--display-timer, newsticker-running-p)
12170 (newsticker-ticker-running-p): Definitions moved up.
12171
12172 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
12173
12174 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12175
12176 2005-12-15 David Ponce <david@dponce.com>
12177
12178 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12179 (recentf-edit-list, recentf-open-files): Signal an error when
12180 there is no recent file.
12181
12182 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
12183
12184 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12185 read-only except for texinfo-format-region evaluation.
12186
12187 2005-12-14 Richard M. Stallman <rms@gnu.org>
12188
12189 * vc.el (vc-default-previous-version, vc-default-next-version)
12190 (vc-do-command): Doc fixes.
12191
12192 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12193
12194 * textmodes/bibtex.el (bibtex-expand-strings)
12195 (bibtex-autokey-expand-string, bibtex-name-part)
12196 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12197 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12198 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12199 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12200 (bibtex-entry-postfix, bibtex-known-entry-type-re)
12201 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12202 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12203 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12204 (bibtex-beginning-of-last-entry): Remove.
12205 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
12206 message if comma is missing but buffer is read-only.
12207 (bibtex-parse-field-text): Handle whitespaces at the end of field
12208 text. Return 3-element list with beginning and end of field text
12209 and end of field.
12210 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12211 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
12212 (bibtex-search-forward-field, bibtex-search-backward-field):
12213 Search always delimited by limits of entry. Use more efficient
12214 search algorithms.
12215 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12216 bibtex-end-of-name-in-field.
12217 (bibtex-text-in-field-bounds): Handle BibTeX strings when
12218 extracting the content of a field.
12219 (bibtex-text-in-field): Use search limits.
12220 (bibtex-parse-string-prefix): Handle empty string keys based on
12221 bibtex-string-empty-key.
12222 (bibtex-parse-string): Fix docstring.
12223 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12224 (bibtex-preamble-prefix, bibtex-strings): New functions.
12225 (bibtex-skip-to-valid-entry): Include preceding whitespace in
12226 BibTeX entries (consistent with other BibTeX functions).
12227 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12228 (bibtex-search-entry): Fix docstring. Simplify.
12229 (bibtex-flash-head, bibtex-complete-string-cleanup)
12230 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12231 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12232 (bibtex-parse-entry): New optional arg content.
12233 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12234 Use bibtex-text-in-field-bounds.
12235 (bibtex-print-help-message): Handle BibTeX strings and preambles.
12236 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12237 bibtex-parse-string-postfix.
12238 (bibtex-find-text-internal): New function.
12239 (bibtex-remove-delimiters): Use it.
12240 (bibtex-find-text): Use it. New optional arg help.
12241 (bibtex-complete): Handle BibTeX string and preamble entries.
12242 (bibtex-Preamble): Fix order of closing delimiters.
12243
12244 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * vc.el (vc-default-revert): New fun.
12247
12248 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12249
12250 2005-12-14 Romain Francoise <romain@orebokech.com>
12251
12252 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12253 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12254 (font-lock-remove-keywords): Likewise.
12255
12256 2005-12-14 Juri Linkov <juri@jurta.org>
12257
12258 * log-view.el (log-view-diff): Doc fix.
12259
12260 * isearch.el (isearch-query-replace): Use (mark) instead of
12261 isearch-opoint if mark is active in transient-mark-mode.
12262
12263 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
12264
12265 * isearch.el (isearch-query-replace): Check for isearch-other-end.
12266
12267 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
12268
12269 * progmodes/cpp.el (cpp-face): New widget.
12270 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12271
12272 2005-12-14 Juri Linkov <juri@jurta.org>
12273
12274 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12275 around `erase-buffer' and `insert'.
12276
12277 * descr-text.el (describe-text-properties): Replace buffer name
12278 "*Help-2*" with "*Help*<2>".
12279 (describe-char): Add functions print-help-return-message,
12280 toggle-read-only. Use help-setup-xref with nil to not store
12281 describe-char in help-xref-stack. Use help-make-xrefs to
12282 make [back] button.
12283
12284 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12285
12286 * wdired.el (wdired-old-point): New internal variable.
12287 (wdired-change-to-wdired-mode): Set it buffer-locally.
12288 (wdired-abort-changes): Restore point after aborting changes.
12289
12290 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * vc.el (vc-do-command): Add a new value t for okstatus.
12293
12294 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12295 frame in case of errors.
12296
12297 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12298
12299 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12300 so it comes after "On the Left" in the menu.
12301
12302 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
12303
12304 * cus-edit.el (customize-apropos, customize-apropos-options)
12305 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12306
12307 2005-12-12 Bill Wohler <wohler@newt.com>
12308
12309 * vc-svn.el (vc-svn-registered): Fix problem of visiting
12310 non-writable Subversion-controlled files by saving window
12311 configuration before calling vc-do-command. vc-do-command calls
12312 pop-to-buffer on error which is unexpected during registration.
12313
12314 2005-12-12 Jay Belanger <belanger@truman.edu>
12315
12316 * calc/README: Update the summary of changes.
12317
12318 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * descr-text.el (describe-char): Rework last fix to solve the problem
12321 is the same way it's solved for everything else in that function
12322 (i.e. by extracting the info before setting up the *Help* buffer).
12323
12324 2005-12-12 Kim F. Storm <storm@cua.dk>
12325
12326 * subr.el (version-regexp-alist): Allow space as separator before
12327 non-numeric part, e.g. "1.0 alpha".
12328 (version-to-list): Interpret .X.Y version as 0.X.Y version.
12329
12330 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
12331
12332 * textmodes/org.el (org-agenda, org-timeline, org-todo):
12333 Implement Logging and the keep-modes setting.
12334 (org-get-category): Make sure a string is returned.
12335 (org-log-done): New function.
12336 (org-log-done, org-closed-string): New options.
12337
12338 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12339
12340 * tooltip.el (tooltip-y-offset): Change default to 20.
12341
12342 2005-12-12 Richard M. Stallman <rms@gnu.org>
12343
12344 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12345
12346 * frame.el (display-hourglass): Doc fix.
12347
12348 * help.el (help-for-help-internal): Simplify entry for `a'.
12349
12350 * info.el (Info-on-current-buffer): Doc fix.
12351 (info-insert-file-contents): Don't test (featurep 'jka-compr).
12352
12353 * startup.el (inhibit-splash-screen): Make this the real name.
12354 (inhibit-startup-message): Make this the alias.
12355 (command-line): Find only simple.el, and use its directory
12356 to fill in other preloaded files' names.
12357 (command-line): Deactivate the mark if deactivate-mark is set.
12358
12359 * international/mule.el (load-with-code-conversion):
12360 Bind deactivate-mark.
12361
12362 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12363
12364 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
12365
12366 * cus-edit.el (customize-apropos): Avoid listing an option more
12367 than once under different aliases. No longer list user options
12368 that are not defined with defcustom (unless a prefix arg is given).
12369 Doc fix.
12370 (customize-apropos-options): Doc fix.
12371
12372 2005-12-11 Juri Linkov <juri@jurta.org>
12373
12374 * frame.el (set-background-color, set-foreground-color)
12375 (set-cursor-color, set-mouse-color, set-border-color):
12376 Add explicit prompts to read colors by `facemenu-read-color'.
12377 (show-trailing-whitespace, blink-cursor-delay)
12378 (blink-cursor-interval, display-hourglass, hourglass-delay):
12379 Remove tags.
12380 (display-hourglass, hourglass-delay): Doc fix.
12381 (cursor-in-non-selected-windows): Capitalize words in tag.
12382
12383 * faces.el (frame-background-mode): Replace `choice-item' keywords
12384 with `const' to not make [default] button. Change default value tag
12385 from `default' to `automatic'. Doc fix.
12386 (trailing-whitespace) <defface>: Change group `whitespace' to
12387 `whitespace-faces'.
12388
12389 2005-12-11 Richard M. Stallman <rms@gnu.org>
12390
12391 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12392
12393 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12394
12395 * term/mac-win.el: Create keymap for mac-apple-event-map.
12396
12397 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
12398
12399 * tooltip.el (tooltip-mode): Move to start of file so that it
12400 appears at top of customize buffer.
12401
12402 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12403 Add the gud groupname.
12404 (gud-tooltip-mode): Add the tooltip groupname.
12405 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
12406 avoid conflict with tooltip-use-echo-area.
12407
12408 2005-12-10 Romain Francoise <romain@orebokech.com>
12409
12410 * help.el (help-for-help-internal): Add `r' in doc string.
12411
12412 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12413
12414 * align.el (align-regexp, align-highlight-rule):
12415 Use region-beginning and region-end instead of point and mark, so that
12416 repetition (with `repeat-complex-command') recomputes the region
12417 bounds.
12418
12419 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
12420
12421 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12422 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12423 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12424 (balance-windows): Rewrite using the above new functions.
12425
12426 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
12427
12428 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
12429 react if global-hi-lock-mode seems intended.
12430 (global-hi-lock-mode) Renamed from hi-lock-mode.
12431 (hi-lock-archaic-interface-message-used)
12432 (hi-lock-archaic-interface-deduce): New variables.
12433 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12434 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12435 (hi-lock-find-patterns, hi-lock-font-lock-hook):
12436 Replace hi-lock-buffer-mode with hi-lock-mode.
12437
12438 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
12439
12440 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12441 completion list, even after a partial completion has been
12442 inserted in the current buffer. If there are more than 1
12443 completion, redisplay the *Completions* buffer; if the
12444 completion is unique, delete the *Completions* window.
12445
12446 2005-12-10 Eli Zaretskii <eliz@gnu.org>
12447
12448 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12449 strings and long subject lines that were broken into multiple
12450 lines at arbitrary places. Handle subjects that have "Re: " in
12451 the middle.
12452
12453 2005-12-10 John W. Eaton <jwe@octave.org>
12454
12455 * emacs/octave-mod.el (octave-electric-space): Don't indent
12456 comments or strings if octave-auto-indent is nil.
12457
12458 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12459
12460 * term/mac-win.el: Require url when compiling.
12461 Call mac-process-deferred-apple-events after loading init files.
12462 (mac-apple-event-map): New defvar. Define event handlers in it.
12463 (core-event, internet-event): New Apple event class symbols.
12464 (open-application, reopen-application, open-documents)
12465 (print-documents, open-contents, quit-application)
12466 (application-died, show-preferences, autosave-now, get-url):
12467 New Apple event ID symbols.
12468 (about): New HICommand ID symbol.
12469 (mac-event-spec, mac-event-ae): New macros.
12470 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12471 (mac-ae-selection-range, mac-ae-text-for-search)
12472 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12473 (mac-application-menu-map): Remove keymap. Handlers for HICommand
12474 and Services menu events are now defined in mac-apple-event-map.
12475 (mac-drag-n-drop): Remove selection range handling.
12476
12477 2005-12-10 Kenichi Handa <handa@m17n.org>
12478
12479 * simple.el (zap-to-char):
12480 * isearch.el (isearch-process-search-char): Translate CHAR by
12481 translation-table-for-input.
12482
12483 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
12484
12485 * foldout.el (foldout-exit-fold): Properly hide subtree.
12486
12487 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12488
12489 * files.el (save-buffer):
12490 * international/ucs-tables.el (ucs-set-table-for-input):
12491 * mail/mail-extr.el (mail-extract-address-components):
12492 * mail/sendmail.el (mail-mode): Reformat doc string.
12493
12494 2005-12-09 Juri Linkov <juri@jurta.org>
12495
12496 * isearch.el (isearch-highlight): Change main overlay priority
12497 from 1 to 1001. Simplify.
12498 (isearch-lazy-highlight-update): Change lazy overlay priority
12499 from 0 to 1000.
12500
12501 * replace.el (replace-highlight): Change overlay priority from
12502 1 to 1001.
12503
12504 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12505 Change overlay priority from 1 to 1001. Reuse existing overlay.
12506
12507 * compare-w.el (compare-windows-highlight): Change overlay
12508 priority from 1 to 1000.
12509
12510 * menu-bar.el (menu-bar-edit-menu): Add listp around
12511 pending-undo-list to disable menu item "undo" when pending
12512 undo list is empty.
12513
12514 * locate.el (locate): Disable undo in *Locate* buffer.
12515
12516 2005-12-09 Kim F. Storm <storm@cua.dk>
12517
12518 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12519
12520 2005-12-09 David Ponce <david@dponce.com>
12521
12522 * recentf.el: Improvement of the menu code.
12523 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
12524 instead of menu hook.
12525 (recentf-show-menu, recentf-hide-menu): New functions.
12526 (recentf-menu-customization-changed, recentf-mode): Use them.
12527 (recentf-menu-action, recentf-max-menu-items)
12528 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12529 (recentf-arrange-by-rule-others)
12530 (recentf-arrange-by-rules-min-items)
12531 (recentf-arrange-by-rule-subfilter) : Don't use
12532 `recentf-menu-customization-changed'.
12533 (recentf-arrange-rules): Likewise. Accept functions to compute
12534 sub-menu titles.
12535 (recentf-menu-filter): Likewise. Doc fix.
12536 (recentf-menu-value-shortcut): Doc fix.
12537 (recentf-dump-variable): Quote atom value.
12538 (recentf-make-menu-items): Update to use it as a menu filter.
12539 (recentf-match-rule): New function.
12540 (recentf-arrange-by-rule): Use it.
12541 (recentf-indirect-mode-rule): New function.
12542 (recentf-build-mode-rules): Use it.
12543 (recentf-dir-rule): New function.
12544 (recentf-arrange-by-dir): Use it.
12545 (recentf-filter-changer-current): Rename from
12546 `recentf-filter-changer-state'. All references updated.
12547 (recentf-filter-changer-alist): Update filter names.
12548 (recentf-filter-changer-select): New function.
12549 (recentf-filter-changer): Use it. Make a sub-menu from filters
12550 available in `recentf-filter-changer-alist'.
12551 (recentf-data-cache, recentf-clear-data)
12552 (recentf-update-menu): Remove. All references updated.
12553 (recentf-match-rule-p, recentf-build-dir-rules)
12554 (recentf-filter-changer-goto-next)
12555 (recentf-filter-changer-get-current)
12556 (recentf-filter-changer-get-next): Remove.
12557
12558 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
12559
12560 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12561 buffer "Reset" button to "Reset to Current" for consistency with
12562 the State buttons.
12563
12564 2005-12-08 John Paul Wallington <jpw@pobox.com>
12565
12566 * ibuf-ext.el (define-ibuffer-filter filename):
12567 If `dired-directory' is a list then really use its car.
12568
12569 2005-12-08 Kim F. Storm <storm@cua.dk>
12570
12571 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12572 Fix indention of text on right side of replaced rectangle.
12573
12574 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
12575
12576 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
12577 No need to check gud-comint-buffer is bound.
12578 (gdb): Prevent multiple debugging when first session uses gdba.
12579
12580 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12581
12582 CC Mode update to 5.31.
12583
12584 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
12585 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
12586 We might do this function properly in the future).
12587
12588 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
12589 New macros c-sentence-end and c-default-value-sentence end, to cope
12590 with Emacs 22's new function `sentence-end'.
12591
12592 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12593
12594 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
12595 compat issue using `c-put-overlay' and `c-delete-overlay'.
12596
12597 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
12598 New compat macros to handle overlays/extents.
12599
12600 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12601
12602 * progmodes/cc-fix.el: Add definitions of the macros push and pop
12603 (for GNU Emacs 20.4)
12604
12605 * progmodes/cc-defs.el:
12606 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
12607
12608 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
12609 highlighting mechanism so it will work in XEmacs too.
12610
12611 * progmodes/cc-defs.el: Insert c-int-to-char.
12612
12613 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
12614 call to the new macro c-int-to-char. This solves XEmacs's
12615 regarding characters as different from integers.
12616
12617 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12618
12619 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
12620 New internal helper.
12621
12622 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
12623 construct to make the indirect face lookup work in XEmacs.
12624
12625 (c-cpp-matchers): Append the negation char face to the existing
12626 fontification, so that the cpp face doesn't disappear.
12627 Use `c-make-syntactic-matcher' to avoid negation chars in comments
12628 and strings.
12629
12630 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
12631 to map to `font-lock-negation-char-face' in emacsen where it exists.
12632
12633 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12634
12635 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
12636
12637 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
12638 Rename "c-subword-move-mode" as "c-subword-mode".
12639
12640 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
12641 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
12642
12643 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12644
12645 * progmodes/cc-mode.el: Added autoload directive for
12646 `c-subword-move-mode' for use in older emacsen.
12647
12648 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12649
12650 * progmodes/cc-mode.el:
12651 (i) Insert a binding for C-c C-backspace into
12652 c-bind-special-erase-keys which works in TTYs.
12653 (ii) Make sure that when file styles are used, any explicitly
12654 given style variables take priority over those in the style.
12655 Do this by calling `hack-local-variables' a second time.
12656
12657 * progmodes/cc-vars.el: Add language specific customization
12658 widgets for AWK to c-doc-comment-style, c-require-final-newline
12659 and c-default-style. Add a defcustom for awk-mode-hook.
12660 Give c-syntactic-element and c-syntactic-context doc-strings by
12661 directly setting their `variable-documentation' propery.
12662 This allows Emacs 22.1 to read these with C-h v.
12663
12664 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
12665
12666 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12667
12668 * progmodes/cc-fonts.el, cc-vars.el
12669 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
12670 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
12671 Masatake YAMATO.
12672
12673 (c-doc-comment-style): Made GtkDoc default in C mode.
12674
12675 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
12676 and C-c C-<delete>.
12677
12678 (c-bind-special-erase-keys): New function for use on
12679 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
12680
12681 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
12682 <delete> key behavior in XEmacs according to `delete-forward-p'.
12683 C.f. `c-electric-delete'.
12684
12685 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12686
12687 * progmodes/cc-mode.el: Give c-hungry-backspace and
12688 c-hungry-delete-forward permanent key bindings.
12689
12690 * progmodes/cc-cmds.el (c-electric-semi&comma):
12691 Bind c-syntactic-context for calls to "criteria functions", for
12692 consistency with other calls to user functions.
12693
12694 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
12695 `current-prefix-arg', since this might be the prefix arg to a
12696 command which calls c-indent-command as a function. Change the
12697 interactive spec from "p" to "P".
12698
12699 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
12700 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
12701 was difficult to understand.
12702
12703 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12704
12705 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
12706 first char of an identifier.
12707
12708 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
12709 +" syntax in C++.
12710
12711 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12712
12713 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
12714 auto-fill doesn't split a c-comment's last word from a hanging
12715 "*/" when a space is typed between them after fill-column.
12716
12717 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
12718
12719 * progmodes/cc-styles.el (c-set-style)
12720 (c-setup-paragraph-variables): Abort the command if we're not in a
12721 CC Mode buffer.
12722
12723 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
12724 with blank comment-prefix, and a blank line as the comment's
12725 second line.
12726
12727 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12728
12729 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
12730 Incorporate the patterns added in the Emacs development branch
12731 for the new Emacs 22 face `font-lock-negation-char-face'.
12732
12733 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
12734 of "red" since it stands out better in xterms and DOS terminals.
12735
12736 * progmodes/cc-engine.el (c-literal-faces):
12737 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
12738
12739 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12740
12741 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
12742 forcibly enable c-electric-flag.
12743
12744 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
12745 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
12746 after the comment-prefix of a C-style comment will close that comment.
12747
12748 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12749
12750 * progmodes/cc-fonts.el (c-basic-matchers-before)
12751 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
12752 in Pike.
12753
12754 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
12755 digraphs.
12756
12757 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
12758 (c-cpp-message-directives, c-cpp-include-directives)
12759 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
12760 (c-cpp-expr-directives): Introduce new language constants to
12761 control cpp syntax in a cleaner way.
12762
12763 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
12764
12765 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12766
12767 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12768 (c-multiline-string-start-char): New language constants and
12769 variables to specify how newlines in string literals work.
12770
12771 (c-font-lock-invalid-string): Use them.
12772
12773 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12774 unbalanced close brace is entered. Optimization by avoiding going
12775 back over arbitrarily large blocks. Removed hints that this
12776 function only would be relevant/useful in AWK.
12777
12778 (c-electric-brace): Indent syntactically after the cleanups since
12779 lineup functions might do it differently then.
12780
12781 * progmodes/cc-engine.el, cc-langs.el
12782 (c-opt-op-identifier-prefix): New language constant and variable.
12783
12784 (c-just-after-func-arglist-p, c-after-special-operator-id)
12785 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
12786
12787 * progmodes/cc-align.el, cc-engine.el
12788 (c-after-special-operator-id): New helper to handle C++ operator
12789 identifiers.
12790
12791 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12792 (c-guess-basic-syntax): Handle C++ operator identifiers in
12793 declarations.
12794
12795 * progmodes/cc-langs.el (c-assignment-operators): Add the
12796 trigraph version of ^= too.
12797
12798 * progmodes/cc-langs.el (c-assignment-operators): Add the
12799 trigraph version of |= in C++.
12800
12801 * progmodes/cc-fonts.el (c-font-lock-declarators):
12802 Handle `c-decl-hangon-kwds' after the identifier name.
12803
12804 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12805 whether an arglist is "nonempty", ignore a comment after the open
12806 paren if it isn't followed by a non-comment token on the same line.
12807
12808 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12809 Enable heuristics below the point to cope with classes inside special
12810 brace lists in Pike.
12811
12812 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12813
12814 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12815
12816 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12817
12818 * progmodes/cc-guess.el (cc-guess-install): New function to
12819 install an already guessed style in another buffer.
12820
12821 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12822 sets `inhibit-read-only' - `c-save-buffer-state' should be used
12823 anyway if the change always is undone.
12824
12825 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12826
12827 Implement togglable electricity:
12828
12829 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12830 saying when it should be used.
12831
12832 * progmodes/cc-engine.el: Add the new buffer-local variable,
12833 c-electric-flag.
12834
12835 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12836 c-toggle-auto-newline.
12837
12838 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12839 c-toggle-auto-newline. Remove the binding for
12840 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
12841 c-toggle-electric-state.
12842
12843 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12844
12845 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12846 c-\(forward\|backward\)-subword.
12847 (c-update-modeline): Add the new modeline flag `l' for
12848 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
12849 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12850 Make the old name an alias of the new name.
12851 (c-toggle-electric-state): New function.
12852 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
12853 Adapt these functions to do electric things only when
12854 c-electric-flag is non-nil.
12855 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12856 new functions from c-electric-brace.
12857 (c-point-syntax): Add a check for "virtual semicolons" in AWK
12858 mode, so that the tentative extra newline doesn't change the
12859 syntax of the following brace.
12860 (c-electric-brace): Restructure by extracting the above functions.
12861 Tidy up the coding somewhat.
12862 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12863 restructure a bit.
12864
12865 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12866
12867 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
12868 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
12869
12870 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
12871 (c-submode-indicators): Change name from `c-auto-hungry-string'
12872 since it's now used to track another submode.
12873
12874 (c-update-modeline): Convert to function and extended to check
12875 `c-subword-move-mode'.
12876
12877 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12878 Convert to compat aliases for `c-forward-subword' and
12879 `c-backward-subword'.
12880
12881 * progmodes/cc-subword.el: New functions and minor mode to handle
12882 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12883
12884 (c-forward-subword, c-backward-subword, c-mark-subword)
12885 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12886 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
12887 Functions corresponding to the standard word handling functions.
12888
12889 (c-subword-move-mode): Minor mode that replaces all the standard
12890 word handling functions with their subword equivalences.
12891
12892 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12893
12894 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12895 entry for one-liner-defun.
12896
12897 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12898 name in its def-edebug-spec.
12899
12900 * progmodes/cc-cmds.el (c-electric-brace): Make the
12901 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
12902 compacts space before a comment, if this will make things fit on
12903 one line.
12904
12905 Introduce an "awk" style, mainly for auto-newline and clean-ups.
12906
12907 * progmodes/cc-align.el: New function c-snug-1line-defun-close
12908
12909 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12910 clean-up one-liner-defun.
12911
12912 * progmodes/cc-styles.el: Add the new "awk" style.
12913
12914 * progmodes/cc-vars.el: Add description of one-liner-defun to
12915 c-cleanup-list's doc-string. New user options,
12916 c-max-one-liner-length. In c-default-style, set the default style
12917 for AWK to "awk".
12918
12919 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12920
12921 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
12922 macros inside labels.
12923
12924 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
12925 `c-at-statement-start-p' and `c-at-expression-start-p'.
12926
12927 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12928 error if the mark isn't set.
12929
12930 * progmodes/cc-engine.el (c-guess-continued-construct)
12931 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
12932 accurately detect functions inside functions.
12933
12934 * progmodes/cc-engine.el (c-at-expression-start-p): New function
12935 like `c-at-statement-start-p' that additionally recognizes commas
12936 and expression parentheses as delimiters.
12937
12938 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
12939 to avoid heuristics that doesn't work for unclosed blocks.
12940 (c-at-statement-start-p): New function.
12941
12942 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12943 Objective-C directives, e.g. directives spanning lines should work
12944 reasonably well now.
12945
12946 (c-put-c-type-property, c-clear-c-type-property): New helpers.
12947
12948 (c-forward-objc-directive): New function to move over any ObjC
12949 directive.
12950
12951 (c-just-after-func-arglist-p, c-guess-basic-syntax)
12952 (c-basic-matchers-before): Use it.
12953
12954 (c-font-lock-objc-iip-decl): Remove.
12955
12956 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
12957 in the template arglist recognition.
12958
12959 * progmodes/cc-styles.el (c-style-alist): Fix several
12960 inconsistencies in the Whitesmith style.
12961
12962 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
12963 New lineup function to get lines after Whitesmith style blocks
12964 correctly indented.
12965
12966 (c-lineup-whitesmith-in-block): Back out the compensation for
12967 opening parens since it's done using `add' lists in the style
12968 definition instead. Don't use the anchor position since it varies
12969 too much between the syntactic symbols. :P
12970
12971 * progmodes/cc-vars.el (c-valid-offset): Update.
12972
12973 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
12974 lists where the offsets are combined according to several
12975 different methods: `first', `min', `max', and `add'.
12976 Report offset evaluation errors with `c-benign-error' so that some kind
12977 of reindentation still is done.
12978
12979 * progmodes/cc-engine.el (c-guess-basic-syntax):
12980 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
12981 `arglist-close'.
12982
12983 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
12984 situations for `arglist-cont-nonempty' and `arglist-close'.
12985
12986 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
12987
12988 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
12989 cc-bytecomp-boundp' in a number of places.
12990
12991 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
12992 macro related issue.
12993
12994 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12995
12996 * progmodes/cc-awk.el: Change the terminology of regexps: A char
12997 list is now [asdf], a char class [:alpha:].
12998 Include code for char classes.
12999 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
13000 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
13001
13002 Remove (nearly all of) the cruft associated with AWK Mode's former
13003 concept of "virtual semicolons":
13004
13005 Adapt c-beginning-of-statement, c-end-of-statement (together with
13006 subfunctions) to use the new notion of "virtual semicolon" in
13007 place of the old awkward special handling for AWK. There remains
13008 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
13009 * progmodes/cc-cmds.el:
13010 (c-ascertain-adjacent-literal): In the backwards direction, now
13011 recognises AWK regexp delimiters as string delimiters.
13012 (c-after-statement-terminator-p): Adapt for virtual semicolons;
13013 check more rigorously for "end of macro".
13014 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
13015 virtual semicolons;
13016 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
13017 out the code for forward movement into ...
13018 (c-end-of-statement): Now contains the code for forward movement,
13019 adapted for virtual semicolons.
13020
13021 * progmodes/cc-engine.el:
13022 (c-ws*-string-limit-regexp): New regexp.
13023 (c-forward-single-comment, c-backward-single-comment): Comment out
13024 the (now redundant) "special" AWK stuff.
13025
13026 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
13027 c-string-par-start, c-string-par-separate to be more like Text
13028 Mode than Fundamental Mode.
13029
13030 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13031
13032 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
13033 to the fontified region so that fontification doesn't occur
13034 outside it (could happen e.g. when fontifying a line with an
13035 unfinished declaration).
13036
13037 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13038
13039 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
13040 start of the file. ^L now separate sections of the file.
13041 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
13042 (c-awk-one-line-possibly-open-string-re)
13043 (c-awk-regexp-one-line-possibly-open-char-class-re)
13044 (c-awk-one-line-possibly-open-regexp-re)
13045 (c-awk-one-line-non-syn-ws*-re): New defonsts.
13046 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
13047
13048 Amend the concept of "virtual semicolons" (in the indentation
13049 engine) for languages like AWK, such that they are now
13050 conceptually attached to end of the last token of a statement, not
13051 the end of the line. (In AWK Mode, however, the pertinent text
13052 property is still physically set on the EOL.) Remove the specific
13053 tests for awk-mode, thus facilitating the introduction of other
13054 language modes where EOLs can end statements.
13055 (Note: The funtionality in cc-cmds.el, specifically
13056 c-beginning/end-of-statement has yet to be amended.)
13057
13058 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
13059 New macros.
13060
13061 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
13062 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
13063 c-vsemi-status-unknown-p-fn (in a new page).
13064
13065 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
13066 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
13067 numerous awkward forms like
13068 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
13069 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
13070 variable before-ws-ip, the place just after char-before-ip appears.
13071
13072 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
13073 a comment.
13074
13075 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13076
13077 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
13078 `c-tentative-buffer-changes'.
13079
13080 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
13081 convert to macro to choose between Emacs and XEmacs at compile time.
13082
13083 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
13084
13085 (c-tentative-buffer-changes): New macro to handle temporary buffer
13086 changes in a convenient way.
13087
13088 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
13089 for `c-tentative-buffer-changes'.
13090
13091 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
13092 the checks for paren sexps between the point and the keyword, to
13093 avoid some false alarms.
13094
13095 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
13096 Fixed a situation where an error could be thrown for unbalanced
13097 parens. Changed to make use of c-keyword-member' to avoid some
13098 repeated regexp matches.
13099
13100 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
13101 These language variable are no longer necessary.
13102
13103 (c-block-stmt-kwds): New language constant used by
13104 c-looking-at-inexpr-block'.
13105
13106 (c-guess-basic-syntax): Remove an optional check that looked at
13107 the existence of the now removed language variables.
13108
13109 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
13110 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
13111 object instantiation expressions as declarations in some contexts.
13112 This bug only affected languages where the declarator can't be
13113 enclosed in parentheses.
13114
13115 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
13116 insert newlines before and after substatement braces.
13117
13118 * progmodes/cc-engine.el: Improved the heuristics for recognizing
13119 function declaration headers and the handling of C++ style member
13120 init lists.
13121
13122 (c-just-after-func-arglist-p): Rewritten to use
13123 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
13124
13125 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
13126
13127 (c-guess-basic-syntax): Adapt case 5B for the new
13128 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
13129 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
13130 covers all cases now).
13131
13132 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
13133
13134 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13135
13136 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
13137 c-string-par-start/separate c-sentence-end-with-esc-eol,
13138 initialised in c-setup-paragraph-variables, used in string
13139 scanning subroutines of c-beginning-of-statement.
13140
13141 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13142 which precedes the newly inserted `{'.
13143
13144 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13145
13146 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13147 function for declaration level blocks. It should now cope with
13148 templates better and also be a lot more comprehensible.
13149
13150 (c-looking-at-decl-block): The new function.
13151
13152 (c-search-uplist-for-classkey): The old one. It's now a wrapper
13153 for compatibility.
13154
13155 (c-add-class-syntax, c-guess-continued-construct)
13156 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13157
13158 (c-decl-block-key): Change to tell apart ambiguous and
13159 unambiguous keywords. Pike specials are now handled directly in
13160 the code instead.
13161
13162 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13163 New language constants and variables to make the backward skip in
13164 `c-looking-at-decl-block' as tight as possible.
13165
13166 (c-nonsymbol-token-char-list): New language constant.
13167
13168 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13169 find balanced template arglists backwards.
13170
13171 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13172 making char classes for `c-syntactic-skip-backward'.
13173
13174 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13175 16D - can't be a class-close at that point.
13176
13177 * progmodes/cc-engine.el (c-guess-basic-syntax)
13178 (c-add-class-syntax): Don't narrow out the enclosing declaration
13179 level. This makes everything a lot easier, and it was actually
13180 only four small places that needed it to work. Some places that
13181 previously did `widen' are removed now, which has the effect that
13182 `c-guess-basic-syntax' never will look at things outside the
13183 current narrowment now. The anchor position for `topmost-intro'
13184 is affected by this, but it was so bogus it was basically useless
13185 before, and now it's equally bogus but in a slightly different way.
13186
13187 (c-narrow-out-enclosing-class): Gone.
13188
13189 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13190 the narrowed region.
13191
13192 (c-least-enclosing-brace): Remove silly optional argument.
13193
13194 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13195 the point could be left directly after an open paren when finding
13196 the beginning of the first decl in the block.
13197
13198 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13199 Specify which submatch to use.
13200
13201 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13202
13203 (c-decl-start-re): No longer any need for special treatment of
13204 ObjC due to the above.
13205
13206 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13207 presumably follows C in that regard.
13208
13209 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13210 New language constants to specify operator tokens inside
13211 identifiers in a more high level way.
13212
13213 (c-opt-identifier-prefix-key): New internal language constant.
13214
13215 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13216 (c-identifier-start, c-identifier-key): Now completely calculated
13217 from other constants.
13218
13219 (c-identifier-last-sym-match): Decommission since it's no longer used.
13220
13221 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
13222
13223 * progmodes/cc-engine.el (c-forward-name): Remove the
13224 optimization when c-identifier-key is equal to c-symbol-key since
13225 it doesn't work in byte compiled files. Don't record empty
13226 regions as identifiers.
13227
13228 * progmodes/cc-langs.el (c-filter-ops): New helper function to
13229 simplify access to `c-operators' and its likes.
13230
13231 (c-operator-list, c-all-op-syntax-tokens)
13232 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13233 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13234 (c-primary-expr-regexp, c-cast-parens): Use it.
13235
13236 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13237 an explicit language in functions.
13238
13239 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13240 variant of adornment.
13241
13242 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13243 variable.
13244
13245 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13246 the Pike value.
13247
13248 * progmodes/cc-engine.el (c-on-identifier)
13249 (c-simple-skip-symbol-backward): Small fix for handling "-"
13250 correctly in `skip-chars-backward'. Affected the operator lfun
13251 syntax in Pike.
13252
13253 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13254 diagnostic message about precompiled language vars not being used.
13255
13256 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13257 "__attribute__" is followed by a parenthesis.
13258
13259 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13260 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13261 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13262
13263 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13264 Internal cleanups to properly detect the declared identifiers in
13265 various declarations.
13266
13267 (c-decl-start-kwds): New language constant to recognize
13268 declarations that can start anywhere. Used for class declarations
13269 in Pike.
13270
13271 (c-specifier-key, c-not-decl-init-keywords)
13272 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13273 (c-find-decl-spots): Implement `c-decl-start-kwds'.
13274
13275 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13276 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13277 handling of the compiler specific extension keywords into a new
13278 language constant `c-decl-hangon-kwds' that defines keyword
13279 clauses to be ignored in declarations.
13280
13281 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13282 past unrecognized tokens when handling `c-colon-type-list-kwds'.
13283 Necessary to stop at the declared identifier in e.g. IDL valuetype
13284 declarations.
13285
13286 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13287 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13288 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13289 (c-forward-decl-or-cast-1): Recognize the declared identifier in
13290 class and enum declarations as such and not as part of the type.
13291
13292 (c-forward-decl-or-cast-1, c-forward-label): Relax the
13293 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13294
13295 (c-forward-decl-or-cast-1): Don't disregard sure signs of
13296 declarations when there's some syntax error later on.
13297
13298 (c-complex-decl-matchers): Did away with a reference to
13299 `c-specifier-key'.
13300
13301 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13302 value - this variable is always dynamically bound.
13303
13304 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13305 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13306 * cc-cmds.el, cc-defs.el: Change the policy for marking up
13307 functions that might do hidden buffer changes: All such internal
13308 functions are now marked instead of those that don't.
13309
13310 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13311 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13312 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13313 (c-literal-type): Allow these functions to make hidden buffer changes,
13314 so that they are free to use text property caching later on.
13315
13316 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13317 (c-electric-brace, c-electric-slash, c-electric-star)
13318 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13319 (c-electric-paren, c-electric-continued-statement, c-indent-command)
13320 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13321 (c-context-line-break): Add `c-save-buffer-state' calls to comply
13322 with the changed semantics of the functions above.
13323
13324 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13325 when macros occur in obscure places. Optimized the sexp movement
13326 a bit.
13327
13328 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13329
13330 Enhancements for c-beginning-of-statement to work in AWK Mode:
13331
13332 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13333 (completed statement) with `}' (statement completed by closing
13334 brace or semicolon) and `$' (statement completed by EOL).
13335
13336 (c-awk-virtual-semicolon-ends-prev-line-p)
13337 (c-awk-virtual-semicolon-ends-line-p)
13338 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13339 (c-awk-at-statement-end-p): New functions.
13340
13341 * progmodes/cc-cmds.el: Simplify the structure of functions
13342 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
13343 two functions and c-beginning-of-statement to handle AWK Mode.
13344
13345 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13346 c-backward-single-comment for AWK mode. Attempt to clarify their
13347 doc-strings.
13348
13349 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13350
13351 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13352
13353 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13354 label handling. Labels are now recognized in a uniform and more
13355 robust way, regardless of context. Text properties are put on all
13356 labels to recognize the following declarations better.
13357 Multiword labels are handled both in indentation and fontification for
13358 the benefit of language extensions like Qt. For consistency, keywords
13359 in labels are now fontified with the label face instead.
13360 That also applies to "case" and "default".
13361
13362 (c-beginning-of-statement-1): Fix some bugs in the label
13363 handling. Disregard `c-nonlabel-token-key' in labels that begin
13364 with `c-label-kwds'.
13365
13366 (c-find-decl-spots): Support that the callback adds more
13367 `c-decl-end' spots to find.
13368
13369 (c-forward-decl-or-cast-1): Don't treat a list of plain
13370 identifiers followed by a colon as a declaration.
13371
13372 (c-forward-label): New function to recognize labels.
13373
13374 (c-guess-basic-syntax): Replace uses of `c-label-key' with
13375 `c-forward-label'. Moved the label recognition cases (14 and 15)
13376 earlier since they aren't so context sensitive now. Handle labels
13377 on the top level gracefully. Moved access label recognition to
13378 the generic label case (CASE 15) - removed CASE 5E.
13379
13380 (c-font-lock-declarations): Add recognition of labels in the
13381 same round since we need to handle labels in parallell with other
13382 declarations to recognize both accurately. It should also improve
13383 speed.
13384
13385 (c-simple-decl-matchers, c-basic-matchers-after):
13386 Move `c-font-lock-labels' so that it only is used on decoration level 2
13387 since `c-font-lock-declarations' handles it otherwise.
13388
13389 (c-complex-decl-matchers): Remove the simplistic recognition of
13390 access labels.
13391
13392 (c-decl-prefix-re): Remove the kludges that was necessary to cope
13393 with labels earlier.
13394
13395 (c-decl-start-re): New language variable to make
13396 `c-font-lock-declarations' stop for the special protection labels
13397 in Objective-C that start with `@'.
13398
13399 (c-label-key): Remove since it's no longer used.
13400
13401 (c-recognize-colon-labels, c-label-prefix-re): New language
13402 constants to support recognition of generic colon-terminated labels.
13403
13404 (c-type-decl-end-used): `c-decl-end' is now used whenever there
13405 are colon terminated labels.
13406
13407 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13408 first argument starts with a special brace list.
13409
13410 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13411 (c-font-lock-declarations): Break out the declaration and cast
13412 recognition from `c-font-lock-declarations' to a new function, so
13413 that it can be used in the indentation engine.
13414
13415 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13416 up to the start of the literal. Fixed bug with the point on the
13417 wrong side of the search limit that could happen when the start
13418 position is inside a literal.
13419
13420 * progmodes/cc-engine.el (c-parse-state)
13421 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
13422 so that it's kept a little bit back to increase the hit rate.
13423
13424 (c-parse-state): Change the macro handling and fixed some
13425 glitches. Macro context is checked more often than necessary now,
13426 but otoh less garbage conses are generated.
13427
13428 * progmodes/cc-engine.el (c-parse-state)
13429 (c-invalidate-state-cache): Cache the last position where
13430 `c-state-cache' applies. This can speed up refontification quite
13431 a bit in blocks where there are many non-brace parens before the point.
13432
13433 (c-state-cache-end): New variable for this.
13434
13435 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
13436 cache variable.
13437
13438 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13439 get close initial continue positions when the start position is
13440 inside a literal or macro. Do not call the callback for spots
13441 before the start position (which can happen e.g. for `c-decl-end'
13442 spots inside comments). Optimize better in special cases when the
13443 region is a single line inside a literal or macro (typically when
13444 the current line is refontified).
13445
13446 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
13447 to `c-add-stmt-syntax' - there's no need to explicitly whack off
13448 entries from the paren state.
13449
13450 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
13451 special case for "else if" clauses.
13452
13453 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13454 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
13455
13456 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13457 New language variable to recognize the gcc extension with statement
13458 blocks inside expressions.
13459
13460 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
13461 it somewhat more comprehensible. The argument AT-BLOCK-START is
13462 no longer used and hence removed.
13463
13464 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
13465 to `c-add-stmt-syntax'.
13466
13467 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13468 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
13469 This fixes bogus label recognition.
13470
13471 * progmodes/cc-engine.el (c-add-type, c-check-type)
13472 (c-forward-name, c-forward-type): Improve storage of template
13473 types in `c-found-types' so that they can be recognized better.
13474
13475 (c-syntactic-content): Add option to skip past nested parens.
13476
13477 * progmodes/cc-engine.el (c-forward-name):
13478 Set `c-last-identifier-range' all the time. It's less work that way.
13479 Handle that there might not be an identifier to store in
13480 `c-last-identifier-range'.
13481
13482 (c-forward-type): Handle that `c-last-identifier-range' might be
13483 nil from `c-forward-name'.
13484
13485 * progmodes/cc-defs.el (c-safe-scan-lists)
13486 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
13487
13488 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13489 to work even if the form fails.
13490
13491 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13492 down in a large file in one go.
13493
13494 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
13495
13496 * progmodes/cc-align.el (c-lineup-assignments): New lineup
13497 function which is like `c-lineup-math' but returns nil instead of
13498 `c-basic-offset' when it doesn't match.
13499
13500 (c-lineup-math): Change to use `c-lineup-assignments'.
13501
13502 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13503
13504 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13505 c-beginning-of-statement. New subfunctions
13506 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13507
13508 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13509
13510 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13511 hardcoded char classes whereever possible. Changed a couple of
13512 places to use skip by syntax instead of skip by char class.
13513
13514 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
13515 Fix a bug in the regexp that caused extreme backtracking.
13516
13517 * progmodes/cc-langs.el (c-block-comment-starter)
13518 (c-block-comment-ender): New language constants to specify in a
13519 single place how block comments look.
13520
13521 (c-comment-start-regexp, c-block-comment-start-regexp)
13522 (comment-start, comment-end, comment-start-skip)
13523 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13524 (c-syntactic-ws, c-nonempty-syntactic-ws)
13525 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
13526 `c-line-comment-starter', `c-block-comment-starter' and
13527 `c-block-comment-ender'.
13528
13529 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13530 New language constants to break up things a bit.
13531
13532 (c-simple-ws): New language constant for simple whitespace.
13533
13534 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
13535
13536 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
13537 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13538 newlines. Allow and ignore nil elements in the list.
13539
13540 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13541
13542 * progmodes/cc-cmds.el: Comment out a (n almost certainly
13543 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
13544
13545 * progmodes/cc-cmds.el: Tidy up the comments in
13546 c-beginning-of-statement and subfunctions.
13547
13548 * progmodes/cc-awk.el: Replace calls to put-text-property to the
13549 more flexible c-put-char-property and c-clear-char-properties.
13550 Add the author's email address.
13551
13552 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
13553
13554 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13555 closing "*/" of a block comment.
13556
13557 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13558 subfunctions) so that it works at BOB and EOB.
13559
13560 * progmodes/cc-cmds.el, cc-vars.el: More updating of
13561 c-beginning-of-statement, including new variable
13562 c-block-comment-start-regexp.
13563
13564 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13565
13566 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13567 symbols from `*-font-lock-extra-types' so that there's no need to
13568 use `regexp-opt' on those lists.
13569
13570 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13571 `c-type-modifier-kwds' is empty.
13572
13573 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13574 there are several strings on the same line.
13575
13576 * progmodes/cc-engine.el (c-literal-limits): Remove the
13577 compatibility function for older emacsen. `c-literal-limits-fast'
13578 has now taken the place of this function.
13579
13580 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
13581 with older emacsen: We now require `pps-extended-state'.
13582
13583 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13584
13585 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
13586 which obviates the need to hack sentence-end. This now handles
13587 escaped newlines in strings correctly. Correct minor bugs in
13588 c-move-over-sentence and in c-beginning-of-statement.
13589
13590 * progmodes/cc-cmds.el (c-beginning-of-statement (and
13591 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
13592 that movement over macros and code are rigorously separated from
13593 eachother. Correct a few incidental bugs.
13594
13595 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
13596 Improve its doc-string. Improve the handling of certain specific cases.
13597
13598 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13599
13600 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
13601 (c-guess-basic-syntax): Change the way class-level labels are
13602 recognized; they can now contain essentially any symbols.
13603
13604 (c-opt-extra-label-key): New language variable to cope with the
13605 special protection label syntax in Objective-C.
13606
13607 (c-opt-access-key): Remove; this is now handled better by
13608 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
13609
13610 (c-complex-decl-matchers): Update to handle that
13611 `c-opt-access-key' no longer exists.
13612
13613 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
13614 improved label recognition in `c-beginning-of-statement-1'.
13615
13616 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13617 Recognize bitfields better.
13618
13619 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
13620 Remove some cruft and fixed a bug that could cause it to go to a
13621 position further down.
13622
13623 * progmodes/cc-langs.el, cc-engine.el
13624 (c-beginning-of-statement-1): Improve detection of labels in
13625 declaration contexts.
13626
13627 (c-beginning-of-decl-1): Use it.
13628
13629 (c-nonlabel-token-key): New language constant and variable needed
13630 by `c-beginning-of-statement-1'.
13631
13632 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
13633 manifested itself due to the correction in `c-forward-sexp'.
13634
13635 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
13636 Make these behave as documented when used at the buffer limits.
13637
13638 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
13639 (c-type-decl-end-used): Made this a language variable.
13640
13641 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
13642 correctly when `combine-after-change-calls' is used together with
13643 temporary narrowings.
13644
13645 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13646 Report labels correctly when the start point is immediately after the
13647 colon.
13648
13649 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
13650 Remove since it isn't used anymore.
13651
13652 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
13653 bracket arglists such as template parens in C++.
13654
13655 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
13656 in the last check-in. Some optimization.
13657
13658 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
13659 where it could stop at the same level in a preceding sexp when
13660 PAREN-LEVEL is set.
13661
13662 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
13663 text property lookup only when it's needed.
13664
13665 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
13666 Change the policy for paren marked angle brackets to be more
13667 persistent; once marked they remain marked even when they're found
13668 to be unbalanced in the searched region. This should keep the
13669 paren syntax around even when individual lines are refontified in
13670 multiline template arglists.
13671
13672 (c-parse-and-markup-<>-arglists): New dynamically bound variable
13673 to control markup so that incorrect angle bracket arglists aren't
13674 marked in contexts where the correct value for
13675 `c-disallow-comma-in-<>-arglists' isn't known.
13676
13677 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
13678 argument has become `c-parse-and-markup-<>-arglists'.
13679
13680 (c-remove-<>-arglist-properties): Remove - no longer used.
13681
13682 (c-after-change-check-<>-operators): New function used on
13683 `after-change-functions' to avoid that "<" and ">" characters that
13684 are part of longer operators have paren syntax.
13685
13686 (c-<>-multichar-token-regexp): New language variable used by
13687 `c-after-change-check-<>-operators'.
13688
13689 (c-after-change): Call `c-after-change-check-<>-operators'.
13690
13691 (c-font-lock-<>-arglists): Use the context properties set by
13692 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
13693 correctly to avoid doing invalid markup.
13694
13695 (c-font-lock-declarations): Remove code that undoes the invalid
13696 markup done by `c-font-lock-<>-arglists'.
13697
13698 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
13699 after `c-font-lock-declarations'.
13700
13701 * progmodes/cc-engine.el (c-syntactic-skip-backward):
13702 Add paren-level feature.
13703
13704 (c-guess-basic-syntax): Improve the anchor position for
13705 `template-args-cont' in nested template arglists. There's still
13706 much to be desired in this area, though.
13707
13708 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13709
13710 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
13711 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
13712
13713 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13714
13715 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
13716 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
13717
13718 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
13719 it doesn't work no longer are supported.
13720
13721 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
13722 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
13723 requires support for the syntax-table' text property, which rules
13724 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
13725 cruft associated with those versions.
13726
13727 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
13728 for the `syntax-table' text property, which rules out Emacs 19 and
13729 XEmacs < 21.4. Removed various compatibility cruft associated
13730 with those versions.
13731
13732 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
13733 support for the `syntax-table' text property.
13734
13735 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
13736 variable and use an extra quoted face name instead. All the
13737 emacsen flavors handle that correctly.
13738
13739 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
13740 (c-font-lock-declarators, c-font-lock-declarations)
13741 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
13742 property to mark the items in in declarator lists to handle
13743 refontification inside multiline declarations better.
13744
13745 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
13746 construct like "a * b = c;" as a declaration.
13747
13748 2005-12-08 Kim F. Storm <storm@cua.dk>
13749
13750 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
13751 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
13752 select either meta, hyper, or super modifier for rectangle commands.
13753 (cua--rectangle-modifier-key): New defvar.
13754 (cua--M/H-key): Use it. Remove special case for `space'.
13755 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13756 on X, to meta otherwise. Always bind C-return to toggle
13757 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
13758
13759 * emulation/cua-rect.el (cua-help-for-rectangle):
13760 Use cua--rectangle-modifier-key. Handle super modifier too.
13761 (cua--init-rectangles): Always bind C-return to toggle rectangle.
13762 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
13763
13764 * ido.el: Move Acknowledgements and History after Commentary.
13765 Minor changes to Commentary.
13766
13767 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
13768 keymap if cua--prefix-override-timer is `shift'.
13769 (cua--shift-control-prefix): New function; emulate "type prefix
13770 key twice" functionality to handle shifted prefix key override.
13771 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13772 New commands.
13773 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13774
13775 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
13776
13777 * textmodes/org.el (org-insert-heading): Try to do items before
13778 headings.
13779 (org-agenda-mode): Quote `org-agenda-mode-hook'.
13780 (org-insert-item): New function.
13781 (org-renumber-ordered-list): Don't skip to higher level lists.
13782
13783 2005-12-08 Juri Linkov <juri@jurta.org>
13784
13785 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13786
13787 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13788
13789 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13790
13791 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13792 the constructed function name fun-1.
13793
13794 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13795 because such links don't lead to parent documentation.
13796
13797 2005-12-08 Kenichi Handa <handa@m17n.org>
13798
13799 * descr-text.el (describe-char): Use *Help-2* buffer if the
13800 current buffer is *Help*. Call describe-text-properties while
13801 setting the original buffer.
13802
13803 2005-12-07 Bill Wohler <wohler@newt.com>
13804
13805 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
13806 and causes problems with non-MH users (such as Gnus users).
13807
13808 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
13809
13810 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13811 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13812 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13813 command "info sources". Move calls to GDB command "list".
13814 (gdb-find-file-hook): Just use gdb-source-file-list.
13815 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13816 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13817 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13818 (gdb-data-list-register-values-handler): Use correct trigger name.
13819
13820 2005-12-07 Kim F. Storm <storm@cua.dk>
13821
13822 * ido.el (ido-completion-map): Rename from ido-mode-map.
13823 (ido-common-completion-map, ido-file-completion-map)
13824 (ido-file-dir-completion-map, ido-buffer-completion-map):
13825 Rename from ido-mode-....-map.
13826 (ido-init-completion-maps): Rename from ido-init-mode-maps.
13827 (ido-setup-completion-map): Rename from ido-define-mode-map.
13828 (ido-read-internal): Bind minibuffer-local-filename-completion-map
13829 to ido-completion-map.
13830
13831 2005-12-07 Kenichi Handa <handa@m17n.org>
13832
13833 * international/mule-cmds.el
13834 (set-display-table-and-terminal-coding-system): If the coding
13835 system specified in `unibyte-display' property is different from
13836 the arg coding-system, don't setup standard-display-table.
13837
13838 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13841 that comments end at \n, regardless of selective-display.
13842
13843 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
13844
13845 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13846 (gdb-version): New variables.
13847 (gdb-source-file-list, gdb-register-names)
13848 (gdb-changed-registers): New variables for use with GDB 6.4+.
13849 (gdb-ann3): Replace with...
13850 (gdb-init-1, gdb-init-2): ...two new functions.
13851 (gdba, gdb-prompt): Call gdb-init-1.
13852 (gdb-get-version): New function. Call gdb-init-2 from here.
13853 (gud-watch): Make it work with mouse events too.
13854 (gdb-post-prompt): Don't add to queue until GDB version is known.
13855 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13856 (gdb-locals-mode): Use gdb-version.
13857 (gdb-memory-format-map, gdb-memory-unit-map)
13858 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13859 (gdb-locals-font-lock-keywords-1)
13860 (gdb-locals-font-lock-keywords-2): New variables.
13861 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
13862 (gdb-set-gud-minor-mode-existing-buffers-1)
13863 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13864 (gdb-var-update-1, gdb-var-update-handler-1)
13865 (gdb-data-list-register-values-handler)
13866 (gdb-data-list-register-values-custom)
13867 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
13868 (gdb-stack-list-locals-handler, gdb-get-register-names):
13869 New functions for use with GDB 6.4+.
13870 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13871 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13872 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13873 (gdb-stack-list-locals-regexp)
13874 (gdb-data-list-register-names-regexp): New regexps for use with
13875 GDB 6.4+.
13876
13877 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13880
13881 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
13882
13883 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13884 prompts work for AUTH PLAIN. Also reported by Steve Allan
13885 <seallan@verizon.net>.
13886
13887 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13888
13889 * frame.el (set-frame-parameter): Add doc string.
13890
13891 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
13892
13893 * textmodes/org.el (org-occur-highlights): New variable.
13894 (org-highlight-new-match, org-remove-occur-highlights): New functions.
13895 (org-highlight-sparse-tree-matches): New option.
13896 (org-do-occur): New function.
13897 (org-get-heading): Make it work also at beginning of line.
13898 (org-category-table): New variable.
13899 (org-get-category-table, org-get-category)
13900 (org-camel-to-words, org-link-search): New functions.
13901 (org-select-this-todo-keyword): New variable.
13902 (org-todo-list): New command.
13903 (org-shiftright, org-shiftleft): New commands.
13904 (org-agenda-todo): Add prefix argument.
13905 (org-show-hierarchy-above): New option.
13906 (org-show-todo-tree): Numerical prefix creates tree for specific
13907 TODO keyword.
13908 (org-outline-level): New function, to assign a level to plain
13909 lists items.
13910 (org-cycle-include-plain-lists): New option.
13911 (org-mode): Use `org-outline-level' as value of `outline-level'.
13912 (org-cycle): Temporarily switch `outline-regexp' if
13913 `org-cycle-include-plain-lists' is non-nil.
13914 (org-start-icalendar-file): Fix format bug.
13915 (org-agenda-get-day-entries): Create category table.
13916 (org-agenda-get-todos, org-agenda-get-timestamps)
13917 (org-agenda-get-deadlines, org-agenda-get-scheduled)
13918 (org-agenda-get-blocks): Use `org-get-category'.
13919 (org-context-in-file-links): Rename from
13920 `org-line-numbers-in-file-links'.
13921
13922 2005-12-06 Romain Francoise <romain@orebokech.com>
13923
13924 * window.el (balance-windows): Delete extraneous third arg in call
13925 to `enlarge-window'.
13926
13927 2005-12-06 Kenichi Handa <handa@m17n.org>
13928
13929 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13930
13931 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
13932
13933 * progmodes/gdb-ui.el (gdb-var-create-handler)
13934 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13935 (gdb-var-list-children-handler, gdb-var-update-handler):
13936 Current buffer is already gdb-partial-output-buffer, don't
13937 make it current again.
13938
13939 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
13940
13941 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13942 (list-buffers-noselect): Use it.
13943
13944 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
13947 (mail-yank-ignored-headers): Use regexp-opt.
13948 (mail-mode-map): Move initialization into declaration.
13949 (mail-sent-via): Remove unused shadowed var `to-line'.
13950 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
13951 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
13952 (mail-do-fcc): Use dolist and push.
13953 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
13954 (mail-yank-ignored-headers): Don't autoload.
13955
13956 2005-12-05 Kenichi Handa <handa@m17n.org>
13957
13958 * international/mule-cmds.el (set-language-info-internal): New fun.
13959 (set-language-info): Call set-language-info-internal to update
13960 language-info-alist. If LANG-ENV is the current one, call
13961 set-language-environment to make INFO effective now.
13962 (set-language-info-alist): Likewise.
13963 (locale-language-names): With locale "en", use English
13964 lang. env. but set the default codings to iso-8859-1.
13965
13966 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
13967
13968 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
13969 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
13970 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
13971 for plain strings.
13972 (gdb-frames-mode): Remove redundant call to font-lock-mode.
13973 (gdb-all-registers): Rename from toggle-gdb-all-registers.
13974 Create registers buffer if necessary. Echo new state in minibuffer.
13975 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
13976
13977 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
13978
13979 * info.el (Info-fontify-node): Match external links using
13980 non-directory part of filename.
13981
13982 2005-12-04 Juri Linkov <juri@jurta.org>
13983
13984 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
13985 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
13986 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
13987 because there is no customization option for it.
13988
13989 * font-lock.el (lisp-font-lock-keywords-1):
13990 Add define-global-minor-mode.
13991
13992 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
13993
13994 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
13995 properties on the constructed variable names.
13996
13997 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13998 Put `definition-name' properties on the constructed function names
13999 next-sym and prev-sym.
14000
14001 * emacs-lisp/find-func.el (find-function-regexp):
14002 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
14003 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
14004 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
14005 and easy-menu-define.
14006
14007 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
14008 easy-mmode-define-global-mode and define-global-minor-mode.
14009 (lisp-imenu-generic-expression): Add define-global-minor-mode.
14010
14011 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
14012 instead of easy-mmode-define-global-mode.
14013
14014 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14015 Use define-minor-mode instead of easy-mmode-define-minor-mode.
14016
14017 * cus-edit.el (customize-group, customize-group-other-window):
14018 Filter out autoloaded options from the group completion list by
14019 using heuristics that autoloaded groups don't have `custom-autoload'
14020 property on their symbols (they have only `custom-loads').
14021
14022 * simple.el (completion-setup-function): Put completions-common-part
14023 face on complete completion string too (i.e. completion string
14024 without completions-first-difference face).
14025
14026 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
14027
14028 2005-12-03 Eli Zaretskii <eliz@gnu.org>
14029
14030 * view.el (view-mode): Doc fix.
14031
14032 * disp-table.el (standard-display-european): Add to the warning
14033 message a reference to the doc string.
14034
14035 * play/yow.el (apropos-zippy): Call print-help-return-message,
14036 similar to other Help and Apropos commands.
14037
14038 * help.el (print-help-return-message): If pop-up-frames is
14039 non-nil, set up help-return-method to delete the help window and,
14040 possibly, its frame as well, and don't display message about
14041 scrolling the help window. Doc fix.
14042 (help-return-method): Doc fix.
14043
14044 2005-12-03 Martin Rudalics <rudalics@gmx.at>
14045
14046 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
14047 whereby names of length one or names starting with a
14048 symbol-constituent character would not be returned.
14049
14050 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14051
14052 * subr.el (atomic-change-group): Add edebug and indentation spec.
14053
14054 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14055
14056 * completion.el (save-completions-file-name): Fix typo in last change.
14057
14058 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14059
14060 * info.el: Move back/forward history to the beginning of the tool bar.
14061
14062 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
14063
14064 * allout.el (eval-when-compile): Remove unnecessary load of cl.
14065 Add fset of allout-real-isearch-abort during compile to fix
14066 byte-compilation warnings.
14067 (allout-mode-p): Move definition of this macro above all uses, or
14068 byte compilation in barren Emacs (eg, during Emacs build) will
14069 lack the definition.
14070 (allout-mode): Move this variable above any uses, or byte
14071 compilation will fail.
14072 (allout-resolve-xref): Remove use of personal file-reference function.
14073 (allout-toggle-current-subtree-encryption): Do the current (ie,
14074 visible containing) topic, rather than nearest around point. Doc fix.
14075 (allout-toggle-subtree-encryption): New function, workhorse that
14076 works on nearest topic containing point.
14077 (allout-encrypt-string): Signal requirement for newer version of pgg.
14078 (allout-resumptions): Doc fix.
14079
14080 2005-12-02 Eli Zaretskii <eliz@gnu.org>
14081
14082 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
14083
14084 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
14085
14086 * textmodes/flyspell.el (flyspell-external-point-words):
14087 Consider a misspelling as found in the string search if: (a) misspelling
14088 and found string lengths match, or (b) misspelling is found as
14089 element in a boundary-chars separated longer string, or (c)
14090 ispell-program-name is really ispell and misspelling is found as
14091 part of a TeX string. After successful match move beginning of
14092 search region to end of match. Warn about not found misspellings
14093 once the process is done.
14094 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
14095
14096 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
14097
14098 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
14099 tool bar (removed inadvertently).
14100
14101 2005-12-02 Juri Linkov <juri@jurta.org>
14102
14103 * log-view.el (log-view-diff): Clarify doc string.
14104
14105 2005-12-01 Bill Wohler <wohler@newt.com>
14106
14107 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
14108 triggers lm-verify errors.
14109
14110 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
14111
14112 * simple.el (transient-mark-mode, line-number-mode)
14113 (column-number-mode, size-indication-mode): Remove `:require nil'.
14114
14115 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
14116
14117 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
14118 in the margin also.
14119 (gdb-breakpoints-mode-map): Use D instead of d for
14120 gdb-delete-breakpoint.
14121 (gdb-get-frame-number): Require a number to match on.
14122 (gdb-threads-mode-map): Add follow-link binding.
14123
14124 2005-11-30 Jason Rumney <jasonr@gnu.org>
14125
14126 * isearch.el (isearch-mode-map): Avoid exiting search on
14127 language-change event.
14128
14129 2005-11-30 Romain Francoise <romain@orebokech.com>
14130
14131 * speedbar.el (speedbar-default-position): New defcustom.
14132 (speedbar-frame-reposition-smartly): Use it.
14133
14134 * dframe.el (dframe-reposition-frame-emacs): Fix position
14135 computation for `left' location.
14136 Update copyright year.
14137
14138 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14139
14140 * help.el (help-map): Move initialization into declaration.
14141
14142 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14143
14144 * help-fns.el (help-argument-name): Don't autoload.
14145 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14146 to be re-loaded when customizing the `help' group.
14147
14148 2005-11-30 John Paul Wallington <jpw@gnu.org>
14149
14150 * help-fns.el (describe-function-1): Fill arglist output.
14151
14152 2005-11-30 Kim F. Storm <storm@cua.dk>
14153
14154 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14155 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14156 after revert-buffer (or anything else which kills all local variables).
14157
14158 * apropos.el (apropos-parse-pattern): Doc fix.
14159 Set apropos-regexp directly, rather than expecting callers to do so.
14160 (apropos-command, apropos, apropos-value, apropos-documentation):
14161 Simplify calls to apropos-parse-pattern.
14162
14163 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14164
14165 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14166 (hi-lock-face-phrase-buffer): Use hi-yellow face.
14167 (hi-lock-write-interactive-patterns): Use comment-region.
14168
14169 * longlines.el (longlines-mode): Add mail-setup-hook.
14170
14171 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14172
14173 * simple.el (sendmail-user-agent-compose, next-line):
14174 Conditionally use hard-newline.
14175
14176 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14177
14178 * international/latexenc.el (latex-inputenc-coding-alist):
14179 Reword doc string.
14180
14181 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14182
14183 * help.el (describe-key-briefly, describe-key): Recognize default
14184 bindings.
14185
14186 2005-11-29 Romain Francoise <romain@orebokech.com>
14187
14188 * view.el (view-inhibit-help-message): New defcustom.
14189 (view-mode-enter): Use it.
14190
14191 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
14192
14193 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14194 Preserve user position.
14195
14196 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
14197
14198 * font-lock.el: Throw error if facemenu is not loaded to prevent
14199 accidental change of loading order in loadup.el. (Suggested by RMS.)
14200
14201 * loadup.el: Add comment explaining why facemenu must be loaded
14202 before font-lock.
14203
14204 2005-11-28 Jay Belanger <belanger@truman.edu>
14205
14206 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14207 (calc-dispatch-map): Add more keys for `calc-same-interface'.
14208
14209 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14210
14211 * calc/calc-embed.el (calc-do-embedded): Update help message.
14212
14213 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14214
14215 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14216
14217 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14218
14219 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14220 called-interactively-p.
14221 (elp-profilable-p): Rename from elp-not-profilable-p.
14222 Invert result and take into account macros and autoloaded functions.
14223 (elp-instrument-function): Update call.
14224 (elp-instrument-package): Update call. Add completion.
14225 (elp-pack-number): Use match-string.
14226 (elp-results-jump-to-definition-by-mouse): Merge into
14227 elp-results-jump-to-definition and then remove.
14228 (elp-output-insert-symname): Make help echo text single-line.
14229
14230 * replace.el (query-replace-map): Move initialization into declaration.
14231 (occur-engine): Use with-current-buffer.
14232 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14233 (occur-mode-mouse-goto): Replace with an alias.
14234
14235 2005-11-28 Juri Linkov <juri@jurta.org>
14236
14237 * simple.el (quoted-insert): Let-bind input-method-function to nil.
14238
14239 * term/w32-win.el: Bind [S-tab] to [backtab].
14240
14241 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14242 `Info-find-file' to t.
14243
14244 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14245 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14246 and same-window-regexps.
14247 (occur-next-error): Don't move point for arg 0.
14248
14249 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
14250
14251 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14252
14253 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * log-edit.el (log-edit-changelog-use-first): New var.
14256 (log-edit-changelog-ours-p): Use it.
14257 (log-edit-insert-changelog): Set it with new arg `use-first'.
14258 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14259 (log-edit-hook): Add them to the list of suggested options.
14260
14261 * textmodes/flyspell.el (flyspell-last-buffer): New var.
14262 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14263 redundant work.
14264 (flyspell-mode-on): Use add-hook for after-change-functions.
14265 (flyspell-mode-off): Use remove-hook for after-change-functions.
14266 (flyspell-changes): Make it buffer-local.
14267 (flyspell-after-change-function): Make it non-interactive. Use push.
14268 (flyspell-post-command-hook): Check input-pending-p while processing
14269 the potentially long list of buffer changes.
14270
14271 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14272
14273 * buff-menu.el (list-buffers-noselect): Display the selected
14274 frame's buffer list, not the global one.
14275
14276 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14277
14278 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14279 that (list last-input-event) works as in interactive spec.
14280
14281 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14282
14283 * loadup.el ("facemenu"): Load facemenu before font-lock, because
14284 `facemenu-keymap' needs to be defined when font-lock is loaded.
14285 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14286
14287 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * completion.el: Remove useless leading * in defcustom docstrings.
14290 (save-completions-file-name): Use ~/.emacs.d if available.
14291 (completion-standard-syntax-table): Rename from
14292 cmpl-standard-syntax-table and fold initialization into declaration,
14293 thus removing cmpl-make-standard-completion-syntax-table.
14294 (completion-lisp-syntax-table, completion-c-syntax-table)
14295 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14296 (cmpl-saved-syntax, cmpl-saved-point): Remove.
14297 (symbol-under-point, symbol-before-point)
14298 (symbol-under-or-before-point, symbol-before-point-for-complete)
14299 (add-completions-from-c-buffer): Use with-syntax-table.
14300 (make-completion): Don't return a list of completion entries.
14301 Update callers.
14302 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14303 (completion-initialize): Rename from initialize-completions.
14304 (completion-find-file-hook): Rename from cmpl-find-file-hook.
14305 (kill-emacs-save-completions): Collect stats here.
14306 (save-completions-to-file, load-completions-from-file):
14307 Use with-current-buffer.
14308 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
14309 into a function. Move all calls to toplevel.
14310 (completion-lisp-mode-hook): New fun.
14311 (completion-c-mode-hook, completion-setup-fortran-mode):
14312 Set the syntax-table here. Use local-set-key.
14313 (completion-saved-bindings): New var.
14314 (dynamic-completion-mode): Make it into a proper minor mode.
14315 (load-completions-from-file): Remove unused var `num-uses'.
14316
14317 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14318 constructor if it is explicitly overridden.
14319
14320 * complete.el (PC-completion-as-file-name-predicate):
14321 Use minibuffer-completing-file-name.
14322 (partial-completion-mode): Use find-file-not-found-functions.
14323 (PC-lisp-complete-symbol): Use with-syntax-table.
14324 (PC-look-for-include-file): Remove dead setq.
14325 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14326 (PC-complete): Use with-current-buffer.
14327
14328 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14329 escape single quotes.
14330
14331 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14332
14333 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14334 of `if' whose condition always returned nil. Doc fix.
14335
14336 * buff-menu.el (Buffer-menu-revert-function): Make the selected
14337 window's buffer the current buffer around the call to
14338 `list-buffers-noselect'. This is necessary to mark that buffer
14339 with a `.' in the Buffer Menu when called from Lisp, for instance
14340 by Auto Revert Mode.
14341
14342 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14343
14344 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14345 attaching to it.
14346 (gdb-pre-prompt): Make sure gdb-error is reset.
14347
14348 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14349 with a child process, detect it.
14350 (gud-speedbar-buttons): Match regexp more carefully.
14351
14352 2005-11-27 Richard M. Stallman <rms@gnu.org>
14353
14354 * mouse.el (mouse-drag-move-window-bottom):
14355 Use adjust-window-trailing-edge.
14356
14357 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14358
14359 * simple.el (blink-matching-open): Ignore
14360 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14361 (blink-matching-paren-on-screen): Update docstring.
14362
14363 * paren.el (show-paren-mode): No longer change
14364 `blink-matching-paren-on-screen'.
14365
14366 2005-11-27 John Paul Wallington <jpw@pobox.com>
14367
14368 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14369 (gdb-threads-select, gdb-edit-register-value):
14370 Use `posn-set-point' instead of `mouse-set-point' because the
14371 latter is not fbound when configured without X.
14372
14373 2005-11-27 Kim F. Storm <storm@cua.dk>
14374
14375 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14376 existing face when partially highlighting a TAB in a rectangle.
14377
14378 2005-11-26 Kim F. Storm <storm@cua.dk>
14379
14380 * ido.el (ido-mode-map): Doc fix.
14381 (ido-mode-common-map, ido-mode-file-map)
14382 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14383 (ido-define-mode-map): Rewrite. Select one of the new maps as
14384 parent for ido-mode-map instead of building from scratch.
14385 (ido-init-mode-maps): New defun to initialize new maps.
14386 (ido-mode): Call it.
14387 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14388 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14389
14390 2005-11-26 John Paul Wallington <jpw@pobox.com>
14391
14392 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14393 `mouse-set-point' because the latter is not fbound when configured
14394 without X.
14395
14396 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
14397
14398 * files.el (file-relative-name): Doc fix.
14399
14400 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14401
14402 * progmodes/octave-inf.el (inferior-octave-startup): Force a
14403 non-empty string for secondary prompt PS2.
14404
14405 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14406
14407 * progmodes/compile.el (compilation-setup): Fix last change.
14408
14409 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
14410
14411 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14412 (gdb-mouse-toggle-breakpoint-margin)
14413 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14414 Add gdb-server-prefix to keep out of command history.
14415 (gdb-edit-register-value): New function.
14416 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14417 (gdb-info-registers-custom): Use above map.
14418
14419 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14420
14421 * custom.el (enable-theme): Signal error if argument is not a
14422 theme. Don't recalculate a face if it's not loaded yet.
14423
14424 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14425 the `user' theme is in effect.
14426
14427 * info.el (Info-on-current-buffer): Record actual filename in
14428 Info-current-file, instead of t, or a fake filename if a non-file
14429 buffer. Make autoload.
14430 (Info-find-node, Info-revert-find-node): No need to check for
14431 Info-current-file nil.
14432 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14433 Info-current-file is now never `t'.
14434 (Info-fontify-node): Many simplifications due to Info-current-file
14435 always being valid. Use Info-find-file to find node filename.
14436
14437 2005-11-25 David Kastrup <dak@gnu.org>
14438
14439 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14440 new character, then delete" in order to preserve markers.
14441
14442 2005-11-25 David Ponce <david@dponce.com>
14443
14444 * recentf.el (recentf-arrange-by-rule): Handle a special
14445 `auto-mode-alist'-like "strip suffix" rule.
14446 (recentf-build-mode-rules): Handle second level auto-mode entries.
14447
14448 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
14449
14450 * viper-keym.el (viper-ESC-key): Use different values in terminal and
14451 window modes.
14452
14453 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
14454 jde-javadoc-checker-report-mode.
14455
14456 * ediff-wind (ediff-make-wide-display): Slight simplification.
14457
14458 * ediff.el (ediff-date): Change the date of last update.
14459
14460 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
14461
14462 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
14463 Use define-minor-mode, and make it a local mode. Turn on font-lock.
14464 (hi-lock-mode): New global minor mode.
14465 (turn-on-hi-lock-if-enabled): New function.
14466 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14467 Change arguments to regexp and face instead of a font-lock pattern.
14468 Directly set face property, instead of refontifying.
14469 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14470 (hi-lock-find-patterns): Use line-number-at-pos.
14471
14472 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
14473 arguments for hi-lock-set-pattern.
14474 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14475 Call font-lock-fontify-buffer.
14476 (hi-lock-find-file-hook, hi-lock-current-line)
14477 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
14478
14479 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14480 turned off.
14481
14482 * progmodes/compile.el (compilation-setup): Don't fiddle with
14483 font-lock-defaults.
14484
14485 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
14486
14487 * progmodes/gdb-ui.el (gdb-var-create-handler)
14488 (gdb-var-list-children-handler): Find values for all variable
14489 objects. gud-speedbar-buttons decides whether to display them.
14490
14491 2005-11-24 Romain Francoise <romain@orebokech.com>
14492
14493 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14494 buffer name with a space.
14495
14496 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
14497
14498 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
14499 `org-export-local-list-max-depth'. Change default value to 3.
14500 (org-auto-renumber-ordered-lists)
14501 (org-plain-list-ordered-item-terminator): New options.
14502 (org-at-item-p, org-beginning-of-item, org-end-of-item)
14503 (org-get-indentation, org-get-string-indentation)
14504 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14505 New functions.
14506 (org-move-item-down, org-move-item-up): New commands.
14507 (org-export-as-html): New classes for CSS support. Bug fix in
14508 regular expression detecting fixed-width regions. Respect
14509 `org-local-list-ordered-item-terminator'.
14510 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14511 also a list item.
14512 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
14513 New item moving functions.
14514
14515 2005-11-24 Juri Linkov <juri@jurta.org>
14516
14517 * isearch.el (isearch-repeat): With empty search ring set
14518 `isearch-error' to the error string instead of signaling error
14519 with the function `error'.
14520
14521 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14522
14523 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
14524
14525 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
14526
14527 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14528 and variable.
14529 (gdb-var-create-handler, gdb-var-list-children-handler):
14530 Don't match on "char **...".
14531 (gdb-var-update-handler): Find values for all variable objects.
14532 (gdb-info-frames-custom): Identify frames by leading "#".
14533
14534 * progmodes/gud.el (gud-speedbar-menu-items): Add
14535 gdb-speedbar-auto-raise as radio button.
14536 (gud-speedbar-buttons): Raise speedbar if requested.
14537 Don't match on "char **...".
14538 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14539 Make it editable.
14540
14541 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
14542
14543 * info.el (Info-fontify-node): Handle the case where
14544 Info-current-file is t.
14545
14546 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * simple.el (blink-matching-open): Fix off-by-one in last change.
14549
14550 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14551
14552 * term/mac-win.el: Don't change default directory.
14553
14554 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
14555
14556 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14557 buffers correctly. (It used to throw an error in such buffers.)
14558 Make it ask for confirmation in group buffers and other Custom
14559 buffers containing more than one customization item.
14560
14561 2005-11-22 John Paul Wallington <jpw@gnu.org>
14562
14563 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14564 property on mail and url overlays.
14565 (goto-address-at-point): Use `posn-set-point' instead of
14566 `mouse-set-point' because the latter is not fbound when configured
14567 without X.
14568
14569 2005-11-22 Lars Hansen <larsh@soem.dk>
14570
14571 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14572 (ls-lisp-classify, ls-lisp-format): Delete call to
14573 ls-lisp-parse-symlink.
14574 (ls-lisp-handle-switches): Handle symlinks to directories as
14575 directories when ls-lisp-dirs-first in non-nil.
14576
14577 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
14578
14579 * startup.el (command-line): Make sure that loaddefs.el is handled
14580 correctly in load-history.
14581
14582 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
14583
14584 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
14585 (gdb-struct-string, gdb-array-string): New constants.
14586 (gdb-info-locals-handler): Use them.
14587 (gdb-reset): Reset gdb-var-list to nil.
14588
14589 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14590
14591 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
14592 in patterns.
14593
14594 2005-11-21 Juri Linkov <juri@jurta.org>
14595
14596 * custom.el (defcustom): Update link types in docstring.
14597
14598 2005-11-20 Martin Rudalics <rudalics@gmx.at>
14599
14600 * custom.el (defgroup): Add doc-string-elt info.
14601
14602 * widget.el (define-widget): Don't use declare for the doc-string-elt.
14603
14604 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * newcomment.el (comment-enter-backward): Fix last fix.
14607
14608 * simple.el (blink-matching-open):
14609 * paren.el (show-paren-function): Allow new paren-class info.
14610
14611 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
14612
14613 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
14614 handled automagically.
14615
14616 2005-11-20 Andreas Schwab <schwab@suse.de>
14617
14618 * descr-text.el (describe-char): When copying overlays put them
14619 over the full char description instead of just the first character
14620 of it.
14621
14622 2005-11-20 Juri Linkov <juri@jurta.org>
14623
14624 * simple.el (what-cursor-position):
14625 * descr-text.el (describe-char): Use Lisp-readable syntax
14626 for octal and hex. Reorder decimal, octal and hex values.
14627 Remove excess whitespace in the output. Use `=' in `column='
14628 like in `point=' and `Hscroll='.
14629
14630 * international/mule-cmds.el (encoded-string-description):
14631 Use Lisp-readable syntax for hex.
14632
14633 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14634
14635 * newcomment.el (comment-enter-backward): Handle the case where the
14636 comment is closed by EOB.
14637
14638 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14639
14640 * longlines.el (longlines-before-revert-hook)
14641 (longlines-after-revert-hook): New functions.
14642 (longlines-mode): Turn off longlines temporarily when reverting.
14643 Add a message-setup-hook.
14644 (longlines-decode-buffer): New function.
14645 (longlines-wrap-line): Preserve marker positions.
14646
14647 2005-11-19 Andreas Schwab <schwab@suse.de>
14648
14649 * emacs-lisp/shadow.el: Handle compressed files.
14650
14651 2005-11-19 Romain Francoise <romain@orebokech.com>
14652
14653 * net/browse-url.el (browse-url-default-browser): Signal an error
14654 if no usable browser can be found, rather than try to load w3.
14655
14656 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
14657
14658 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
14659 replacing existing properties.
14660 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14661 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
14662 tty specs.
14663 (rcirc-server-prefix, rcirc-server): New faces.
14664 (rcirc-url-regexp): Generate with rx macro.
14665 (rcirc-last-server-message-time): New variable.
14666 (rcirc-filter): Record time of last message.
14667 (rcirc-keepalive): Kill processes that did not send a message
14668 since the last ping.
14669 (rcirc-mode): Give rcirc-topic a local binding here.
14670
14671 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14672
14673 * subr.el (read-passwd): Fontify the prompt as we do with other
14674 prompts.
14675
14676 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
14677
14678 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
14679 binding buffer-read-only to nil.
14680
14681 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14682
14683 * complete.el (partial-completion-mode):
14684 Mention completion-auto-help in the doc string.
14685
14686 * man.el (Man-highlight-references): Doc fix. Reformat code in a
14687 more Lisp-ish way.
14688
14689 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14690
14691 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
14692 digits, not 8, to avoid misalignment for files larger than 100MB.
14693
14694 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14695
14696 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
14697 Mention "keyboard shortcuts" in the help text.
14698
14699 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14700
14701 * startup.el (fancy-splash-default-action): Discard only
14702 mouse-down and succeeding mouse-up events in the splash screen
14703 window so that drag-n-drop event can be processed.
14704
14705 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
14706
14707 * longlines.el (longlines-mode): Add hacks for mail-mode and
14708 message-mode.
14709
14710 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
14711
14712 * textmodes/org.el (org-table-sort-lines): New command.
14713 (org-tbl-menu): Add entry for `org-table-sort-lines'.
14714 (org-add-file): Command removed, use `org-agenda-file-to-front'
14715 instead.
14716 (org-export-icalendar): Use `org-icalendar-combined-name'.
14717 (org-cycle-agenda-files, org-agenda-file-to-end)
14718 (org-agenda-file-to-front): New commands.
14719 (org-table-tab-jumps-over-hlines, org-export-html-style):
14720 New options.
14721 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
14722 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
14723 New functions.
14724 (org-fill-paragraph): Call `org-table-align' in tables.
14725 (org-mode): Call `org-set-autofill-regexps'.
14726 (org-export-as-html): Support for local handformatted lists.
14727 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
14728 (org-export-local-list-max-depth): New option.
14729 (org-html-expand): Use `org-html-protect'.
14730
14731 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
14732
14733 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
14734 to "p".
14735 (gdb): Move definition of gud-pp to...
14736
14737 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
14738 speedbar.
14739 (gdb-find-watch-expression): New function.
14740
14741 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14742
14743 * faces.el (face-attribute, set-face-attribute): Mention existence
14744 of `:ignore-defface' setting in docstring.
14745
14746 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14747
14748 * simple.el (completion-setup-function): Fix last change.
14749
14750 2005-11-17 John Paul Wallington <jpw@pobox.com>
14751
14752 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
14753 Use `posn-set-point' instead of `mouse-set-point' because the
14754 latter is not fbound when configured without X.
14755
14756 * comint.el (comint-insert-input): Likewise.
14757
14758 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14759
14760 * simple.el (hard-newline): New variable.
14761 (sendmail-user-agent-compose, next-line): Use it.
14762
14763 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14764 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14765 (mail-mail-reply-to, mail-mail-followup-to)
14766 (mail-position-on-field, mail-signature, mail-yank-original)
14767 (mail-attach-file): Likewise.
14768
14769 * mail/mailheader.el (mail-header-format)
14770 (mail-header-format-function): Likewise.
14771
14772 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14773
14774 2005-11-17 Juri Linkov <juri@jurta.org>
14775
14776 * font-lock.el (font-lock-faces): Rename this defgroup from
14777 `font-lock-highlighting-faces'.
14778 (font-lock-comment-face, font-lock-comment-delimiter-face)
14779 (font-lock-string-face, font-lock-doc-face)
14780 (font-lock-keyword-face, font-lock-builtin-face)
14781 (font-lock-function-name-face, font-lock-variable-name-face)
14782 (font-lock-type-face, font-lock-constant-face)
14783 (font-lock-warning-face, font-lock-negation-char-face)
14784 (font-lock-preprocessor-face)
14785 (font-lock-regexp-grouping-backslash)
14786 (font-lock-regexp-grouping-construct): Rename :group from
14787 `font-lock-highlighting-faces' to `font-lock-faces'.
14788
14789 * cus-edit.el (lisp, c, tex):
14790 * progmodes/ada-mode.el (ada):
14791 * progmodes/asm-mode.el (asm):
14792 * progmodes/cperl-mode.el (cperl-faces):
14793 * progmodes/cpp.el (cpp):
14794 * progmodes/dcl-mode.el (dcl):
14795 * progmodes/f90.el (f90):
14796 * progmodes/fortran.el (fortran):
14797 * progmodes/icon.el (icon):
14798 * progmodes/idlwave.el (idlwave-misc):
14799 * progmodes/m4-mode.el (m4):
14800 * progmodes/make-mode.el (makefile):
14801 * progmodes/meta-mode.el (meta-font):
14802 * progmodes/modula2.el (modula2):
14803 * progmodes/octave-mod.el (octave):
14804 * progmodes/pascal.el (pascal):
14805 * progmodes/perl-mode.el (perl):
14806 * progmodes/prolog.el (prolog):
14807 * progmodes/ps-mode.el (PostScript-edit):
14808 * progmodes/scheme.el (scheme):
14809 * progmodes/sh-script.el (sh-script):
14810 * progmodes/simula.el (simula):
14811 * progmodes/tcl.el (tcl):
14812 * textmodes/nroff-mode.el (nroff):
14813 * textmodes/reftex-vars.el (reftex-fontification-configurations):
14814 * textmodes/sgml-mode.el (sgml):
14815 * textmodes/texinfo.el (texinfo):
14816 Add :link (custom-group-link font-lock-faces) to defgroup.
14817
14818 * hi-lock.el (hi-lock): Rename this defgroup from
14819 `hi-lock-interactive-text-highlighting'. Change parent group from
14820 `faces' to `font-lock'. Add link to the manual.
14821 (hi-lock-mode, hi-lock-file-patterns-range)
14822 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14823 `hi-lock-interactive-text-highlighting' to `hi-lock'.
14824 (hi-lock-faces): Add :group `faces'.
14825
14826 * cus-edit.el (custom-variable-prompt): Clarify the code.
14827
14828 * faces.el (face-read-string): Set the default value arg of
14829 completing-read.
14830
14831 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
14832
14833 * rfn-eshadow.el (file-name-shadow-properties)
14834 (file-name-shadow-tty-properties, file-name-shadow-mode):
14835 Remove autoloads, because the file is now preloaded.
14836
14837 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14838
14839 * printing.el (easy-menu-intern): Don't define.
14840 (pr-get-symbol): Use easy-menu-intern only if defined.
14841
14842 * simple.el (blink-matching-open): Simplify a bit.
14843 (completion-setup-function): Fix the case of partial-completion-mode
14844 when the minibuffer's contents start with "-".
14845 Obey completion-base-size-function even when
14846 minibuffer-completing-file-name is non-nil.
14847
14848 2005-11-16 Richard M. Stallman <rms@gnu.org>
14849
14850 * net/eudcb-ph.el (eudc-ph-open-session):
14851 Use set-process-query-on-exit-flag.
14852
14853 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14854
14855 * international/ucs-tables.el (ucs-set-table-for-input):
14856 Use make-local-variable, not make-variable-buffer-local.
14857
14858 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14859 Improve warning message text.
14860
14861 * savehist.el (savehist-save-hook): Add :group.
14862
14863 * menu-bar.el (menu-bar-help-menu):
14864 Rename Find Extra Packages to External Packages.
14865
14866 * cus-edit.el (Custom-reset-standard): Verify that
14867 :custom-standard-value prop exists before calling it.
14868
14869 * apropos.el (apropos-calc-scores): Use apropos-pattern.
14870
14871 2005-11-16 Martin Rudalics <rudalics@gmx.at>
14872
14873 * wid-edit.el (color): Enclose %t in %{...%}.
14874
14875 * cus-edit.el (face): Enclose %t in %{...%}.
14876
14877 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
14878
14879 * savehist.el (savehist-mode-hook): Re-add the var.
14880 (savehist-mode): Use it.
14881
14882 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * textmodes/flyspell.el: Fix commenting convention.
14885 Remove unnecessary leading * in custom docstrings.
14886 (flyspell-emacs): Remove unused var.
14887 (flyspell-delete-region-overlays): Use remove-overlays.
14888 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14889 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14890 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14891 (flyspell-debug-signal-word-checked): Use with-current-buffer.
14892 (make-flyspell-overlay): Don't locally reuse a global name.
14893 (flyspell-highlight-incorrect-region)
14894 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14895 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14896 (flyspell-notify-misspell): Remove unused args `start' and `end'.
14897 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
14898 Wrap calls to accept-process-output inside with-local-quit since it's
14899 often called from a post-command-hook.
14900 (flyspell-correct-word, flyspell-auto-correct-word):
14901 Use ispell-send-string.
14902 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
14903
14904 * calendar/diary-lib.el (diary-list-entries): Also hide the
14905 terminating newline.
14906
14907 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
14908
14909 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14910 window-system, to allow fonts on tty.
14911
14912 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
14913
14914 * progmodes/gud.el (gud-speedbar-item-info): New function.
14915 (gud-install-speedbar-variables): Use it to display data type
14916 of watch expression as a tooltip in speedbar.
14917
14918 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
14919
14920 * font-core.el (global-font-lock-mode): Add :version keyword,
14921 because default was changed.
14922
14923 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14924
14925 * startup.el (command-line): Use `custom-reevaluate-setting' for
14926 `file-name-shadow-mode'.
14927
14928 * loadup.el: Preload rfn-eshadow.
14929
14930 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
14931 Add :version keyword.
14932 (file-name-shadow-properties, file-name-shadow-tty-properties)
14933 (file-name-shadow): Add :version keyword.
14934
14935 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14936 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14937 in the custom-group property of the symbol frames and the fringe
14938 group got no link to its parent group frames.
14939 Doc fix.
14940
14941 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14942
14943 * progmodes/gud.el (gud-stop-subjob): New function.
14944 (gud-menu-map, gud-tool-bar-map): Use it.
14945
14946 2005-11-16 Kim F. Storm <storm@cua.dk>
14947
14948 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
14949 than kill it.
14950 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
14951 to a more useful/logical place.
14952
14953 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14954
14955 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
14956 go buttons complementary.
14957
14958 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14959
14960 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
14961 (rfn-eshadow-sifn-equal): New function.
14962 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
14963
14964 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
14965
14966 * viper-utils.el (viper-non-word-characters-reformed-vi):
14967 Quote `-' in string.
14968
14969 * viper.el (viper-emacs-state-mode-list): Ensure that
14970 rcirc-mode buffers come up in Emacs state.
14971
14972 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
14973 operation.
14974
14975 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14976
14977 * term.el (term-termcap-format): Fix typos.
14978 (term-down): Fix the negative argument case.
14979
14980 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14981
14982 * progmodes/gdb-ui.el: Remove face-alias left over from change on
14983 2005-08-15.
14984 (gdb-ann3): New command gud-go.
14985 (menu): Accomodate gdb-mi.el.
14986 (gdb-assembler-custom): Make buffer of selected window current
14987 so that set-window-point works.
14988
14989 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
14990 buttons and include new ones.
14991
14992 2005-11-16 Kim F. Storm <storm@cua.dk>
14993
14994 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
14995 (gud-menu-map): Use it.
14996
14997 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
14998
14999 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
15000 that works correctly for Custom and that does not override a user
15001 who disables it.
15002
15003 * help-mode.el (help-make-xrefs, help-xref-on-pp)
15004 (help-xref-interned, help-follow): Make hyperlinks for variables
15005 that are unbound, but have a non-nil variable-documentation property.
15006
15007 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
15008 mode hook. (It conflicted with defcustoms for some mode hooks.)
15009 Use the `variable-documentation' property to give the mode hook a
15010 docstring and expand that docstring.
15011
15012 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
15013
15014 * savehist.el (savehist-mode): Don't bother with
15015 `custom-set-minor-mode'.
15016 (savehist-coding-system): Check XEmacs version.
15017 (history-length): Declare also at run time.
15018 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
15019 Don't set the customize state.
15020 (savehist-minibuffer-hook): Special case for when
15021 minibuffer-history-variable is equal to t.
15022
15023 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15024
15025 * files.el (write-file): Refresh VC status.
15026
15027 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
15028 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
15029 than fundamental-mode to see if the mode was set.
15030
15031 2005-11-14 Romain Francoise <romain@orebokech.com>
15032
15033 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
15034 dummy function in `eval-when-compile' to avoid compiler warning.
15035 Require `man' at compile time.
15036
15037 2005-11-14 Jay Belanger <belanger@truman.edu>
15038
15039 * calc-alg.el (calcFunc-write-out-power): Rename it to
15040 calcFunc-powerexpand.
15041 (math-write-out-power): Rename it to math-powerexpand; have it
15042 handle negative exponents.
15043 (calc-writeoutpower): Rename it to calc-powerexpand.
15044
15045 * calc-ext.el: Change calcFunc-writeoutpower and
15046 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
15047 autoloads.
15048 Add calcFunc-ldiv to autoloads.
15049
15050 * calc-arith.el (calcFunc-ldiv): New function.
15051
15052 * calc.el (calc-left-divide): New function.
15053
15054 2005-11-14 Juri Linkov <juri@jurta.org>
15055
15056 * cus-edit.el (custom-variable-prompt): Set the default value arg
15057 of completing-read.
15058
15059 * cus-dep.el (custom-make-dependencies): Reverse the list of
15060 found dependencies.
15061
15062 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15063
15064 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
15065 Highlighting" entry, it is on by default now.
15066 (menu-bar-options-save): Do not save global-font-lock-mode.
15067
15068 2005-11-13 Richard M. Stallman <rms@gnu.org>
15069
15070 * textmodes/flyspell.el (flyspell-large-region):
15071 Call flyspell-accept-buffer-local-defs.
15072
15073 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
15074
15075 * textmodes/flyspell.el (flyspell-notify-misspell):
15076 Fix misspelling of "Misspelling".
15077 (flyspell-process-localwords): New function.
15078 (flyspell-large-region): Call flyspell-process-localwords and
15079 flyspell-delete-region-overlays.
15080 (flyspell-delete-region-overlays): New function.
15081 (flyspell-delete-all-overlays): Call that.
15082
15083 2005-11-13 Richard M. Stallman <rms@gnu.org>
15084
15085 * help.el (help-for-help-internal): Improve doc of C-h a.
15086 (describe-key): Improve prompt; doc fix.
15087
15088 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15089
15090 * vc-svn.el (vc-svn-registered): Catch all errors.
15091
15092 * cus-dep.el (custom-make-dependencies): Typo.
15093
15094 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
15095
15096 * net/tramp-util.el (top): Fix compilation warning.
15097
15098 2005-11-13 Kim F. Storm <storm@cua.dk>
15099
15100 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
15101
15102 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15103
15104 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
15105 (gud-speedbar-buttons): Match on "const char *" too.
15106
15107 * progmodes/gdb-ui.el (gdb-var-create-handler)
15108 (gdb-var-list-children-handler): Match on "const char *" too.
15109 (gdb-var-evaluate-expression-handler): Match on empty string.
15110 (gdb-var-update-handler): Only call
15111 gdb-var-evaluate-expression-handler when required.
15112
15113 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15114
15115 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
15116 selected window. This still doesn't work for speedbar.
15117 (gud-speedbar-buttons): Handle string expressions properly.
15118
15119 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15120 (gdb-var-create-handler): Handle string expressions properly.
15121 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
15122 Handle string expressions properly. Move "type" field into regexp.
15123
15124 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15125
15126 * bookmark.el (bookmark-maybe-message): New function to reduce
15127 code duplication: invokes `message' iff baud-rate is high enough.
15128 (bookmark-write-file): Use above instead of an inline conditional.
15129 (bookmark-load): Same.
15130
15131 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15132
15133 * bookmark.el (bookmark-write-file): Don't visit the destination
15134 file, just write the data to it using write-region. This is
15135 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
15136 change to avoid visiting the file in the first place.
15137
15138 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
15139
15140 * hi-lock.el (hi-lock-mode): Set the default value of
15141 font-lock-defaults.
15142
15143 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
15144
15145 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15146 arg to `file-attributes'.
15147 (find-lisp-format): The UID and GID can now be strings.
15148
15149 2005-11-12 Kim F. Storm <storm@cua.dk>
15150
15151 * help.el (help-map): Bind C-h d to apropos-documentation.
15152
15153 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15154 when point is at end-of-buffer.
15155
15156 * apropos.el (apropos-match-face): Doc fix.
15157 (apropos-sort-by-scores): Add new choice `verbose'.
15158 (apropos-documentation-sort-by-scores): New defcustom.
15159 (apropos-pattern): Now contains the pattern entered by the user.
15160 (apropos-pattern-quoted): New defvar.
15161 (apropos-regexp): New defvar, containing the regexp corresponding
15162 to apropos-pattern.
15163 (apropos-all-words-regexp): Rename from apropos-all-regexp.
15164 (apropos-read-pattern): New defun. Use it to read pattern arg in
15165 interactive calls; returns list of words for a word list, and
15166 string for a regexp.
15167 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
15168 parses a list of words or regexp as returned by apropos-read-pattern.
15169 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15170 (apropos-score-doc): Return a very high score if the string
15171 entered by the user matches literally.
15172 (apropos-variable): Doc fix. Use apropos-read-pattern.
15173 (apropos-command): Doc fix. Use apropos-read-pattern and
15174 apropos-parse-pattern. Call apropos-print with nosubst=t.
15175 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
15176 apropos-parse-pattern.
15177 (apropos-documentation): Doc fix. Use apropos-read-pattern and
15178 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
15179 apropos-documentation-sort-by-scores. Call apropos-print with
15180 nosubst=t.
15181 (apropos-documentation-internal): Pass doc string through
15182 substitute-key-definition before adding text properties.
15183 Highlight substring matching literal user input if possible.
15184 (apropos-documentation-check-doc-file): Remove locals beg and end.
15185 Fix calculation of score (as added twice). Pass doc string through
15186 substitute-key-definition before adding text properties.
15187 (apropos-documentation-check-elc-file): Pass doc string through
15188 substitute-key-definition before adding text properties.
15189 Highlight substring matching literal user input if possible.
15190 (apropos-print): Add new arg NOSUBST; if set, command and variable
15191 doc strings have already been passed through substitute-key-definition.
15192 Add code to handle apropos-accumulator items without score element
15193 for backwards compatibility (e.g. with woman package).
15194 Only show scores if apropos-sort-by-scores is `verbose'.
15195
15196 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15199 Add jka-compr-load-suffixes to load-suffixes.
15200
15201 * jka-compr.el: Require jka-cmpr-hook.
15202 (jka-compr-info-compress-message, jka-compr-info-compress-program)
15203 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15204 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15205 (jka-compr-info-can-append, jka-compr-info-strip-extension)
15206 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15207 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
15208 (jka-compr-uninstall): Remove entries from
15209 jka-compr-added-to-file-coding-system-alist after they are used.
15210 (jka-compr-error): Remove unused var `curbuf'.
15211 (jka-compr-file-local-copy): Remove unused var `notfound'.
15212
15213 2005-11-10 Romain Francoise <romain@orebokech.com>
15214
15215 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15216
15217 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
15218
15219 * progmodes/gud.el (gud-menu-map): Move parentheses.
15220 (gdb): New command gud-pv.
15221
15222 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * tar-mode.el: Remove spurious or unnecessary leading stars
15225 in docstrings.
15226 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15227 (tar-parse-octal-integer-safe): Use mapc.
15228 (tar-header-block-summarize): Remove unused var `ck'.
15229 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15230 cleared before. Obey default-enable-multibyte-characters.
15231 Use mapconcat. Simplify setting of tar-header-offset.
15232 (tar-mode-map): Move initialization inside delcaration.
15233 (tar-flag-deleted): Use `abs'.
15234 (tar-expunge-internal): Remove unused var `line'.
15235 (tar-expunge-internal): Don't hardcode point-min==1.
15236 (tar-expunge): Widen while doing set-buffer-multibyte.
15237 (tar-rename-entry): Use file-name-coding-system.
15238 (tar-alter-one-field): Don't hardcode point-min==1.
15239 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15240 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
15241
15242 2005-11-10 Masatake YAMATO <jet@gyve.org>
15243
15244 * add-log.el (add-log-current-defun): Handle class::method
15245 notation of c++. Fix incorrect comment.
15246
15247 2005-11-10 Alan Mackenzie <acm@muc.de>
15248
15249 * help-fns.el (describe-variable): Make C-h v work when a variable
15250 has variable documentation yet is unbound.
15251
15252 2005-11-10 Masatake YAMATO <jet@gyve.org>
15253
15254 * man.el (Man-highlight-references): Set an empty
15255 string to `Man-arguments' if it is nil.
15256 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15257
15258 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15259
15260 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15261 commenting conventions.
15262
15263 * cus-dep.el (custom-make-dependencies): Simplify.
15264 Better follow the commenting conventions.
15265
15266 2005-11-09 Richard M. Stallman <rms@gnu.org>
15267
15268 * apropos.el (apropos-pattern): Rename from apropos-regexp.
15269 (apropos-orig-pattern): Rename from apropos-orig-regexp.
15270 All uses changed.
15271 (apropos-rewrite-regexp): Doc fix.
15272 (apropos-variable, apropos-command, apropos, apropos-value):
15273 Change prompt; carry through the argument renaming.
15274
15275 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
15276
15277 * find-lisp.el: Require dired.
15278 (find-lisp-find-dired-internal): Do not call
15279 `abbreviate-file-name' on DIR.
15280
15281 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
15282
15283 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15284
15285 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
15286
15287 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15288 when using the speedbar.
15289 (gdb): New command gud-pp.
15290 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15291
15292 2005-11-09 Juri Linkov <juri@jurta.org>
15293
15294 * replace.el (occur-excluded-properties): New defcustom.
15295 (occur-1, occur-engine, occur-accumulate-lines): Use it.
15296
15297 2005-11-08 Jay Belanger <belanger@truman.edu>
15298
15299 * calc/calc-units.el (math-convert-units): Replace any composite
15300 unit by its definition.
15301
15302 2005-11-08 Lars Hansen <larsh@soem.dk>
15303
15304 * emacs-lisp/autoload.el (update-directory-autoloads):
15305 Add obsolete function alias.
15306
15307 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15308
15309 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15310 comment-indent-function.
15311 (lisp-comment-indent): Replace by an alias for comment-indent-default.
15312
15313 * reveal.el (reveal-post-command): Rework the handling of
15314 reveal-open-spots, so as to be more reliable. There were several
15315 tricky corner cases where an open spot might be lost, or where
15316 a closed spot might end up on the list of open spots.
15317 Only reveal text that's ellipsised.
15318
15319 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
15320
15321 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15322
15323 2005-11-07 John Paul Wallington <jpw@gnu.org>
15324
15325 * ibuffer.el (ibuffer): Search iconified frames too when
15326 getting Ibuffer buffer's window.
15327
15328 2005-11-06 Richard M. Stallman <rms@gnu.org>
15329
15330 * progmodes/compile.el (compilation-internal-error-properties):
15331 save-excursion around the computation of MARKER.
15332
15333 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
15334
15335 * textmodes/flyspell.el (flyspell-external-point-words):
15336 flyspell-get-word returns a list, not just a string.
15337
15338 2005-11-06 John Paul Wallington <jpw@pobox.com>
15339
15340 * ibuffer.el (ibuffer): Search all visible frames when getting
15341 Ibuffer buffer's window.
15342
15343 2005-11-07 Masatake YAMATO <jet@gyve.org>
15344
15345 * man.el (Man-reference-regexp): Accept spaces between
15346 `Man-name-regexp' and `Man-section-regexp'.
15347 (Man-apropos-regexp): New variable.
15348 (Man-abstract-xref-man-page): Use value for `Man-target-string'
15349 if available.
15350 (Man-highlight-references, Man-highlight-references0):
15351 Handle the case when `Man-arguments' includes "-k".
15352 (Man-highlight-references0): Rename the argument `TARGET-POS' to
15353 `TARGET'. `TARGET' can be a number, function or nil.
15354
15355 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
15356
15357 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15358 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15359 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15360 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15361 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15362 (gdb-send-item): Use buffer-local-value and simplify.
15363
15364 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
15365
15366 * startup.el (command-line): Use `custom-reevaluate-setting' for
15367 `global-font-lock-mode'.
15368
15369 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15370 by default, except in batch mode or when the -D option is given.
15371
15372 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15373 specified keyword args on to `define-minor-mode'. Update docstring.
15374
15375 2005-11-05 Romain Francoise <romain@orebokech.com>
15376
15377 * replace.el (occur-engine): Add marker at end of line, too.
15378
15379 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15380
15381 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15382 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15383 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15384 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15385 argument to all these routines, so the passphrase can be managed
15386 externally and passed in to the system.
15387 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15388 pgg-add-passphrase-to-cache function.
15389
15390 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15391 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15392 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15393 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15394 argument to all these routines, so the passphrase can be managed
15395 externally and passed in to the system.
15396 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15397 function.
15398
15399 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15400
15401 * font-lock.el: Don't deal with font-lock-face-attributes here,
15402 move the code ...
15403
15404 * startup.el (command-line): ... here. Use face-spec-set instead
15405 of custom-declare-face.
15406
15407 * faces.el (face-spec-set): Reset the face if spec is not nil.
15408
15409 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15410
15411 * newcomment.el (comment-region-internal): Box more tightly in the
15412 common case where there's no TAB in the boxed text.
15413
15414 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15415
15416 * info.el (info-tool-bar-map): Use images prev-node, next-node and
15417 up-node.
15418
15419 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
15420
15421 * newsticker.el: Commentary updated. Code formatting changed.
15422 (newsticker-version): Change to "1.9".
15423 (newsticker, newsticker-feed): Doc fix.
15424 (newsticker-url-list): Doc fix. Add option "Weekly".
15425 (newsticker-retrieval-interval): Add option "Weekly".
15426 (newsticker-headline-processing): Doc fix.
15427 (newsticker-auto-mark-filter): Remove.
15428 (newsticker-auto-mark-filter-list): New.
15429 (newsticker-layout, newsticker-sort-method): Doc fix.
15430 (newsticker-hide-old-items-in-newsticker-buffer)
15431 (newsticker-heading-format, newsticker-item-format)
15432 (newsticker-desc-format): Doc fix.
15433 (newsticker-show-all-rss-elements): Remove.
15434 (newsticker-show-all-news-elements): New.
15435 (newsticker-faces, newsticker-ticker): Doc fix.
15436 (remove-from-invisibility-spec): Code formatting.
15437 (newsticker--process-ids): New.
15438 (newsticker-mode): Doc fix.
15439 (newsticker-mode): Change mode-line-format.
15440 (newsticker-start): Remove debug output.
15441 (newsticker-start-ticker): Doc fix. Add autoload cookie.
15442 (newsticker-w3m-show-inline-images): Code formatting.
15443 (newsticker-next-item): Call `force-mode-line-update'.
15444 (newsticker-previous-item): Call `force-mode-line-update'.
15445 (newsticker-next-feed): Call `force-mode-line-update'.
15446 (newsticker-previous-feed): Call `force-mode-line-update'.
15447 (newsticker-mark-all-items-at-point-as-read): Code formatting.
15448 (newsticker-show-old-items): Do not show descs.
15449 (newsticker-hide-entry): Hide too much.
15450 (newsticker-hide-entry, newsticker-show-entry)
15451 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15452 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15453 (newsticker-toggle-auto-narrow-to-item): Code formatting.
15454 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15455 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
15456 (newsticker-get-news): Call `force-mode-line-update'.
15457 Collect process ids.
15458 (newsticker--sentinel): Change coding system handling.
15459 Move image retrieval to new functions newsticker--get-logo-url-*.
15460 Move feed parsing to new functions newsticker--parse-*.
15461 Update list of process ids.
15462 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15463 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15464 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15465 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15466 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15467 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
15468 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15469 (newsticker--decode-coding-string): Remove.
15470 (newsticker--decode-numeric-entities): Check input. Format code.
15471 (newsticker--remove-whitespace): Check input.
15472 (newsticker--do-forget-preformatted): Doc fix.
15473 (newsticker--decode-rfc822-date): Allow for missing time.
15474 (newsticker--update-process-ids): New.
15475 (newsticker--image-sentinel): Change comment.
15476 (newsticker--image-read): Change error message.
15477 (newsticker--imenu-goto): Doc fix. Show headline title.
15478 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15479 (newsticker--buffer-do-insert-text): Clean whitespace in
15480 html-rendered headline title. Code formatting.
15481 Call `newsticker--buffer-print-extra-elements'.
15482 (newsticker--buffer-print-extra-element): Remove.
15483 (newsticker--buffer-print-extra-elements): New.
15484 (newsticker--buffer-do-print-extra-element): New.
15485 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
15486 large sizes.
15487 (newsticker--run-auto-mark-filter)
15488 (newsticker--do-run-auto-mark-filter):
15489 Use `newsticker-auto-mark-filter-list'.
15490
15491 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
15492
15493 * net/rcirc.el: Use split-string OMIT-NULLS argument.
15494 (rcirc-print): Force redisplay before running hooks. Do long
15495 buffer truncation after making new text read-only. Deal with nil
15496 text when decoding strings. If TARGET is nil, use either the
15497 currently selected buffer, if it is an rcirc buffer and of the
15498 same process or the process buffer.
15499 (rcirc-mode): Remove header-line. Recompute short buffer names.
15500 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15501 (rcirc-short-buffer-name): Add variable.
15502 (rcirc-kill-buffer-hook): Recompute short buffer names.
15503 Remove nick from private channel.
15504 (rcirc-send-input): Send command text to current-buffer.
15505 Don't clear overlay arrow here.
15506 (rcirc-short-buffer-name): Return a short buffer name.
15507 (rcirc-update-short-buffer-names, rcirc-abbreviate)
15508 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15509 buffer-name abbreviations.
15510 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15511 Do not touch nick-table when killing a parted channel.
15512 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15513 Clear arrow from current buffer if it is now hidden.
15514 (rcirc-current-buffer): Add variable.
15515 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15516 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15517 Remove -face from names.
15518 (rcirc-update-activity-string): Print "DND" when globally ignoring
15519 activity.
15520 (rcirc-ignore-buffer-activity-flag): Rename from
15521 rcirc-ignore-channel-activity.
15522 (rcirc-ignore-all-activity-flag): Doc fix.
15523 (rcirc-channels): Remove variable.
15524 (rcirc-kill-buffer-hook):
15525 (rcirc-get-buffer-create): Add nick to private channel.
15526 (rcirc-multiline-edit-submit): Remove tabs.
15527 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15528 folded.
15529 (rcirc-remove-nick-channel): Bug fix.
15530 (rcirc-toggle-ignore-buffer-activity): Rename from
15531 rcirc-toggle-ignore-channel-activity.
15532 (rcirc-record-activity): Add buffers to the front of the list.
15533 (rcirc-update-activity): Remove killed buffers from list.
15534 (rcirc-process-server-response-1): Remove last argument if it is
15535 null before calling handler.
15536 (rcirc): Add "rcirc" defcustom prefix.
15537 (rcirc-prompt): Simplify default prompt.
15538 Use custom-initialize-default.
15539 (rcirc-private-chats): Remove variable.
15540 (rcirc-prompt): Change initialization.
15541 (rcirc-version): Remove function.
15542 (rcirc-id-string): Add constant.
15543 (rcirc-last-buffer): Remove variable.
15544 (rcirc-buffer-alist): Add variable.
15545 (rcirc-connect): Update variable setup.
15546 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15547 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15548 default.
15549 (rcirc-handler-generic): Trigger activity.
15550 (rcirc-send-message): Create the buffor of the target.
15551 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15552 (rcirc-get-buffer): Just return nil if there is no matching buffer.
15553 (rcirc-multiline-edit-cancel): Remove function.
15554 (rcirc-set-last-buffer): Remove function.
15555 (rcirc-get-any-buffer): Add function.
15556 (rcirc-join-channels): Don't print /join text.
15557 (rcirc-toggle-ignore-channel-activity): Add and update echo area
15558 messages.
15559 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15560 (rcirc-handler-NOTICE): Recognize CTCP responses.
15561 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15562 constructing TOPIC string for buffers we are not JOINed.
15563 (rcirc-handler-CTCP-response): Add handler.
15564 (rcirc-multiline-edit-submit): Restore the window-configuration
15565 before adjusting point.
15566 (rcirc): Add customization group.
15567 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15568 (rcirc-user-full-name, rcirc-startup-channels-alist)
15569 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15570 (rcirc-ignore-all-activity-flag, rcirc-time-format)
15571 (rcirc-input-ring-size, rcirc-read-only-flag)
15572 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15573 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15574 Change defvar to defcustom.
15575 (rcirc-update-prompt): Add optional ALL arg, which will update
15576 prompts in all rcirc buffers. Regexp quote replacement text.
15577 (rcirc-fill-column): Accept frame-width as a value.
15578 (rcirc-set-changed): Add function.
15579 (rcirc-next-active-buffer): Write more meaningful messages.
15580 (rcirc-faces): Add customization group.
15581 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15582 (rcirc-nick-in-message-face, rcirc-prompt-face)
15583 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
15584 (with-rcirc-process-buffer): Move before first usage.
15585 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
15586 (rcirc-debug-flag): Rename from `rcirc-log-p'.
15587 (rcirc-debug): Rename from `rcirc-log'.
15588 (rcirc-format-response-string): Do not print `-' chars for a
15589 NOTICE with no sender. Simplify output of server responses.
15590
15591 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15592
15593 (rcirc-browse-url-map, rcirc-browse-url-at-point)
15594 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
15595 Make urls mouse and RET clickable.
15596
15597 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15598
15599 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
15600
15601 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15602
15603 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15604 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15605 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15606 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15607 argument to all these routines, so the passphrase can be managed
15608 externally and passed in to the system.
15609 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15610 pgg-add-passphrase-to-cache function.
15611
15612 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15613 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15614 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15615 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15616 argument to all these routines, so the passphrase can be managed
15617 externally and passed in to the system.
15618 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15619 function.
15620
15621 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
15622
15623 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
15624 from goto-address-url-regexp.
15625
15626 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
15627
15628 * textmodes/org.el (org-read-date, org-goto-calendar)
15629 (org-recenter-calendar, org-agenda-goto-calendar):
15630 Temporarily clear `calendar-move-hook'.
15631
15632 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
15633
15634 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
15635 merging.
15636
15637 * ediff-util.el (ediff-previous-difference): Don't skip regions that
15638 have merge clashes.
15639
15640 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15641
15642 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15643 Undo previous change.
15644
15645 * startup.el (command-line): Use `custom-reevaluate-setting' for
15646 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
15647 tty-register-default-colors on Mac.
15648
15649 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15650
15651 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
15652 (gdb-buffer-type): Make it automatically buffer local...
15653 (gdb-get-create-buffer): ...and set it accordingly.
15654 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
15655 actually work.
15656
15657 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
15658
15659 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
15660 not red.
15661
15662 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15663
15664 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
15665 case GUD buffer is not visible.
15666 (gdb-goto-breakpoint): Try to force display in source buffer.
15667 (gdb-frame-gdb-buffer): Copy other similar functions.
15668 (gdb-restore-windows): Don't display source if not asked for.
15669 (gdb-assembler-buffer-name): Don't capitalise.
15670
15671 2005-11-03 Richard M. Stallman <rms@gnu.org>
15672
15673 * wid-edit.el (key-sequence): New widget type.
15674
15675 * simple.el (set-mark-command-repeat-pop): New variable.
15676 (set-mark-command): Only interpret plan C-@ after a pop as a pop
15677 if set-mark-command-repeat-pop is true.
15678
15679 * info.el (Info-fontify-node): Don't display extra "see" if there
15680 already is one here.
15681
15682 * mouse.el: Fix special handling of DEL after dragging a region:
15683 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
15684 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
15685
15686 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
15687
15688 * textmodes/ispell.el (ispell-command-loop): Change `i' description
15689 not to assume it pertains to an affix.
15690
15691 * textmodes/flyspell.el (flyspell-post-command-hook):
15692 Bind deactivate-mark to prevent deactivation.
15693
15694 2005-11-03 Lars Hansen <larsh@soem.dk>
15695
15696 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
15697 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
15698 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
15699
15700 2005-11-03 Romain Francoise <romain@orebokech.com>
15701
15702 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
15703 Update copyright years.
15704
15705 2005-11-03 Sam Steingold <sds@gnu.org>
15706
15707 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15708 Use system-type instead of window-system because window-system is not
15709 correctly defined during loadup.
15710
15711 2005-11-02 Mark A. Hershberger <mah@everybody.org>
15712
15713 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
15714 (xml-parse-tag): Join strings separated by a comment properly.
15715
15716 2005-11-02 Andreas Schwab <schwab@suse.de>
15717
15718 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
15719
15720 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15721
15722 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
15723 (byte-optimize-pure-func): Quote the eval'd value.
15724
15725 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15726 Rename from perl-font-lock-syntactic-face-function.
15727 Change the calling convention so it can be used as a font-lock MATCHER.
15728 Do the parse-partial-sexp loop outselves.
15729 (perl-font-lock-syntactic-keywords): Use it.
15730 (perl-mode): Don't set font-lock-syntactic-face-function any more.
15731
15732 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
15733
15734 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
15735 disassembly buffer too.
15736 (gdb-exited): Remove overlay arrows when execution has finished.
15737 (gdb-info-frames-custom, gdb-info-threads-custom)
15738 (gdb-info-registers-custom): Don't add inappropriate text
15739 properties if inferior is not active.
15740
15741 2005-11-02 Glenn Morris <rgm@gnu.org>
15742
15743 * progmodes/fortran.el (fortran-blink-match):
15744 Use `blink-matching-delay'.
15745
15746 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
15747
15748 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
15749
15750 2005-11-02 Lars Hansen <larsh@soem.dk>
15751
15752 * net/tramp.el (tramp-action-out-of-band): Handle scp message
15753 "Permission denied".
15754
15755 2005-11-01 Richard M. Stallman <rms@gnu.org>
15756
15757 * textmodes/flyspell.el (flyspell-external-point-words):
15758 Pass nil to flyspell-get-word.
15759
15760 2005-11-02 Kim F. Storm <storm@cua.dk>
15761
15762 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15763 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15764
15765 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15766
15767 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15768 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15769 (calendar-mouse-print-dates): Add optional `event' argument.
15770 Update interactive-spec.
15771 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15772 Use `calendar-event-to-date' instead of `event'.
15773
15774 2005-11-02 Masatake YAMATO <jet@gyve.org>
15775
15776 * progmodes/ld-script.el (ld-script-builtins):
15777 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15778 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15779 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15780
15781 2005-11-01 Romain Francoise <romain@orebokech.com>
15782
15783 * vc-sccs.el: Update copyright year.
15784 * ezimage.el: Likewise.
15785
15786 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
15787
15788 * info.el (Info-fontify-node): Use `string-width' for fontifying
15789 underlined titles.
15790
15791 2005-11-01 Juri Linkov <juri@jurta.org>
15792
15793 * info.el (Info-fontify-node): Downcase node header keywords Node,
15794 Prev, Next, Up before comparison.
15795 (Info-history): Insert absolute directory name, and put invisible
15796 property on it.
15797
15798 2005-11-01 Juri Linkov <juri@jurta.org>
15799
15800 * info.el (Info-file-supports-index-cookies): New variable.
15801 (Info-find-node-2): Check makeinfo version for index cookie support.
15802 (Info-index-nodes): Search for nodes with index cookies only when
15803 Info-file-supports-index-cookies is t. Otherwise, search nodes
15804 with "Index" in the node name.
15805 (Info-index-node): Search index cookie in the current node only when
15806 Info-file-supports-index-cookies is t. Otherwise, check the word
15807 "Index" in the node name.
15808 (Info-find-emacs-command-nodes): Remove code that searches nodes
15809 with "Index" node name in the top menu.
15810
15811 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15812
15813 * progmodes/scheme.el (scheme-mode-variables): Use the default
15814 comment-indent-function.
15815
15816 * faces.el (face-attribute): Handle the case where a face inherits from
15817 a non-existent face.
15818
15819 * simple.el (eval-expression-print-format): Use lisp-readable syntax
15820 for octal and hexa output, and merge the char into the paren.
15821 (kill-new): Use push.
15822 (copy-to-buffer): Use with-current-buffer.
15823 (completion-setup-function): Move code in loop to remove redundancy.
15824 (minibuffer-local-must-match-map): Don't add bindings that duplicate
15825 those inherited from minibuffer-local-completion-map.
15826
15827 * savehist.el (savehist-mode) <defcustom>:
15828 Use custom-set-minor-mode if available.
15829 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15830 and emit a message if applicable.
15831
15832 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
15833
15834 * savehist.el: Sync up to version 19.
15835 (savehist-mode): New minor mode.
15836 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15837 (savehist-length): Remove (use history-length instead).
15838 (savehist-file-modes): Rename from savehist-modes.
15839 (savehist-save-hook, savehist-loaded): New vars.
15840 (savehist-load): Use savehist-mode. Try to smooth up transition from
15841 old format to new format.
15842 (savehist-install): Allow savehist-autosave-interval to be nil.
15843 (savehist-save): Run the new hook. Be more careful to only trim the
15844 history variables.
15845 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
15846 (savehist-printable): Print into a buffer rather than char-by-char.
15847
15848 2005-11-01 John Wiegley <johnw@newartisans.com>
15849
15850 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15851 toggle-ignore keybinding (C-a). The author said it had been
15852 disabled much earlier due to a possible incompatibility, but after
15853 many months of usage I have encountered no problems (and it is a
15854 rather useful option, especially for switching to " *temp*").
15855
15856 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15857 support for OS/X's AddressBook, by calling out to the open source
15858 program "contacts" (installable through Fink).
15859
15860 * net/eudc.el (eudc-expand-inline): If the
15861 `eudc-multiple-match-handling-method' is set to `all', delete the
15862 query string before inserting the query result.
15863
15864 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15865 flag, to prevent Eshell from using the system ls when
15866 `eshell-ls-insert-directory' is in used.
15867 (eshell-ls-insert-directory): Disable font-lock in directory
15868 buffer so that Eshell's own fontification is seen. This broke
15869 recently due to changes in font-lock, so this goes back to version
15870 21 behavior.
15871
15872 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
15873
15874 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15875 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15876 (gdb-many-windows): Doc fix.
15877
15878 2005-10-31 Romain Francoise <romain@orebokech.com>
15879
15880 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15881
15882 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15883
15884 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15885 that global-font-lock-mode can be enabled by default.
15886
15887 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15888 (font-lock-add-keywords, font-lock-remove-keywords)
15889 (font-lock-fontify-buffer): Remove autoload cookies.
15890
15891 * jit-lock.el (jit-lock-register): Likewise.
15892
15893 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15894
15895 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15896
15897 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15898 intact if there is no gud-comint-buffer.
15899
15900 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
15901
15902 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15903 old prompt comint-prompt-read-only is t and GDB commands are
15904 issued from tool bar etc.
15905
15906 2005-10-31 Masatake YAMATO <jet@gyve.org>
15907
15908 * vc.el (vc-directory-exclusion-list): Add "{arch}".
15909
15910 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15911
15912 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15913 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15914
15915 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
15916
15917 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15918 starting at beginning of line. Fontification is messed up when
15919 `open-paren-in-column-0-is-defun-start' set to t.
15920 Reported by John Paul Wallington <jpw@pobox.com>.
15921
15922 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
15923
15924 * comint.el (comint-send-input): Call `comint-update-fence' when
15925 `comint-process-echoes' and `comint-prompt-read-only' are both
15926 non-nil, to avoid leftover read-only newline.
15927
15928 2005-10-30 Richard M. Stallman <rms@gnu.org>
15929
15930 * textmodes/flyspell.el (flyspell-external-point-words):
15931 Detect when WORD can't be checked properly because
15932 flyspell-get-word finds just part of it, and move on.
15933
15934 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15935 boundarychar for Polish.
15936 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15937 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15938
15939 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15940
15941 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15942 (gdb-registers-font-lock-keywords): Delete.
15943 (gdb-registers-mode): Don't fontify.
15944 (gdb-info-registers-custom): Use text properties instead as, in
15945 future, changed register values will use font-lock-warning-face.
15946 (gdb-local-font-lock-keywords): Rename to...
15947 (gdb-locals-font-lock-keywords): ...for consistency.
15948
15949 2005-10-30 Andre Spiegel <spiegel@gnu.org>
15950
15951 * vc.el (vc-switch-backend): Better error message if the buffer is
15952 not visiting a file under version control.
15953
15954 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
15955
15956 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
15957
15958 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
15959 ~/.emacs.d/.emacs.
15960
15961 2005-10-29 Richard M. Stallman <rms@gnu.org>
15962
15963 * replace.el (occur-mode-mouse-goto): Always go to other window.
15964 (occur-mode-goto-occurrence): Always switch in same window.
15965
15966 * simple.el (undo): Display message at end, not at start.
15967
15968 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
15969 New arg REUSE-CELL.
15970 (cancel-timer-internal): New function.
15971 (timer-event-handler): Use cancel-timer-internal,
15972 and pass the cell it returns to timer-activate...
15973
15974 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
15975 (jit-lock-deferred-fontify, jit-lock-context-fontify)
15976 (jit-lock-after-change): Test memory-full.
15977
15978 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15979
15980 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15981 part of the decoded armor to find the key-identifier.
15982 (pgg-gpg-lookup-key-owner): New function to return the
15983 human-readable identifier of a key owner.
15984 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15985 key itself.
15986 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15987 the key value) if we have a key and can match it against a secret
15988 key. Also, added a note pointing out fact that the prompt only
15989 indicates the first matching key.
15990
15991 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15992 pgg-decrypt-region.
15993 (pgg-pending-timers): A new hash for tracking the passphrase cache
15994 timers, so that new ones supercede old ones.
15995 (pgg-add-passphrase-to-cache): Rename from
15996 `pgg-add-passphrase-cache' to reduce confusion (all callers
15997 changed). Modified to cancel old timers when new ones are added.
15998 (pgg-remove-passphrase-from-cache): Rename from
15999 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16000 changed). Modified to cancel old timers when their keys are
16001 removed from the cache.
16002 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16003 XEmacs, an indirection to delete-itimer.
16004 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16005 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16006 users can only check cache without risk of prompting. Correct bug in
16007 notruncate behavior.
16008 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16009 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16010 Add informative docstrings.
16011 (pgg-decrypt): Convey provided passphrase in subordinate call to
16012 pgg-decrypt-region.
16013
16014 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16015 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16016 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16017 `passphrase' argument, so the passphrase can be managed externally
16018 and then passed in to the system.
16019
16020 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16021 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16022 so the passphrase cache can be used reliably with identifiers
16023 besides a pgp packet's key id.
16024
16025 * pgg-gpg.el (pgg-pgp-encrypt-region)
16026 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16027 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16028 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16029 argument to all these routines, so the passphrase can be managed
16030 externally and passed in to the system.
16031
16032 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16033 `notruncate' argument, so the passphrase cache can be used
16034 reliably with identifiers besides a pgp packet's key id.
16035
16036 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16037
16038 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16039 symmetric encryption.
16040 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16041 encrypted session key.
16042 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16043 message ask for the passphrase in a proper way.
16044
16045 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16046 New user commands for symmetric encryption.
16047
16048 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
16049
16050 * textmodes/conf-mode.el (conf-assignment-sign)
16051 (conf-assignment-regexp): Fix docstrings.
16052 (conf-mode-initialize): New function.
16053 (conf-mode): Remove optional args. Use delay-mode-hooks to
16054 recognize recursive calls.
16055 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
16056 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
16057 (conf-xdefaults-mode): Use define-derived-mode and
16058 conf-mode-initialize.
16059
16060 2005-10-29 Romain Francoise <romain@orebokech.com>
16061
16062 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
16063
16064 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16065
16066 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16067 part of the decoded armor to find the key-identifier.
16068 (pgg-gpg-lookup-key-owner): New function to return the
16069 human-readable identifier of a key owner.
16070 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16071 key itself.
16072 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16073 the key value) if we have a key and can match it against a secret
16074 key. Also, added a note pointing out fact that the prompt only
16075 indicates the first matching key.
16076
16077 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16078 pgg-decrypt-region.
16079 (pgg-pending-timers): A new hash for tracking the passphrase cache
16080 timers, so that new ones supercede old ones.
16081 (pgg-add-passphrase-to-cache): Rename from
16082 `pgg-add-passphrase-cache' to reduce confusion (all callers
16083 changed). Modified to cancel old timers when new ones are added.
16084 (pgg-remove-passphrase-from-cache): Rename from
16085 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16086 changed). Modified to cancel old timers when their keys are
16087 removed from the cache.
16088 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16089 XEmacs, an indirection to delete-itimer.
16090 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16091 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16092 users can only check cache without risk of prompting. Correct bug in
16093 notruncate behavior.
16094 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16095 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16096 Add informative docstrings.
16097 (pgg-decrypt): Convey provided passphrase in subordinate call to
16098 pgg-decrypt-region.
16099
16100 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
16101
16102 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16103 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16104 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16105 `passphrase' argument, so the passphrase can be managed externally
16106 and then passed in to the system.
16107
16108 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16109 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16110 so the passphrase cache can be used reliably with identifiers
16111 besides a pgp packet's key id.
16112
16113 * pgg-gpg.el (pgg-pgp-encrypt-region)
16114 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16115 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16116 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16117 argument to all these routines, so the passphrase can be managed
16118 externally and passed in to the system.
16119
16120 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16121 `notruncate' argument, so the passphrase cache can be used
16122 reliably with identifiers besides a pgp packet's key id.
16123
16124 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16125
16126 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16127 symmetric encryption.
16128 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16129 encrypted session key.
16130 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16131 message ask for the passphrase in a proper way.
16132
16133 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16134 New user commands for symmetric encryption.
16135
16136 2005-10-28 Bill Wohler <wohler@newt.com>
16137
16138 * help-mode.el (help-url): New button type. Calls browse-url.
16139 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
16140 Similar to Info nodes: URL `url'.
16141 (help-make-xrefs): Create help-url buttons for
16142 help-xref-url-regexp matches.
16143
16144 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
16145
16146 * tool-bar.el (tool-bar-add-item-from-menu)
16147 (tool-bar-local-item-from-menu): Fix doc strings.
16148
16149 2005-10-28 Romain Francoise <romain@orebokech.com>
16150
16151 * ldefs-boot.el: Update.
16152
16153 * subr.el (locate-library): Move from help-fns.el.
16154 * help-fns.el (locate-library): Move to subr.el.
16155
16156 2005-10-28 Richard M. Stallman <rms@gnu.org>
16157
16158 * net/tramp.el (tramp-completion-mode): defvar moved up.
16159
16160 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16161
16162 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16163
16164 * files.el (find-file-noselect): Use %d to format large file size.
16165
16166 * bindings.el (mode-line-format): Add %e.
16167
16168 * loadup.el ("facemenu"): Load unconditionally.
16169 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16170 ("x-dnd"): Load, when appropriate.
16171
16172 * startup.el (command-line): Call before-init-hook earlier.
16173 Warn about some bad characters in -u user name.
16174
16175 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16176 (flyspell-external-point-words): Error if misspelled word is not found.
16177 Set flyspell-large-region-beg at end of word.
16178
16179 2005-10-28 Andreas Schwab <schwab@suse.de>
16180
16181 * view.el (View-revert-buffer-scroll-page-forward):
16182 Use view-page-size-default.
16183
16184 2005-10-28 Juri Linkov <juri@jurta.org>
16185
16186 * international/quail.el (quail-get-current-str): Translate last
16187 raw character for deterministic input methods.
16188
16189 2005-10-27 Jay Belanger <belanger@truman.edu>
16190
16191 * calc/calc-ext.el: Add functions to autoloads.
16192 (math-identity-matrix-p, math-ident-row-p): New functions.
16193
16194 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16195 multiplication by an identity matrix; don't turn multiplication by
16196 an inverse matrix into division.
16197 (math-div-symbol-fancy): Replace division by matrices with
16198 multiplication by inverse.
16199
16200 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16201
16202 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16203 (calc-writeoutpower): New functions.
16204
16205 2005-10-27 Romain Francoise <romain@orebokech.com>
16206
16207 * replace.el (occur-engine): Include colon in mouse-face highlight.
16208
16209 * dired-x.el: Change Maintainer field.
16210
16211 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
16212
16213 * longlines.el (longlines-mode): Bind after-change-functions to
16214 nil during initial decoding and final encoding.
16215
16216 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16217
16218 * term.el (term-emulate-terminal, term-handle-colors-array)
16219 (term-handle-ansi-escape): Specify the terminfo capabilities
16220 implemented.
16221
16222 2005-10-26 Richard M. Stallman <rms@gnu.org>
16223
16224 * info.el (Info-fontify-node): Fix detection of sentence-break
16225 before *Note.
16226
16227 2005-10-26 Romain Francoise <romain@orebokech.com>
16228
16229 * smerge-mode.el: Add `tools' to file keywords.
16230
16231 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
16232
16233 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16234 when the fringe is not available.
16235
16236 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16237 (def-gdb-auto-update-trigger): Simplify construction.
16238 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16239 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16240 defined explicitly.
16241 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16242 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16243 defined explicitly.
16244 (gdb-info-locals-custom): Remove as it's a no-op.
16245
16246 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
16247
16248 * longlines.el (longlines-mode): Remove narrowing before
16249 performing the initial decoding or final encoding.
16250
16251 2005-10-25 Romain Francoise <romain@orebokech.com>
16252
16253 * emacs-lisp/find-func.el (find-library-name): Also strip
16254 extension if library name ends in .el, to take advantage of
16255 `find-library-suffixes'.
16256
16257 2005-10-25 Richard M. Stallman <rms@gnu.org>
16258
16259 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16260
16261 2005-10-25 Juri Linkov <juri@jurta.org>
16262
16263 * textmodes/texinfo.el (texinfo-mode): Change charset of one
16264 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16265
16266 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16267
16268 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16269 (blackbox-redefine-key): Add argument `map'.
16270
16271 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16272 regions when moving the jit-lock-context-unfontify-pos boundary.
16273
16274 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16275
16276 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16277
16278 2005-10-25 Masatake YAMATO <jet@gyve.org>
16279
16280 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16281
16282 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16283
16284 * play/blackbox.el (blackbox-redefine-key): New function.
16285 (blackbox-mode-map): Use it to remap existing bindings for cursor
16286 motion instead of binding literal keys.
16287
16288 2005-10-25 Glenn Morris <rgm@gnu.org>
16289
16290 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16291 diary does not end in a newline. Do not assume a blank line at
16292 the start of the diary file.
16293
16294 2005-10-25 Kenichi Handa <handa@m17n.org>
16295
16296 * international/quail.el (quail-translate-key): If the input
16297 method is deterministic and failed to handle the last key, restart
16298 the key handling loop from an appropriate key.
16299
16300 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
16301
16302 * vc.el (vc-dired-mode): Extend comment for binding of
16303 `directory-listing-before-filename-regexp'.
16304
16305 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16306
16307 * textmodes/texinfo.el (texinfo-mode):
16308 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16309 not to unnecessarily expose emacs-mule's internal char codes.
16310
16311 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
16312
16313 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16314 Display hand pointer and help-echo on disabled icon too.
16315 (gdb-mouse-until): New function.
16316 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16317
16318 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
16319
16320 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16321 with 2005-10-23 change to doctor.el.
16322
16323 * finder.el (finder-mode-map): Add follow-link binding.
16324
16325 2005-10-25 Kim F. Storm <storm@cua.dk>
16326
16327 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16328 to gdb-mouse-toggle-breakpoint-fringe.
16329 (gdb-mouse-toggle-breakpoint-margin): Rename from
16330 gdb-mouse-toggle-breakpoint. Fix doc.
16331 (gdb-mouse-toggle-breakpoint-fringe): New defun.
16332 (gdb-put-string): Add optional SPROPS arg. Add props to string.
16333 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16334 string properties also for fringe breakpoint bitmaps.
16335
16336 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
16337
16338 * textmodes/org.el (org-start-icalendar-file): Fix format form.
16339
16340 2005-10-25 Masatake YAMATO <jet@gyve.org>
16341
16342 * simple.el (completion-common-substring):
16343 Use `completion-common-substring' prior to `completion-base-size'.
16344
16345 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
16346
16347 * savehist.el: Require CL while compiling.
16348 (savehist-history-variables): Remove.
16349 (savehist-save-minibuffer-history, savehist-additional-variables)
16350 (savehist-minibuffer-history-variables): New vars.
16351 (savehist-save): Use them.
16352 (savehist-uninstall, savehist-minibuffer-hook): New funs.
16353 (savehist-install): New fun, extracted from savehist-load.
16354 (savehist-load): Use them.
16355
16356 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16359 a dummy doc-string-elt property.
16360 (defalias, defvaralias, define-category): Add a docstring property.
16361
16362 * image.el (defimage):
16363 * widget.el (define-widget):
16364 * custom.el (defface, defcustom): Add `doc-string' declaration.
16365
16366 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16367 (defadvice): Add `doc-string' declaration.
16368
16369 * emacs-lisp/byte-run.el (macro-declaration-function):
16370 Handle `doc-string' declarations.
16371 (define-obsolete-function-alias, define-obsolete-variable-alias):
16372 Add `doc-string' declaration.
16373
16374 2005-10-24 Kenichi Handa <handa@m17n.org>
16375
16376 * international/utf-7.el (utf-7): Add autoload cookie.
16377
16378 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16379
16380 2005-10-24 Eli Zaretskii <eliz@gnu.org>
16381
16382 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16383 list of directories passed to batch-update-autoloads. Add "." to
16384 the list of the echoed directories.
16385
16386 * pgg-def.el:
16387 * pgg-gpg.el:
16388 * pgg-parse.el:
16389 * pgg-pgp.el:
16390 * pgg-pgp5.el:
16391 * pgg.el: Moved here from the gnus subdirectory.
16392
16393 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
16394
16395 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16396 in case comint-prompt-read-only is set to t.
16397
16398 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16399 in case comint-prompt-read-only is set to t.
16400
16401 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
16402
16403 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16404 Now a string.
16405 (icalendar-import-format): Handle CLASS, STATUS, URL.
16406 Rename `subject' to `summary'.
16407 (icalendar-import-format-summary): Rename from
16408 `icalendar-import-format-subject'.
16409 (icalendar-import-format-url, icalendar-import-format-status)
16410 (icalendar-import-format-class): New variables.
16411 (icalendar--rris): Take variable argument list.
16412 (icalendar--datestring-to-isodate): Remove unnecessary
16413 calendar-style check when converting dates with explicit month names.
16414 (icalendar-export-region): Change return type of conversion
16415 subroutines. Bury current buffer unless error occurred.
16416 (icalendar--convert-to-ical)
16417 (icalendar--parse-summary-and-rest): New functions.
16418 (icalendar--convert-ordinary-to-ical)
16419 (icalendar--convert-weekly-to-ical)
16420 (icalendar--convert-yearly-to-ical)
16421 (icalendar--convert-block-to-ical)
16422 (icalendar--convert-cyclic-to-ical)
16423 (icalendar--convert-anniversary-to-ical): Change return type.
16424 Strip trailing blanks from subject.
16425 (icalendar--convert-sexp-to-ical): Change return type.
16426 Strip trailing blanks from subject. Handle simple sexp
16427 entries as generated by icalendar.el.
16428 (icalendar--convert-float-to-ical)
16429 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16430 (icalendar-import-file): Doc fix.
16431 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16432 Correct call to icalendar--rris.
16433 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
16434 `summary'.
16435 (icalendar--add-diary-entry): Rename `subject' to `summary'.
16436
16437 2005-10-24 Romain Francoise <romain@orebokech.com>
16438
16439 * server.el (server-sentinel): Set query-on-exit flag to nil on
16440 new client processes (it isn't inherited from the server process).
16441
16442 * replace.el (occur-engine): Rearrange text properties.
16443
16444 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16445
16446 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16447 case-fold-search is nil.
16448 (debug-help-follow): Use help-xref-interned directly.
16449
16450 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16451
16452 * thumbs.el (thumbs-image-type): Add .pbm.
16453
16454 2005-10-23 Richard M. Stallman <rms@gnu.org>
16455
16456 * faces.el (inhibit-face-set-after-frame-default): New variable.
16457 (set-face-attribute): Bind it.
16458 (face-set-after-frame-default): Test it.
16459
16460 * help-fns.el (describe-simplify-lib-file-name): New function.
16461 (describe-function-1, describe-variable): Use it.
16462
16463 * faces.el (describe-face): Use describe-simplify-lib-file-name.
16464
16465 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16466 Eliminate nil as possible value.
16467 (tooltip-hide-delay): Reduce internal-border-width.
16468
16469 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16470 (menu-bar-file-menu) <new-file>: Likewise.
16471
16472 * simple.el (line-move-finish): Ignore fields computing LINE-END.
16473
16474 * international/mule.el (load-with-code-conversion):
16475 Pass full file name to `eval-buffer' unless preloading.
16476
16477 * textmodes/flyspell.el (flyspell-large-region):
16478 Call ispell-check-version.
16479
16480 * textmodes/ispell.el (ispell-local-dictionary-overridden):
16481 Fix the make-variable-buffer-local call that was supposed
16482 to be for this variable.
16483 (ispell-aspell-supports-utf8): Doc fix.
16484 (ispell-find-aspell-dictionaries): Preserve elements of
16485 ispell-dictionary-alist for dictionaries that aspell doesn't report.
16486 (ispell-aspell-find-dictionary): Return nil on error.
16487
16488 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16489 (doctor-symptoms): Likewise.
16490
16491 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16492
16493 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16494
16495 * cus-edit.el (custom-button, custom-button-pressed): New vars.
16496 (custom-raised-buttons): Add :set spec.
16497 (custom-button-unraised, custom-button-pressed-unraised):
16498 New faces, so that custom-raised-buttons actually does something.
16499 (custom-mode): Use custom-button and custom-button-pressed.
16500
16501 * wid-edit.el (widget-specify-button): Don't ignore
16502 widget-mouse-face on graphic terminals.
16503 (widget-move-and-invoke): Cleanup.
16504
16505 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
16506
16507 * whitespace.el (whitespace-cleanup): Doc fix.
16508
16509 2005-10-23 Romain Francoise <romain@orebokech.com>
16510
16511 * emulation/viper.el (viper-set-hooks): Quote forms passed to
16512 `eval-after-load' to avoid evaluating their result.
16513
16514 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
16515
16516 * files.el (directory-listing-before-filename-regexp):
16517 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
16518
16519 * dired.el (dired-move-to-filename-regexp): Remove.
16520 All occurences replaced by `directory-listing-before-filename-regexp'.
16521
16522 * dired-x.el, locate.el, vc.el:
16523 Replace `dired-move-to-filename-regexp' by
16524 `directory-listing-before-filename-regexp'. In vc.el it is
16525 overwritten locally; maybe this can be handled in files.el too.
16526
16527 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
16528 replaced by `directory-listing-before-filename-regexp'.
16529
16530 2005-10-23 Andreas Schwab <schwab@suse.de>
16531
16532 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16533 and eval-next-after-load.
16534
16535 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
16536
16537 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16538 exist, create it.
16539
16540 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
16541
16542 * allout.el: Remove autoloads for mailcrypt and crypt++.
16543 Require pgg, pgg-gpg during compilation.
16544 (allout-version): Increment version number to 2.1, and use a literal
16545 rather than RCS Id.
16546 (allout-default-encryption-scheme): Remove.
16547 (allout-passphrase-verifier-handling)
16548 (allout-passphrase-verifier-string)
16549 (allout-file-passphrase-verifier-string)
16550 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16551 (allout-passphrase-hint-handling): Rename and simplify.
16552 (allout-init): Use `find-file-hook' if available, otherwise
16553 `find-file-hooks'.
16554 (allout-mode): Use `write-file-functions' if available, otherwise
16555 `local-write-file-hooks' and, instead of making auto-save-hook
16556 buffer local, make the write-file-hook activity contingent to
16557 allout-mode.
16558 (allout-mode): Use key-binding substitution in the docstring.
16559 (allout-kill-line): Spell-out kill ring data structure mutation
16560 instead of using byte-compiler-complaint-provoking `pop'.
16561 (allout-insert-listified): Use `insert' rather than `insert-string'
16562 (allout-toggle-current-subtree-encryption): Update docstring, adjust
16563 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16564 (allout-encrypt-string): Totally revamped vis new underlying
16565 encryption facilities.
16566 (allout-mc-activate-passwd): Remove.
16567 (allout-obtain-passphrase): New, more or less replaces
16568 allout-mc-activate-passwd.
16569 (allout-encrypted-key-info): More or less replaces
16570 allout-encrypted-text-type.
16571 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16572 (my-mark-marker): Use `(featurep 'xemacs)'.
16573
16574 2005-10-23 Lars Hansen <larsh@soem.dk>
16575
16576 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16577 (byte-compile-file-form-defmumble, byte-compile-defun)
16578 (byte-compile-defmacro): Use it.
16579 (byte-compile-form): Don't call byte-compile-set-symbol-position
16580 when a byte-compile handler is called.
16581
16582 2005-10-22 Romain Francoise <romain@orebokech.com>
16583
16584 * savehist.el (savehist-history-variables): Add `grep-find-history'.
16585
16586 * subr.el (eval-after-load): Convert library name to an absolute
16587 file name using locate-library, since load-history no longer has
16588 library names in it.
16589
16590 2005-10-22 Richard M. Stallman <rms@gnu.org>
16591
16592 * files.el (make-temp-file): Move from subr.el.
16593 * subr.el (make-temp-file): Move to files.el.
16594
16595 * window.el (get-buffer-window-list): Move from subr.el.
16596 * subr.el (get-buffer-window-list): Move to window.el.
16597
16598 * image.el (image-load-path): Use eval-at-startup to initialize.
16599
16600 * subr.el (eval-at-startup): New macro.
16601
16602 * subr.el: Much rearrangement of functions and division
16603 into pages. No code changes.
16604
16605 2005-10-22 Kenichi Handa <handa@m17n.org>
16606
16607 * tar-mode.el (tar-extract): Be sure to call
16608 find-operation-coding-system if set-auto-coding doesn't find a
16609 coding system.
16610
16611 2005-10-22 Kim F. Storm <storm@cua.dk>
16612
16613 * image.el (image-type-header-regexps): Rename from image-type-regexps.
16614 Change users.
16615 (image-type-file-name-regexps): New defconst.
16616 (image-type-from-data): Simplify loop.
16617 (image-type-from-buffer): New defun.
16618 (image-type-from-file-header): Use it instead of image-type-from-data.
16619 Use image-search-load-path instead of only looking in data-directory.
16620 (image-type-from-file-name): New defun.
16621 (image-search-load-path): Change `pathname' to `filename'.
16622 Make PATH arg optional, default to image-load-path.
16623
16624 2005-10-21 Richard M. Stallman <rms@gnu.org>
16625
16626 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
16627
16628 * textmodes/paragraphs.el (sentence-end-base): New variable.
16629 (sentence-end): Use sentence-end-base.
16630
16631 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16632
16633 * font-lock.el (font-lock-default-fontify-region): Check the multiline
16634 property independently from the font-lock-multiline variable.
16635
16636 2005-10-21 Richard M. Stallman <rms@gnu.org>
16637
16638 * emacs-lisp/find-func.el (find-library-name): Doc fix.
16639
16640 * startup.el (command-line): Convert library names
16641 in `load-history' to absolute file names.
16642
16643 * subr.el (symbol-file): Doc fix.
16644
16645 * loadhist.el (file-loadhist-lookup): Call locate-library
16646 instead of find-library-name. Don't try converting
16647 abs file names to library names, since load-history no longer
16648 has library names in it.
16649 (file-dependents, file-provides, file-requires): Doc fixes.
16650
16651 2005-10-21 Juri Linkov <juri@jurta.org>
16652
16653 * progmodes/etags.el (tags-table-mode): New function.
16654 (tags-verify-table): Replace initialize-new-tags-table with
16655 tags-table-mode.
16656
16657 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
16658 default value.
16659 (desktop-modes-not-to-save): Add tags-table-mode to the
16660 default value.
16661
16662 * info.el (Info-index-next): Add total number of index
16663 alternatives to the message.
16664
16665 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16666 backward only space (instead of space and period) before looking
16667 at sentence end.
16668
16669 * simple.el (set-variable): Use user-variable-p instead of symbolp.
16670 Add the old variable value as 4th default-value arg of read-string.
16671
16672 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16673
16674 * cus-face.el (custom-declare-face): Make face from X resources
16675 also on Mac.
16676
16677 * disp-table.el (standard-display-g1, standard-display-graphic):
16678 Refuse to use string glyphs also on Mac.
16679 (standard-display-european): Don't set terminal coding system also
16680 on Mac.
16681
16682 * frame.el (display-screens): Use x-display-screens also on Mac.
16683
16684 2005-10-21 Romain Francoise <romain@orebokech.com>
16685
16686 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
16687
16688 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16689
16690 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
16691 and $? into sexps.
16692
16693 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
16694 warning face on open-paren-in-column-0.
16695
16696 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
16697 boundary case. Fix typo.
16698 Suggested by Martin Rudalics <rudalics@gmx.at>.
16699
16700 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
16701
16702 * textmodes/org.el (org-combined-agenda-icalendar-file)
16703 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
16704 (org-export-icalendar-this-file)
16705 (org-export-icalendar-all-agenda-files)
16706 (org-export-icalendar-combine-agenda-files): New commands.
16707 (org-export-icalendar, org-print-icalendar-entries)
16708 (org-start-icalendar-file, org-finish-icalendar-file)
16709 (org-ical-ts-to-string): New functions.
16710 (org-read-date, org-goto-calendar)
16711 (org-agenda-goto-calendar): Inhibit displaying diary entries by
16712 call to `calendar'.
16713 (orgtbl-setup): Remove the :keys arguments from the menu description.
16714 (org-after-save-iCalendar-file-hook): New variable.
16715
16716 2005-10-21 Kenichi Handa <handa@m17n.org>
16717
16718 * language/vietnamese.el (tcvn-5712): Make it an alias of
16719 vietnamese-tcvn coding-system.
16720
16721 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
16722
16723 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
16724 group id is given.
16725
16726 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16727
16728 * progmodes/sh-script.el (sh-escaped-line-re): New var.
16729 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
16730 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
16731 whose line is either continued or ends with a comment.
16732
16733 2005-10-20 Romain Francoise <romain@orebokech.com>
16734
16735 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
16736
16737 * replace.el (occur-engine): Add follow-link property.
16738
16739 * font-core.el (font-lock-mode): Doc fix.
16740
16741 2005-10-20 Richard M. Stallman <rms@gnu.org>
16742
16743 * net/rcirc.el: New file.
16744
16745 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
16746
16747 * term.el (term-term-name): Initialize to "eterm-color".
16748
16749 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
16750
16751 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
16752 for encryption functionality.
16753 Move allout customization subgroup from `editing' to `outlines' group.
16754 Fix commentary keywords to legitimate ones.
16755 Update author info (using my current email address, obscurified).
16756 (allout-encrypt-string, allout-encryption-produce-work-buffer)
16757 (allout-encrypted-topic-p, allout-encrypted-text-type)
16758 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16759 (allout-situate-encryption-key-verifier)
16760 (allout-get-encryption-key-verifier, allout-verify-key)
16761 (allout-next-topic-pending-encryption)
16762 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16763 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16764 (outline-key-verifier-handling, outline-key-hint-handling)
16765 (outline-encrypt-unencrypted-on-saves): New defcustoms.
16766 (allout-file-key-verifier-string, allout-encryption-scheme)
16767 (allout-key-verifier-string, allout-key-hint-string)
16768 (allout-after-save-decrypt): New variables.
16769 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16770 (allout-after-saves-handler): New hook functions.
16771 (allout-post-command-business): Do allout-after-save-decrypt.
16772 (allout-enable-file-variable-adjustment): Custom var to enable
16773 mechanism for adding and adjusting settings of Emacs file variables.
16774 (allout-adjust-file-variable, allout-file-vars-section-data):
16775 New functions, implement the mechanism.
16776 (outlineify-sticky): Use the file vars mechanism.
16777 (allout-inhibit-protection, allout-during-write-cue)
16778 (allout-override-protect, allout-before-change-protect): Remove.
16779 (allout-flag-region, allout-open-topic): Adjust read-only text.
16780 (allout-open-line-not-read-only): Add to facilitate read-only
16781 text based protection.
16782 (allout-kill-line): Revise to adjust read-only text, clue the
16783 user about the inhibition.
16784 (allout-unprotected): Use unwind-protect.
16785 (allout-shift-in, allout-shift-out): Disallow manually shifting a
16786 topic deeper than the offspring depth of the previous topic -
16787 avoiding confusing "containment discontinuities".
16788 (allout-reindent-bodies): Fix retention of body relative hanging
16789 indent during promotion of collapsed bodies.
16790 (allout-open-topic): Make it easy to open new topic with same
16791 bullet as current topic - topic creation functions provided with
16792 any universal argument provokes now prompt for bullet, defaulting
16793 to the bullet of the previous topic.
16794 (allout-plain-bullets-string, allout-distinctive-bullets-string):
16795 Plain bullet alternates `.' period and `,' comma only. All other
16796 bullets are relegated to special status (but customizable).
16797 (allout-end-of-entry): Rename from allout-end-of-current-entry
16798 since it actually operates w.r.t. most immediately containing
16799 entry, visible or not.
16800 (allout-hide-current-entry, allout-show-current-entry): Use the
16801 revised version.
16802 (allout-old-expose-topic): Solidify deprecation.
16803 (allout-end-of-subtree): Add so we can span concealed as well
16804 as visible topics.
16805 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16806 (allout-end-of-current-heading): Tweak to just respect the first line.
16807 (allout-get-body-text): Add.
16808 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16809 when invoked interactively.
16810 (allout-up-current-level): Use `interactive-p'.
16811 (allout-mode, allout-init): Miscellaneous docstring and
16812 operational refinements, as well as hookups of new encryption stuff.
16813 (allout-beginning-of-current-entry): Now works as advertised.
16814 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16815 (allout-isearch-rectification): Refine condition for isearching.
16816 (allout-isearch-abort, allout-enwrap-isearch)
16817 (allout-flag-region, my-region-active-p): Relocate some macros.
16818 (allout-title): Fallback title is (buffer-name), not
16819 non-existing (current-buffer-name).
16820 (subst-char-in-string): Define if absent (for some XEmacs versions).
16821
16822 2005-10-20 Jari Aalto <jari.aalto@cante.net>
16823
16824 * mail/sendmail.el (mail-setup-hook, mail-aliases)
16825 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16826 (mail-citation-prefix-regexp, mail-signature-file)
16827 (mail-default-headers, mail-bury-selects-summary)
16828 (mail-send-nonascii): Add autoload cookies.
16829
16830 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16831
16832 * frame.el (blink-cursor-mode): Add `mac' to the list of
16833 window-system's that support blinking cursor.
16834
16835 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
16836
16837 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16838
16839 2005-10-20 Eli Zaretskii <eliz@gnu.org>
16840
16841 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16842 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16843 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16844
16845 2005-10-20 Kim F. Storm <storm@cua.dk>
16846
16847 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16848 (ido-set-current-directory): Don't add / after final @.
16849 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16850 Explicitly handle ange-ftp completion oddities.
16851 (ido-make-file-list): Don't rotate list at tramp root to avoid
16852 triggering tramp file handler for expand-file-name via get-file-buffer.
16853
16854 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16855
16856 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16857
16858 2005-10-19 Jay Belanger <belanger@truman.edu>
16859
16860 * calc/calc-units.el (math-standard-units): Add units, adjust
16861 symbols and update values.
16862 (math-unit-prefixes): Add more prefixes.
16863
16864 2005-10-19 Romain Francoise <romain@orebokech.com>
16865
16866 * bookmark.el (bookmark-menu-heading): New face.
16867 (bookmark-bmenu-list): Use it.
16868 Don't fiddle with `baud-rate' at top-level.
16869
16870 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
16871
16872 * image.el (create-image, find-image): Mention max-image-size in
16873 docstring.
16874
16875 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16876
16877 * savehist.el (savehist-load): Revert to checking XEmacs.
16878
16879 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16880 Various docstring and line-width fixups.
16881 (conf-mode): Use cond.
16882 Set font-lock-defaults. Don't set comment-use-syntax.
16883
16884 2005-10-18 David Ponce <david@dponce.com>
16885
16886 * tree-widget.el (tree-widget-button-click): New function.
16887 (tree-widget-button-keymap): Use it.
16888
16889 2005-10-18 Romain Francoise <romain@orebokech.com>
16890
16891 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16892 (bookmark-bmenu-hide-filenames): Add follow-link property.
16893 Improve help-echo text.
16894
16895 * ffap.el (find-file-at-point): Doc fix.
16896
16897 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16898
16899 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16900
16901 2005-10-18 Masatake YAMATO <jet@gyve.org>
16902
16903 Install to the CVS repository what I forgot to install in my
16904 2005-10-16 changes.
16905
16906 * progmodes/python.el (python-complete-symbol): Pass the common
16907 prefix substring of completion to `display-completion-list'.
16908
16909 * textmodes/org.el (org-complete): Ditto.
16910
16911 2005-10-18 Masatake YAMATO <jet@gyve.org>
16912
16913 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16914
16915 * woman.el (WoMan-xref-man-page): New button type derived
16916 from `Man-abstract-xref-man-page'.
16917 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16918
16919 * man.el (Man-abstract-xref-man-page): New button type.
16920 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16921 (Man-highlight-references): Add new optional argument `xref-man-type'.
16922
16923 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16924
16925 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16926
16927 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
16928
16929 * cus-edit.el (Custom-move-and-invoke): Delete.
16930 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16931
16932 * wid-edit.el (widget-move-and-invoke): New function, from
16933 Custom-move-and-invoke.
16934
16935 2005-10-17 Bill Wohler <wohler@newt.com>
16936
16937 Move all remaining images from lisp/toolbar to etc/images, move
16938 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
16939 the low resolution images in their own directory (low-color).
16940
16941 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16942 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16943 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16944 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16945 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
16946 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
16947 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
16948
16949 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
16950 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
16951 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
16952 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
16953 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
16954 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
16955 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
16956 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
16957 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
16958 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
16959 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
16960 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
16961 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
16962 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
16963 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
16964
16965 To conform with convention, replace the underscore (_) in the
16966 following image names with dash (-) or (/) as appropriate.
16967
16968 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
16969 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
16970 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
16971 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
16972 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
16973 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
16974 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
16975 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
16976 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
16977 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
16978 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
16979 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
16980 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
16981 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
16982 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
16983
16984 * info.el (info-tool-bar-map): Replace underscores in image names
16985 with dashes.
16986
16987 * makefile.w32-in (WINS): Remove toolbar.
16988
16989 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
16990
16991 * tool-bar.el: Move to lisp from toolbar. Now that
16992 toolbar is empty, it should be deleted when folks run "cvs up -P".
16993
16994 2005-10-18 Jay Belanger <belanger@truman.edu>
16995
16996 * calc/calc-store.el (calc-store-into): Get the proper variable name
16997 to display in message.
16998
16999 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17000
17001 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
17002 expressions display in speedbar for all buffers when debugging.
17003 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
17004
17005 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
17006 (speedbar-insert-button, speedbar-make-button):
17007 Use add-text-properties.
17008 (speedbar-update-localized-contents)
17009 (speedbar-update-directory-contents)
17010 (speedbar-update-special-contents): Use dolist.
17011 (speedbar-buffer-easymenu-definition): Add a menu separator.
17012
17013 2005-10-17 Jason Rumney <jasonr@gnu.org>
17014
17015 * makefile.w32-in: Use $(lisp) consistently.
17016 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
17017 for shell specific generation of mh-autoloads.
17018
17019 2005-10-17 Richard M. Stallman <rms@gnu.org>
17020
17021 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
17022
17023 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17024
17025 * jit-lock.el (jit-lock-fontify-now):
17026 Move jit-lock-context-unfontify-pos to avoid wasted work.
17027
17028 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
17029
17030 * net/tramp.el (tramp-completion-mode): New defvar. Used in
17031 `tramp-completion-mode' for checking if we are in completion mode.
17032 (tramp-completion-handle-file-name-all-completions): Reorder code
17033 in order to complete for file names only in case there are no
17034 method/user/host completions. This is necessary for cooperation
17035 with ido. Reported by Kim F. Storm <storm@cua.dk>.
17036
17037 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
17038
17039 * longlines.el (longlines-search-forward)
17040 (longlines-search-backward): Match any number of spaces.
17041
17042 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
17043
17044 * diff-mode.el (diff-mode): Doc fix.
17045
17046 2005-10-16 David Reitter <david.reitter@gmail.com>
17047
17048 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
17049 as default on darwin and windows systems.
17050
17051 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
17052
17053 * arc-mode.el (archive-zip-extract): Doc fix.
17054
17055 2005-10-16 Romain Francoise <romain@orebokech.com>
17056
17057 * mouse.el (mouse-1-click-follows-link): Doc fix.
17058
17059 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * savehist.el: Don't require CL at runtime.
17062 (savehist-xemacs): Remove.
17063 (savehist-coding-system): Use utf-8 if present, regardless of religion.
17064 (savehist-no-conversion): Use (featurep 'xemacs).
17065 (savehist-load): Check existence of start-itimer rather than XEmacs.
17066 Use an idle timer.
17067 (savehist-process-for-saving): Replace use of CL funs `subseq' and
17068 `delete-if-not'.
17069
17070 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
17071
17072 * savehist.el: Newer version.
17073 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
17074 (savehist-last-checksum, savehist-no-conversion): New vars.
17075 (savehist-autosave, savehist-process-for-saving, savehist-printable):
17076 New functions.
17077 (savehist-load, savehist-save): Use them.
17078 (savehist-delimit): Remove.
17079
17080 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17081
17082 * progmodes/compile.el (compilation-goto-locus): Display the
17083 compilation buffer first and the source buffer second, in case they're
17084 in overlapping frames. Don't raise the compilation frame if it was the
17085 selected window upon entry. Pass the `other-window' arg to
17086 pop-to-buffer.
17087
17088 * info.el (Info-fontify-node): Use dolist.
17089 Change add-text-properties to put-text-property.
17090
17091 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17092
17093 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
17094 bound of search.
17095
17096 2005-10-16 Masatake YAMATO <jet@gyve.org>
17097
17098 * dabbrev.el (dabbrev-completion): Pass the common
17099 prefix substring of completion to `display-completion-list'.
17100
17101 * filecache.el (file-cache-minibuffer-complete)
17102 (file-cache-complete): Ditto.
17103
17104 * tempo.el (tempo-display-completions): Ditto.
17105
17106 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
17107
17108 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
17109
17110 * eshell/em-hist.el (eshell-list-history): Ditto.
17111
17112 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
17113
17114 * mail/mailalias.el (mail-complete): Ditto.
17115
17116 * progmodes/etags.el (complete-tag): Ditto.
17117
17118 * progmodes/make-mode.el (makefile-complete): Ditto.
17119
17120 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
17121
17122 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
17123
17124 * progmodes/pascal.el (pascal-complete-word)
17125 (pascal-show-completions): Ditto.
17126
17127 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
17128
17129 * simple.el (completion-common-substring): New variable.
17130 (completion-setup-function): Use `completion-common-substring'
17131 to put faces.
17132
17133 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17134
17135 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
17136 (x-get-selection, mac-select-convert-to-string): Convert from/to
17137 UTF-16 clipboard data as in native byte order, no BOM.
17138
17139 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
17140
17141 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17142 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17143 (gud-sentinel): Use speedbar-frame to check for speedbar.
17144
17145 2005-10-15 Richard M. Stallman <rms@gnu.org>
17146
17147 * savehist.el: New file.
17148
17149 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
17150
17151 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17152 Fix bug in \bf fontification.
17153
17154 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17155
17156 * pcvs.el (cvs-edit-log-files): New var.
17157 (cvs-mode-edit-log): New arg `file'.
17158 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17159 Instead force the use of the original file and nothing else.
17160 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17161 the cvs-minor-wrap-function is set.
17162 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17163
17164 2005-10-14 Bill Wohler <wohler@newt.com>
17165
17166 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17167 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17168 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17169 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17170 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17171 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17172 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17173 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17174 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17175 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17176 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17177 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17178 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17179 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17180 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17181
17182 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17183 appropriately (for example, gud-break to gud/break).
17184
17185 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
17186
17187 * longlines.el (longlinges-search-function)
17188 (longlines-search-forward, longlines-search-backward): New functions.
17189 (longlines-mode): Set isearch-search-fun-function to
17190 longlinges-search-function.
17191
17192 * mouse.el (mouse-drag-region-1): Handle the case where a
17193 double-click event is bound to an arbitrary function.
17194
17195 2005-10-14 David Ponce <david@dponce.com>
17196
17197 * recentf.el (recentf-track-opened-file)
17198 (recentf-track-closed-file, recentf-update-menu)
17199 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17200 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17201 mouse-1-click-follows-link.
17202
17203 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17204
17205 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17206 Gnome file-manager.png. Suggested by
17207 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17208
17209 * toolbar/README: Add diropen.xpm.
17210
17211 2005-10-13 Bill Wohler <wohler@newt.com>
17212
17213 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17214 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
17215
17216 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17217
17218 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17219 Don't waste the byte-compiler's time on constant data.
17220
17221 2005-10-13 Kenichi Handa <handa@m17n.org>
17222
17223 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17224 byte with `escape-glyph' face.
17225
17226 * international/fontset.el (ccl-encode-unicode-font):
17227 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17228 Handle the case that ucs-mule-to-mule-unicode translates a character to
17229 ASCII (usually for IPA characters).
17230
17231 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17234 Don't hide the underline of titles if font-lock-mode is disabled.
17235
17236 2005-10-12 Bill Wohler <wohler@newt.com>
17237
17238 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
17239 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17240 files in MH-E-SRC have been updated.
17241 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17242
17243 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17244
17245 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17246 (mixal-mode-syntax-table): Add \n as end-comment.
17247 (mixal-operation-codes-alist): Immediately initialize to full value.
17248 (mixal-add-operation-code): Remove.
17249 (mixal-describe-operation-code): Make the arg non-optional.
17250 Use the interactive spec instead.
17251 Use mixal-operation-codes-alist rather than mixal-operation-codes.
17252 (mixal-font-lock-keywords): Don't highlight comments here any more.
17253 (mixal-font-lock-syntactic-keywords): New var.
17254 (mixal-mode): Use it. Fix comment-start-skip.
17255
17256 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17257
17258 * startup.el (command-line-x-option-alist): -nb => -nbi
17259
17260 2005-10-12 Kim F. Storm <storm@cua.dk>
17261
17262 * startup.el (fancy-splash-default-action): Discard mouse click in
17263 the splash screen window, as it has no sensible meaning in the
17264 next window to be selected. Fixes error reported by Jan D.
17265
17266 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17267
17268 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17269
17270 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17271
17272 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17273 Try to fix up minor layout issues like indentation, line break, etc...
17274 (mixal-mode-syntax-table): Don't try to specify comment syntax,
17275 because it doesn't work.
17276 (mixal-operation-codes): Add some more codes.
17277 (mixal-font-lock-keywords): Process comments here.
17278 (mixal-mode): mixasm no longer needs -g option.
17279
17280 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
17281
17282 * progmodes/sh-script.el (sh-tmp-file):
17283 Use mktemp -t. Finish support for es and rc shells.
17284
17285 2005-10-11 Jay Belanger <belanger@truman.edu>
17286
17287 * calc/calcalg2.el (calc-integral): With an argument, compute the
17288 definite integral.
17289
17290 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
17291
17292 * mouse.el (mouse-drag-region-1): Don't try to catch a
17293 double-click when doing follow-link (it's overridden anyway).
17294
17295 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
17296
17297 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17298 (autoload-print-form-outbuf): Add docstring.
17299
17300 2005-10-11 Juri Linkov <juri@jurta.org>
17301
17302 * info.el (Info-mode-menu): Delete menu item "Edit".
17303 (Info-mode): Delete description of Info-edit from docstring,
17304 and rearrange descriptions of Info commands in the order
17305 they are documented in the Info manual.
17306
17307 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * calendar/appt.el (appt-check): Use diary-selective-display var.
17310
17311 2005-10-10 Richard M. Stallman <rms@gnu.org>
17312
17313 * net/newsticker.el (newsticker-start, newsticker-show-news):
17314 Add autoload cookies.
17315
17316 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
17317
17318 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17319
17320 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
17321
17322 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17323
17324 2005-10-10 Jay Belanger <belanger@truman.edu>
17325
17326 * calc/calc-arith.el (math-check-known-scalarp)
17327 (math-check-known-matrixp): Check the values of arguments that are
17328 variables.
17329 (math-check-known-square-matrixp): New function.
17330 (math-known-square-matrixp): Use math-check-known-square-matrixp.
17331 (math-super-types): Add sqmatrix type.
17332
17333 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17334 mode name `square' to `sqmatrix'.
17335
17336 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17337 mode name `square' to `sqmatrix'.
17338
17339 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * progmodes/etags.el (select-tags-table-mode): Don't use
17342 selective-display.
17343 (tags-select-tags-table): Pass `button' to the action function.
17344 (select-tags-table): Place the side-info on button properties rather
17345 than in hidden text. Abbreviate file names.
17346 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17347 (select-tags-table-select): Add `button' argument.
17348 Get side-info from the button property rather than from hidden text.
17349
17350 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
17351
17352 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17353 (gud-speedbar-buttons): Preserve point if possible.
17354 (gud-sentinel): Restore previous speedbar display type.
17355
17356 * progmodes/gdb-ui.el (gdba): Improve diagram.
17357 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17358 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17359 Call get-buffer-window once.
17360
17361 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17362
17363 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17364 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17365 (pascal-indent-command): Remove unused var `ind'.
17366 (pascal-indent-case): Remove unused var `oldpos'.
17367 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17368 since it's now used as a proper minor mode map.
17369 (pascal-outline): Rename to pascal-outline-mode.
17370 (pascal-outline-mode): Use define-minor-mode.
17371 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17372 selective-display.
17373
17374 2005-10-10 Andreas Schwab <schwab@suse.de>
17375
17376 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17377 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
17378
17379 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17380 outside source directory.
17381
17382 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
17383
17384 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17385 C-x' as a prefix.
17386 (orgtbl-mode-map): Full keymap instead of sparse, because all
17387 `self-insert-command' keys are redefined in this map.
17388 (org-export-as-html): Specify charset for HTML file, by taking it
17389 from the coding system.
17390
17391 2005-10-10 Kenichi Handa <handa@m17n.org>
17392
17393 * textmodes/flyspell.el (flyspell-check-word-p):
17394 If unread-command-events is non-empty, don't call sit-for.
17395
17396 2005-10-09 Richard M. Stallman <rms@gnu.org>
17397
17398 * font-lock.el (font-lock-syntactic-keywords)
17399 (font-lock-keywords): Doc fixes.
17400
17401 * textmodes/flyspell.el (flyspell-external-point-words):
17402 Simplify logic, and don't try to check for consecutive appearances
17403 of one incorrect word.
17404
17405 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
17406
17407 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17408 separator.
17409
17410 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17411 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17412 (gud-expansion-speedbar-buttons): New function.
17413 (gud-speedbar-buttons): Check for gud-comint-buffer.
17414
17415 2005-10-09 Bill Wohler <wohler@newt.com>
17416
17417 * Makefile.in (updates): Add mh-loaddefs dependency.
17418
17419 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
17420
17421 * speedbar.el (speedbar-file-key-map): Fix typo.
17422
17423 2005-10-09 Daniel Brockman <daniel@brockman.se>
17424
17425 * cus-start.el (line-spacing): Add custom spec.
17426
17427 2005-10-09 Romain Francoise <romain@orebokech.com>
17428
17429 * textmodes/ispell.el (ispell-check-version): Fix last change.
17430
17431 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17432
17433 * term/x-win.el: Remove -i, --icon-type from comment.
17434
17435 * startup.el (command-line-x-option-alist): Remove options -i,
17436 -itype, --icon-type, added -nb, --no-bitmap-icon
17437
17438 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
17439
17440 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17441 instead of :active.
17442
17443 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
17444
17445 * textmodes/ispell.el (ispell-check-version):
17446 Ignore hyphen, and all that follows, in aspell's version text.
17447
17448 2005-10-08 Jay Belanger <belanger@truman.edu>
17449
17450 * calc/calc-arith.el (math-known-square-matrixp): New function.
17451 (math-pow-fancy): Check for matrices before distributing exponent
17452 across products.
17453
17454 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17455 fullscreen keypad. Suggested by Luc Teirlinck.
17456 (calc-keypad-show-input): Add space for formatting.
17457
17458 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17459 Add square matrix option.
17460
17461 * calc/calc-poly.el (math-expand-term): Check for matrices instead
17462 of checking calc-matrix-mode when deciding how to expand.
17463
17464 * calc/calc.el (calc-set-mode-line): Add square matrix option.
17465
17466 2005-10-08 Lars Hansen <larsh@soem.dk>
17467
17468 * net/tramp.el (tramp-perl-directory-files-and-attributes):
17469 Add error handling.
17470 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17471
17472 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
17473
17474 Sync with Tramp 2.0.51.
17475
17476 * net/tramp.el (tramp-handle-set-visited-file-modtime)
17477 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17478 Insert special handling for `last-coding-system-used', again
17479 it still seems to be necessary (unlike stated before).
17480 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17481 (tramp-password-prompt-regexp): There might be other words before
17482 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17483 (tramp-chunksize): Improve docstring.
17484 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17485 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
17486 Christian Joergensen <bugs@razor.dk>.
17487
17488 2005-10-07 Glenn Morris <rgm@gnu.org>
17489
17490 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17491 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17492 precision'.
17493
17494 2005-10-07 Romain Francoise <romain@orebokech.com>
17495
17496 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17497 (ibuffer-do-shell-command-pipe-replace)
17498 (ibuffer-do-shell-command-file, ibuffer-do-eval)
17499 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17500 (ibuffer-do-revert, ibuffer-do-replace-regexp)
17501 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17502 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17503 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17504 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17505 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17506 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17507 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17508 Autoload file sans suffix.
17509
17510 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17511
17512 2005-10-07 David Ponce <david@dponce.com>
17513
17514 * recentf.el (recentf-menu-open-all-flag): New option.
17515 (recentf-digit-shortcut-command-name): New function.
17516 (recentf--shortcuts-keymap): New variable.
17517 (recentf-menu-shortcuts): New variable.
17518 (recentf-make-menu-items): Initialize it. Replace the "More..."
17519 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17520 (recentf-menu-value-shortcut): New function.
17521 (recentf-make-menu-item): Use it. No more in-lined.
17522 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17523 (recentf-open-most-recent-file): Rename from
17524 `recentf-open-file-with-key'. Don't depend on key binding.
17525 (recentf-mode-map): New variable.
17526 (recentf-mode): Use it.
17527
17528 2005-10-06 Bill Wohler <wohler@newt.com>
17529
17530 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
17531
17532 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17533 (MH-E-SRC): New. Used by mh-autoloads.
17534 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17535 files in MH-E-SRC have been updated.
17536 (compile, recompile, bootstrap): Depend on mh-autoloads.
17537
17538 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
17539
17540 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17541 gud-break and gud-remove icons when the fringe is not available.
17542
17543 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17544 Typo.
17545
17546 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
17547
17548 * play/zone.el (zone): Wrap body with save-window-excursion.
17549
17550 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17553 Use the new `list-only' arg to diary-list-entries.
17554
17555 * calendar/diary-lib.el: Use overlays rather than selective-display.
17556 (diary-selective-display): New var.
17557 (diary-header-line-format): Use it.
17558 (diary-list-entries): Add argument `list-only'.
17559 Put the buffer in diary-mode. Don't add \^M at beg and end.
17560 Replace \^M by invisible overlays.
17561 (diary-unhide-everything): Replace \^M by invisible overlays.
17562 (print-diary-entries): Look for overlays rather than \^M.
17563 Add a space to the temp buffer name.
17564 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17565 Put the buffer in diary-mode.
17566 (list-sexp-diary-entries): Replace \^M by invisible overlays.
17567 (diary-anniversary): Make the year arg optional.
17568 (diary-time-regexp): New const.
17569 (diary-font-lock-keywords): Use it to accept a few more time formats.
17570
17571 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17572
17573 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
17574
17575 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17576 Fix bug introduced 2005-07-03: Use (car (last ...))
17577 to faithfully reproduce replaced artist-last.
17578 (artist-set-arrow-points-for-poly): Likewise.
17579 Suggested by Johan Bockg\e,Ae\e(Brd.
17580
17581 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
17582
17583 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
17584 * wid-edit.el (widget):
17585 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
17586 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
17587
17588 2005-10-06 Kenichi Handa <handa@m17n.org>
17589
17590 * international/mule-cmds.el (set-language-environment):
17591 Fix setting up of case-table for unibyte mode.
17592
17593 * simple.el (what-cursor-position): If the character is displayed
17594 by some `display' text property, show that. Don't use
17595 single-key-description for eight-bit characters in multibyte mode.
17596
17597 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
17598
17599 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
17600 (gdb-ann3): Set it.
17601 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
17602 (gdb-info-frames-custom): Use inverse-video for first five
17603 characters of selected frame only.
17604 (gdb-get-frame-number): Select frame even when point is on frame
17605 number.
17606
17607 2005-10-06 Masatake YAMATO <jet@gyve.org>
17608
17609 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
17610 Put `font-lock-function-name-face'.
17611 (gdb-info-frames-custom): Put `font-lock-function-name-face'
17612 and `font-lock-variable-name-face'
17613 (gdb-registers-font-lock-keywords): New font lock keywords definition.
17614 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
17615 (gdb-memory-font-lock-keywords): New font lock keywords definition.
17616 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
17617 (gdb-local-font-lock-keywords): New font lock keywords definition.
17618 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
17619 (gdb-threads-font-lock-keywords): New font lock keywords definition.
17620 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
17621
17622 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
17623
17624 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
17625 (ediff-merge-region-is-non-clash-to-skip): Previously called
17626 ediff-merge-region-is-non-clash.
17627
17628 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
17629 Use insert-buffer-substring.
17630
17631 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
17632 selecting files to patch. Also bug fixes.
17633
17634 * ediff-util.el (ediff-setup): Bug fix.
17635 (ediff-next-difference): Never skip clashes that differ in white
17636 space only.
17637
17638 * ediff-wind.el (ediff-setup-control-frame)
17639 (ediff-destroy-control-frame): Check the menubar feature.
17640
17641 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
17642 (viper-refresh-mode-line): Use make-local-variable to localize
17643 some vars instead of make-variable-buffer-local. Suggested by
17644 Stefan Monnier.
17645
17646 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
17647 (viper-restore-cursor-type, viper-set-insert-cursor-type):
17648 Use make-local-variable instead of make-variable-buffer-local.
17649 Suggested by Stefan Monnier.
17650
17651 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
17652 (viper-comint-mode-hook): Use make-local-variable on
17653 require-final-newline.
17654 (viper-non-hook-settings): Don't use make-variable-buffer-local.
17655
17656 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17657
17658 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
17659 also the second char of a comment-start sequence.
17660 (scheme-sexp-comment-syntax-table): New var.
17661 (lambda, define): Set their scheme-doc-string-elt property.
17662 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
17663 Use lisp-font-lock-syntactic-face-function now that it properly
17664 handles |...| symbols.
17665 (scheme-mode-variables): Set lisp-doc-string-elt-property,
17666 parse-sexp-lookup-properties and font-lock-extra-managed-props.
17667
17668 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
17669 bit from # to |.
17670 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
17671
17672 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
17673 (lisp-doc-string-elt-property): New var.
17674 (lisp-font-lock-syntactic-face-function): Use it.
17675 Rewrite to recognize docstrings even for forms not at toplevel.
17676
17677 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
17678 annotation on the | part of #| rather than on the # part.
17679 (scheme-font-lock-syntactic-face-function): New function, to
17680 distinguish strings from |...| symbols.
17681 (scheme-mode-variables): Use it. Also fix up the font-lock-time
17682 syntax-table so that #|...|# is properly highlighted.
17683
17684 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
17685 Don't mark as docstring the 3rd elem of an unknown toplevel form.
17686
17687 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17688
17689 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
17690 and C-e.
17691
17692 * emacs-lisp/eldoc.el: Move comments into docstrings.
17693 (eldoc-message-commands): Initialize in its declaration.
17694 Add move-beginning-of-line and move-end-of-line.
17695 (eldoc-add-command, eldoc-add-command-completions)
17696 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
17697
17698 * outline.el (outline-mark-subtree): Activate the mark.
17699
17700 * calendar/appt.el (appt-time-regexp): New var.
17701 (appt-add, appt-make-list): Use it.
17702 (appt-convert-time): Clean up.
17703
17704 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
17705 Don't set any syntax-table property here.
17706 (tex-font-lock-verb): New function. Do it here.
17707 (tex-font-lock-syntactic-keywords): Use it.
17708
17709 2005-10-04 Richard M. Stallman <rms@gnu.org>
17710
17711 * wid-edit.el (widget-file-complete): Get the widget start point
17712 the right way. Default directory to `/' if file has none.
17713
17714 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
17715
17716 * textmodes/flyspell.el (flyspell-mode-on):
17717 Call ispell-maybe-find-aspell-dictionaries.
17718
17719 * textmodes/ispell.el (ispell-word, ispell-region):
17720 Call ispell-maybe-find-aspell-dictionaries.
17721 (ispell-accept-buffer-local-defs):
17722 Don't call ispell-maybe-find-aspell-dictionaries
17723
17724 2005-10-04 Richard M. Stallman <rms@gnu.org>
17725
17726 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
17727
17728 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
17729
17730 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
17731 instead of `fboundp' in order to allow for anonymous functions.
17732
17733 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
17734
17735 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
17736 case the user clicks on the link while another window is selected.
17737 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
17738
17739 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
17740 functionality.
17741 (dframe-help-echo): Save point in case mouse tracking is off.
17742
17743 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
17744
17745 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
17746
17747 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17748
17749 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
17750 not change the global value of those vars.
17751
17752 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
17753 make-local-variable which we do not need any more.
17754
17755 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
17756
17757 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17758 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17759 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17760 (speedbar-path-line): Define obsolete aliases.
17761 (speedbar-line-directory): Doc fix.
17762
17763 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17764 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17765 instead of speedbar-line-path.
17766
17767 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17768
17769 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17770 to nil if dropping on a window. Handle dropping on a minibuffer window
17771 like dropping on a non-window part of Emacs.
17772
17773 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17774
17775 * net/ange-ftp.el: Use with-current-buffer.
17776 (ange-ftp-insert-directory): Do not follow symlinks any more.
17777
17778 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17779 Remove interactive spec.
17780
17781 2005-10-03 Kim F. Storm <storm@cua.dk>
17782
17783 * ido.el (ido-mode): Use custom-initialize-set.
17784
17785 2005-10-02 Richard M. Stallman <rms@gnu.org>
17786
17787 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17788 Use insert-buffer-substring.
17789
17790 * net/tramp.el: Pacify byte compiler warnings in pacification code.
17791 (tramp-handle-file-local-copy): Use insert-buffer-substring.
17792
17793 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17794
17795 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17796 in last change.
17797 (ange-ftp-insert-directory): Fix up the search for the case where
17798 `file' is absolute.
17799
17800 2005-10-02 Romain Francoise <romain@orebokech.com>
17801
17802 * progmodes/compile.el (compile-goto-error): Delete extra paren.
17803
17804 2005-10-02 Andreas Schwab <schwab@suse.de>
17805
17806 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17807 directory component in the session info.
17808
17809 2005-10-01 Richard M. Stallman <rms@gnu.org>
17810
17811 * comint.el (comint-redirect-subvert-readonly): Doc fix.
17812
17813 * simple.el (next-error-internal): New function.
17814
17815 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17816 (compilation-start): Pass new arg to compilation-buffer-name.
17817 (compile-goto-error): Use next-error-internal.
17818
17819 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17820
17821 * speedbar.el: Remove RCS tag.
17822 (speedbar-check-read-only): Handle non-existent files.
17823
17824 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17825
17826 * info.el (Info-speedbar-hierarchy-buttons)
17827 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17828
17829 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17830
17831 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17832 Do not match newline.
17833 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17834 (bibtex-summary): Remove unnecessary save-excursion.
17835 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17836
17837 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17838
17839 * term/mac-win.el: Add charset info for "iso10646-1".
17840 Modify default fontset to use ATSUI-compatible fonts for some charsets
17841 if available.
17842
17843 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17844
17845 * speedbar.el: Re-apply arch tag.
17846 (speedbar-version): Rename to version 1.0. Suggested by Eric
17847 M. Ludlam.
17848 Reapply two changes from Emacs CVS' version of speedbar lost
17849 during the merge:
17850 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17851 (speedbar-frame-parameters): Improve customize type.
17852
17853 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17854
17855 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17856 (ange-ftp-file-directory-p): Fix the symlink case.
17857 (ange-ftp-insert-directory): When listing a single file, get a list of
17858 the parent buffer and extract the relevant line. Inspired from a patch
17859 by Katsumi Yamaoka <yamaoka@jpl.org>.
17860 (ange-ftp-file-name-sans-versions): Simplify.
17861
17862 2005-09-30 Bill Wohler <wohler@newt.com>
17863
17864 Move MH-E image files from toolbar and mail directories into
17865 etc/images.
17866
17867 * mail/reply2.*: Move to etc/images/mail/reply*.
17868
17869 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17870 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17871 etc/images.
17872
17873 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17874 * toolbar/reply*: Move to etc/images/mail.
17875
17876 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17877
17878 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
17879
17880 * speedbar.el: New version 1.0pre3.
17881
17882 Frame management code (including timer, and mouse click specifics)
17883 moved to dframe.el:
17884 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
17885 (speedbar-timer): Removed. Use dframe-timer.
17886 (speedbar-close-frame): Removed. Use dframe-close-frame.
17887 (speedbar-activity-change-focus-flag): Removed. Use
17888 dframe-activity-change-focus-flag.
17889 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
17890 dframe-update-speed.
17891
17892 (speedbar-current-frame): New macro. Use this instead of the
17893 variable speedbar-frame.
17894
17895 (speedbar-use-images, speedbar-expand-image-button-alist)
17896 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17897
17898 (speedbar-find-image-on-load-path): Removed. Replaced by
17899 defezimage in ezimage.el.
17900 (speedbar-expand-image-button-alist): Removed. Replaced by
17901 ezimage-expand-image-button-alist in ezimage.el.
17902
17903 (speedbar-ignored-directory-regexp)
17904 (speedbar-add-ignored-directory-regexp)
17905 (speedbar-ignored-directory-expressions)
17906 (speedbar-line-directory, speedbar-buffers-line-directory)
17907 (speedbar-directory-line, speedbar-buffers-line-directory):
17908 Renamed, replacing `path' with `directory'.
17909
17910 (speedbar-create-directory, speedbar-expand-line-descendants)
17911 (speedbar-toggle-line-expansion)
17912 (speedbar-contract-line-descendants): New commands.
17913
17914 (speedbar-query-confirmation-method, speedbar-select-frame-method)
17915 (speedbar-use-tool-tips-flag): New options.
17916
17917 (speedbar-check-read-only, speedbar-require-version)
17918 (speedbar-insert-separator, speedbar-buffers-tail-notes)
17919 (speedbar-handle-delete-frame, speedbar-try-completion)
17920 (speedbar-update-localized-contents): New functions.
17921
17922 (speedbar-incompatible-version, speedbar-ro-to-do-point)
17923 (speedbar-object-read-only-indicator): New variables.
17924
17925 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17926 New hooks.
17927
17928 (speedbar-separator-face): New face.
17929
17930 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17931 (speedbar-ignored-modes): Add fundamental-mode.
17932 (speedbar-directory-unshown-regexp): Add . directories.
17933
17934 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17935 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17936 `]' for full expand/close.
17937 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17938
17939 (speedbar-check-vc): Support hidden files.
17940 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17941 (speedbar-this-file-in-vc): Use vc-state if available. If VC
17942 state is nil, it is not checked out.
17943
17944 (speedbar-line-text, speedbar-line-token): Support expand buttons
17945 with no text.
17946 (speedbar-refresh): Universal argument acts as power-click.
17947 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
17948 that buffer to get variable values.
17949
17950 And many other bugfixes.
17951
17952 * dframe.el, ezimage.el, sb-image.el: New files.
17953
17954 * sb-*.xpm: Remove files. New image files installed into
17955 etc/images/ezimage.
17956
17957 2005-09-30 Kenichi Handa <handa@m17n.org>
17958
17959 * ps-mule.el (ps-mule-show-warning): If a character is in
17960 ps-print-translation-table, don't treat it as non-printable.
17961
17962 2005-09-30 David Ponce <david@dponce.com>
17963
17964 * tree-widget.el (tree-widget-themes-load-path): New variable.
17965 (tree-widget-themes-directory): Doc fix.
17966 (tree-widget-image-formats) [Emacs]: Doc fix.
17967 (tree-widget--locate-sub-directory): New function.
17968 (tree-widget-themes-directory): Use it.
17969
17970 * recentf.el (recentf-filename-handlers): Rename from
17971 `recentf-filename-handler'. Allow a list of functions.
17972 (recentf-menu-items-for-commands): Fix :help strings.
17973 (recentf-apply-filename-handlers): New function.
17974 (recentf-expand-file-name): Use it.
17975 (recentf-cleanup): Remove duplicates too.
17976
17977 2005-09-29 Juri Linkov <juri@jurta.org>
17978
17979 * faces.el: Rearrange face definitions to be in the same order as
17980 their face descriptions in "(emacs)Standard Faces".
17981
17982 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
17983
17984 * tooltip.el (tooltip): Add group `basic-faces'.
17985
17986 * buff-menu.el (Buffer-menu-buffer): Remove group
17987 `font-lock-highlighting-faces'.
17988
17989 * progmodes/compile.el (compilation-error, compilation-warning)
17990 (compilation-info, compilation-line-number, compilation-column-number):
17991 Change group from `font-lock-highlighting-faces' to `compilation'.
17992
17993 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17994 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
17995 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
17996 (vhdl-font-lock-reserved-words-face)
17997 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
17998 `font-lock-highlighting-faces'.
17999
18000 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
18001
18002 2005-09-28 Kim F. Storm <storm@cua.dk>
18003
18004 * emulation/cua-base.el: Set CUA move property on additional commands:
18005 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
18006 forward-sexp, backward-sexp, forward-list, backward-list.
18007
18008 2005-09-28 Romain Francoise <romain@orebokech.com>
18009
18010 * comint.el (comint-show-output): Really set point at the
18011 beginning of the output when not using `comint-use-prompt-regexp'.
18012
18013 2005-09-27 Jay Belanger <belanger@truman.edu>
18014
18015 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
18016 in TeX mode.
18017
18018 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
18019
18020 * textmodes/org.el (org-table-sum): Fix format string.
18021
18022 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
18023 Quote face names.
18024
18025 2005-09-26 Romain Francoise <romain@orebokech.com>
18026
18027 * isearch.el (isearch-forward-regexp): Close doc string.
18028
18029 2005-09-25 Richard M. Stallman <rms@gnu.org>
18030
18031 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
18032
18033 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
18034
18035 * progmodes/compile.el (compilation-error-properties):
18036 When getting the file from the previous error message,
18037 correctly decode the new data format.
18038
18039 * progmodes/cc-cmds.el (c-electric-paren):
18040 Call old-blink-paren only for close-paren.
18041
18042 2005-09-24 Andreas Schwab <schwab@suse.de>
18043
18044 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
18045 condition.
18046
18047 2005-09-25 Romain Francoise <romain@orebokech.com>
18048
18049 * dired-aux.el (dired-copy-file-recursive):
18050 * dired.el (dired-delete-file):
18051 * ediff-mult.el (ediff-dir-diff-copy-file):
18052 * ediff-util.el (ediff-test-save-region):
18053 * forms.el (forms-mode):
18054 * ido.el (ido-file-internal, ido-delete-file-at-head):
18055 * log-edit.el (log-edit-done):
18056 * ses.el (ses-yank-resize):
18057 * play/gomoku.el (gomoku-human-plays, gomoku)
18058 (gomoku-human-resigns, gomoku-prompt-for-other-game)
18059 (gomoku-offer-a-draw):
18060 * play/landmark.el (lm-human-resigns, lm):
18061 * net/eudcb-ldap.el (eudc-ldap-check-base):
18062 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
18063 * progmodes/ebrowse.el (ebrowse-find-pattern):
18064 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
18065 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
18066 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
18067
18068 * vc.el (vc-delete-file):
18069 * play/gomoku.el (gomoku-terminate-game, gomoku)
18070 (gomoku-prompt-for-move, gomoku-human-takes-back):
18071 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
18072 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
18073
18074 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
18075
18076 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
18077 color rxvt terminals by using the code xterm.el used to use before
18078 2005-04-09 in order to match the colors used by rxvt.
18079
18080 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18081
18082 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
18083 colors rxvt-unicode terminals by using the same code as xterm.el.
18084
18085 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18086
18087 * textmodes/tex-mode.el (tex-font-lock-append-prop)
18088 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
18089 new symbol used for the tex-verbatim face.
18090
18091 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18092
18093 * woman.el (woman-file-name):
18094 * wid-edit.el (widget-file-prompt-value)
18095 (widget-coding-system-prompt-value):
18096 * w32-fns.el (set-w32-system-coding-system):
18097 * vc.el (vc-version-diff, vc-annotate):
18098 * textmodes/reftex-auc.el (reftex-arg-cite)
18099 (reftex-arg-index-tag):
18100 * textmodes/refer.el (refer-get-bib-files):
18101 * textmodes/artist.el (artist-figlet-choose-font):
18102 * terminal.el (terminal-emulator):
18103 * replace.el (occur-read-primary-args):
18104 * rect.el (string-rectangle, string-insert-rectangle):
18105 * ps-print.el (ps-print-preprint):
18106 * progmodes/pascal.el (pascal-goto-defun):
18107 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
18108 * progmodes/compile.el (compilation-find-file):
18109 * printing.el (pr-interactive-n-up):
18110 * play/animate.el (animate-birthday-present):
18111 * net/rcompile.el (remote-compile):
18112 * man.el (man, Man-goto-section, Man-follow-manual-reference):
18113 * mail/rmailsum.el (rmail-summary-search-backward)
18114 (rmail-summary-search):
18115 * mail/rmailout.el (rmail-output-read-rmail-file-name)
18116 (rmail-output-read-file-name):
18117 * mail/rmail.el (rmail-search, rmail-search-backwards):
18118 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
18119 * locate.el (locate):
18120 * international/quail.el (quail-show-keyboard-layout):
18121 * international/mule.el (set-buffer-file-coding-system)
18122 (revert-buffer-with-coding-system, set-file-name-coding-system)
18123 (set-terminal-coding-system, set-keyboard-coding-system)
18124 (set-next-selection-coding-system):
18125 * international/mule-diag.el (describe-coding-system)
18126 (describe-font, describe-fontset):
18127 * international/mule-cmds.el (universal-coding-system-argument)
18128 (search-unencodable-char, describe-input-method)
18129 (set-language-environment, describe-language-environment):
18130 * international/codepage.el (codepage-setup):
18131 * international/code-pages.el (codepage-setup):
18132 * info.el (Info-search, Info-follow-reference)
18133 (Info-search-backward):
18134 * emacs-lisp/advice.el (ad-read-advised-function)
18135 (ad-read-advice-class, ad-clear-cache, ad-activate)
18136 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
18137 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
18138 (ad-read-regexp):
18139 * ediff-util.el (ediff-toggle-regexp-match):
18140 * ediff-ptch.el (ediff-prompt-for-patch-file):
18141 * dired-aux.el (dired-diff):
18142 * diff.el (diff):
18143 * cus-edit.el (custom-variable-prompt):
18144 * calendar/timeclock.el (timeclock-ask-for-project):
18145 * calc/calcalg3.el (calc-get-fit-variables):
18146 * calc/calc-store.el (calc-edit-variable)
18147 (calc-permanent-variable):
18148 * vc-mcvs.el (vc-mcvs-register):
18149 * shadowfile.el (shadow-define-literal-group):
18150 * woman.el (woman-file-name):
18151 * vc.el (vc-version-diff, vc-merge):
18152 * textmodes/reftex-index.el (reftex-index-complete-tag):
18153 * format.el (format-decode-buffer, format-decode-region):
18154 * emulation/viper-cmd.el (viper-read-string-with-history):
18155 * emacs-lisp/debug.el (cancel-debug-on-entry):
18156 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18157 * ediff.el (ediff-merge-revisions)
18158 (ediff-merge-revisions-with-ancestor, ediff-revision):
18159 * completion.el (interactive-completion-string-reader):
18160 * calc/calc-prog.el (calc-user-define-formula):
18161 Follow convention for reading with the minibuffer.
18162
18163 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
18164
18165 * progmodes/python.el (python-describe-symbol): Add globals() and
18166 locals() to the arguments of emacs.ehelp.
18167
18168 2005-09-24 Magnus Henoch <mange@freemail.hu>
18169
18170 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18171 New function, code extracted from ispell-valid-dictionary-list.
18172 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18173 Call it.
18174
18175 2005-09-24 Eli Zaretskii <eliz@gnu.org>
18176
18177 * subr.el (version-regexp-alist): Extend valid syntax for version
18178 strings: allow any of the characters -,_,+ to separate the
18179 alpha/beta/rc part from the version part. Doc fix.
18180 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
18181
18182 2005-09-23 David Reitter <david.reitter@gmail.com>
18183
18184 * mail/mailclient.el: New file.
18185
18186 2005-09-23 Richard M. Stallman <rms@gnu.org>
18187
18188 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18189 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18190 Doc fixes.
18191
18192 * progmodes/cc-mode.el (c-font-lock-init):
18193 Specify font-lock-lines-before.
18194
18195 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18196
18197 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18198 whole conflict.
18199
18200 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
18201
18202 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18203 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
18204 of `remap' feature when available. Additional key bindings for
18205 better tty support.
18206 (org-mode-restart, org-force-self-insert): New commands.
18207 (org-time-stamp-inactive): New command.
18208 (org-remap): New function.
18209 (org-table-auto-blank-field, org-level-color-stars-only): New options.
18210 (org-enable-fixed-width-editor): Move to `org-structure'
18211 customization group.
18212 (org-self-insert-command, orgtbl-self-insert-command): Modify to
18213 blank field after field motion commands.
18214
18215 2005-09-23 Kenichi Handa <handa@m17n.org>
18216
18217 * international/mule-cmds.el (set-language-environment):
18218 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18219 have to call utf-translate-cjk-load-tables.
18220
18221 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18222
18223 * mouse.el (mouse-move-drag-overlay): Fix last change.
18224
18225 2005-09-22 David Ponce <david@dponce.com>
18226
18227 * tree-widget.el (tree-widget-value-create): Fix previous change.
18228
18229 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18230
18231 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18232
18233 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18234
18235 * mouse.el (mouse-move-drag-overlay): New function.
18236 (mouse-drag-region-1): Use it.
18237 Try to simplify a bit the state handling. Handle clicks on links
18238 inside intangible areas.
18239 (mouse-save-then-kill): Minor simplification.
18240 (mouse-secondary-overlay): Make it always non-nil instead of
18241 recreating it each time.
18242 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18243 (mouse-kill-secondary, mouse-secondary-save-then-kill):
18244 Simplify accordingly.
18245
18246 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18247
18248 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18249
18250 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
18251
18252 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18253 (ediff-file-name-sans-prefix): Treat nil as an empty string.
18254 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18255 to patch.
18256
18257 * ediff-util.el: Use insert-buffer-substring.
18258
18259 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18260
18261 * emulation/viper-cmd.el (viper-change-state): Don't move over the
18262 field boundaries in the minibuffer.
18263 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18264 (viper-minibuffer-post-command-hook): New hook.
18265 (viper-line): Don't move cursor at bolp.
18266
18267 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18268
18269 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18270 avoid compiler warnings.
18271
18272 * emulation/viper-macs.el (ex-map): Better messages.
18273
18274 * emulation/viper-utils.el (viper-beginning-of-field): New function.
18275
18276 * emulation/viper.el: Replace make-variable-buffer-local with
18277 viper-make-variable-buffer-local everywhere, to avoid warnings.
18278
18279 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18280
18281 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18282 Delete unused var `old-selected-window'.
18283 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18284 (mouse-drag-secondary): Delete unused var `start-frame'.
18285
18286 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18287
18288 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18289
18290 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18291
18292 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18293 Re-indent within 80 columns. Use inhibit-read-only.
18294
18295 2005-09-19 Romain Francoise <romain@orebokech.com>
18296
18297 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18298
18299 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18300
18301 * font-lock.el (font-lock-default-fontify-region): Don't add a line
18302 unconditionally, since the after-change-function already did it.
18303
18304 2005-09-19 Miles Bader <miles@gnu.org>
18305
18306 * net/newsticker.el: Get rid of CVS keyword.
18307
18308 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
18309
18310 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18311 The prompt is formatted later.
18312
18313 2005-09-19 David Ponce <david@dponce.com>
18314
18315 * tree-widget.el (tree-widget-value-create): Save the converted
18316 tree :node widget.
18317
18318 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
18319
18320 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18321 variable `message'.
18322
18323 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
18324
18325 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18326 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
18327 <slawomir.nowaczyk.847@student.lu.se>.
18328
18329 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
18330
18331 * image.el (image-load-path): Use symbol `data-directory' instead
18332 of its value, for backward compatibility with packages that bind
18333 it during `find-image'. Suggested by Katsumi Yamaoka.
18334 (image-search-load-path): Handle symbols whose values are strings.
18335
18336 2005-09-18 Romain Francoise <romain@orebokech.com>
18337
18338 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18339 with-current-buffer form in save-excursion.
18340
18341 2005-09-18 Deepak Goel <deego@gnufans.org>
18342
18343 * apropos.el (apropos-command): Fix `message' call: first arg
18344 should be a format spec. In this and all other cases that appear
18345 below and elsewhere in the source code, I made a change only when
18346 two conditions were satisfied: [1] I can think of a possibility
18347 that the arguments would cause an error, for example, the code in
18348 question relies on external variables such as filenames. [2] I
18349 was sure that the arg to `message' could not have been nil in the code.
18350
18351 * textmodes/tildify.el (tildify-region): Ditto.
18352
18353 * textmodes/reftex-index.el (reftex-index-change-entry)
18354 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18355 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18356 * textmodes/org.el (org-complete, org-deadline, org-schedule)
18357 (org-priority, org-table-sum):
18358 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18359 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18360 (flyspell-word, flyspell-display-next-corrections):
18361 * textmodes/bibtex.el (bibtex-print-help-message):
18362 * textmodes/artist.el (artist-key-set-point-poly):
18363 * term/mac-win.el (mac-services-insert-text):
18364 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18365 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18366 (vhdl-port-paste-testbench, vhdl-compose-new-component)
18367 (vhdl-compose-configuration):
18368 * progmodes/sh-script.el (sh-blink, sh-show-indent)
18369 (sh-set-indent, sh-learn-line-indent):
18370 * progmodes/ps-mode.el (ps-mode-target-column):
18371 * progmodes/idlwave.el (idlwave-make-tags)
18372 (idlwave-scan-library-catalogs):
18373 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18374 * progmodes/gud.el (gud-jdb-analyze-source):
18375 * progmodes/flymake.el (flymake-log):
18376 * progmodes/ebnf2ps.el (ebnf-generate-region):
18377 * progmodes/cmacexp.el (c-macro-expansion):
18378 * progmodes/ada-xref.el (ada-treat-cmd-string):
18379 * progmodes/ada-mode.el (ada-create-case-exception-substring)
18380 (ada-justified-indent-current, ada-batch-reformat):
18381 * play/zone.el (zone):
18382 * play/landmark.el (lm-move):
18383 * play/decipher.el (decipher-show-alphabet):
18384 * net/newsticker.el (newsticker--display-jump)
18385 (newsticker--display-scroll):
18386 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18387 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18388 * mail/feedmail.el (feedmail-dump-message-to-queue):
18389 * eshell/esh-proc.el (eshell-remove-process-entry):
18390 * emulation/ws-mode.el (ws-last-error):
18391 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18392 (viper-record-kbd-macro):
18393 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18394 * emacs-lisp/lisp-mnt.el (lm-report-bug):
18395 * emacs-lisp/find-func.el (find-function-noselect):
18396 * calendar/timeclock.el (timeclock-status-string)
18397 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18398 (timeclock-when-to-leave-string):
18399 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18400 * calc/calc-units.el (calc-enter-units-table):
18401 * calc/calc-mode.el (calc-mode-record-mode):
18402 * woman.el (woman-mini-help):
18403 * wdired.el (wdired-change-to-wdired-mode):
18404 * vc.el (vc-retrieve-snapshot):
18405 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18406 * startup.el (display-startup-echo-area-message):
18407 * simple.el (set-goal-column):
18408 * ses.el (ses-command-hook, ses-recalculate-cell):
18409 * server.el (server-process-filter):
18410 * printing.el (pr-interface-txt-print, pr-interface-printify)
18411 (pr-interface-ps):
18412 * pcvs.el (cvs-help):
18413 * log-edit.el (log-edit, log-edit-mode-help):
18414 * iswitchb.el (iswitchb-possible-new-buffer):
18415 * isearch.el (isearch-edit-string):
18416 * image-mode.el (image-mode, image-minor-mode):
18417 * ibuf-macs.el (define-ibuffer-filter):
18418 * hi-lock.el (hi-lock-find-patterns):
18419 * files.el (toggle-read-only):
18420 * ediff-util.el (ediff-copy-diff)
18421 (ediff-write-merge-buffer-and-maybe-kill):
18422 * echistory.el (Electric-history-undefined):
18423 * dnd.el (dnd-insert-text):
18424 * dired-aux.el (dired-query):
18425 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18426 * bookmark.el (bookmark-bmenu-locate):
18427 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18428 Fix `message' calls to ensure first arg is a format string.
18429 The change was made only when these two conditions were satisfied:
18430 [1] when there is a possibility that the arguments would cause an error
18431 for example, if the code in question relies on external variables
18432 such as filenames, and
18433 [2] if the arg to `message' could not have been nil in the code.
18434
18435 * pcomplete.el (pcomplete--help): Fix `message' format spec.
18436 Not having a %s would be weird, though not technically wrong.
18437
18438 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18439
18440 * term/mac-win.el (mac-add-charset-info): Doc fix.
18441
18442 2005-09-17 Romain Francoise <romain@orebokech.com>
18443
18444 * shell.el (shell-resync-dirs): Handle echoing processes more
18445 reliably. Don't insert resync command if `comint-process-echoes'
18446 is non-nil.
18447
18448 2005-09-17 Magnus Henoch <mange@freemail.hu>
18449
18450 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18451 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18452 aspell versions >= 0.60.
18453 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18454 only if ispell-aspell-supports-utf8 is non-nil.
18455
18456 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18457
18458 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18459 buffer-local value to lisp-indent-function.
18460
18461 2005-09-17 Milan Zamazal <pdm@zamazal.org>
18462
18463 * progmodes/glasses.el (glasses-make-readable): If
18464 glasses-separator differs from underscore, put appropriate
18465 overlays over underscore characters.
18466 (glasses-convert-to-unreadable): If glasses-separator differs from
18467 underscore, try to convert glasses-separator characters to
18468 underscores.
18469
18470 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18473 Use with-syntax-table and dolist.
18474
18475 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
18476
18477 * textmodes/reftex-auc.el:
18478 * textmodes/reftex-cite.el:
18479 * textmodes/reftex-dcr.el:
18480 * textmodes/reftex-global.el:
18481 * textmodes/reftex-parse.el:
18482 * textmodes/reftex-ref.el:
18483 * textmodes/reftex-sel.el:
18484 * textmodes/reftex-toc.el:
18485 * textmodes/reftex-vars.el:
18486 * textmodes/reftex.el: Small changes to remove compiler warnings.
18487
18488 * textmodes/reftex-index.el: Likewise.
18489 (reftex-query-index-phrase): More efficient use of markers.
18490
18491 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18492
18493 * image.el (image-load-path): New variable.
18494 (image-search-load-path): New function.
18495 (find-image): Search for images in `image-load-path'.
18496
18497 2005-09-15 Richard M. Stallman <rms@gnu.org>
18498
18499 * follow.el: Change Maintainer field.
18500
18501 2005-09-15 David Ponce <david@dponce.com>
18502
18503 * recentf.el (recentf-save-file-modes): New option.
18504 (recentf-save-list): Use it.
18505
18506 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
18507
18508 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18509 (mode-line-mule-info, mode-line-modified): Move bindings from
18510 mouse-3 to mouse-1.
18511
18512 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18513
18514 * simple.el (sendmail-user-agent-compose): Revert last change.
18515
18516 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18517
18518 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18519 Use with-current-buffer.
18520 (ange-ftp-gwp-start): Remove unused var `gw-user'.
18521 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18522 (ange-ftp-insert-directory): Remove unused var `short'.
18523 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18524
18525 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18526 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18527
18528 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18529 (check-calendar-holidays, diary-list-entries): Autoload.
18530 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18531 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18532
18533 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18534 which mistakenly removed a call to display-buffer.
18535
18536 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
18537
18538 * obsolete/iso-insert.el: Move to obsolete/ from international/.
18539
18540 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
18541
18542 * progmodes/hideshow.el
18543 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18544 (hs-allow-nesting): New user var.
18545 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18546 (hs-hide-block-at-point): When nesting allowed,
18547 if there is already an overlay in place, delete it.
18548 (hs-safety-is-job-n): Delete func; remove call sites.
18549 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18550 (hs-overlay-at): New func.
18551 (hs-already-hidden-p, hs-show-block): Use it.
18552 (hs-hide-all): Don't pre-clean if nesting allowed.
18553 (hs-show-all): Temporarily disallow
18554 nesting around call to `hs-discard-overlays'.
18555
18556 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
18557
18558 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18559 Delete unused local var.
18560
18561 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
18562
18563 * help-fns.el (describe-categories): "?\ " -> "?\s".
18564 (help-do-arg-highlight): Recognize also ARG-n, as in
18565 `move-to-left-margin' (ARG+n is already recognized). Simplify.
18566
18567 * international/codepage.el (dos-unsupported-char-glyph):
18568 * net/newsticker.el (tool-bar-map, w3-mode-map)
18569 (w3m-minor-mode-map):
18570 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18571 (ent-alist):
18572 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18573
18574 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
18575
18576 * custom.el (custom-push-theme): Handle the case where a symbol is
18577 bound but face properties have not yet been assigned.
18578
18579 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18580 Fix behavior if noerase is `t' and there is no mail buffer.
18581
18582 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
18583 if `continue' is nil, rather than signal an error.
18584
18585 2005-09-12 Richard M. Stallman <rms@gnu.org>
18586
18587 * font-lock.el (font-lock-keywords): Add autoload.
18588
18589 * help-fns.el (describe-variable): Rearrange to put source link
18590 in a predictable place.
18591
18592 * net/newsticker.el: New file.
18593
18594 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18595
18596 * calendar/calendar.el (calendar-for-loop): Add edebug info.
18597 (calendar-basic-setup): Use the new nil arg.
18598 (number-of-diary-entries): Move to diary-lib.el.
18599
18600 * calendar/diary-lib.el: Use with-current-buffer, match-string.
18601 (diary-list-entries): Use with-syntax-table and dolist.
18602 Rename from list-diary-entries.
18603 Use number-of-diary-entries if `number' is nil.
18604 (diary, diary-view-entries): Use this new name and new nil arg value.
18605 (number-of-diary-entries): Move from calendar.el.
18606 (diary-unhide-everything): New function.
18607 (include-other-diary-files, fancy-diary-display)
18608 (diary-show-all-entries, make-diary-entry): Use it.
18609 (diary-mail-entries): Use buffer-string.
18610 (mark-diary-entries): Fix long standing paren typo.
18611 (diary-sexp-entry): Use count-lines.
18612 (make-diary-entry): Avoid `previous-line'.
18613 (diary-mode-map): New var.
18614 (diary-mode): Redraw cal after saving. Setup header-line.
18615 (fancy-diary-display-mode): Use local-set-key.
18616
18617 * startup.el (command-line): Try calling various terminal-init-foo-bar
18618 functions by stripping hyphenated suffixes from $TERM.
18619
18620 * files.el (normal-mode): Check boundness of font-lock-keywords.
18621
18622 2005-09-12 Richard M. Stallman <rms@gnu.org>
18623
18624 * progmodes/compile.el: Don't decide a file's directory
18625 until the user actually tries to go there.
18626 (compilation-next-error-function):
18627 Pass compilation-find-file the directory from the file-struct.
18628 (compilation-internal-error-properties): Separate local FILE-STRUCT
18629 from FILE. Doc the args better. Rename arg FMT to FMTS.
18630 (compilation-find-file): Arg DIR renamed to DIRECTORY.
18631 Expand it, and if nil, use default-directory.
18632 (compilation-get-file-structure): Don't mix specified directory
18633 with default directory. Put specified directory into
18634 file-struct. Don't make the file name absolute.
18635
18636 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18637 (compile-command): Add autoload.
18638 (compilation-disable-input): Add autoload.
18639
18640 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
18641
18642 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
18643 strings of the variables it can override.
18644 (time-stamp): New (as yet undocumented) time-stamp-format escapes
18645 %Q and %q, for fully-qualified domain name and unqualified host name.
18646
18647 2005-09-11 Kim F. Storm <storm@cua.dk>
18648
18649 * emacs-lisp/authors.el (authors-aliases): Update list.
18650 (authors-fixed-entries): Update mldrag.el entry.
18651
18652 2005-09-10 Alan Mackenzie <acm@muc.de>
18653
18654 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
18655 from the region narrowed to.
18656
18657 2005-09-10 Magnus Henoch <mange@freemail.hu>
18658
18659 * textmodes/ispell.el (ispell-check-version): Signal an error if
18660 aspell version is less than 0.60.
18661
18662 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
18663
18664 * progmodes/octave-inf.el (inferior-octave-startup):
18665 Resync current dir at the end.
18666
18667 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
18668
18669 * woman.el (woman-topic-at-point-default):
18670 Rename to woman-use-topic-at-point-default.
18671 (woman-topic-at-point): Rename to woman-use-topic-at-point.
18672 (woman-file-name): Reflect renames above. Automatically use the
18673 word at point as topic if woman-use-topic-at-point is non-nil.
18674 Otherwise offer it as default but don't insert it in the
18675 minibuffer. Also use `test-completion' instead of `assoc' as
18676 suggested by Stefan Monnier.
18677
18678 2005-09-10 Andre Spiegel <spiegel@gnu.org>
18679
18680 * vc.el (vc-directory, vc-update-change-log): Throw an error on
18681 the attempt to do it over Tramp. This is not yet supported.
18682
18683 2005-09-10 Eli Zaretskii <eliz@gnu.org>
18684
18685 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18686 (menu-bar-non-minibuffer-window-p): New functions.
18687 ("Split Window", "Save As..."): Use them.
18688 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
18689 ("Print Buffer", "Truncate Long Lines in this Buffer"):
18690 Use menu-bar-menu-frame-live-and-visible-p.
18691 ("Save Buffer", "Insert File", "Open Directory...")
18692 ("Open File...", "Visit New File..."):
18693 Use menu-bar-non-minibuffer-window-p.
18694 (kill-this-buffer-enabled-p, dired <menu-enable>):
18695 Use menu-bar-non-minibuffer-window-p.
18696
18697 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18698
18699 * cus-start.el (all): Don't complain about fringe-related
18700 built-ins if fringes are not supported. Ditto about
18701 selection-related built-ins. Fix the test for GTK-related built-ins.
18702
18703 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
18704 ("Postscript Print Buffer", "Print Region", "Save As...")
18705 ("Save", "Insert File...", "Open Directory...")
18706 ("Open File...", "Visit New File..."")
18707 ("Truncate Long Lines in this Buffer"): Don't look at
18708 menu-updating-frame if this display does not support multiple frames.
18709
18710 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18711
18712 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
18713
18714 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
18715
18716 * woman.el: Format- and whitespace-related changes.
18717
18718 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18719
18720 * woman.el: Fix my email address.
18721
18722 2005-09-08 Richard M. Stallman <rms@gnu.org>
18723
18724 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
18725 (sh-mode): Locally set skeleton-pair-default-alist.
18726
18727 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
18728
18729 * progmodes/flymake.el: Require `compile' unconditionally.
18730
18731 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
18732
18733 * woman.el (woman-file-name): Provide a default, not initial input.
18734
18735 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
18736
18737 * font-lock.el (font-lock-support-mode): Doc fix.
18738
18739 * descr-text.el (describe-property-list): Handle non-symbol prop names.
18740
18741 2005-09-08 Richard M. Stallman <rms@gnu.org>
18742
18743 * simple.el (blink-matching-open): Get rid of text props from
18744 the string shown in echo area. Don't permanently set point.
18745 Some rearrangements.
18746
18747 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18748
18749 * recentf.el (recentf-filename-handler): Add custom choice
18750 `abbreviate-file-name'.
18751
18752 * msb.el (msb--very-many-menus): Fix typo.
18753
18754 * disp-table.el (standard-display-european): Don't set
18755 enable-multibyte-characters to nil.
18756
18757 2005-09-08 David Ponce <david@dponce.com>
18758
18759 * recentf.el (recentf-show-file-shortcuts-flag): New option.
18760 (recentf-expand-file-name): Doc fix.
18761 (recentf-dialog-mode-map): Define digit shortcuts.
18762 (recentf--files-with-key): New variable.
18763 (recentf-show-digit-shortcut-filter): New function.
18764 (recentf-open-files-items): New function.
18765 (recentf-open-files): Use it.
18766 (recentf-open-file-with-key): New command.
18767
18768 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
18769
18770 * buff-menu.el (Buffer-menu-sort-by-column): New function.
18771 Suggested by Kim F. Storm.
18772 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18773 (Buffer-menu-make-sort-button): Use global keymap.
18774
18775 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
18776
18777 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18778 (Man-getpage-in-background-advice): Remove defadvice; it isn't
18779 necessary any longer with the remapped command.
18780 (Man-bgproc-sentinel-advice): Remove defadvice which counts
18781 formatting time only.
18782
18783 * net/tramp.el (tramp-action-password)
18784 (tramp-multi-action-password): Compile the password prompt from
18785 `method', `user' and `host'. Sometimes it isn't obvious which
18786 password to enter, for example with remote files offered by
18787 recentf.el, or with multiple steps. Suggested by Robert Marshall
18788 <robert@chezmarshall.freeserve.co.uk>.
18789
18790 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18791
18792 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18793 Fix regexp for when "s///" is at the beginning of line.
18794
18795 2005-09-07 Jay Belanger <belanger@truman.edu>
18796
18797 * calc/calc-poly.el (math-expand-term): Multiply out any powers
18798 when in matrix mode.
18799
18800 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18801
18802 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18803 non-anonymous functions.
18804
18805 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
18806
18807 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18808 when using a header line. Otherwise, use mouse-1-click-follows-link.
18809
18810 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18811 can't be moved; don't signal an error.
18812
18813 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
18814
18815 * cus-theme.el (custom-theme-write-faces): Save the current face
18816 spec, not the defface spec.
18817
18818 * custom.el (custom-known-themes): Clarify meaning of "standard".
18819 (custom-push-theme): Save old values in the standard theme.
18820 (disable-theme): Correct typo.
18821 (custom-face-theme-value) Deleted unused function.
18822 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18823
18824 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * progmodes/compile.el (compilation-goto-locus): Take into account
18827 iconified frames when determining whether the buffer is
18828 already visible.
18829 Don't reset window height if the window already existed.
18830
18831 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
18832
18833 * custom.el (load-theme): Rename from require-theme.
18834 Add interactive spec.
18835 (enable-theme): Rename from custom-enable-theme.
18836 Add interactive spec.
18837 (disable-theme): Rename from custom-disable-theme.
18838 Add interactive spec.
18839 (custom-make-theme-feature): Doc fix.
18840 (custom-theme-directory): Doc fix.
18841 (provide-theme): Call enable-theme.
18842
18843 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18844
18845 * obsolete/lazy-lock.el (lazy-lock-mode):
18846 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18847 font-lock-mode if it's off. Print a warning instead.
18848
18849 * progmodes/compile.el (compilation-start): Ignore errors if the
18850 process died before we get to send-eof.
18851
18852 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18853 Undo last change. Enclosing the result in quotes broke things on Unix
18854 since tex-send-command passes it through shell-quote-argument.
18855 (tex-send-command): Pass `file' through convert-standard-filename
18856 when possible.
18857 (tex-uptodate-p): Handle the case where TeX hasn't put additional
18858 info in a transcript.
18859
18860 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18861
18862 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18863 fix compilation warning. Reorder the key definitions to group
18864 together keys emitted by the current version of xterm.
18865
18866 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18867 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18868 Reorder predicates to correct min-color usage.
18869
18870 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
18871
18872 * longlines.el (longlines-mode): Inhibit read-only when encoding.
18873 Kill local variables when longlines-mode is turned off.
18874
18875 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18876
18877 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18878
18879 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18880
18881 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18882
18883 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18884 (font-lock-lines-before): Change default to being inactive.
18885 (font-lock-default-fontify-region): Obey font-lock-lines-before.
18886 (font-lock-after-change-function): Don't handle f-l-lines-before here.
18887
18888 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18889
18890 * net/tramp.el (tramp-handle-make-auto-save-file-name):
18891 Deactivate temporarily advice if active (not needed for Emacs 22,
18892 but for backwards compatibility).
18893 (tramp-exists-file-name-handler): Rewrite. First implementation
18894 was too simple.
18895 (tramp-advice-make-auto-save-file-name):
18896 Call `tramp-handle-make-auto-save-file-name' (again, just for
18897 backwards compatibility).
18898
18899 2005-08-31 Reto Zimmermann <reto@gnu.org>
18900
18901 * progmodes/vhdl-mode.el
18902 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18903 (vhdl-end-p): Fix indentation bug "else" after "-- when".
18904 (vhdl-set-default-project): New function (easier setting of default).
18905 (vhdl-port-copy): Handle extended identifiers for generics.
18906 (vhdl-compiler-alist): Better description for error message regexp.
18907 (vhdl-make): Query for target, use previous as default.
18908 (vhdl-port-copy): Fix port copy for port names starting with "signal".
18909 (vhdl-font-lock-keywords-2): Fix fontification for record
18910 el. assign.
18911 (vhdl-speedbar-make-subpack-line): Add package body link.
18912 (vhdl-generate-makefile-1): Not include itself as dependency.
18913 (vhdl-font-lock-init): Highlight c-preprocessor directives.
18914 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18915 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18916 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18917 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18918 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18919 (vhdl-import-project): Add string argument for `error'.
18920 (vhdl-compose-configuration)
18921 (vhdl-compose-configuration-architecture): Add configuration
18922 declaration generation.
18923 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18924 (vhdl-trailer-re): Add "record" keyword (better indentation).
18925 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18926 "[^ \t-\"]+".
18927 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18928 (vhdl-testbench-entity-file-name)
18929 (vhdl-testbench-architecture-file-name): Allow separate
18930 customization of testbench file names.
18931 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18932 (vhdl-get-visible-signals): Allow newline within alias declaration.
18933 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18934 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18935 (member-ignore-case): Alias for missing function in XEmacs.
18936 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18937 (vhdl-update-sensitivity-list): Ignore case on read signals.
18938 (vhdl-replace-string): Adjust case only for file names.
18939 (vhdl-update-sensitivity-list): Fix search for read signals.
18940 (vhdl-update-sensitivity-list): Exclude formal parameters.
18941 (vhdl-get-visible-signals): Include aliases of signals.
18942 (vhdl-get-visible-signals): Fix signal name searching.
18943 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18944 (vhdl-fixup-whitespace-region): Fix for character
18945 literals (e.g. `:').
18946
18947 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18948
18949 * ansi-color.el (comint-last-output-start):
18950 * bs.el (font-lock-verbose):
18951 * diff-mode.el (add-log-buffer-file-name-function):
18952 * dired-x.el (vm-folder-directory):
18953 * faces.el (help-xref-stack-item):
18954 * files.el (font-lock-keywords):
18955 * find-lisp.el (dired-buffers, dired-subdir-alist):
18956 * ido.el (cua-inhibit-cua-keys):
18957 * log-view.el (cvs-minor-wrap-function):
18958 * outline.el (font-lock-warning-face):
18959 * simple.el (compilation-current-error):
18960 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
18961 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
18962 * tooltip.el (comint-prompt-regexp):
18963 * w32-fns.el (explicit-shell-file-name):
18964 * term/mac-win.el (mac-charset-info-alist)
18965 (mac-services-selection, mac-system-script-code):
18966 * term/tty-colors.el (msdos-color-values):
18967 * term/w32-win.el (xlfd-regexp-registry-subnum):
18968 * term/x-win.el (x-keysym-table, x-selection-timeout)
18969 (x-session-id, x-session-previous-id):
18970 * textmodes/ispell.el (mail-yank-prefix):
18971 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
18972 * textmodes/org.el (calc-embedded-close-formula)
18973 (calc-embedded-open-formula)
18974 (font-lock-unfontify-region-function):
18975 * textmodes/reftex-global.el (isearch-next-buffer-function)
18976 (TeX-master):
18977 * textmodes/reftex.el (font-lock-keywords):
18978 * textmodes/tex-mode.el (font-lock-comment-face)
18979 (font-lock-doc-face):
18980 * textmodes/texinfo.el (outline-heading-alist):
18981 Add defvars.
18982
18983 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
18984 (artist-spray-chars, artist-mode-init, artist-replace-string)
18985 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
18986 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
18987 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
18988
18989 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
18990 (conf-align-assignments): "?\ " -> "?\s".
18991
18992 * textmodes/reftex-index.el (TeX-master): Add defvar.
18993 (reftex-index-phrases-marker): Move up defvar.
18994
18995 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
18996 (reftex-toc-include-labels-indicator)
18997 (reftex-toc-include-index-indicator)
18998 (reftex-toc-max-level-indicator): Move up declarations.
18999
19000 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
19001 of args to `tramp-run-real-handler', even if it's empty in this case.
19002
19003 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19004
19005 * dired.el (dired-move-to-filename-regexp): Add date format for
19006 Mac OS X 10.3 in East Asian locales.
19007
19008 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19009
19010 * files.el (make-auto-save-file-name): Add file name handler call
19011 if applicable.
19012
19013 * net/tramp.el (tramp-file-name-handler-alist)
19014 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
19015 (tramp-handle-make-auto-save-file-name): Rename from
19016 `tramp-make-auto-save-file-name'.
19017 (tramp-exists-file-name-handler): New defun.
19018 (tramp-advice-make-auto-save-file-name): Make defadvice only when
19019 `make-auto-save-file-name' is not a magic file name operation.
19020
19021 2005-08-30 Richard M. Stallman <rms@gnu.org>
19022
19023 * files.el (risky-local-variable-p):
19024 Match `-predicates' and `-commands.
19025
19026 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
19027 (custom-save-all): Visit the file if necessary;
19028 kill the buffer if we created it.
19029 (custom-save-delete): Don't visit file or kill buffer here.
19030
19031 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
19032
19033 * textmodes/org.el (org-special-keyword): New face.
19034 (org-table-copy-down, org-table-eval-formula)
19035 (org-table-recalculate, org-init-section-numbers):
19036 Use `string-to-number' instead of `string-to-int'.
19037 (org-get-location): Use `insert-buffer-substring' instead of
19038 `insert-buffer'.
19039 (org-modify-diary-entry-string): New function.
19040 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
19041 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
19042 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
19043 active region.
19044 (org-export-as-html): Handle QUOTE keyword.
19045 (org-quote-string): New option.
19046 (org-bookmark-jump-unhide): New function, used for
19047 `bookmark-after-jump-hook'.
19048 (org-diary-default-entry): Apply only when not called through
19049 `org-agenda'.
19050
19051 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
19052
19053 * net/eudc.el (mode-popup-menu):
19054 * play/handwrite.el (ps-printer-name, ps-lpr-command):
19055 * progmodes/ada-mode.el (compile-auto-highlight)
19056 (skeleton-further-elements):
19057 * progmodes/autoconf.el (font-lock-syntactic-keywords):
19058 * progmodes/cmacexp.el (msdos-shells):
19059 * progmodes/compile.el (font-lock-extra-managed-props)
19060 (font-lock-keywords, font-lock-maximum-size)
19061 (font-lock-support-mode):
19062 * progmodes/grep.el (font-lock-lines-before):
19063 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
19064 * progmodes/mixal-mode.el (compile-command):
19065 * progmodes/perl-mode.el (font-lock-comment-face)
19066 (font-lock-doc-face, font-lock-string-face):
19067 * progmodes/prolog.el (comint-prompt-regexp):
19068 * progmodes/sh-script.el (font-lock-comment-face)
19069 (font-lock-set-defaults, font-lock-string-face):
19070 * progmodes/sql.el (font-lock-keyword-face)
19071 (font-lock-set-defaults, font-lock-string-face):
19072 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
19073 (itimer-version, lazy-lock-defer-contextually)
19074 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
19075 Add defvars.
19076
19077 * progmodes/cperl-mode.el (cperl-electric-lbrace)
19078 (cperl-electric-keyword, cperl-electric-pod)
19079 (cperl-electric-backspace, cperl-forward-re)
19080 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
19081 (vc-rcs-header, vc-sccs-header): Add defvars.
19082
19083 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
19084 (font-lock-syntactic-keywords, gud-find-expr-function):
19085 Add defvars.
19086
19087 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
19088 (gdb-frame-parameters): Declare before use.
19089
19090 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
19091 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
19092 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
19093 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
19094
19095 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
19096 (idlwave-help-with-source): Use `insert-buffer-substring', not
19097 `insert-buffer'.
19098
19099 2005-08-29 Juri Linkov <juri@jurta.org>
19100
19101 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
19102 Put outline-back-to-heading function call inside save-excursion.
19103
19104 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
19105
19106 * man.el (Man-init-defvars, Man-translate-references)
19107 (Man-support-local-filenames, Man-highlight-references):
19108 * progmodes/sql.el (sql-interactive-mode):
19109 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
19110
19111 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
19112 (compilation-mode-font-lock-keywords): Add defvars.
19113 (checkdoc-interactive-loop): "?\ " -> "?\s".
19114
19115 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
19116 (font-lock-doc-face, font-lock-string-face)
19117 (font-lock-keywords-case-fold-search): Add defvars.
19118 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
19119
19120 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19121 Don't pass X and Y (they are ignored anyway).
19122 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
19123 (mouse-delete-window): Make arguments optional.
19124
19125 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
19126 (caesar-translate-table, minor-modes, news-buffer-save)
19127 (news-group-name, news-minor-modes): Add defvars.
19128
19129 * emacs-lisp/lselect.el (mouse-highlight-priority)
19130 (x-lost-selection-functions, zmacs-regions):
19131 * emacs-lisp/pp.el (font-lock-verbose):
19132 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
19133 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
19134 (ses-mode-map):
19135 * emacs-lisp/tcover-unsafep.el (safe-functions):
19136 * international/mule-cmds.el (mac-system-coding-system)
19137 (mac-system-locale):
19138 * language/ethio-util.el (rmail-current-message)
19139 (rmail-message-vector):
19140 * language/thai-util.el (thai-auto-composition-mode):
19141 * mail/metamail.el (rmail-current-message, rmail-message-vector):
19142 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19143 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19144 (vm-primary-inbox, vm-spool-files):
19145 * mail/rmail.el (deleted-head, font-lock-fontified)
19146 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19147 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19148 (total-messages):
19149 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19150 (rmail-summary-mode-map):
19151 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19152 (rmail-last-label, rmail-last-multi-labels)
19153 (rmail-summary-vector, rmail-total-messages):
19154 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19155 * mail/rmailsum.el (msgnum):
19156 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19157 (rmail-current-message):
19158 * obsolete/fast-lock.el (font-lock-face-list):
19159 * obsolete/rnewspost.el (mail-reply-buffer):
19160 * obsolete/scribe.el (compile-command):
19161 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19162
19163 2005-08-28 John Paul Wallington <jpw@gnu.org>
19164
19165 * ibuf-ext.el (ibuffer-auto-update-changed):
19166 Use `frame-or-buffer-changed-p' to check whether we need to update.
19167 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19168 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
19169 as a `frame-or-buffer-changed-p' state vector instead.
19170
19171 2005-08-27 Romain Francoise <romain@orebokech.com>
19172
19173 * textmodes/makeinfo.el (makeinfo-compile):
19174 Use `compilation-start'. Set `next-error-function' according to
19175 `disable-errors'.
19176 (makeinfo-next-error): New function.
19177 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19178 (makeinfo-buffer): Likewise.
19179
19180 * progmodes/compile.el (compilation-start): Add autoload cookie.
19181
19182 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19183 * textmodes/sgml-mode.el: Likewise.
19184 * progmodes/python.el: Likewise.
19185
19186 2005-08-27 Eli Zaretskii <eliz@gnu.org>
19187
19188 * simple.el (blink-matching-paren-distance): Document the meaning
19189 of nil value, and allow to customize to nil.
19190
19191 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19192 command.com, not command.exe.
19193
19194 2005-08-26 John Wiegley <johnw@newartisans.com>
19195
19196 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19197 code around a bit so that an extraneous nil argument is not added
19198 to a command when no args are given.
19199
19200 * eshell/esh-arg.el (eshell-parse-double-quote): If a
19201 double-quoted argument resolves to nil, return it as an empty
19202 string rather than as nil. This made it impossible to pass "" to
19203 a shell script as a null string argument.
19204
19205 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19206
19207 * outline.el (outline-invent-heading): New fun.
19208 (outline-promote, outline-demote): Use it.
19209 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19210 (outline-end-of-subtree): Remove unused var `opoint'.
19211
19212 2005-08-26 David Reitter <david.reitter@gmail.com>
19213
19214 * menu-bar.el (truncate-lines, write-file, print-buffer)
19215 (ps-print-buffer-faces, ps-print-buffer, split-window):
19216 Disable menu items when the frame they refer to is invisible, or when
19217 they refer to a buffer and the minibuffer is selected.
19218
19219 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
19220
19221 * progmodes/flymake.el (flymake-highlight-err-lines):
19222 Use save-excursion around flymake-highlight-line to preserve point.
19223
19224 2005-08-26 Eli Zaretskii <eliz@gnu.org>
19225
19226 * progmodes/octave-mod.el: Change Author and Maintainer address.
19227 (octave-maintainer-address): Change Kurt's email address.
19228 * progmodes/octave-inf.el: Change Author and Maintainer address.
19229 * progmodes/octave-hlp.el: Change Author and Maintainer address.
19230
19231 2005-08-26 Kim F. Storm <storm@cua.dk>
19232
19233 * subr.el (version-list-<, version-list-<=, version-list-=):
19234 Rename from integer-list-*.
19235 (version-list-not-zero): Likewise. Fix while loop.
19236 (version=): Use version-list-= instead of string-equal.
19237
19238 2005-08-26 Richard M. Stallman <rms@gnu.org>
19239
19240 * outline.el (outline-promote): Try shortening the heading.
19241 As last resort, read the heading to use.
19242 (outline-demote): As last resort, read the heading to use.
19243
19244 2005-08-26 Romain Francoise <romain@orebokech.com>
19245
19246 * progmodes/compile.el (compilation-start): Doc fix.
19247
19248 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19249 (antlr-font-lock-additional-keywords): Fix reference to
19250 `antlr-font-lock-literal-regexp' erroneously changed during the
19251 mass face rename.
19252 (antlr-run-tool): Use `compilation-start'.
19253
19254 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19255 instead of the obsolete `compile-internal'.
19256
19257 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
19258
19259 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19260 (number, original-date):
19261 * calendar/cal-china.el (date):
19262 * calendar/cal-coptic.el (date):
19263 * calendar/cal-french.el (date):
19264 * calendar/cal-hebrew.el (date, entry, number, original-date):
19265 * calendar/cal-islam.el (date, number, original-date):
19266 * calendar/cal-iso.el (date):
19267 * calendar/cal-julian.el (date):
19268 * calendar/cal-mayan.el (date):
19269 * calendar/cal-menu.el (date, event):
19270 * calendar/cal-persia.el (date):
19271 * calendar/lunar.el (date):
19272 * calendar/solar.el (date): Add defvars.
19273
19274 * emerge.el:
19275 * ibuffer.el:
19276 * info-xref.el:
19277 * obsolete/bg-mouse.el:
19278 * obsolete/sun-curs.el:
19279 * obsolete/swedish.el: Move the `defvar's to the top level.
19280
19281 * smerge-mode.el (smerge-refined-change): Add :group.
19282
19283 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19284
19285 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19286 (smerge-keep-n): Remove props.
19287 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19288 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19289 now that it's done in smerge-keep-n.
19290 (smerge-refined-change): New face.
19291 (smerge-refine-chopup-region, smerge-refine-highlight-change)
19292 (smerge-refine): New funs.
19293 (smerge-basic-map): Bind smerge-refine.
19294
19295 2005-08-25 Juri Linkov <juri@jurta.org>
19296
19297 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19298 compilation-process-setup-function and compilation-disable-input
19299 in grep-mode instead of let-bindings in grep.
19300
19301 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19302 Delete "Automatic File De/compression" (auto-compression-mode).
19303
19304 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
19305
19306 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19307 Silence warning about non-existent variable.
19308
19309 2005-08-25 Richard M. Stallman <rms@gnu.org>
19310
19311 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19312 Rename "Describe Key" to "Describe Key or Mouse Operation".
19313
19314 * mail/mailalias.el (build-mail-aliases): Delete comments
19315 from the contents before processing them.
19316
19317 * isearch.el (isearch-edit-string): Erase the Search prompt
19318 if user enters an empty string and there is no default.
19319
19320 * comint.el (comint-file-name-prefix): Add autoload.
19321
19322 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
19323
19324 * subr.el (play-sound): Rearrange to avoid warning.
19325
19326 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
19327
19328 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19329 New hook.
19330 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19331
19332 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19333
19334 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19335
19336 * custom.el (custom-theme-set-variables): Sort minor modes last.
19337
19338 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19339
19340 * subr.el (version-separator, version-regexp-alist): New vars used by
19341 version comparison funs.
19342 (integer-list-<, integer-list-=, integer-list-<=)
19343 (integer-list-not-zero): New funs for integer list comparison.
19344 (version-to-list, version=, version<, version<=): New funs for version
19345 comparison.
19346
19347 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
19348
19349 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19350 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19351 time to silence the byte-compiler.
19352
19353 * ibuffer.el (ibuffer-compile-make-eliding-form)
19354 (ibuffer-check-formats): Use `with-no-warnings' to hide references
19355 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19356 so it's silly to get warnings for it).
19357 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19358 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19359 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19360 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19361 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19362 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19363 Defvar at compile time.
19364 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19365 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19366 Declare them before use.
19367
19368 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19369 (info-xref-good, info-xref-bad): Defvar at compile time.
19370
19371 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19372 Use `let*' instead of `let'.
19373
19374 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19375 (*mouse-y*, menu, char): Defvar at compile time.
19376 (sc::menu): Declare it before use.
19377 (sc::pack-one-line): Use `let', not `let*'.
19378
19379 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19380 (mail-send-hook): Defvar at compile time.
19381
19382 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19383 Defvar at compile time.
19384
19385 * term/sun-mouse.el (current-global-mousemap)
19386 (current-local-mousemap): Declare them before use.
19387
19388 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
19389
19390 * bookmark.el (bookmark-after-jump-hook): New hook.
19391 (bookmark-jump): Run `bookmark-after-jump-hook'.
19392
19393 2005-08-23 Juri Linkov <juri@jurta.org>
19394
19395 * faces.el (minibuffer-prompt): Doc fix.
19396
19397 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
19398
19399 * progmodes/xscheme.el: Trivial changes to silence warnings.
19400 (xscheme-previous-mode, xscheme-previous-process-state):
19401 Add defvars.
19402 (xscheme-last-input-end, xscheme-process-command-line)
19403 (xscheme-process-name, xscheme-buffer-name)
19404 (xscheme-expressions-ring-max, xscheme-expressions-ring)
19405 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19406 (xscheme-control-g-synchronization-p)
19407 (xscheme-control-g-disabled-p, xscheme-string-receiver)
19408 (default-xscheme-runlight, xscheme-runlight)
19409 (xscheme-runlight-string, xscheme-process-filter-state)
19410 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19411 Move to beginning of file.
19412 (scheme-interaction-mode-commands-alist)
19413 (scheme-interaction-mode-map, scheme-debugger-mode-map):
19414 Declare them before use. Note: the initialization code for the
19415 variables has not been moved because it uses functions that reference
19416 the variables.
19417 (xscheme-control-g-message-string, xscheme-process-filter-alist)
19418 (xscheme-prompt-for-expression-map): Declare them before use.
19419 (scheme-debugger-mode-commands): "?\ " -> "?\s".
19420
19421 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
19422
19423 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19424
19425 2005-08-22 Juri Linkov <juri@jurta.org>
19426
19427 * faces.el (set-face-underline): Delete this duplicate function
19428 and make an obsolete alias to set-face-underline-p.
19429 (set-face-underline-p): Use docstring of set-face-underline.
19430 (describe-face): Create hyperlink to parent face.
19431
19432 * info.el (Info-insert-dir): Use save-excursion around
19433 insert-buffer-substring.
19434 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19435 (Info-escape-percent): Delete function.
19436 (Info-fontify-node): Replace Info-escape-percent by
19437 replace-regexp-in-string with REP arg set to lambda that
19438 duplicates `%' and preserves text properties.
19439
19440 * progmodes/compile.el (compilation-disable-input): Doc fix.
19441 (define-compilation-mode): Doc fix and refill.
19442 (kill-compilation): Use `mode-name' in the error message.
19443 (compilation-find-file): Use `compilation-error' in the
19444 read-file-name's prompt.
19445
19446 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19449 (smerge-auto-leave): Make undo re-enable the mode.
19450 (debug-ignored-errors): Add the user-error of impossible resolution.
19451 (smerge-resolve): Move things around a bit, in preparation for later.
19452 (smerge-diff): Don't fail if the buffer has no associated file.
19453 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19454 (smerge-conflict-overlay): New function.
19455 (smerge-match-conflict): Don't add text properties here.
19456 (smerge-find-conflict): Instead, add an overlay here.
19457 Also check for the case where we're inside a conflict already, so as to
19458 obviate the need for font-lock-multiline, which is unbearably slow with
19459 large conflicts and ciomplex font-lock patterns.
19460 (smerge-remove-props): Remove overlay rather than text-properties.
19461 (smerge-mode): Don't set font-lock-multiline.
19462 Remove overlays when turned off.
19463
19464 2005-08-21 Kim F. Storm <storm@cua.dk>
19465
19466 * ido.el (ido-ignore-item-p): Use save-match-data.
19467 Bind case-fold-search to ido-case-fold locally.
19468
19469 2005-08-20 Richard M. Stallman <rms@gnu.org>
19470
19471 * files.el (normal-mode): If font lock is on, turn it off and on.
19472
19473 * subr.el (replace-regexp-in-string): Doc fix.
19474
19475 * startup.el (command-line-1): Don't suppress startup screen
19476 due to existing processes.
19477
19478 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19479
19480 * progmodes/compile.el (compilation-disable-input): Default to nil.
19481
19482 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19483
19484 * progmodes/compile.el (compilation-disable-input): New defcustom.
19485 (compilation-start): If compilation-disable-input is non-nil, send
19486 EOF to the compilation process.
19487
19488 2005-08-20 Eli Zaretskii <eliz@gnu.org>
19489
19490 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19491 Run the argument of tex-shell-cd-command through
19492 convert-standard-filename, to get the correct style of slashes on
19493 Windows, and enclose the result in quotes, in case the file name
19494 includes whitespace or other special characters.
19495
19496 2005-08-19 Andreas Schwab <schwab@suse.de>
19497
19498 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19499 process.
19500
19501 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
19502
19503 * cus-start.el (minibuffer-prompt-properties): Correct typo.
19504
19505 2005-08-18 Kim F. Storm <storm@cua.dk>
19506
19507 * scroll-lock.el: Fix errors due to incorrect line wrapping.
19508
19509 2005-08-18 Richard M. Stallman <rms@gnu.org>
19510
19511 * scroll-lock.el: New file.
19512
19513 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
19514
19515 * dired.el (dired-move-to-end-of-filename):
19516 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19517
19518 2005-08-18 Kim F. Storm <storm@cua.dk>
19519
19520 * ido.el (ido-everywhere): Fix defcustom :set function to disable
19521 rather than toggle mode when custom value is nil.
19522 (ido-everywhere): Fix defun doc string.
19523
19524 2005-08-17 Richard M. Stallman <rms@gnu.org>
19525
19526 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19527 as tag instead of "Inviolable".
19528
19529 2005-08-17 Kim F. Storm <storm@cua.dk>
19530
19531 * windmove.el (windmove-coordinates-of-position): Remove.
19532 (windmove-coordinates-of-window-position): Remove.
19533 (windmove-reference-loc): Use posn-at-point instead.
19534
19535 * subr.el (insert-for-yank-1): Doc fix.
19536
19537 * ido.el (ido-enter-matching-directory): Rename from
19538 ido-enter-single-matching-directory. Change `slash' choice to
19539 `only'. Add `first' choice.
19540 (ido-exhibit): Adapt to above changes.
19541
19542 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
19543
19544 * Makefile.in: Expand comment about building loaddefs.el.
19545
19546 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
19547
19548 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19549 Comment use of defadvice.
19550
19551 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19552
19553 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
19554
19555 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19556 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19557 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19558 * progmodes/idlw-shell.el, progmodes/ld-script.el,
19559 * progmodes/which-func.el, ruler-mode.el, strokes.el,
19560 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19561 for backward compatibility for faces that did not appear in the
19562 previous Emacs release.
19563
19564 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19565
19566 2005-08-15 Kim F. Storm <storm@cua.dk>
19567
19568 * emulation/cua-base.el (cua-delete-region): Return t if
19569 deleted region was non-empty.
19570 (cua-replace-region): Inhibit overwrite-mode for
19571 self-insert-command if replaced region was non-empty.
19572 (cua--explicit-region-start, cua--status-string): Make them
19573 buffer-local at top-level...
19574 (cua-mode): ...rather than when mode is enabled.
19575
19576 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
19577
19578 * progmodes/vhdl-mode.el (vhdl-emacs-21):
19579 Set t for Emacs 21, 22, and so on.
19580
19581 2005-08-15 David Ponce <david@dponce.com>
19582
19583 * tree-widget.el: Update Commentary header.
19584 (tree-widget-theme): Doc fix.
19585 (tree-widget-space-width): New option.
19586 (tree-widget-image-properties): Look up in the default theme too.
19587 (tree-widget--cursors): Only for images with arrow pointer shape.
19588 (tree-widget-lookup-image): Pointer shape is hand by default.
19589 (tree-widget-icon): Rename generic icon widget from
19590 `tree-widget-control'.
19591 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
19592 derive from `tree-widget-icon'.
19593 (tree-widget-handle): Improve default look and feel of the text
19594 representation.
19595 (tree-widget): Rename :*-control properties to :*-icon properties.
19596 Add :action and :help-echo properties.
19597 (tree-widget-after-toggle-functions): Move.
19598 (tree-widget-close-node, tree-widget-open-node): Remove.
19599 (tree-widget-before-create-icon-functions): New hook.
19600 (tree-widget-value-create): Update to allow customization of icons
19601 and nodes at run-time via that new hook.
19602 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
19603 (tree-widget-icon-action, tree-widget-icon-help-echo)
19604 (tree-widget-action, tree-widget-help-echo): New functions.
19605
19606 2005-08-15 Kim F. Storm <storm@cua.dk>
19607
19608 * ido.el (ido-buffer-internal): Use with-no-warnings.
19609 (ido-make-merged-file-list): Use while-no-input.
19610
19611 2005-08-15 Richard M. Stallman <rms@gnu.org>
19612
19613 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
19614 (flyspell-large-region): Fix doc and custom type.
19615
19616 2005-08-14 Richard M. Stallman <rms@gnu.org>
19617
19618 * files.el (interpreter-mode-alist): Doc fix.
19619
19620 * mail/rmail.el (rmail-nonignored-headers): New variable.
19621 (rmail-clear-headers): Use it.
19622 (rmail-reply): Better handling of mail-followup-to header.
19623
19624 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19625 Rename variable from sh-font-lock-keywords. In the `shell' entry,
19626 don't try to refer to executable-font-lock-keywords.
19627 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
19628 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
19629 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
19630 (sh-mode): Set comment-start-skip, local-abbrev-table,
19631 imenu-case-fold-search.
19632 (sh-set-shell): Don't set them here.
19633 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
19634 Don't cache the results in the original alist; don't ever modify
19635 that alist.
19636
19637 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
19638
19639 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
19640 empty.
19641
19642 2005-08-15 Andreas Schwab <schwab@suse.de>
19643
19644 * desktop.el: Put autoload cookie at risky-local-variable declarations.
19645
19646 * dired.el, info.el, mail/rmail.el: Revert last change.
19647
19648 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
19649
19650 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
19651 modification in `eval-after-load' form.
19652 * info.el: Likewise.
19653 * mail/rmail.el: Likewise.
19654
19655 2005-08-14 Juri Linkov <juri@jurta.org>
19656
19657 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19658 Remove highlighting of "Compilation started". Highlight only
19659 the word "finished" in "Compilation finished". Add highlighting
19660 of "interrupt", "killed", "terminated" and the exit code.
19661 (compilation-start): Add newline after header. Use exactly the
19662 same time stamp format as the finishing message.
19663 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
19664
19665 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
19666 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
19667 Add highlighting of "interrupt", "killed", "terminated".
19668
19669 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
19670 enabled and the current command is self-insert-command, call it
19671 explicitly with overwrite-mode bound to nil, to not allow it
19672 to delete the character after the selected region.
19673
19674 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
19675
19676 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
19677 move-end-of-line, end-of-line, and beginning-of-line to the list
19678 of commands after which the echo area is updated.
19679
19680 2005-08-12 Eli Zaretskii <eliz@gnu.org>
19681
19682 * cus-edit.el (custom-save-all, custom-save-delete):
19683 Bind recentf-exclude to exclude custom-file.
19684
19685 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
19686
19687 * mail/rmailsum.el (rmail-summary-end-of-message): New command
19688 to go to the bottom of the mail message. Added to
19689 `rmail-summary-mode-map' with key "/".
19690 (rmail-summary-show-message): New (internal) function for use by
19691 both `rmail-summary-beginning/end-of-message'.
19692 (rmail-summary-beginning-of-message): Change to use
19693 rmail-summary-show-message.
19694
19695 * mail/rmail.el (rmail-end-of-message): New command to go to the
19696 end of the current message. Added to `rmail-mode-map' with key "/".
19697 (rmail-beginning-of-message): Fix to work as documented.
19698 (rmail-mode): Change documentation.
19699
19700 * progmodes/compile.el (compilation-start): Add the line
19701 "Compilation started" with compilation start time.
19702 (compilation-mode-font-lock-keywords): Add `started' to keywords.
19703
19704 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
19705
19706 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
19707 of menu items.
19708
19709 2005-08-11 Richard M. Stallman <rms@gnu.org>
19710
19711 * simple.el (pop-global-mark): Reverse test of widen-automatically.
19712
19713 * battery.el (battery-status-function): Don't use ignore-errors.
19714
19715 2005-08-11 Lute Kamstra <lute@gnu.org>
19716
19717 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
19718 define-obsolete-variable-alias.
19719
19720 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
19721
19722 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
19723 (ange-ftp-send-cmd): Revert last change, and expand
19724 the comment explaining the problem.
19725
19726 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
19727
19728 * ldefs-boot.el: Update.
19729
19730 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
19731 item to "Time, Load and Mail". Change help echo text.
19732
19733 * time.el (display-time-use-mail-icon, display-time-format)
19734 (display-time-string-forms): Shorten first line of docstrings.
19735
19736 2005-08-10 Lars Hansen <larsh@soem.dk>
19737
19738 * desktop.el (desktop-buffer-mode-handlers):
19739 Make non-customizable. Add autoload cookie. Change initial value to
19740 nil; add elements in respective modules instead. Fix doc string.
19741 (desktop-load-file): New function.
19742 (desktop-minor-mode-handlers): New autoloaded variable.
19743 (desktop-create-buffer): Call minor mode handlers.
19744 Use desktop-load-file to load major and minor mode modules prior to
19745 checking for a handler.
19746 (desktop-save): Don't add nil to desktop-minor-modes for minor
19747 modes with nil function in desktop-minor-mode-table. Don't delete
19748 desktop file before rewriting it.
19749 (desktop-locals-to-save): Add autoload cookie. Don't make
19750 automatically buffer-local. Add variables column-number-mode,
19751 size-indication-mode, indent-tabs-mode,
19752 indicate-buffer-boundaries, indicate-empty-lines and
19753 show-trailing-whitespace.
19754 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
19755 regexps. Don't use desktop-clear-preserve-buffers-regexp.
19756 (desktop-clear-preserve-buffers-regexp): Delete.
19757 (desktop-clear-preserve-buffers): Update initial value and docstring.
19758 (desktop-save-buffer): Fix doc string.
19759
19760 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19761 (hilit-chg-desktop-restore): New function.
19762 (highlight-changes-mode): Add highlight-changes-mode to
19763 desktop-locals-to-save.
19764
19765 * dired.el: Add handler to desktop-buffer-mode-handlers.
19766 (dired-restore-desktop-buffer): Remove autoload cookie.
19767 (dired-mode): Add autoload cookie.
19768
19769 * info.el: Add handler to desktop-buffer-mode-handlers.
19770 (Info-restore-desktop-buffer): Remove autoload cookie.
19771 (Info-mode): Add autoload cookie.
19772
19773 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19774 (mh-restore-desktop-buffer): Remove autoload cookie.
19775 (mh-folder-mode): Add autoload cookie.
19776
19777 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19778 (rmail-restore-desktop-buffer): Remove autoload cookie.
19779
19780 2005-08-11 Masatake YAMATO <jet@gyve.org>
19781
19782 * hexl.el (hexl-address-region):
19783 (hexl-ascii-region, hexl-font-lock-keywords):
19784 (hexl-highlight-line-range): Use the term "region"
19785 instead of "area" for consistency with the other symbols
19786 defined in hexl.el.
19787
19788 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
19789
19790 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19791 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19792 out by Juri Linkov). Add `display-battery-mode'.
19793
19794 2005-08-09 Juri Linkov <juri@jurta.org>
19795
19796 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19797 Remove `-text' from face variable names.
19798 (compilation-error-file-name, compilation-warning-file-name)
19799 (compilation-info-file-name): Delete faces.
19800 (compilation-line-number, compilation-column-number):
19801 Remove face underlining.
19802 (compilation-message-face): Set to `underline' value by default.
19803 (compilation-error-face, compilation-warning-face)
19804 (compilation-info-face): Remove `-file-name' from face names.
19805 (compilation-error-text-face, compilation-warning-text-face)
19806 (compilation-info-text-face): Delete face variables.
19807 (compilation-text-face): Delete function.
19808
19809 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19810 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19811 (grep-error-face): Set to `compilation-error' instead of
19812 `compilation-error-face' (which is redefined to `grep-hit-face' in
19813 grep buffers).
19814 (grep-mode-font-lock-keywords): Remove `-text' from face variable
19815 names. Use `grep-error-face' instead of `compilation-error-text-face'.
19816
19817 * dired-aux.el (dired-do-query-replace-regexp):
19818 Use `query-replace-read-args'.
19819
19820 * replace.el (query-replace-read-from, query-replace-read-to)
19821 (query-replace-read-args): Rename arg `string' to `prompt'.
19822
19823 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19824
19825 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
19826
19827 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19828 uploading files.
19829 (ange-ftp-canonize-filename): Handle file names beginning with ~
19830 correctly.
19831
19832 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19833
19834 * textmodes/fill.el (canonically-space-region)
19835 (fill-context-prefix, fill-french-nobreak-p)
19836 (fill-delete-newlines, fill-comment-paragraph)
19837 (justify-current-line): "?\ " -> "?\s".
19838
19839 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
19840
19841 * textmodes/fill.el (fill-nonuniform-paragraphs):
19842 Improve argument/docstring consistency.
19843
19844 2005-08-09 Richard M. Stallman <rms@gnu.org>
19845
19846 * textmodes/ispell.el (ispell-word): More fboundp checks.
19847
19848 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19849 (find-file-noselect-1): Call it here, only if RAWFILE.
19850 (normal-mode): Always set some major mode.
19851 (save-some-buffers-action-alist): Change some explanation strings.
19852 (file-name-non-special): In the `quote' method, use unwind-protect.
19853
19854 2005-08-09 Magnus Henoch <mange@freemail.hu>
19855
19856 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19857 (ispell-have-aspell-dictionaries): New variable.
19858 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19859 (ispell-get-aspell-config-value): New function.
19860 (ispell-aspell-find-dictionary): New function.
19861 (ispell-aspell-add-aliases): New function.
19862 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19863 appropriate. Don't look for ispell dictionaries if we use aspell.
19864 (ispell-menu-map): Don't build a submenu of dictionaries.
19865
19866 2005-08-09 Richard M. Stallman <rms@gnu.org>
19867
19868 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19869 (sql-read-passwd): Use read-passwd.
19870
19871 * progmodes/idlw-toolbar.el (idlwave-toolbar)
19872 (idlwave-toolbar-is-possible): Add defvars.
19873
19874 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19875 Avoid warnings.
19876
19877 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19878 (idlwave-system-class-info, idlwave-executive-commands-alist):
19879 Use defvar.
19880
19881 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19882
19883 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19884 Avoid warnings.
19885
19886 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19887 and content-type: headers.
19888
19889 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19890
19891 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19892 and rename some of them to be more self-explanatory.
19893
19894 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19895
19896 * startup.el (command-line-1): Implement -scriptload.
19897
19898 * replace.el (occur-engine): Initial *Occur* output not undoable.
19899
19900 * menu-bar.el (menu-bar-file-menu): Rename some menu items
19901 and improve help strings.
19902
19903 * isearch.el (isearch-repeat): When changing direction,
19904 mark search successful.
19905
19906 * ediff-init.el: Use (featurep 'xemacs).
19907
19908 * comint.el (send-invisible): Identify buffer, if not selected.
19909
19910 * align.el: Delete autoload for c-guess-basic-syntax.
19911
19912 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19913
19914 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19915 Improve argument/docstring consistency. Doc fixes.
19916 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19917 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19918 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19919 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19920 (r2bv-organization, r2bv-pages, r2bv-primary-author)
19921 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19922 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19923 Defvar at compile time.
19924
19925 2005-08-09 Juri Linkov <juri@jurta.org>
19926
19927 * info.el: Replace `info' with upper-case `Info' where appropriate.
19928 (info-title-1, info-title-2, info-title-3, info-title-4)
19929 (info-menu-header): Move up face definitions.
19930 (info-menu-star): Rename from `info-menu-5'.
19931 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19932 (Info-fontify-visited-nodes): Fix docstring.
19933 (Info-hide-note-references): Fix docstring.
19934 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19935 menu items in the same way as on cross-references.
19936 (info-apropos): Fix sorting order and formatting to be like in the
19937 stand-alone Info browser. Display error messages for 1 sec.
19938 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
19939 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19940 from the menu bar.
19941 (Info-insert-dir): Restore point after calling
19942 `insert-buffer-substring'.
19943
19944 2005-08-08 Richard M. Stallman <rms@gnu.org>
19945
19946 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
19947 (recompute-lucid-menubar): Add defvars.
19948
19949 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
19950
19951 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
19952
19953 * net/net-utils.el (run-dig): Rename from `dig'.
19954
19955 * play/gametree.el (gametree-mode): Use make-local-variable,
19956 not make-variable-buffer-local.
19957
19958 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
19959
19960 * ansi-color.el (ansi-color-make-extent)
19961 (ansi-color-set-extent-face): Use fboundp, not functionp.
19962
19963 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
19964 not make-variable-buffer-local.
19965
19966 * bookmark.el (Info-current-file): Add defvar.
19967 (bookmark-jump-noselect): Use with-no-warnings.
19968
19969 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
19970
19971 * ebuff-menu.el (Helper-return-blurb): Add defvar.
19972
19973 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
19974
19975 * find-file.el (ada-procedure-start-regexp)
19976 (ada-package-start-regexp): Add defvars.
19977
19978 * info.el (Info-insert-dir): Use insert-buffer-substring.
19979
19980 * xml.el (xml-att-def-re): Add defvar.
19981
19982 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
19983 calling convention.
19984
19985 * subr.el (while-no-input): Return t if there is input.
19986
19987 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
19988
19989 * cus-start.el (all): Add `overflow-newline-into-fringe'.
19990
19991 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
19992
19993 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
19994 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
19995
19996 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
19997
19998 * cmuscheme.el (scheme-start-file): Replace reference to
19999 `user-emacs-directory' by "~/.emacs.d/".
20000
20001 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
20002
20003 * info.el (Info-dir-remove-duplicates): Avoid case folding
20004 in loop; instead, keep downcased strings for comparison.
20005 Suggested by Helmut Eller.
20006
20007 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
20008
20009 Sync with Tramp 2.0.50.
20010
20011 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
20012 XEmacs case; not necessary anymore.
20013 (tramp-user-regexp): Allow "@" as part of user name.
20014 (tramp-handle-set-visited-file-modtime)
20015 (tramp-handle-insert-file-contents)
20016 (tramp-handle-write-region): No special handling for
20017 `last-coding-system-used, because this is done in
20018 `tramp-accept-process-output' now.
20019 (tramp-accept-process-output): New defun.
20020 (tramp-process-one-action, tramp-process-one-multi-action)
20021 (tramp-wait-for-regexp, tramp-wait-for-output)
20022 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
20023 Howells <dhowells@redhat.com>.
20024 (clear-visited-file-modtime): Defadvice removed. The check for
20025 unset buffer's modtime does not need to be based on
20026 `tramp-buffer-file-attributes'. Suggested by RMS.
20027 (tramp-message): Insert "\n" if not being at beginning of line.
20028 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
20029 sequence with same logic.
20030 (tramp-completion-handle-expand-file-name): Discard call of
20031 `tramp-drop-volume-letter'. It is not necessary, and there have
20032 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
20033 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20034 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
20035 should always be visible.
20036 (tramp-handle-insert-directory, tramp-setup-complete)
20037 (tramp-set-process-query-on-exit-flag)
20038 (tramp-append-tramp-buffers): Pacify byte-compiler.
20039 (tramp-bug): Delete non-existing variables from list.
20040 Apply `tramp-load-report-modules' as pre-hook.
20041 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
20042 `shell-prompt-pattern' because of non-7bit characters.
20043 Reported by Sebastian Luque <sluque@mun.ca>.
20044 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
20045 (tramp-match-string-list): Remove function.
20046 (tramp-wait-for-regexp): Remove call of that function.
20047 Suggested by Kim F. Storm <storm@cua.dk>.
20048 (tramp-set-auto-save-file-modes): Use octal integer code #o600
20049 instead of octal character code ?\600. The latter resulted in a
20050 syntax error with XEmacs.
20051
20052 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
20053 XEmacs case; not necessary anymore.
20054 (tramp-smb-handle-write-region): No special handling for
20055 `last-coding-system-used, because this is done in
20056 `tramp-accept-process-output' now.
20057 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
20058
20059 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
20060
20061 * wid-edit.el (widget-choice-value-create):
20062 Unconditionally respect user choice. Set :explicit-choice back to nil
20063 when no longer needed.
20064 (widget-choice-action): Unconditionally respect user choice.
20065 Eliminate :explicit-choice-value.
20066
20067 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
20068
20069 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
20070 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
20071 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
20072 running new function `toggle-indicate-empty-lines'.
20073 Rename "Customize" item to "Customize fringe".
20074 Rename "Indicators" item to "Buffer boundaries" and change help echo.
20075 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
20076 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
20077 Delete "Empty lines only" item.
20078 (menu-bar-showhide-fringe-ind-customize): New function.
20079 (menu-bar-showhide-fringe-ind-mixed)
20080 (menu-bar-showhide-fringe-ind-box)
20081 (menu-bar-showhide-fringe-ind-right)
20082 (menu-bar-showhide-fringe-ind-left)
20083 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
20084 instead of `fringe-indicators'.
20085
20086 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20087
20088 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
20089 Change the date of last update.
20090
20091 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20092
20093 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
20094 (viper-exec-yank, viper-put-back): Don't display modification msg
20095 if in the minibuffer.
20096
20097 * viper-init.el (viper-replace-overlay-cursor-color)
20098 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
20099 Make variables frame local.
20100
20101 * viper-util.el (viper-append-filter-alist): Use append instead of
20102 nconc.
20103
20104 * viper.el (viper-vi-state-mode-list)
20105 (viper-emacs-state-mode-list): Move help-mode and
20106 completion-list-mode from the first list to the second.
20107 (viper-mode): Docstring.
20108 (viper-go-away, viper-non-hook-settings): Don't localize
20109 minor-mode-alist in newer Emacsen. Add advice to
20110 set-cursor-color. Don't bind "\C-c\\".
20111
20112 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
20113
20114 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
20115 (scheme-macro-expand-command): New user options.
20116 (scheme-trace-procedure, scheme-expand-current-form): New commands.
20117 (scheme-form-at-point, scheme-start-file)
20118 (scheme-interactively-start-process): New functions.
20119 (scheme-get-process): New function, extracted from `scheme-proc'.
20120 (run-scheme): Call `scheme-start-file' to get start file, and pass
20121 it to `make-comint'.
20122 (switch-to-scheme, scheme-proc):
20123 Call `scheme-interactively-start-process' if no Scheme buffer/process
20124 is available.
20125
20126 2005-08-06 Juri Linkov <juri@jurta.org>
20127
20128 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20129 Use `compilation-text-face', `compilation-info-text-face' and
20130 `compilation-error-text-face' instead of `font-lock-keyword-face'.
20131 (compilation-error): New face.
20132 (compilation-error-file-name): Inherit from
20133 `compilation-error' instead of `font-lock-warning-face'.
20134 (compilation-warning-file-name): Inherit from
20135 `compilation-warning' instead of `font-lock-warning-face'.
20136 (compilation-info, compilation-error-file-name)
20137 (compilation-warning-file-name, compilation-info-file-name)
20138 (compilation-line-number, compilation-column-number): Doc fix.
20139 (compilation-error-text-face, compilation-warning-text-face)
20140 (compilation-info-text-face): New face variables.
20141 (compilation-line-face, compilation-column-face)
20142 (compilation-enter-directory-face)
20143 (compilation-leave-directory-face): Doc fix.
20144 (compilation-text-face): New function.
20145
20146 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20147 instead of 1 to display binary file names as info file links.
20148 (grep-error-face): Use `compilation-error-face' instead of
20149 `font-lock-keyword-face'.
20150 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20151 and `compilation-warning-text-face' instead of
20152 `font-lock-keyword-face'. Use `compilation-error-text-face'
20153 instead of `grep-error-face'.
20154
20155 2005-08-05 Kenichi Handa <handa@m17n.org>
20156
20157 * international/code-pages.el: Add autoload cookies for all coding
20158 systems.
20159
20160 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
20161
20162 * cus-start.el (all): Put undo.c where it alphabetically belongs.
20163
20164 2005-08-04 Juri Linkov <juri@jurta.org>
20165
20166 * progmodes/compile.el (compilation-mode-map):
20167 * progmodes/grep.el (grep-mode-map):
20168 Bind TAB to `compilation-next-error' and [backtab] to
20169 `compilation-previous-error'.
20170
20171 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20172 matching line numbers, column numbers and their ranges with regexp
20173 matching only line numbers.
20174 (grep-context-face): New face variable.
20175 (grep-mode-font-lock-keywords): Use it.
20176
20177 * faces.el (read-face-name): Delete duplicate faces.
20178
20179 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
20180
20181 * thumbs.el (thumbs-find-image): Don't make variables
20182 automatically buffer local.
20183 (thumbs-current-tmp-filename, thumbs-current-image-filename)
20184 (thumbs-image-num): Make automatically buffer local.
20185 (thumbs-show-thumbs-list): Use `make-local-variable', not
20186 `make-variable-buffer-local'.
20187 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20188
20189 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20190 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20191 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20192 (bother, bye, canyou, chatlst, continue, deathlst, describe)
20193 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20194 (feelings-about, foullst, found, hello, history, howareyoulst)
20195 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20196 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20197 (neglst, obj, object, owner, please, problems, qlist)
20198 (random-adjective, relation, remlst, repetitive-shortness)
20199 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20200 (shortlst, something, sportslst, stallmanlst, states, subj)
20201 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20202 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20203 Defvar at compile time.
20204
20205 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20206 not `make-variable-buffer-local'.
20207
20208 2005-08-02 Kim F. Storm <storm@cua.dk>
20209
20210 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20211 rectangle overlay in selected window.
20212
20213 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
20214
20215 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20216 instead of display group. Make `indicate-buffer-boundaries'
20217 customizable through Custom.
20218
20219 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
20220
20221 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20222 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20223 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20224 (gdb-put-string): Fix typos in docstrings.
20225
20226 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
20227
20228 Update copyright notices of files in progmodes directory for
20229 release of Emacs 22.1.
20230
20231 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20232
20233 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20234 Don't barf if the GUD buffer has been killed.
20235
20236 2005-08-01 Kim F. Storm <storm@cua.dk>
20237
20238 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20239
20240 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20241
20242 * simple.el (next-error-follow-minor-mode):
20243 make-variable-buffer-local -> make-local-variable.
20244
20245 * emacs-lisp/cl-extra.el: Require CL also when compiling.
20246
20247 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20248 (byte-compile-form-make-variable-buffer-local): New functions to warn
20249 about misuses of make-variable-buffer-local where make-local-variable
20250 was meant.
20251
20252 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
20253
20254 * bs.el (bs-attributes-list): Doc fix.
20255 (bs): Update url-link.
20256
20257 * desktop.el (desktop-save-buffer): Fix typos in docstring.
20258 (desktop-load-default): Simplify.
20259
20260 * ibuffer.el (ibuffer-columnize-and-insert-list)
20261 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20262 (ibuffer-unmark-all, ibuffer-toggle-marks)
20263 (ibuffer-unmark-forward, ibuffer-unmark-backward)
20264 (ibuffer-compile-make-format-form, ibuffer-format-column)
20265 (ibuffer-current-buffers-with-marks)
20266 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20267 (ibuffer): Doc fix.
20268 (ibuffer-mode): Fix typo in docstring.
20269 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20270 with `define-obsolete-variable-alias'.
20271 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
20272
20273 2005-07-29 Kenichi Handa <handa@m17n.org>
20274
20275 * international/mule-cmds.el (select-message-coding-system):
20276 Be sure to use LF for end-of-line. If no coding system is decided,
20277 return iso-8859-1-unix.
20278
20279 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20280
20281 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20282 (ange-ftp-pending-error-line): New vars.
20283 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20284 to handle the non-fatal no-route-to-host messages.
20285 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20286
20287 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
20288
20289 * isearch.el (isearch-mode-map, isearch-other-meta-char)
20290 (isearch-quote-char, isearch-printing-char)
20291 (isearch-text-char-description): "?\ " -> "?\s".
20292 (isearch-lazy-highlight-cleanup)
20293 (isearch-lazy-highlight-initial-delay)
20294 (isearch-lazy-highlight-interval)
20295 (isearch-lazy-highlight-max-at-a-time)
20296 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20297 Declare with define-obsolete-*-alias macros.
20298 (isearch-forward): Fix typo in docstring.
20299 (search-invisible, search-ring-yank-pointer)
20300 (regexp-search-ring-yank-pointer): Doc fixes.
20301
20302 * recentf.el (recentf-menu-append-commands-p): Declare with
20303 `define-obsolete-variable-alias'.
20304 (recentf-max-saved-items, recentf-menu-filter)
20305 (recentf-arrange-by-rule-subfilter): Doc fixes.
20306 (recentf-menu-append-commands-flag)
20307 (recentf-initialize-file-name-history, recentf-expand-file-name)
20308 (recentf-clear-data): Fix typos in docstrings.
20309
20310 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
20311
20312 * progmodes/gdb-ui.el: Smarten comments.
20313 (gdb-info-breakpoints-custom): Use nowarn when finding file.
20314
20315 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20316
20317 * term/apollo.el (terminal-init-apollo): New function containing
20318 all former top level forms in the file.
20319 * term/bobcat.el (terminal-init-bobcat):
20320 * term/cygwin.el (terminal-init-cygwin):
20321 * term/iris-ansi.el (terminal-init-iris-ansi):
20322 * term/linux.el (terminal-init-linux):
20323 * term/news.el (terminal-init-news):
20324 * term/rxvt.el (terminal-init-rxvt):
20325 * term/sun.el (terminal-init-sun):
20326 * term/tvi970.el (terminal-init-tvi970):
20327 * term/vt100.el (terminal-init-vt100):
20328 * term/vt102.el (terminal-init-vt102):
20329 * term/vt125.el (terminal-init-vt125):
20330 * term/vt200.el (terminal-init-vt200):
20331 * term/vt201.el (terminal-init-vt201):
20332 * term/vt220.el (terminal-init-vt220):
20333 * term/vt240.el (terminal-init-vt240):
20334 * term/vt300.el (terminal-init-vt300):
20335 * term/vt320.el (terminal-init-vt320):
20336 * term/vt400.el (terminal-init-vt400):
20337 * term/vt420.el (terminal-init-vt420):
20338 * term/wyse50.el (terminal-init-wyse50):
20339 * term/xterm.el (terminal-init-xterm): Likewise.
20340
20341 * term/README: Describe the terminal-init-* functionality.
20342
20343 * startup.el (command-line): After loading the terminal initialization
20344 file call the corresponding terminal initialization function.
20345
20346 2005-07-27 Kenichi Handa <handa@m17n.org>
20347
20348 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20349 negative.
20350
20351 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20352 (ps-mule-composition-prologue): Fix for the case that
20353 RelativeCompose is false.
20354
20355 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20356
20357 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20358
20359 * descr-text.el (describe-char): Handle the case where the list of
20360 chars is displayed in a separate frame.
20361 Be a bit more discriminating when looking for the char.
20362
20363 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
20364
20365 * bookmark.el (bookmark-automatically-show-annotations)
20366 (bookmark-read-annotation-text-func): Doc fixes.
20367 (bookmark-save): Improve argument/docstring consistency.
20368 (bookmark-get-bookmark, bookmark-get-bookmark-record)
20369 (bookmark-alist-from-buffer)
20370 (bookmark-upgrade-file-format-from-0)
20371 (bookmark-grok-file-format-version)
20372 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20373 (bookmark-read-annotation-mode)
20374 (bookmark-insert-current-bookmark, bookmark-jump)
20375 (bookmark-exit-hook): Fix typos in docstrings.
20376 (bookmark-exit-hooks): Define as obsolete alias.
20377 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20378 not `bookmark-exit-hooks'. Fix docstring.
20379 (bookmark-bmenu-select): "?\ " -> "?\s".
20380
20381 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
20382
20383 * startup.el (command-line): Fix typo.
20384
20385 2005-07-24 Richard M. Stallman <rms@gnu.org>
20386
20387 * tooltip.el (tooltip-mode): Test emacs-basic-display,
20388 not emacs-quick-startup.
20389
20390 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
20391
20392 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20393 (reb-next-match, reb-show-subexp): Use `with-selected-window'
20394 instead of `reb-with-current-window'.
20395 (reb-prev-match): Likewise. Also, don't move left if the search
20396 was unsuccessful.
20397 (reb-initialize-buffer): New function.
20398 (re-builder, reb-change-syntax): Use it.
20399
20400 * man.el (Man-goto-page): Make second argument NOERROR optional.
20401
20402 2005-07-23 Richard M. Stallman <rms@gnu.org>
20403
20404 * man.el (Man-bgproc-sentinel): Check here for failure to find
20405 any man page in the output, and report the error here.
20406 (Man-arguments): Make it permanent local.
20407 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
20408 (Man-mode): Pass t for NOERROR.
20409
20410 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20411 (grep-mode-font-lock-keywords):
20412 Don't use compilation-...-face for messages that are not file names.
20413
20414 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20415 Don't use compilation-...-face for messages that are not file names.
20416
20417 2005-07-22 Juri Linkov <juri@jurta.org>
20418
20419 * startup.el (normal-splash-screen): Update menu name.
20420
20421 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20422
20423 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20424
20425 * term/xterm.el: Load term/rxvt if the terminal is actually an
20426 rxvt terminal.
20427 (xterm-rxvt-set-background-mode): Remove, not used anymore.
20428
20429 * term/rxvt.el (function-key-map): Use substitute-key-definition
20430 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
20431
20432 * term/cygwin.el: New file.
20433
20434 2005-07-22 Kim F. Storm <storm@cua.dk>
20435
20436 * image-file.el (insert-image-file, image-file-yank-handler):
20437 Fix last change to maintain a (unique) yank-handler on yanked images.
20438
20439 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
20440
20441 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20442 of the file size (as in "177B" for 177 bytes). This happens with
20443 "ls -lh" on FreeBSD.
20444
20445 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
20446
20447 * hilit-chg.el (highlight-changes-global-initial-state)
20448 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20449 (hilit-chg-fixup, highlight-changes-mode):
20450 Fix typos in docstrings.
20451 (highlight-changes-global-modes, highlight-changes-rotate-faces):
20452 Doc fixes.
20453
20454 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
20455
20456 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20457 mode function using `eval-after-load'.
20458
20459 2005-07-21 Kim F. Storm <storm@cua.dk>
20460
20461 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
20462 included when reporting an Emacs crash, and tell about the DEBUG file.
20463
20464 * image-file.el (insert-image-file): Add yank-handler.
20465 (image-file-yank-handler): Yank handler to make unique copies of
20466 images when they are yanked into a buffer next to each other.
20467
20468 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
20469
20470 * comint.el (comint-use-prompt-regexp, comint-send-input)
20471 (comint-source-default, comint-extract-string)
20472 (comint-get-source, comint-word, comint-completion)
20473 (comint-source, comint-prompt-read-only, comint-update-fence):
20474 Fix typos in docstrings.
20475 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20476 Declare with define-obsolete-*-alias macros.
20477 (comint-previous-matching-input-from-input)
20478 (comint-next-matching-input-from-input)
20479 (comint-previous-matching-input, comint-next-matching-input)
20480 (comint-forward-matching-input):
20481 Improve argument/docstring consistency.
20482
20483 * desktop.el (desktop-clear-preserve-buffers-regexp):
20484 Also preserve the *server* buffer.
20485
20486 * simple.el (clone-indirect-buffer): Doc fix.
20487 (fixup-whitespace, just-one-space)
20488 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20489 (next-error, next-error-highlight)
20490 (next-error-highlight-no-select, next-error-last-buffer)
20491 (next-error-buffer-p, next-error-find-buffer, next-error)
20492 (previous-error, next-error-no-select, previous-error-no-select)
20493 (open-line, split-line, minibuffer-prompt-width, kill-new)
20494 (binary-overwrite-mode): Fix typos in docstrings.
20495 (set-fill-column): Fix typo in message.
20496
20497 * skeleton.el (skeleton-proxy-new): Doc fix.
20498
20499 * strokes.el (strokes-load-hook): Doc fix.
20500 (strokes-grid-resolution, strokes-get-grid-position)
20501 (strokes-renormalize-to-grid, strokes-read-stroke)
20502 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20503 (strokes-global-map): Fix typos in docstrings.
20504 (strokes-help): Doc fix. Fix help message and pass it through
20505 `substitute-command-keys'.
20506
20507 * tempo.el (tempo-insert-prompt, tempo-interactive)
20508 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20509 (tempo-insert-string-functions, tempo-local-tags)
20510 (tempo-define-template, tempo-insert-template)
20511 (tempo-insert-prompt-compat, tempo-is-user-element)
20512 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20513 Fix typos in docstrings.
20514
20515 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20516 (vcursor-key-bindings, vcursor-use-vcursor-map)
20517 (vcursor-find-window, vcursor-scroll-down)
20518 (vcursor-disable, vcursor-beginning-of-buffer)
20519 (vcursor-end-of-buffer): Fix typos in docstrings.
20520 (vcursor-relative-move, vcursor-get-char-count):
20521 Improve argument/docstring consistency.
20522
20523 * version.el: "?\ " -> "?\s".
20524
20525 * wid-edit.el (widget-default-create, widget-after-change)
20526 (widget-default-format-handler, widget-checklist-add-item)
20527 (widget-radio-add-item, widget-choose, widget-specify-secret)
20528 (widget-field-value-create, widget-field-value-get)
20529 (widget-editable-list-format-handler)
20530 (widget-editable-list-entry-create, widget-group-value-create)
20531 (widget-documentation-link-add)
20532 (widget-documentation-string-value-create): "?\ " -> "?\s".
20533 (widget-convert-text): Doc fix.
20534 (widget-narrow-to-field, widget-field-find)
20535 (widget-url-link-action, widget-emacs-library-link-action)
20536 (widget-color-notify): Fix typos in docstrings.
20537
20538 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20539 (x-select-text, set-w32-system-coding-system)
20540 (w32-add-charset-info): Fix typos in docstrings.
20541
20542 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20543 (cua-enable-cua-keys, cua-use-hyper-key)
20544 (cua-virtual-rectangle-edges): Fix typos in docstrings.
20545 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20546
20547 * net/tramp.el (tramp-handle-load): Fix typo in error message.
20548
20549 * emacs-lisp/re-builder.el (regexp-builder): Declare with
20550 `defalias' instead of faking it.
20551
20552 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20553 (eshell-ls-missing, eshell-ls-dired-initial-args)
20554 (eshell-ls-use-in-dired): Fix typos in docstrings.
20555
20556 2005-07-20 Kim F. Storm <storm@cua.dk>
20557
20558 * emulation/cua-base.el (cua-mode): Improve doc string.
20559
20560 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
20561
20562 * abbrev.el (expand-region-abbrevs): Doc fix.
20563 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20564 Improve argument/docstring consistency.
20565
20566 * arc-mode.el (archive-get-descr, archive-alternate-display):
20567 Doc fixes.
20568 (archive-l-e): Improve argument/docstring consistency.
20569 (archive-tmpdir, archive-unixdate, archive-unixtime)
20570 (archive-chmod-entry): Fix typos in docstrings.
20571 (archive-unflag, archive-unflag-backwards)
20572 (archive-unmark-all-files): "?\ " -> "?\s".
20573
20574 * buff-menu.el (Buffer-menu-unmark): Doc fix.
20575 (Buffer-menu-not-modified, Buffer-menu-execute)
20576 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20577 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20578
20579 * composite.el (compose-string, encode-composition-rule)
20580 (compose-last-chars): Fix typos in docstrings.
20581
20582 * desktop.el (desktop-enable, desktop-basefilename):
20583 Declare with `define-obsolete-variable-alias'.
20584 (desktop-internal-v2s): Don't quote keywords.
20585 (desktop-clear): "?\ " -> "?\s".
20586
20587 * dired.el (dired-align-file, dired-flag-backup-files)
20588 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
20589 (dired-listing-switches, dired-ls-F-marks-symlinks)
20590 (dired-dwim-target, dired-load-hook, dired-mode-hook)
20591 (dired-directory, dired-faces, dired, dired-revert)
20592 (dired-mode, dired-summary, dired-view-file)
20593 (dired-copy-filename-as-kill, dired-delete-file)
20594 (dired-no-confirm, dired-unmark-all-marks)
20595 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
20596 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
20597 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
20598 Fix typos in message strings.
20599
20600 * dired-x.el (virtual-dired): Declare with `defalias'.
20601 (dired-mark-unmarked-files, dired-local-variables-file)
20602 (dired-omit-here-always): Doc fix.
20603 (dired-omit-mode, dired-find-subdir)
20604 (dired-enable-local-variables, dired-clean-up-buffers-too)
20605 (dired-extra-startup, dired-mark-extension, dired-jump)
20606 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
20607 (dired-smart-shell-command, dired-guess-shell-alist-user)
20608 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
20609 (dired-x-bind-find-file, dired-x-submit-report):
20610 Fix typos in docstrings.
20611 (dired-mark-unmarked-files): "?\ " -> "?\s".
20612
20613 * dirtrack.el (dirtrack-list): Fix typos in docstring.
20614
20615 * faces.el (describe-face): "?\ " -> "?\s".
20616 (read-all-face-attributes, read-face-font, modify-face)
20617 (face-attr-construct, italic): Fix typos in docstrings.
20618 (frame-update-face-colors): Declare with
20619 `define-obsolete-function-alias'.
20620
20621 * files.el (find-file-noselect, recode-file-name): Doc fixes.
20622 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
20623 (magic-mode-alist, buffer-file-numbers-unique)
20624 (write-file-functions, get-free-disk-space):
20625 Fix typos in docstrings.
20626 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
20627 (write-contents-hooks, write-file-hooks):
20628 Declare with `define-obsolete-variable-alias'.
20629
20630 * forms-d2.el (arch-rj): Fix typo in docstrings.
20631 (arch-tocol): Likewise. "?\ " -> "?\s".
20632
20633 * frame.el (set-frame-font, cursor-in-non-selected-windows):
20634 Fix typo in docstring.
20635 (set-screen-width, set-screen-height): Delete redundant info in
20636 doctrings.
20637 (new-frame, screen-height, screen-width): Declare with
20638 `define-obsolete-function-alias'.
20639 (delete-frame-hook, blink-cursor): Declare with
20640 `define-obsolete-variable-alias'.
20641
20642 * paths.el (prune-directory-list): Fix typos in docstring.
20643
20644 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
20645 (cvs-prefix-get): Fix typos in docstrings.
20646
20647 * ps-print.el (ps-extend-face-list, ps-extend-face)
20648 (ps-print-background-image): Fix typos in docstrings.
20649 (ps-default-fg, ps-default-bg): Doc fixes.
20650
20651 * s-region.el (s-region-bind): Doc fix.
20652 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
20653
20654 * textmodes/org.el (org-table-formula-substitute-names)
20655 (org-table-get-vertical-vector): Doc fixes.
20656 (org-table-recalculate): Remove unused argument to `message'.
20657
20658 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
20659
20660 * textmodes/org.el (org-table-column-names)
20661 (org-table-column-name-regexp)
20662 (org-table-named-field-locations): New variables.
20663 (org-archive-subtree): Protect `this-command' when calling
20664 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
20665 the kill buffer.
20666 (org-complete): Remove fixed-formula completion.
20667 (org-edit-formulas-map): New variable.
20668 (org-table-edit-formulas): New command.
20669 (org-finish-edit-formulas, org-abort-edit-formulas)
20670 (org-show-variable, org-table-get-vertical-vector): New functions.
20671 (org-table-maybe-eval-formula): Handle `:=' fields.
20672 (org-table-get-stored-formulas, org-table-store-formulas)
20673 (org-table-get-formula, org-table-modify-formulas)
20674 (org-table-replace-in-formulas): Handle named field formulas.
20675 (org-table-get-specials): Store locations of named fields.
20676
20677 2005-07-19 Juri Linkov <juri@jurta.org>
20678
20679 * progmodes/grep.el (grep-regexp-alist)
20680 (grep-mode-font-lock-keywords, grep-process-setup):
20681 Use default GNU grep match color "01;31m" instead of "01;41m".
20682 (grep-regexp-alist, grep-mode-font-lock-keywords):
20683 Use `\\[[0-9]*m' instead of `\\[00m'.
20684 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
20685 sgr_start where its handling is more important. Use the real
20686 length of sgr_start instead of constant 8.
20687 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
20688 specially. Delete all remaining escape sequences.
20689 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
20690 (grep-regexp-alist): Make hyperlink only for binary file name
20691 instead of the whole line.
20692 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
20693 (grep-mode): Add autoload.
20694
20695 * emacs-lisp/find-func.el (find-function-regexp):
20696 Add `define-compilation-mode'.
20697
20698 2005-07-19 Juri Linkov <juri@jurta.org>
20699
20700 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
20701 (compare-windows-sync-string-size, compare-windows-recenter)
20702 (compare-windows-highlight, compare-windows): Add version 22.1.
20703 (compare-windows) <defface>: Inherit from lazy-highlight instead
20704 of duplicating its default value.
20705
20706 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
20707 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
20708
20709 * descr-text.el (describe-char): Create link buttons for `charset'
20710 and `code point'. Add the current input method name with a link
20711 button to `to input' field. Print face names of display table
20712 characters in `The display table entry is displayed by' section
20713 instead of printing face-id in the `display' field.
20714 Guess hardcoded faces and create a link button for them.
20715 Skip empty fields when calculating max-width.
20716 Treat `widget-create' specially while inserting strings from the
20717 collected field list.
20718 (describe-char-after): Made obsolete in version 22.1, not 21.5.
20719
20720 * diff-mode.el (diff-file-header): Change foreground color from
20721 yellow to green on light backgrounds.
20722 (diff-context): Inherit from `shadow' only for color/grayscale
20723 with more than 88 colors.
20724 (diff-indicator-removed, diff-indicator-added)
20725 (diff-indicator-changed): New faces.
20726 (diff-font-lock-keywords): Use new faces. Regroup rules.
20727 Add "^---$" for `normal' diff format. Fontify `#' lines with
20728 font-lock-comment-delimiter-face and font-lock-comment-face.
20729 Add `#' to ^[^...] in the rule for `diff-context-face'.
20730
20731 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
20732 a button-like box. Inherit from `highlight' on low colors.
20733 (shadow): Use shades of gray only for color/grayscale with
20734 more than 88 colors. Use green for light backgrounds with
20735 8 colors, and yellow for dark backgrounds with 8 colors.
20736
20737 * font-lock.el (font-lock-regexp-grouping-backslash):
20738 Don't inherit from escape-glyph (use bold for all cases).
20739
20740 * info.el (info-xref-visited): Use light foreground color `violet'
20741 for dark backgrounds instead of dark color `magenta3'.
20742 (info-title-1): Use `yellow' color for dark backgrounds.
20743
20744 * isearch.el (isearch): Use not-too-dark magenta3 instead of
20745 too-light magenta2.
20746
20747 * replace.el (match): Use slightly more light RoyalBlue3 instead
20748 of dark RoyalBlue4.
20749
20750 * wid-edit.el (widget-inactive): Inherit from `shadow'.
20751
20752 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
20753
20754 * novice.el (disabled-command-hook): Declare it with
20755 `define-obsolete-variable-alias'.
20756
20757 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20758 (desktop-buffer-misc-functions, desktop-buffer-handlers)
20759 (desktop-load-default): Add release to obsolescence info.
20760 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20761 (desktop-append-buffer-args, desktop-read):
20762 Fix typos in docstrings.
20763 (desktop-kill): Fix typo in message.
20764 (desktop-save): Doc fix.
20765
20766 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
20767
20768 * viper-cmd.el (viper-escape-to-state): Bug fix.
20769 (viper-envelop-ESC-key): Change the definition of fast
20770 keysequence so it'll work with keyboard macros.
20771
20772 * ediff.el (ediff-patch-buffer): Change the docstring.
20773
20774 2005-07-19 Kenichi Handa <handa@m17n.org>
20775
20776 * international/mule-cmds.el (select-safe-coding-system): Try to
20777 use an auto-coding (if any) before anything else. If the found
20778 auto-coding is invalid, show a warning message.
20779
20780 * international/mule.el (find-auto-coding): New function created
20781 by modifying the body of set-auto-coding.
20782 (set-auto-coding): Use find-auto-coding to find a coding.
20783
20784 2005-07-18 Richard M. Stallman <rms@gnu.org>
20785
20786 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20787 not isearch-mode-end-hook-error.
20788 (allout-before-change-protect): Fix error message.
20789
20790 2005-07-18 Juri Linkov <juri@jurta.org>
20791
20792 * allout.el (allout-mode):
20793 * calculator.el (calculator-copy):
20794 * custom.el (custom-known-themes):
20795 * dired.el (dired-desktop-buffer-misc-data)
20796 (dired-restore-desktop-buffer):
20797 * dired-x.el (dired-omit-marker-char):
20798 * files.el (basic-save-buffer):
20799 * font-core.el (font-lock-mode):
20800 * calendar/calendar.el (calendar-goto-hebrew-date)
20801 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20802 (calendar-goto-persian-date):
20803 * language/ethio-util.el (ethio-sera-to-fidel-region):
20804 * textmodes/picture.el (picture-mode):
20805 Delete duplicate duplicate words.
20806
20807 2005-07-18 Juri Linkov <juri@jurta.org>
20808
20809 * isearch.el (isearch-mode-map): Remove key bindings for regexp
20810 chars * ? } |.
20811 (isearch-fallback): Don't call `isearch-process-search-char'.
20812 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20813 (isearch-process-search-char): Call `isearch-fallback' for regexp
20814 chars * ? } |.
20815 (isearch-return-char): Make obsolete with `make-obsolete' instead
20816 of simply documenting it as obsolete in the docstring.
20817 (isearch-fallback): Refill docstring.
20818
20819 * international/isearch-x.el
20820 (isearch-process-search-multibyte-characters): Remove unneeded
20821 `concat'. Add intermediate values to `junk-hist' instead of
20822 `minibuffer-history'. Test the length of `str'.
20823
20824 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
20825
20826 * allout.el (allout-resolve-xref): Fix typos in error strings.
20827 (allout-before-change-protect): Remove unneeded `concat'.
20828
20829 * array.el (array-mode, array-reconfigure-rows)
20830 (untabify-backward): Fix typos in docstrings.
20831 (array-reconfigure-rows): Use `insert-buffer-substring', not
20832 `insert-buffer'.
20833
20834 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20835 * progmodes/ada-mode.el (ada-make-body):
20836 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20837
20838 * dired.el (dired-log):
20839 * tar-mode.el (tar-subfile-save-buffer):
20840 * play/zone.el (zone-pgm-stress-destress):
20841 Use `insert-buffer-substring', not `insert-buffer'.
20842
20843 2005-07-17 Simon Josefsson <jas@extundo.com>
20844
20845 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20846
20847 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
20848
20849 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20850 Add plain auth method.
20851 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20852
20853 2005-07-17 Kim F. Storm <storm@cua.dk>
20854
20855 * ido.el (dired-other-window): Add ido property.
20856
20857 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
20858
20859 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20860 Fix typo in docstring.
20861 (byte-compile-interactive-only-functions): Add `insert-buffer' and
20862 `insert-file-literally'.
20863
20864 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20865 info and delete redundant message. Doc fix.
20866 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20867 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20868
20869 2005-07-16 Richard M. Stallman <rms@gnu.org>
20870
20871 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20872 (byte-compile-and): Use byte-compile-and-recursion.
20873 (byte-compile-or-recursion): New function.
20874 (byte-compile-or): Use that.
20875 (byte-compile-if): Guard the else-clause too.
20876 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20877
20878 * isearch.el (isearch-mode-end-hook-quit): New variable.
20879 (isearch-done): Bind it.
20880 (isearch-mode-end-hook): Doc fix.
20881
20882 * allout.el (allout-isearch-did-quit): Variable deleted.
20883 (allout-real-isearch-abort): Function name no longer used.
20884 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20885 (allout-isearch-rectification): isearch-mode always exists.
20886 Don't set allout-isearch-did-quit.
20887 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20888 allout-isearch-did-quit.
20889 (allout-enwrap-isearch): Just add the hook.
20890 (allout-isearch-abort): Function deleted.
20891 (allout-pre-command-business): Avoid warning.
20892
20893 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20894 Correctly avoid warnings.
20895 (pascal-outline): Likewise.
20896
20897 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20898
20899 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20900
20901 * play/tetris.el (tetris-mode): Avoid warning.
20902
20903 * play/snake.el (snake-mode): Avoid warning.
20904
20905 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20906 (gamegrid-set-display-table): Avoid warning.
20907 (gamegrid-set-timer): Likewise.
20908 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20909 (gamegrid-add-score-with-update-game-score-1): Take FILE
20910 as argument.
20911 (gamegrid-add-score-with-update-game-score): Pass that argument.
20912 Rename have-shared-game-dir to gamegrid-shared-game-dir.
20913
20914 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20915
20916 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20917 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20918
20919 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20920 and insert-file.
20921
20922 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20923 (sc-ask): Avoid warnings.
20924
20925 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20926 (eshell-hist-initialize): Use that var the natural way.
20927
20928 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20929
20930 * emacs-lisp/re-builder.el (reb-cook-regexp):
20931 Avoid warning calling lre-compile-string.
20932 (reb-color-display-p): Avoid warning.
20933
20934 * calculator.el (calculator-last-input): Guard uses
20935 of event-key and key-press-event-p.
20936 (event-key, key-press-event-p): Delete definitions.
20937
20938 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20939 (find-gc-source-directory, find-gc-subrs-callers)
20940 (find-gc-noreturn-list, find-gc-source-files)
20941 (find-gc-subrs-called): Vars renamed and defvar'd.
20942
20943 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20944 (checkdoc-overlay-put, checkdoc-delete-overlay)
20945 (checkdoc-overlay-start, checkdoc-overlay-end)
20946 (checkdoc-mode-line-update, checkdoc-char=):
20947 Define such that compiler knows they are defined.
20948 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
20949 (checkdoc-read-event): Delete. Use read-event directly.
20950
20951 * whitespace.el (whitespace-make-overlay)
20952 (whitespace-overlay-put, whitespace-delete-overlay)
20953 (whitespace-overlay-start, whitespace-overlay-end):
20954 Define such that compiler knows they are defined.
20955 (whitespace): Move conditional inside.
20956
20957 * tempo.el (tempo-insert-template): Suppress warning.
20958
20959 * ediff-diff.el (longlines-mode): Add defvar.
20960
20961 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
20962
20963 * server.el: Bind "C-x #" in a way that works even if C-x is
20964 redefined to a command key, not a prefix key.
20965
20966 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20967
20968 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
20969 cl-make-type-test till execution time.
20970
20971 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
20972
20973 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
20974 arg ARG and use it.
20975
20976 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20977
20978 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
20979
20980 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
20981
20982 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20983 a defcustom with two :set or :type keywords.
20984
20985 2005-07-15 Richard M. Stallman <rms@gnu.org>
20986
20987 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20988 Don't give ^M comment-end syntax.
20989
20990 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
20991
20992 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
20993 Don't consider gdbmi (gdb-mi.el has its own update functions).
20994 (gdb-var-delete): Make it work for gdbmi as well.
20995 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
20996
20997 * progmodes/gud.el (etags, sdb): Only require etags when needed.
20998 (gud-speedbar-menu-items): Correct logic for enabling items.
20999
21000 2005-07-15 Kim F. Storm <storm@cua.dk>
21001
21002 * ido.el: Fix commentary.
21003 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
21004 Use with-no-warnings around ffap-guesser.
21005 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
21006 Let bind minibuffer-completing-file-name to t.
21007
21008 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
21009
21010 * startup.el (site-run-file, keyboard-type): Doc fixes.
21011 (command-line): Check for "--basic-display" argument; also for
21012 "--quick", not "--bare-bones" (which was renamed).
21013 (fancy-splash-text): Add missing item "Getting New Versions".
21014 (normal-splash-screen): Fix typos and improve consistency with
21015 `fancy-splash-text'. Update copyright year.
21016
21017 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
21018 valid binding for `help-char'.
21019
21020 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
21021
21022 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
21023
21024 * term.el (term-mode): Disable cua-mode for term buffers.
21025
21026 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
21027
21028 * add-log.el (add-log-mailing-address, change-log-merge):
21029 Doc fixes.
21030 (change-log-get-method-definition): Fix typo in docstring.
21031
21032 2005-07-14 Kim F. Storm <storm@cua.dk>
21033
21034 * emulation/cua-base.el:
21035 (cua--pre-command-handler-1, cua--pre-command-handler)
21036 (cua--post-command-handler-1, cua--post-command-handler):
21037 Split in two. Check (buffer local) value of cua-mode.
21038 (cua-selection-mode): New command.
21039
21040 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
21041
21042 * custom.el (custom-initialize-safe-set)
21043 (custom-initialize-safe-default): Doc fixes.
21044
21045 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21046 and simplify :init-value again.
21047
21048 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21049 and simplify :init-value again. Delete autoload.
21050
21051 * startup.el (command-line): Use `custom-reevaluate-setting' again
21052 for tooltip-mode.
21053
21054 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21055 a defcustom with two :initialize keywords.
21056
21057 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
21058
21059 * allout.el (my-mark-marker, allout-isearch-prior-pos)
21060 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
21061 (allout-post-command-business, allout-flag-region)
21062 (isearch-reenable-font-lock, allout-yank)
21063 (allout-insert-latex-header, allout-insert-latex-trailer)
21064 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
21065 (allout-latex-verb-quote): Fix typos in docstrings.
21066 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
21067 (allout-unprotected, allout-prefix-data):
21068 Improve argument/docstring consistency.
21069 (allout-chart-subtree): Fix argument spec.
21070 (allout-open-topic): Rename `use_sib_bullet' argument to
21071 `use-sib-bullet'. Doc fix.
21072
21073 * whitespace.el (whitespace-check-buffer-leading)
21074 (whitespace-check-buffer-trailing)
21075 (whitespace-check-buffer-indent)
21076 (whitespace-check-buffer-spacetab)
21077 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
21078 (whitespace-check-leading-whitespace)
21079 (whitespace-check-trailing-whitespace)
21080 (whitespace-check-spacetab-whitespace)
21081 (whitespace-check-indent-whitespace)
21082 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
21083 (whitespace-modes): Fix typos in docstrings.
21084 (defgroup, defcustom): Doc fixes.
21085
21086 * winner.el (winner-mode, winner-boring-buffers)
21087 (winner-pending-undo-ring): Doc fixes.
21088 (winner-ring): Remove unneeded `progn'.
21089 (winner-equal): `defsubst' it.
21090 (winner-redo): Fix message.
21091
21092 2005-07-13 Kim F. Storm <storm@cua.dk>
21093
21094 * simple.el (line-move-1): Always use vertical-motion to
21095 do the last (or only) line move to ensure some movement.
21096 Undo 2005-06-23 change--don't check for overlays.
21097
21098 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21099
21100 * term/mac-win.el (ccl-encode-mac-roman-font)
21101 (ccl-encode-mac-centraleurroman-font)
21102 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
21103 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
21104 Change charset-id boundary of dimension to ?\xef.
21105 (mac-char-fontspec-list): New constant.
21106 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
21107 argument. Nil uses itself as family in font-spec. Previous
21108 behavior for nil is now provided by non-nil non-string argument.
21109 All callers changed. Add font-specs for Mac fonts to
21110 "fontset-default" unless iso8859-1 fonts are installed.
21111
21112 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21113
21114 * progmodes/sh-script.el (sh-get-indent-info): Only indent
21115 a continuation line if the \ is preceded by SPC or TAB.
21116 (sh-get-indent-info): Simplify.
21117 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
21118 Use with-current-buffer.
21119
21120 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
21121 when the matched text is empty.
21122
21123 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
21124
21125 * startup.el (command-line): Revert to previous handling of
21126 tooltip-mode. Explain in comment why the complexity is needed.
21127
21128 * tooltip.el (tooltip-mode): Revert to previous implementation of
21129 its defcustom.
21130
21131 * frame.el (blink-cursor-mode): Revert to previous implementation
21132 of its defcustom. Update comment.
21133
21134 2005-07-12 Lars Hansen <larsh@soem.dk>
21135
21136 * desktop.el: Update e-mail address.
21137
21138 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21139
21140 * term/mac-win.el (mac-services-mail-selection)
21141 (mac-services-mail-to): New functions.
21142 (mac-application-menu-map): Bind them.
21143
21144 2005-07-12 wulei <milton@wulei.net> (tiny change)
21145
21146 * progmodes/gdb-ui.el: Add note about buffering with Windows.
21147
21148 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
21149
21150 * custom.el (custom-reevaluate-setting): Doc fix.
21151
21152 2005-07-11 Jay Belanger <belanger@truman.edu>
21153
21154 * calc/calc.el (calc-embedded-announce-formula-alist)
21155 (calc-embedded-open-close-plain-alist)
21156 (calc-embedded-open-close-mode-alist): Add checks for additional
21157 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21158
21159 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
21160
21161 * custom.el (custom-enable-theme): Don't add theme to
21162 `custom-enabled-themes' with `push' because there is no
21163 setf-method for `delq'.
21164
21165 2005-07-11 Richard M. Stallman <rms@gnu.org>
21166
21167 * custom.el (custom-declare-variable): Doc fix.
21168
21169 * dired-aux.el (dired-compare-directories): Remove "." and ".."
21170 from the alists.
21171
21172 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21173 Do nothing if edebug-active.
21174
21175 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21176 (edebug-display): Do it here instead.
21177
21178 2005-07-10 Richard M. Stallman <rms@gnu.org>
21179
21180 * cus-face.el (custom-theme-set-faces): Make it work.
21181 (custom-reset-faces): Doc fix.
21182 (custom-theme-reset-internal-face, custom-theme-face-value):
21183 Functions deleted.
21184
21185 * custom.el (custom-push-theme): Maintain list of the settings
21186 of a given theme in its theme-settings property.
21187 Maintain position of old settings in the theme-value
21188 or theme-face property.
21189 (custom-enabled-themes): New variable.
21190 (custom-theme-enabled-p): New function.
21191 (provide-theme): Update custom-enabled-themes.
21192 Disable and reenable the `user' theme.
21193 (require-theme): Doc fix.
21194 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21195 (custom-theme-value, custom-theme-variable-value): Likewise.
21196 (custom-theme-reset-internal): Likewise.
21197 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21198 (custom-enable-theme, custom-disable-theme): New functions.
21199 (custom-variable-theme-value, custom-face-theme-value): Likewise.
21200 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21201 (custom-theme-reset-variables): Simplify.
21202 (deftheme, custom-declare-theme, custom-make-theme-feature):
21203 Definitions moved.
21204
21205 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
21206
21207 * longlines.el (longlines-show-region)
21208 (longlines-unshow-hard-newlines): Recognize hard newlines by
21209 non-nil hard property, instead of t.
21210
21211 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
21212
21213 * viper-cmd.el (viper--key-maps): New variable.
21214 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21215 emulation-mode-map-alists.
21216 (viper-envelop-ESC-key): Use viper-subseq.
21217 (viper-search-forward/backward/next): Disable debug-on-error.
21218
21219 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21220 (viper-ESC-key): New defcustoms.
21221
21222 * viper-macs.el (ex-map-read-args): Use viper-subseq.
21223
21224 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21225 (viper-subseq): Copy of subseq from cl.el.
21226
21227 * viper.el (viper-go-away, viper-set-hooks): Use
21228 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21229
21230 * viper-mous.el (viper-current-frame-saved): Use defvar.
21231
21232 * viper-init.el: Get rid of -face in face names.
21233
21234 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21235 Make it work with longlines mode
21236
21237 * ediff-mult.el (ediff-meta-mode-hook): New variable.
21238
21239 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21240
21241 * ediff-init.el: Get rid of -face in face names.
21242
21243 2005-07-10 Richard M. Stallman <rms@gnu.org>
21244
21245 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21246 and with-timeout-unsuspend.
21247
21248 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21249 and with-timeout-unsuspend.
21250
21251 * emacs-lisp/timer.el (with-timeout-timers): New variable.
21252 (with-timeout): Bind that variable to record timers.
21253 (with-timeout-suspend, with-timeout-unsuspend): New functions.
21254
21255 * emacs-lisp/debug.el (debug-help-follow): New function.
21256 (debugger-mode-map): Use that instead of help-follow.
21257 (debugger-setup-buffer): Use eval-buffer-list
21258 to handle eval-buffer frames.
21259
21260 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
21261
21262 * timezone.el (timezone-parse-date): Change first regexp
21263 so it will not mistakenly match dates with no time zone.
21264
21265 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
21266
21267 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21268
21269 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
21270
21271 * custom.el (custom-initialize-safe-set)
21272 (custom-initialize-safe-default): New functions.
21273
21274 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21275 and simplify :init-value.
21276
21277 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21278 and simplify :init-value. Delete obsolete comment.
21279
21280 * startup.el (command-line): Use `custom-reevaluate-setting' to
21281 handle `tooltip-mode'. Delete obsolete comment.
21282
21283 * files.el (set-visited-file-name): Avoid calling
21284 `file-name-nondirectory' with a nil argument.
21285
21286 2005-07-09 Richard M. Stallman <rms@gnu.org>
21287
21288 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21289 was called with nil for the buffer, handle the read position right.
21290 Handle read position for eval-region, too.
21291
21292 2005-07-09 Juri Linkov <juri@jurta.org>
21293
21294 * fringe.el (fringe-mode): Add period in docstring.
21295 (fringe-query-style): Build prompt depending on `all-frames' arg.
21296
21297 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21298 to not create links to unrelated functions in the Help buffer.
21299
21300 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21301 Doc fix.
21302
21303 * simple.el (next-error-hook): New variable.
21304 (next-error): Use it. Doc fix.
21305
21306 * textmodes/ispell.el (ispell-command-loop): Add current
21307 dictionary name and program name to mode-line-format.
21308 (ispell-region, ispell-process-line): Add current dictionary name
21309 and program name to messages.
21310
21311 2005-07-08 Jay Belanger <belanger@truman.edu>
21312
21313 * calc/calc.el (calc-embedded-announce-formula-alist)
21314 (calc-embedded-open-close-formula-alist)
21315 (calc-embedded-open-close-word-alist)
21316 (calc-embedded-open-close-plain-alist)
21317 (calc-embedded-open-close-new-formula-alist)
21318 (calc-embedded-open-close-mode-alist)
21319 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21320 (calc-embedded-mode-hook): New variables.
21321
21322 * calc/calc-embed.el (calc-embedded-firsttime)
21323 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21324 New variables.
21325 (calc-do-embedded): Use calc-embedded-firsttime,
21326 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21327 determine whether or not to run hooks.
21328 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21329 calc-embedded-firsttime-formula appropriately.
21330 Set calc-embedded delimiter variables according to mode.
21331
21332 2005-07-08 Richard M. Stallman <rms@gnu.org>
21333
21334 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21335 Check for "emacs", etc., as entire symbol, not just as word.
21336 (checkdoc-file-comments-engine): Use regexp-quote on FN.
21337
21338 * files.el (set-visited-file-name): Report the error
21339 for "empty filename" earlier.
21340 (kill-some-buffers): Ignore buffers already dead.
21341
21342 * fringe.el (fringe-mode): Doc fix.
21343
21344 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21345 Check for (featurep 'xemacs) and turn off warnings in what it guards.
21346 Use unwind-protect to ensure byte-compile-unresolved-functions
21347 is updated.
21348
21349 * whitespace.el (whitespace-buffer-leading-cleanup):
21350 Simplify w/ skip-chars-forward.
21351 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21352
21353 * mail/rmail.el (rmail-only-expunge): Fix paren error.
21354 Unconditionally try to leave point at the same old place.
21355
21356 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
21357
21358 * comint.el (comint-postoutput-scroll-to-bottom)
21359 (comint-show-maximum-output): Take scroll-margin into consideration.
21360
21361 2005-07-08 Kim F. Storm <storm@cua.dk>
21362
21363 * ido.el (ido-use-filename-at-point): New choice `guess'.
21364 (ido-file-internal): Try ffap-guesser if selected.
21365
21366 * ido.el (ido-before-fallback-functions): New hook.
21367 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21368 (ido-read-file-name): Run it.
21369
21370 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21371
21372 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21373 strings rather than a list of symbols to the completion function.
21374
21375 2005-07-07 Jay Belanger <belanger@truman.edu>
21376
21377 * calc/calc-units.el (math-apply-units): Change the places in
21378 which units are simplified.
21379
21380 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
21381
21382 * cus-edit.el (customize-option, customize-option-other-window):
21383 Make them handle aliases.
21384
21385 * custom.el (custom-variable-p): Make it recursively follow
21386 aliases. Mention that in the docstring.
21387
21388 2005-07-07 Richard M. Stallman <rms@gnu.org>
21389
21390 * cus-start.el (exec-path): Use `directory' instead of `file'.
21391 Fix tag for nil.
21392
21393 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21394
21395 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21396 when called non-interactively. Doc fix.
21397
21398 2005-07-07 Lute Kamstra <lute@gnu.org>
21399
21400 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21401 new address as well.
21402
21403 2005-07-07 Kenichi Handa <handa@m17n.org>
21404
21405 * international/mule.el (make-coding-system):
21406 Describe `ascii-incompatible' property in the docstring.
21407 (set-file-name-coding-system): Signal an error if coding-system is
21408 ascii-incompatible.
21409 (set-keyboard-coding-system): Likewise.
21410
21411 * international/mule-cmds.el (set-default-coding-systems):
21412 Don't set default-file-name-coding-system and
21413 default-keyboard-coding-system if coding-system is ASCII-incompatible.
21414
21415 * international/utf-16.el: Declare that all UTF-16-based coding
21416 systems are ASCII-incompatible.
21417
21418 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
21419
21420 * progmodes/gud.el: Require font-lock for displaying errors.
21421 Used by gdb-ui.el.
21422
21423 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21424
21425 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21426 values for the pattern lists which are `read'able but not
21427 `append'able (like symbols).
21428
21429 2005-07-06 Richard M. Stallman <rms@gnu.org>
21430
21431 * progmodes/flymake.el (flymake-float-time): Instead of
21432 with-no-warnings, test for XEmacs.
21433 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21434 to avoid warning.
21435
21436 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
21437
21438 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21439
21440 2005-07-05 Lute Kamstra <lute@gnu.org>
21441
21442 * battery.el: Add support for Darwin (with much debugging help
21443 from Samuel Lauber <sam124@operamail.com>).
21444 (battery-status-function, battery-echo-area-format)
21445 (battery-mode-line-format): Add support for pmset on Darwin.
21446 (battery-load-low, battery-load-critical): New user options.
21447 (battery-pmset): New function.
21448
21449 2005-07-05 Lute Kamstra <lute@gnu.org>
21450
21451 Update FSF's address in GPL notices.
21452
21453 * textmodes/page-ext.el: Update FSF's address.
21454
21455 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21456
21457 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21458 filling from using prefix when filling a single-line docstring.
21459
21460 * progmodes/flymake.el: Remove useless eval-when-compile.
21461
21462 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21463
21464 2005-07-04 Richard M. Stallman <rms@gnu.org>
21465
21466 * textmodes/org.el (org-file-apps-defaults-gnu):
21467 Rename from org-file-apps-defaults-linux.
21468 (org-default-apps): Don't test system-type for `linux'.
21469 (org-file-apps): Doc fix.
21470
21471 2005-07-04 David Ponce <david@dponce.com>
21472
21473 * tree-widget.el: Improve header Commentary section.
21474 (tree-widget) [defgroup]
21475 (tree-widget-image-enable, tree-widget-themes-directory)
21476 (tree-widget-theme, tree-widget-image-properties-emacs)
21477 (tree-widget-image-properties-xemacs, tree-widget-create-image)
21478 (tree-widget-image-formats, tree-widget-control)
21479 (tree-widget-empty-control, tree-widget-leaf-control
21480 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21481 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21482 (tree-widget-keep, tree-widget-after-toggle-functions)
21483 (tree-widget-open-node, tree-widget-close-node): Doc fix.
21484 (tree-widget-open-control, tree-widget-close-control): Fix doc and
21485 :help-echo message.
21486 (tree-widget-set-theme): Doc fix. Use `string-equal'.
21487 (tree-widget-image-properties): Doc fix. Clearer implementation.
21488 (tree-widget--cursors): New constant.
21489 (tree-widget-lookup-image): New function split from
21490 `tree-widget-find-image'. Clearer implementation.
21491 (tree-widget-find-image): Use it.
21492 (tree-widget-button-keymap): Use `set-keymap-parent'.
21493 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21494 Define the sub-widgets here.
21495 (tree-widget-node): Check that :node is not a tree-widget.
21496 (tree-widget-get-super, tree-widget-open-control)
21497 (tree-widget-close-control, tree-widget-empty-control)
21498 (tree-widget-leaf-control, tree-widget-guide)
21499 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21500 (tree-widget-no-handle, tree-widget-value-delete)
21501 (tree-widget-map): Remove.
21502 (tree-widget-children-value-save): Doc fix. Simplified.
21503 (tree-widget-value-create): Update according to previous changes.
21504
21505 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
21506
21507 * textmodes/org.el: Leading space replaced by TABS.
21508 (org-recalc-marks, org-table-rotate-recalc-marks)
21509 (org-table-get-specials): Treat "^" and "_" marks.
21510 (org-table-justify-field-maybe): Optional argument NEW.
21511 (org-table-eval-formula): Parsing of the format simplified.
21512 New modes C,I. Honor the %= parameter in the current table.
21513 Avoid unnecessary re-align by using the NEW argument to
21514 `org-table-justify-field-maybe'.
21515 (org-calc-default-modes): Default for date-format mimicks org-mode.
21516 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21517
21518 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
21519
21520 * cus-face.el (custom-theme-set-faces): Make it handle face
21521 aliases whose alias declarations are pre- or autoloaded.
21522
21523 2005-07-04 Juri Linkov <juri@jurta.org>
21524
21525 * faces.el (read-face-name): Put the code for getting a face name
21526 from the buffer before adding the faces from the `face' property.
21527 Use `completing-read-multiple' instead of `completing-read'.
21528 Require `crm'. Add default value and post-process the returned
21529 list of faces.
21530
21531 * emacs-lisp/crm.el (crm-find-current-element)
21532 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21533
21534 * emacs-lisp/lisp-mode.el (eval-defun-1):
21535 * emacs-lisp/edebug.el (edebug-eval-defun):
21536 Remove unnecessary quotes.
21537
21538 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
21539
21540 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21541 (prolog-indent-level): Fix typo in docstring.
21542
21543 * info.el (Info-history, Info-history-forward)
21544 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21545
21546 * add-log.el (add-change-log-entry):
21547 * comint.el (comint-dynamic-list-input-ring)
21548 (comint-dynamic-list-completions):
21549 * dabbrev.el (dabbrev-expand):
21550 * delim-col.el (delimit-columns-rectangle-line):
21551 * diff-mode.el (diff-context->unified, diff-reverse-direction)
21552 (diff-unified->context):
21553 * ediff-init.el (ediff-abbrev-jobname):
21554 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21555 (ediff-replace-session-activity-marker-in-meta-buffer):
21556 * info.el (Info-summary):
21557 * lpr.el (printify-region):
21558 * printing.el (pr-create-interface):
21559 * ps-print.el (ps-print-quote):
21560 * ses.el (ses-column-widths, ses-print-cell)
21561 (ses-adjust-print-width, ses-center):
21562 * shell.el (shell-file-name-quote-list):
21563 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21564 (strokes-fill-current-buffer-with-whitespace)
21565 (strokes-xpm-for-stroke, strokes-list-strokes)
21566 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21567 * term.el (term-dynamic-list-input-ring)
21568 (term-dynamic-list-completions):
21569 * calc/calc.el (math-format-stack-value):
21570 * emacs-lisp/edebug.el (edebug-display-freq-count):
21571 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21572 (delphi-new-comment-line):
21573 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21574 * progmodes/executable.el (executable-set-magic):
21575 * progmodes/python.el (inferior-python-mode):
21576 * progmodes/scheme.el (scheme-mode-syntax-table):
21577 * progmodes/sh-script.el (sh-maybe-here-document):
21578 * progmodes/sql.el (sql-copy-column):
21579 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21580 * textmodes/bibtex.el (bibtex-mode):
21581 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21582 (sgml-auto-attributes):
21583 * textmodes/table.el (table-insert, table-shorten-cell)
21584 (table--generate-source-scan-lines, table-delete-row)
21585 (*table--cell-delete-char, table--spacify-frame)
21586 (table--horizontally-shift-above-and-below)
21587 (table--cell-insert-char, table--cell-blank-str)
21588 (table--fill-region-strictly):
21589 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
21590 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
21591
21592 * add-log.el (change-log):
21593 * apropos.el (apropos):
21594 * comint.el (comint-completion, comint-source):
21595 * dabbrev.el (dabbrev):
21596 * delim-col.el (columns):
21597 * diff-mode.el (diff-mode):
21598 * ediff.el (ediff):
21599 * ediff-diff.el (ediff-diff):
21600 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
21601 * ediff-mult.el (ediff-mult):
21602 * ediff-ptch.el (ediff-ptch):
21603 * ediff-wind.el (ediff-window):
21604 * facemenu.el (facemenu):
21605 * indent.el (indent):
21606 * info.el (info):
21607 * jka-cmpr-hook.el (compression, jka-compr):
21608 * lpr.el (lpr):
21609 * outline.el (outlines):
21610 * pcmpl-cvs.el (pcmpl-cvs):
21611 * pcmpl-rpm.el (pcmpl-rpm):
21612 * printing.el (printing):
21613 * ps-print.el (postscript, ps-print, ps-print-horizontal)
21614 (ps-print-vertical, ps-print-headers, ps-print-font)
21615 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
21616 (ps-print-background, ps-print-printer, ps-print-page)
21617 (ps-print-miscellany):
21618 * ses.el (ses):
21619 * shell.el (shell, shell-directories, shell-faces):
21620 * startup.el (initialization):
21621 * strokes.el (strokes):
21622 * term.el (term):
21623 * uniquify.el (uniquify):
21624 * w32-vars.el (w32):
21625 * calc/calc.el (calc):
21626 * emacs-lisp/bytecomp.el (bytecomp):
21627 * emacs-lisp/cl-indent.el (lisp-indent):
21628 * emacs-lisp/edebug.el (edebug):
21629 * emacs-lisp/elp.el (elp):
21630 * emacs-lisp/testcover.el (testcover):
21631 * emacs-lisp/trace.el (trace):
21632 * emulation/viper-ex.el (viper-ex):
21633 * emulation/viper-mous.el (viper-mouse):
21634 * mail/mailalias.el (mailalias):
21635 * mail/supercite.el (supercite, supercite-frames)
21636 (supercite-attr, supercite-cite, supercite-hooks):
21637 * net/rcompile.el (remote-compile):
21638 * net/rlogin.el (rlogin):
21639 * obsolete/ooutline.el (outlines):
21640 * progmodes/delphi.el (delphi):
21641 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
21642 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
21643 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
21644 (ebnf-optimization):
21645 * progmodes/etags.el (etags):
21646 * progmodes/executable.el (executable):
21647 * progmodes/idlwave.el (idlwave):
21648 * progmodes/pascal.el (pascal):
21649 * progmodes/prolog.el (prolog):
21650 * progmodes/python.el (python):
21651 * progmodes/scheme.el (scheme):
21652 * progmodes/sh-script.el (sh, sh-script):
21653 * progmodes/sql.el (SQL):
21654 * progmodes/tcl.el (tcl):
21655 * textmodes/bibtex.el (bibtex, bibtex-autokey):
21656 * textmodes/enriched.el (enriched):
21657 * textmodes/makeinfo.el (makeinfo):
21658 * textmodes/sgml-mode.el (sgml):
21659 * textmodes/table.el (table-hooks):
21660 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
21661 * textmodes/texinfo.el (texinfo):
21662 * textmodes/two-column.el (two-column):
21663 Finish `defgroup' description with period.
21664
21665 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
21666 * eshell/esh-var.el (eshell-var):
21667 * progmodes/vhdl-mode.el (vhdl-testbench):
21668 * textmodes/org.el (org): Fix typos in docstrings.
21669
21670 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
21671 consistency.
21672
21673 * progmodes/flymake.el (flymake-find-file): Remove.
21674 (flymake-float-time): Use `with-no-warnings'.
21675 (flymake-check-start-time, flymake-check-was-interrupted)
21676 (flymake-err-info, flymake-is-running, flymake-last-change-time)
21677 (flymake-new-err-info): `defvar' at compile time.
21678
21679 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
21680
21681 * replace.el (occur-hook): Doc fix.
21682 (occur-1): Don't call `occur-hook' if there are no matches.
21683
21684 2005-07-03 Richard M. Stallman <rms@gnu.org>
21685
21686 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
21687 global-map, save the same map.
21688 (global-map): Don't alter it at top level.
21689 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
21690 Then alter it here instead.
21691 (tpu-edt-off): Set global-map to the saved one.
21692
21693 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
21694 All references simplified.
21695 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
21696 (zmacs-regions): Add defvar.
21697 (repeat-complex-command-map): Everything about that deleted.
21698
21699 * textmodes/artist.el (artist-key-is-drawing)
21700 (artist-key-endpoint1, artist-key-poly-point-list)
21701 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
21702 (artist-key-compl-table, artist-rb-save-data)
21703 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
21704 Don't put them in eval-when-compile.
21705 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
21706
21707 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
21708 Use with-no-warnings.
21709
21710 * net/browse-url.el (dos-windows-version): Add defvar.
21711
21712 * mail/supercite.el (filladapt-prefix-table): Add defvar.
21713
21714 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
21715 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
21716 (rmail-new-summary-line-count): Rename from new-summary-line-count.
21717 Add defvar.
21718 (rmail-summary-beginning-of-message): Use with-no-warnings.
21719 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
21720
21721 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
21722 Use with-no-warnings.
21723
21724 * emulation/vi.el (vi-mark-region): Use c-mark-function.
21725 (c-mark-function): Add point-moving-unit property.
21726 (vi-goto-line): Use with-no-warnings.
21727
21728 * emulation/edt.el (edt-last-copied-word): Add defvar.
21729 (zmacs-region-stays): Likewise.
21730 (edt-mark-section-wisely): Use c-mark-function for C.
21731 Use makr-defun for Fortran.
21732 (time-string): defvar deleted.
21733 (edt-display-the-time): Don't set time-string.
21734
21735 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
21736
21737 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21738 Don't warn when name is not constant
21739 or for defining the group `emacs'.
21740
21741 * tooltip.el (gud-tooltip-mode): Add defvar.
21742
21743 * startup.el (default-frame-background-mode): Add defvar.
21744
21745 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
21746
21747 * info.el (tool-bar-map): Add defvar.
21748
21749 * dired.el (dnd-protocol-alist): Add defvar.
21750
21751 * dired-aux.el (dired-query): Display question with answer, when
21752 the user answers.
21753
21754 * custom.el (custom-add-option): Doc fix.
21755
21756 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21757
21758 2005-07-03 Eli Zaretskii <eliz@gnu.org>
21759
21760 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21761 bogus name from the last change.
21762
21763 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
21764
21765 * custom.el (custom-declare-variable): Fix typos in comment.
21766 (custom-known-themes): Doc fix.
21767 (custom-theme-directory): New defcustom.
21768 (require-theme): Make it check `custom-theme-directory'.
21769
21770 * cus-theme.el (custom-new-theme-mode): New function.
21771 (custom-theme-name, custom-theme-variables, custom-theme-faces)
21772 (custom-theme-description): Add compiler defvars.
21773 (customize-create-theme): Add doc to the "*New Custom Theme*"
21774 buffer. Use `custom-new-theme-mode'.
21775 (custom-theme-write): Put the created buffer in emacs-lisp-mode
21776 and save it to the `custom-theme-directory'. Make this the
21777 default directory of the buffer.
21778
21779 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
21780
21781 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21782 Fix unbalanced parentheses.
21783
21784 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21785
21786 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21787 into flymake-mode and delegate to flymake-mode.
21788
21789 * find-file.el (ff-which-function-are-we-in): Clean up.
21790
21791 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
21792
21793 * replace.el (occur-rename-buffer): Fix docstring.
21794
21795 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21796 (edt-last-copied-word, edt-learn-macro-count)
21797 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21798 (edt-rect-start-point, edt-user-global-map, rect-start-point)
21799 (time-string, zmacs-region-stays):
21800 * emulation/edt-mapper.el (edt-save-function-key-map)
21801 (EDT-key-name): `defvar' to silence the byte-compiler.
21802
21803 2005-07-02 Martin Rudalics <rudalics@gmx.at>
21804
21805 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21806 font-lock-regexp-backslash. Doc fix.
21807 (font-lock-regexp-backslash-grouping-construct): Rename from
21808 font-lock-regexp-backslash-construct. Doc fix.
21809 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21810 grouping constructs.
21811
21812 2005-07-02 Eli Zaretskii <eliz@gnu.org>
21813
21814 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21815 updating all the prerequisites.
21816
21817 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
21818
21819 * textmodes/org.el (org-agenda-start-on-weekday)
21820 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21821 (org-agenda-use-time-grid, org-archive-location)
21822 (org-allow-space-in-links, org-usenet-links-prefer-google)
21823 (org-enable-table-editor, org-export-default-language)
21824 (org-export-html-show-new-buffer, org-fill-paragraph)
21825 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21826 (org-goto-quit, org-occur, org-eval-in-calendar)
21827 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21828 (org-agenda-diary-entry, org-remember-help)
21829 (org-table-convert-region, org-at-table-p)
21830 (org-table-move-row-down, org-table-move-row-up)
21831 (org-table-copy-region, org-table-toggle-vline-visibility)
21832 (org-table-get-stored-formulas, org-table-get-specials)
21833 (org-recalc-commands, org-table-eval-formula)
21834 (org-table-formula-substitute-names, orgtbl-make-binding)
21835 (org-format-org-table-html, org-format-table-table-html)
21836 (org-format-table-table-html-using-table-generate-source)
21837 (org-customize): Fix typos in docstrings.
21838 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21839 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21840 (org-back-to-heading): Doc fixes.
21841 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21842 (org-agenda-change-all-lines, org-get-header):
21843 Improve argument/docstring consistency.
21844 (orgtbl-error): Fix error message.
21845
21846 * progmodes/flymake.el (flymake-find-possible-master-files)
21847 (flymake-master-file-compare, flymake-get-line-err-count)
21848 (flymake-highlight-line, flymake-gui-warnings-enabled):
21849 Fix typos in docstrings.
21850 (flymake-parse-line, flymake-get-project-include-dirs-function)
21851 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21852 Doc fixes.
21853 (flymake-get-project-include-dirs-function)
21854 (flymake-make-err-menu-data):
21855 Improve argument/docstring consistency.
21856
21857 2005-07-01 Lute Kamstra <lute@gnu.org>
21858
21859 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21860 Catch errors with ignore-errors. Use temporary buffer.
21861 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
21862
21863 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21864 background color faces.
21865 (facemenu-set-foreground, facemenu-set-background):
21866 Use facemenu-set-face-from-menu.
21867 (facemenu-set-face-from-menu): Treat face names that start with
21868 "fg:" or "bg:" as special.
21869 (facemenu-add-new-color): Don't create faces. Simplify.
21870
21871 2005-06-30 Richard M. Stallman <rms@gnu.org>
21872
21873 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21874 (crm-find-current-element): Likewise.
21875
21876 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21877
21878 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21879
21880 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21881
21882 * arc-mode.el (archive-extract): Make it work as a mouse binding.
21883 (archive-mouse-extract): Make it an obsolete alias.
21884 (archive-mode-map): Don't use archive-mouse-extract any more.
21885 (archive-mode, archive-extract): write-contents-hooks ->
21886 write-contents-functions.
21887 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21888 first arg.
21889 (archive-rename-entry): Update the call.
21890 (archive-zip-summarize): Remove unused var `method'.
21891 (archive-lzh-summarize): Remove unused var `creator'.
21892
21893 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21894 dedicated frame upon exit.
21895
21896 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21897 (archive-zip-extract, archive-zip-expunge)
21898 (archive-zip-update, archive-zip-update-case): Use executable-find.
21899 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21900 Use restore-buffer-modified-p.
21901 (archive-extract, archive-add-new-member, archive-write-file-member):
21902 Use with-current-buffer.
21903 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21904
21905 2005-06-30 Andreas Schwab <schwab@suse.de>
21906
21907 * progmodes/gud.el (gud-filter): Remove unneeded progn.
21908
21909 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21910
21911 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21912
21913 2005-06-30 Juri Linkov <juri@jurta.org>
21914
21915 * faces.el (vertical-border): Inherit from mode-line-inactive
21916 only on tty.
21917
21918 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
21919
21920 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21921 example, -NLINES in the `occur' docstring).
21922
21923 * replace.el (occur-1): When no matches are found, do not set the
21924 `buffer-read-only' and modified flags for the occur buffer,
21925 because it is deleted.
21926
21927 * emulation/cua-base.el (cua-check-pending-input)
21928 (cua-repeat-replace-region, cua-mode, cua-debug)
21929 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21930 Fix typos in docstrings.
21931
21932 * emulation/cua-gmrk.el (cua-toggle-global-mark)
21933 (cua-cut-region-to-global-mark)
21934 (cua--cut-rectangle-to-global-mark):
21935 Remove period from end of messages.
21936
21937 * emulation/cua-rect.el (cua-do-rectangle-padding):
21938 Remove period from end of messages.
21939 (cua--rectangle-seq-format): Fix typo in docstring.
21940 (cua-sequence-rectangle, cua-fill-char-rectangle):
21941 Improve argument/docstring consistency.
21942
21943 2005-06-29 Juri Linkov <juri@jurta.org>
21944
21945 * faces.el (default-frame-background-mode): New internal variable.
21946 (frame-set-background-mode): Use it.
21947
21948 * startup.el (normal-top-level): Set default-frame-background-mode
21949 instead of frame-background-mode. Before setting it, test for its
21950 nil value. Remove tests for frame-background-mode and frame
21951 parameter `reverse'. Add test for "unspecified-fg".
21952
21953 * term/xterm.el (xterm-rxvt-set-background-mode):
21954 * term/rxvt.el (rxvt-set-background-mode):
21955 Set default-frame-background-mode instead of frame-background-mode.
21956
21957 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
21958
21959 * simple.el (set-variable): Warn about obsolete user variables.
21960
21961 * imenu.el (imenu--completion-buffer):
21962 * mouse.el (mouse-buffer-menu-alist):
21963 * msb.el (msb-invisible-buffer-p):
21964 * calendar/diary-lib.el (diary-header-line-format):
21965 * emacs-lisp/pp.el (pp-buffer):
21966 * progmodes/cperl-mode.el (cperl-do-auto-fill):
21967 * textmodes/picture.el (picture-replace-match):
21968 Change space constants followed by a sexp to "?\s ".
21969
21970 * play/decipher.el (decipher-loop-with-breaks):
21971 * textmodes/texinfo.el (texinfo-insert-@item): Change space
21972 constants "protected" from end of line by a comment to "?\s".
21973
21974 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21975
21976 * font-lock.el (save-buffer-state): Use `declare'.
21977
21978 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
21979 reset the syntax-table to cperl-mode-syntax-table.
21980 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
21981 "foo_print_bar" is not matched as a reserved keyword.
21982
21983 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
21984
21985 * textmodes/org.el (orgtbl-setup): New function, for delayed
21986 setup for the orgtbl commands.
21987 (org-calc-default-modes): New option.
21988 (orgtbl-make-binding): Use `defun' to get better help display.
21989 (org-diary): Call `org-compile-prefix-format'.
21990 (org-table-formula-substitute-names): New function.
21991 (org-agenda-day-view, org-agenda-week-view): New commands.
21992 (org-agenda-toggle-week-view): Command removed.
21993 (org-tbl-menu): Split off from org-org-menu.
21994 (org-mode): Move removal of outline-mode menus to here.
21995 (org-table-formula-debug): New option.
21996 (org-table-insert-row): Keep first field if just "#" or "*".
21997 (org-mode): Paragraph regexps fixed.
21998 (org-table-recalculate-regexp): New constant.
21999 (org-table-justify-field-maybe): Avoid replace if not necessary.
22000 (org-copy-special, org-cut-special): Use `call-interactively'.
22001 (org-table-copy-region): Take region from `interactive' call.
22002 (org-trim): Return string even if no match.
22003 (org-formula): New face.
22004 (org-set-font-lock-defaults): No longer highlight "FIXME".
22005 But highlight formula-related fields in table.
22006 (org-table-p): Use regexp, not fontification.
22007 (org-table-align): Handle white space at end of line.
22008 (org-table-formula-evaluate-inline): New option.
22009 (org-mode): Auto-wrapping in comment lines turned off.
22010 (org-table-copy-down): Evaluate only in copied field, not in
22011 destination.
22012 (org-table-current-formula): Variable removed.
22013 (org-table-store-formulas, org-table-get-stored-formulas)
22014 (org-table-modify-formulas, org-table-replace-in-formulas)
22015 (org-table-maybe-eval-formula): New functions.
22016 (org-table-get-formula): Modify to use stored formulas.
22017 (org-table-insert-column, org-table-delete-column)
22018 (org-table-move-column): Call `org-table-modify-formulas'.
22019 (org-complete): Add completion for keyword formulas.
22020 (orgtbl-mode): Pull orgtbl-mode-map to start of
22021 minor-mode-map-alist.
22022
22023 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22024
22025 * progmodes/python.el (python-check): Require `compile' before
22026 modifying its variables.
22027
22028 * newcomment.el (comment-indent-default): Don't get fooled by an early
22029 end of buffer.
22030
22031 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22032
22033 * ps-print.el (ps-print-version): Fix version number.
22034
22035 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
22036
22037 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
22038
22039 2005-06-28 Richard M. Stallman <rms@gnu.org>
22040
22041 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
22042 (flyspell-local-mouse-map): Declaration deleted.
22043 (flyspell-mouse-map): Bind only mouse-2.
22044 (flyspell-mode-map): Don't test flyspell-use-local-map.
22045 (flyspell-overlay-keymap-property-name): Var deleted.
22046 (flyspell-mode-on): Don't make local bindings for
22047 flyspell-mouse-map and flyspell-mode-map.
22048 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
22049
22050 * textmodes/ispell.el (ispell-word): Do not ignore short words.
22051
22052 * progmodes/compile.el (compilation-next-error-function):
22053 Don't switch buffers; operate on the current buffer.
22054
22055 * progmodes/compile.el (compilation-error-file-name)
22056 (compilation-warning-file-name, compilation-info-file-name)
22057 (compilation-line-number, compilation-column-number): New faces.
22058 (compilation-error-face, compilation-warning-face)
22059 (compilation-info-face, compilation-line-face)
22060 (compilation-column-face): Use them.
22061
22062 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
22063
22064 * comint.el (comint-password-prompt-regexp): Accept ", try again".
22065
22066 * bindings.el (global-map): Bind insertchar and its variants.
22067
22068 2005-06-27 Richard M. Stallman <rms@gnu.org>
22069
22070 * textmodes/artist.el (artist-text-overwrite)
22071 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
22072
22073 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22074
22075 * ps-print.el: It was not working the page selection for printing.
22076 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
22077 (ps-print-version): New version 6.6.7.
22078 (ps-end-sheet): New fun.
22079 (ps-header-sheet, ps-end-job): Call it.
22080
22081 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
22082
22083 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
22084
22085 2005-06-27 Lute Kamstra <lute@gnu.org>
22086
22087 * facemenu.el (facemenu-unlisted-faces): Add foreground and
22088 background color faces.
22089 (facemenu-get-face): Delete function.
22090 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
22091 (facemenu-add-new-color): Make second argument mandatory.
22092 Create the appropriate face and return it. Simplify.
22093 (facemenu-set-foreground, facemenu-set-background): Don't check if
22094 color is defined. Use return value of facemenu-add-new-color.
22095
22096 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
22097
22098 * progmodes/gud.el (gud-filter): Add missing argument to
22099 with-selected-window.
22100
22101 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22102
22103 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
22104 a :require to the defcustom.
22105
22106 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
22107 defcustoms corresponding to minor modes.
22108
22109 2005-06-26 David Ponce <david@dponce.com>
22110
22111 * recentf.el: Require tree-widget instead of wid-edit.
22112 (recentf-filename-handler): Fix widget :type.
22113 (recentf-cancel-dialog, recentf-open-more-files)
22114 (recentf-open-files-action): Doc fix.
22115 (recentf-dialog-goto-first): New function.
22116 (recentf-dialog-mode-map): Set parent keymap first.
22117 (recentf-dialog-mode): Define with define-derived-mode.
22118 Don't display continuation lines in dialogs.
22119 (recentf-edit-list): Rename from recentf-edit-selected-items.
22120 (recentf-edit-list-select): Rename from recentf-edit-list-action.
22121 Simplify.
22122 (recentf-edit-list-validate): New function.
22123 (recentf-edit-list): Update accordingly.
22124 (recentf-open-files-item-shift): Remove.
22125 (recentf-open-files-item): Convert menu elements into tree and
22126 link widgets. Don't create the widgets.
22127 (recentf-open-files): Update accordingly.
22128 (recentf-save-list): Untabify.
22129
22130 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
22131
22132 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
22133 (keep-lines): Add INTERACTIVE arg. Never delete lines only
22134 partially contained in the active region. Do not take active
22135 region into account when called from Lisp, unless INTERACTIVE arg
22136 is non-nil. Use `forward-line' instead of `beginning-of-line' to
22137 avoid trouble with fields. Make marker point nowhere when no
22138 longer used. Always return nil. Doc fix.
22139 (flush-lines): Add INTERACTIVE arg. Do not take active region
22140 into account when called from Lisp, unless INTERACTIVE arg is
22141 non-nil. Use `forward-line' instead of `beginning-of-line' to
22142 avoid trouble with fields. Make marker point nowhere when no
22143 longer used. Always return nil. Doc fix.
22144 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
22145 interchangeable. Do not take active region into account when
22146 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
22147 message in echo area when called from Lisp, unless INTERACTIVE arg
22148 is non-nil. Avoid saying "1 occurrences". Do not use markers.
22149 Return the number of matches. Doc fix.
22150 (occur): Doc fix.
22151 (perform-replace): Make comment follow double space convention for
22152 the sake of `outline-minor-mode'.
22153
22154 * faces.el (facep): Doc fix.
22155
22156 2005-06-25 Richard M. Stallman <rms@gnu.org>
22157
22158 * facemenu.el (facemenu-enable-faces-p): New function.
22159 (facemenu-background-menu, facemenu-foreground-menu)
22160 (facemenu-face-menu): Add menu-enable property.
22161
22162 * jka-compr.el (jka-compr-insert-file-contents):
22163 Special handling if cannot find the uncompression program.
22164
22165 * cus-face.el (custom-face-attributes): Add autoload.
22166
22167 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22168 Bind comment-indent-function locally.
22169
22170 * window.el (save-selected-window): Use save-current-buffer.
22171
22172 * subr.el (with-selected-window): Use save-current-buffer.
22173
22174 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22175 and with-current-buffer.
22176
22177 2005-06-24 Richard M. Stallman <rms@gnu.org>
22178
22179 * simple.el (line-move-1): Fix previous change.
22180
22181 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
22182
22183 * replace.el (occur-1): Set `buffer-read-only' and the
22184 buffer-modified flag before running `occur-hook' to protect
22185 against unintentional buffer switches that can lead to data loss.
22186
22187 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
22188
22189 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22190 (gud-gdb-marker-filter): Use font-lock-warning-face for any
22191 initial error.
22192
22193 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22194 after fresh input.
22195 (gdb-var-create-handler): Put name of expression in quotes.
22196
22197 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
22198
22199 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22200 elements of RING in order, and without bogus nil elements.
22201
22202 2005-06-23 Richard M. Stallman <rms@gnu.org>
22203
22204 * simple.el (set-variable): Args renamed; doc fix.
22205 (line-move-1): When there are overlays around, use vertical-motion.
22206
22207 * faces.el (escape-glyph): Use brown against light background.
22208 (nobreak-space): Rename from no-break-space.
22209 Fix previous change.
22210
22211 * dired-aux.el (dired-do-copy): Fix arg prompt.
22212
22213 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22214
22215 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22216
22217 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22218 rather than "Distributor".
22219
22220 2005-06-23 Lute Kamstra <lute@gnu.org>
22221
22222 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22223 (debug-on-entry): Use it. New interactive declaration that uses
22224 function-called-at-point.
22225
22226 2005-06-23 Kim F. Storm <storm@cua.dk>
22227
22228 * subr.el (save-match-data): Add comment about using evaporate arg
22229 to set-match-data.
22230
22231 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
22232
22233 * cus-edit.el (customize-face)
22234 (customize-face-other-window): Handle face aliases.
22235
22236 * faces.el (face-documentation, set-face-attribute)
22237 (face-spec-set): Handle face aliases.
22238
22239 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
22240
22241 * help-mode.el (help-make-xrefs): If a symbol representing a face
22242 name is not followed by the word "face", it could still be a
22243 function or variable name, so don't bypass other checks.
22244
22245 2005-06-22 Juri Linkov <juri@jurta.org>
22246
22247 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22248 Replace aliased functions with calls where second arg `inherit' is t.
22249
22250 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
22251
22252 * progmodes/gdb-ui.el (gdb-error): New variable.
22253 (gdb-error): New function.
22254 (gdb-annotation-rules): Act on error-begin and error annotations.
22255 (gdb-concat-output): Use font-lock-warning-face for errors.
22256
22257 2005-06-22 Miles Bader <miles@gnu.org>
22258
22259 * bindings.el (propertized-buffer-identification): Use renamed
22260 `Buffer-menu-buffer' face.
22261
22262 * faces.el (vertical-border): Rename from `vertical-divider'.
22263 (escape-glyph): Change dark-background color back to `cyan'.
22264
22265 2005-06-21 Juri Linkov <juri@jurta.org>
22266
22267 * faces.el (face-user-default-spec): Try getting `customized-face'
22268 prior to `saved-face'.
22269 (frame-background-mode): Refill docstring.
22270
22271 * emacs-lisp/lisp-mode.el (eval-defun-1):
22272 * emacs-lisp/edebug.el (edebug-eval-defun):
22273 Set `saved-face' temporarily to nil before calling form.
22274 Set `customized-face' to the new spec after that.
22275
22276 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
22277
22278 * subr.el (1value, lambda, key-substitution-in-progress):
22279 Doc fixes.
22280
22281 * autoinsert.el (auto-insert-alist):
22282 * ses.el (ses-call-printer):
22283 * subr.el (noreturn):
22284 * emacs-lisp/lisp.el (check-parens):
22285 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22286 * net/browse-url.el (browse-url-mosaic):
22287 * progmodes/cc-defs.el (c-safe-scan-lists):
22288 * progmodes/ebnf-abn.el (ebnf-abn-lex):
22289 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22290 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22291 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22292 * progmodes/ebnf-iso.el (ebnf-iso-lex):
22293 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22294
22295 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
22296
22297 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22298
22299 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
22300
22301 * calendar/appt.el (appt-make-list): Activate the package, if
22302 not already active (for backwards compatibility).
22303
22304 2005-06-20 Kim F. Storm <storm@cua.dk>
22305
22306 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
22307
22308 2005-06-20 Miles Bader <miles@gnu.org>
22309
22310 * faces.el (vertical-divider): New face.
22311
22312 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
22313
22314 * simple.el (kill-whole-line): Doc fix.
22315 (next-error-buffer-p, next-error-find-buffer)
22316 (clone-indirect-buffer): Fix typos in docstrings.
22317 (comment-line-break-function): Doc fix: don't say variable
22318 is automatically buffer-local (it isn't).
22319
22320 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
22321
22322 * net/tramp-ftp.el (top):
22323 * net/tramp-smb.el (top):
22324 * net/tramp-util.el (top):
22325 * net/tramp-uu.el (top):
22326 * net/tramp-vc.el (top):
22327 * net/tramp.el (top): Revert copyright years back to original
22328 ones. Tramp has a life outside GNU Emacs.
22329
22330 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
22331
22332 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22333
22334 2005-06-18 Juri Linkov <juri@jurta.org>
22335
22336 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22337 end of first regexp to limit the match to the position between
22338 line number and source line with same separator character as used
22339 between file name and line number. In the second regexp limit
22340 mouse-face area to file name and line number by adding new group
22341 for them and referring it in HYPERLINK arg.
22342 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22343 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22344 previous line where grep markers may be already removed.
22345
22346 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
22347
22348 * progmodes/ps-mode.el: Update version and maintainer's email address.
22349
22350 2005-06-18 Steve Youngs <steve@xemacs.org>
22351
22352 * net/browse-url.el (browse-url-browser-function)
22353 (browse-url-default-browser): Add firefox.
22354 (browse-url-firefox-program, browse-url-firefox-arguments)
22355 (browse-url-firefox-startup-arguments)
22356 (browse-url-firefox-new-window-is-tab): New defcustoms.
22357 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22358
22359 2005-06-17 Richard M. Stallman <rms@gnu.org>
22360
22361 * startup.el (command-line): Warn if specified user name has
22362 no home directory.
22363
22364 * term.el (term-get-old-input, term-input-filter, term-input-sender)
22365 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22366
22367 * longlines.el (longlines-mode, longlines-show-hard-newlines):
22368 Doc fixes.
22369
22370 * faces.el (underline): Try bold if terminal doesn't support underline.
22371
22372 * mail/sendmail.el (mail-setup-with-from): New variable.
22373 (mail-insert-from-field): New function.
22374 (sendmail-send-it): Call it.
22375 (mail-setup): Optionally call it here.
22376
22377 * term/linux.el: Call tty-no-underline.
22378
22379 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
22380
22381 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22382
22383 2005-06-17 Miles Bader <miles@gnu.org>
22384
22385 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22386 (ediff-current-diff-C, ediff-current-diff-Ancestor)
22387 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22388 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22389 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22390 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22391 Remove "-face" suffix from face names.
22392 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22393 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22394 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22395 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22396 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22397 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22398 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22399 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22400 New backward-compatibility aliases for renamed faces.
22401 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22402 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22403 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22404 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22405 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22406 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22407 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22408 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22409 Use renamed ediff faces.
22410
22411 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22412 Remove "-face" suffix from face names.
22413 (eshell-test-ok-face, eshell-test-failed-face):
22414 New backward-compatibility aliases for renamed faces.
22415 (eshell-run-test): Use renamed eshell-test faces.
22416
22417 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22418 face name.
22419 (eshell-prompt-face): New backward-compatibility alias for renamed
22420 face.
22421 (eshell-emit-prompt): Use renamed eshell-prompt face.
22422
22423 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22424 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22425 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22426 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22427 Remove "-face" suffix from face names.
22428 (eshell-ls-directory-face, eshell-ls-symlink-face)
22429 (eshell-ls-executable-face, eshell-ls-readonly-face)
22430 (eshell-ls-unreadable-face, eshell-ls-special-face)
22431 (eshell-ls-missing-face, eshell-ls-archive-face)
22432 (eshell-ls-backup-face, eshell-ls-product-face)
22433 (eshell-ls-clutter-face):
22434 New backward-compatibility aliases for renamed faces.
22435 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22436
22437 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22438 Remove "-face" suffix from face name.
22439 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22440 instead of literal face.
22441
22442 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
22443
22444 * emacs-lisp/warnings.el (display-warning, lwarn)
22445 (warning-minimum-log-level): Doc fixes.
22446 (warning-minimum-level, warning-minimum-log-level):
22447 Add :debug to :type choices.
22448
22449 * progmodes/ada-mode.el (ada-format-paramlist)
22450 (ada-get-indent-case, ada-check-matching-start)
22451 (ada-check-defun-name, ada-goto-matching-decl-start)
22452 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22453 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22454 (ada-make-subprogram-body): Follow error conventions.
22455 (ada-case-exception-file, ada-indent-comment-as-code)
22456 (ada-indent-handle-comment-special, ada-indent-renames)
22457 (ada-indent-return, ada-search-directories-internal)
22458 (ada-tab-policy, ada-case-exception-substring)
22459 (ada-other-file-alist, ada-matching-start-re)
22460 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22461 (ada-imenu-generic-expression, ada-compile-goto-error)
22462 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22463 (ada-popup-menu, ada-add-extensions, ada-mode)
22464 (ada-region-selected, ada-create-case-exception)
22465 (ada-create-case-exception-substring, ada-after-keyword-p)
22466 (ada-activate-keys-for-case, ada-adjust-case-region)
22467 (ada-adjust-case-buffer, ada-format-paramlist)
22468 (ada-scan-paramlist, ada-insert-paramlist)
22469 (ada-indent-newline-indent)
22470 (ada-indent-newline-indent-conditional)
22471 (ada-justified-indent-current, ada-goto-previous-word)
22472 (ada-indent-current, ada-get-indent-open-paren)
22473 (ada-get-indent-paramlist, ada-get-indent-end)
22474 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22475 (ada-get-indent-block-start, ada-get-indent-subprog)
22476 (ada-get-indent-noindent, ada-get-indent-label)
22477 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22478 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22479 (ada-goto-stmt-end, ada-goto-next-word)
22480 (ada-check-matching-start, ada-check-defun-name)
22481 (ada-goto-matching-decl-start, ada-goto-matching-start)
22482 (ada-goto-matching-end, ada-search-ignore-string-comment)
22483 (ada-in-decl-p, ada-looking-at-semi-or)
22484 (ada-looking-at-semi-private, ada-in-paramlist-p)
22485 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22486 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22487 (ada-next-procedure, ada-previous-procedure, ada-next-package)
22488 (ada-previous-package, ada-create-menu)
22489 (ada-fill-comment-paragraph-justify)
22490 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22491 (ada-other-file-name, ada-last-which-function-line)
22492 (ada-last-which-function-subprog, ada-which-function)
22493 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22494 (ada-gen-treat-proc, ada-check-emacs-version)
22495 (ada-continuation-indent, ada-align-region-separate):
22496 Fix typos in docstrings.
22497 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22498
22499 2005-06-16 Lute Kamstra <lute@gnu.org>
22500
22501 * simple.el (fundamental-mode): Run after-change-major-mode-hook
22502 conditionally.
22503
22504 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
22505
22506 * comint.el (comint-replace-by-expanded-filename)
22507 (comint-prompt-regexp, comint-delimiter-argument-list)
22508 (comint-preinput-scroll-to-bottom):
22509 * info.el (Info-hide-cookies-node):
22510 * ls-lisp.el (ls-lisp-classify):
22511 * find-file.el (ff-search-directories, ff-special-constructs)
22512 (ff-find-other-file):
22513 * font-lock.el (font-lock-keywords):
22514 * shell.el (shell-prompt-pattern)
22515 (shell-dynamic-complete-functions, shell-mode)
22516 (shell-delimiter-argument-list):
22517 * term.el (term-replace-by-expanded-filename)
22518 (term-prompt-regexp, term-delimiter-argument-list):
22519 * woman.el (woman-ignore, woman0-if):
22520 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22521 * emacs-lisp/elint.el (elint-init-env):
22522 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22523 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22524 * language/ethio-util.el (ethio-tilde-escape)
22525 (ethio-use-three-dot-question):
22526 * net/zone-mode.el (zone-mode-load-time-setup):
22527 * progmodes/cc-align.el (c-lineup-argcont):
22528 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22529 * progmodes/cperl-mode.el (cperl-set-style-back):
22530 * progmodes/inf-lisp.el (inferior-lisp-prompt):
22531 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22532 Fix spellings in docstrings.
22533
22534 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22535 * progmodes/modula2.el (m2-for): Fix spellings.
22536
22537 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22538
22539 * simple.el (undo-more): Don't use `format' on `error' arguments.
22540 Improve argument/docstring consistency.
22541 (pending-undo-list): Doc fix.
22542
22543 * smerge-mode.el (smerge-ensure-match):
22544 * emulation/vip.el (vip-ex):
22545 * net/zone-mode.el (zone-mode-update-serial):
22546 * progmodes/idlwave.el (idlwave-complete):
22547 * progmodes/vhdl-mode.el (vhdl-visit-file)
22548 (vhdl-compose-wire-components):
22549 Don't use `format' on `error' arguments.
22550
22551 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22552 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22553 (tooltip-help-tips): Fix typos in docstrings.
22554
22555 2005-06-16 David Ponce <david@dponce.com>
22556
22557 * tree-widget.el (tree-widget-value-create): Simplify last change.
22558
22559 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
22560
22561 * ido.el (ido-incomplete-regexp): New variable.
22562 (ido-set-matches-1): Handle invalid-regexp error and set
22563 ido-incomplete-regexp.
22564 (ido-incomplete-regexp): New face.
22565 (ido-completions): Use it.
22566 (ido-complete, ido-exit-minibuffer, ido-completions):
22567 Handle incomplete regexps.
22568 (ido-completions): Add check for complete match when entering a regexp.
22569
22570 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22571
22572 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22573
22574 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22575
22576 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22577 by field delimiters.
22578
22579 2005-06-15 David Ponce <david@dponce.com>
22580
22581 * tree-widget.el: eval-and-compile inlined functions so they will
22582 be available at run-time too.
22583 (tree-widget-super-format-handler)
22584 (tree-widget-format-handler): Remove.
22585 (tree-widget-value-create): Handle the :indent property.
22586
22587 2005-06-15 Miles Bader <miles@gnu.org>
22588
22589 * progmodes/which-func.el (which-func): Only inherit
22590 `font-lock-function-name-face' when that makes sense against the
22591 default mode-line face, otherwise set the face color explicitly.
22592
22593 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
22594 faces instead of (non-existent) variables.
22595
22596 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22597
22598 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
22599 (iswitchb-get-matched-buffers): Likewise. Simplify.
22600
22601 2005-06-14 Miles Bader <miles@gnu.org>
22602
22603 * progmodes/ld-script.el (ld-script-location-counter):
22604 Remove "-face" suffix from face name.
22605 (ld-script-location-counter-face):
22606 New backward-compatibility alias for renamed face.
22607 (ld-script-location-counter-face): Use renamed face.
22608
22609 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
22610 (cperl-hash): Remove "-face" suffix from face names.
22611 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
22612 New backward-compatibility aliases for renamed faces.
22613 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
22614 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
22615
22616 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
22617 name.
22618 (which-func-face): New backward-compatibility alias for renamed face.
22619 (which-func-format): Use renamed which-func face.
22620
22621 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
22622 (vhdl-function, vhdl-directive, vhdl-reserved-word)
22623 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
22624 names.
22625 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
22626 (vhdl-speedbar-configuration, vhdl-speedbar-package)
22627 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
22628 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
22629 (vhdl-speedbar-architecture-selected)
22630 (vhdl-speedbar-configuration-selected)
22631 (vhdl-speedbar-package-selected)
22632 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
22633 names.
22634 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
22635 Use renamed faces.
22636 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
22637 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
22638 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
22639 Use renamed faces.
22640 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
22641 names.
22642 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
22643 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
22644 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
22645 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
22646 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
22647 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
22648
22649 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
22650 face name.
22651 (sh-heredoc-face): New backward-compatibility alias for renamed face.
22652 (sh-heredoc-face): Use renamed sh-heredoc face.
22653
22654 * progmodes/idlw-help.el (idlwave-help-link):
22655 Remove "-face" suffix from face name.
22656 (idlwave-help-link-face):
22657 New backward-compatibility alias for renamed face.
22658 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
22659
22660 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
22661 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
22662 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
22663 New backward-compatibility aliases for renamed faces.
22664 (idlwave-shell-disabled-breakpoint-face)
22665 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
22666
22667 * progmodes/flymake.el (flymake-errline, flymake-warnline):
22668 Remove "-face" suffix from face names.
22669 (flymake-errline-face, flymake-warnline-face):
22670 New backward-compatibility aliases for renamed faces.
22671 (flymake-highlight-line): Use renamed flymake faces.
22672
22673 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
22674 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
22675 (ebrowse-member-class, ebrowse-progress):
22676 Remove "-face" suffix from face names.
22677 (ebrowse-tree-mark-face, ebrowse-root-class-face)
22678 (ebrowse-file-name-face, ebrowse-default-face)
22679 (ebrowse-member-attribute-face, ebrowse-member-class-face)
22680 (ebrowse-progress-face):
22681 New backward-compatibility aliases for renamed faces.
22682 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
22683 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
22684 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
22685 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
22686
22687 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
22688 antlr-syntax)
22689 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
22690 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
22691 names.
22692 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22693 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
22694 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
22695 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
22696 backward-compatibility aliases for renamed faces.
22697 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
22698 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
22699 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
22700 remove "font-lock-". Use renamed antlr-mode faces.
22701 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
22702 literal face-names with face variable references.
22703
22704 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
22705 face name.
22706 (Buffer-menu-buffer-face): New backward-compatibility alias for
22707 renamed face.
22708 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
22709
22710 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
22711
22712 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
22713 Eliminate "-face" suffix.
22714 (makefile-targets): Inherit from font-lock-function-name-face and
22715 eliminate "-face" suffix.
22716 (makefile-shell): Remove attributes and eliminate "-face" suffix.
22717 (makefile-*-font-lock-keywords): Append makefile-targets in rule
22718 actions, instead of prepending, to make it less visible.
22719 (makefile-previous-dependency, makefile-match-dependency):
22720 Don't match a target on a continuation line.
22721
22722 * files.el (auto-mode-alist): Put Makefile in gmake mode.
22723
22724 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
22725
22726 * progmodes/gdb-ui.el (menu): Re-order menu items.
22727 (gdb-tooltip-print): Respect tooltip-use-echo-area.
22728
22729 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
22730 Define in tooltip.el.
22731 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
22732 (gud-tooltip-tips): Respect tooltip-use-echo-area and
22733 gud-tooltip-echo-area.
22734
22735 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
22736 backward compatibility and make obsolete.
22737 (tooltip-help-tips): Use tooltip-use-echo-area.
22738 (tooltip-show-help-function): Rename to...
22739 (tooltip-show-help): ...this, because it is a function.
22740 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
22741
22742 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
22743
22744 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
22745 (edebug-print-length, edebug-print-level, edebug-print-circle)
22746 (edebug-modify-breakpoint, edebug-eval-last-sexp)
22747 (edebug-eval-print-last-sexp): Doc fixes.
22748
22749 2005-06-14 Kim F. Storm <storm@cua.dk>
22750
22751 * ido.el (ido-mode): Make a new keymap every time we enable ido,
22752 as the coverage buffer/file/both may change.
22753
22754 2005-06-14 Lute Kamstra <lute@gnu.org>
22755
22756 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22757 and run-mode-hooks. Simplify.
22758
22759 * mail/rmailedit.el (rmail-edit-mode):
22760 * progmodes/octave-inf.el (inferior-octave-mode):
22761 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22762
22763 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22764 and run-mode-hooks.
22765 (recentf-edit-list, recentf-open-files): Don't call
22766 kill-all-local-variables directly.
22767
22768 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22769
22770 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
22771
22772 * emacs-lisp/byte-run.el (make-obsolete)
22773 (define-obsolete-function-alias): Rename arguments FUNCTION and
22774 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22775 (make-obsolete-variable, define-obsolete-variable-alias):
22776 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22777 respectively.
22778
22779 * isearchb.el (isearchb-activate):
22780 * pcvs.el (cvs-mode):
22781 * ses.el (ses-load):
22782 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22783 * net/tramp.el (tramp-find-file-exists-command)
22784 (tramp-find-shell):
22785 * progmodes/ada-mode.el (ada-create-case-exception)
22786 (ada-create-case-exception-substring, ada-make-subprogram-body):
22787 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22788 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22789 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22790 * textmodes/org.el (org-promote, org-evaluate-time-range)
22791 (org-agenda-next-date-line, org-agenda-previous-date-line)
22792 (org-agenda-error, org-open-at-point, org-table-move-row)
22793 (org-format-table-table-html-using-table-generate-source)
22794 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22795 * textmodes/reftex.el (reftex-access-scan-info):
22796 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22797 (reftex-toc-promote-prepare): Follow error conventions.
22798
22799 * diff-mode.el (diff-mode): Fix typo in docstring.
22800
22801 * forms.el (forms--intuit-from-file): Fix reference to
22802 `forms-number-of-fields' in error message.
22803 (forms-print): Fix quoting in error message.
22804
22805 * forms.el (forms-mode):
22806 * emulation/vi.el (vi-goto-insert-state):
22807 * progmodes/flymake.el (flymake-new-err-info)
22808 (flymake-start-syntax-check-for-current-buffer)
22809 (flymake-simple-cleanup):
22810 * eshell/esh-var.el (eshell/export):
22811 * progmodes/gud.el (xdb):
22812 * textmodes/flyspell.el (flyspell-incorrect-hook)
22813 (flyspell-maybe-correct-transposition)
22814 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22815
22816 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
22817
22818 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22819 minibuffer prompt.
22820
22821 2005-06-13 Kim F. Storm <storm@cua.dk>
22822
22823 * subr.el (add-to-ordered-list): New defun.
22824
22825 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22826 add cua--keymap-alist to emulation-mode-map-alists.
22827
22828 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22829
22830 * subr.el (complete-in-turn): New macro.
22831 (dynamic-completion-table, lazy-completion-table): Add debug info.
22832
22833 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22834 in preference to face aliases.
22835
22836 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22837 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22838 Remove unused vars `start' and `firstline'.
22839 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22840 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22841
22842 2005-06-13 Eli Zaretskii <eliz@gnu.org>
22843
22844 * cus-start.el (all): Don't complain about missing GTK-related
22845 variables, unless either `gtk' is boundp or this isn't a
22846 `windows-nt' build.
22847
22848 2005-06-13 Lute Kamstra <lute@gnu.org>
22849
22850 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22851 run-mode-hooks.
22852
22853 * ediff-mult.el (ediff-meta-mode):
22854 * ediff-util.el (ediff-mode): Use run-mode-hooks.
22855
22856 * ledit.el (ledit-mode): Use delay-mode-hooks.
22857
22858 * woman.el (woman-mode-line-format): Delete constant.
22859 (woman-mode-map): Initialize it properly.
22860 (woman-mode): Set mode-class property to special.
22861 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
22862 Set major-mode and mode-name. Don't set mode-line-format directly.
22863 (Man-getpage-in-background): Don't reference woman-mode-line-format.
22864
22865 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22866 string argument obsolete.
22867
22868 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
22869
22870 * textmodes/org.el (org-CUA-compatible): New option.
22871 (org-disputed-keys): New variable.
22872 (org-key): New function.
22873 (orgtbl-make-binding): Add docstring to the created function.
22874 (org-mode): Set paragraph start/separate regexps.
22875 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22876 (org-archive-location, org-archive-mark-done)
22877 (org-archive-stamp-time): New options.
22878 (org-archive-subtree): New command.
22879 (org-fill-paragraph): New function.
22880 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22881 (org-fake-empty-table-line): Function removed.
22882 (org-format-org-table-html): Do not create empty table lines at
22883 separator lines. Improved table header treatment.
22884 (org-link-format): New option.
22885 (org-make-link): New function.
22886 (org-insert-link, org-store-link): Use org-make-link.
22887 (org-open-file): Quote file name for shell command, to allow
22888 spaces in file names.
22889 (org-link-regexp): Fix bug with mailto link.
22890 (org-link-maybe-angles-regexp, org-protected-link-regexp):
22891 New constants.
22892 (org-export-as-html): Deal with the optional angles around a link.
22893 Better treatment of file: links.
22894 (org-open-at-point): Replace @{ and @} with < and >.
22895 (org-run-mode-hooks): Function removed.
22896 (org-agenda-mode): No longer use `org-run-mode-hooks'.
22897
22898 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
22899
22900 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22901 MI command -data-list-register-values.
22902 (gdb-post-prompt): Indent properly.
22903
22904 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
22905
22906 * hilit-chg.el (highlight-changes-colors): Rename from
22907 `highlight-changes-colours'.
22908 (highlight-changes-colours): Keep as obsolete alias.
22909 (highlight-changes-face-list): Doc fix.
22910 (hilit-chg-make-list): Use `highlight-changes-colors'.
22911
22912 2005-06-12 Mark A. Hershberger <mah@everybody.org>
22913
22914 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22915 defun-prompt-regexp.
22916
22917 2005-06-12 Eli Zaretskii <eliz@gnu.org>
22918
22919 * loadup.el: Don't say we are dumping under 2 names on windows-nt
22920 and cygwin.
22921
22922 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22923 Don't use an old loaddefs.el, as in Makefile.in.
22924
22925 2005-06-12 Lute Kamstra <lute@gnu.org>
22926
22927 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22928
22929 * man.el (Man-mode-map): Initialize it properly.
22930 (Man-mode): Set mode-class property to special.
22931
22932 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22933
22934 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
22935
22936 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22937 A newline is needed in the docstring there.
22938
22939 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22940 Doc fixes.
22941
22942 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22943
22944 * printing.el: Doc fix. The menubar is no more changed when printing
22945 is loaded, it only changes when pr-menu-bind or pr-update-menus is
22946 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
22947 (pr-version): New version number (6.8.4).
22948 (pr-menu-bind): New command.
22949 (pr-update-menus): Docstring and code fix.
22950 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
22951 Docstring fix.
22952 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
22953 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
22954
22955 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
22956
22957 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
22958 "Returns" to "return", document useful return values, etc.
22959
22960 2005-06-11 Alan Mackenzie <acm@muc.de>
22961
22962 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
22963 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
22964 (adaptive-file-function): Minor amendment to doc-string.
22965
22966 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22967
22968 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
22969 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
22970 Fix :type--it is `integer', not `string'.
22971
22972 * faces.el (modeline-highlight): Rename from (the erroneous)
22973 `modeline-higilight'.
22974
22975 2005-06-11 Lute Kamstra <lute@gnu.org>
22976
22977 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
22978 lisp-interaction-mode-map but make it the parent.
22979 (edebug-eval-mode): Use define-derived-mode.
22980
22981 2005-06-11 Andreas Schwab <schwab@suse.de>
22982
22983 * bindings.el: Add binding of `ESC functionkey' for every
22984 `M-functionkey'.
22985 * hexl.el (hexl-mode-map): Likewise.
22986
22987 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
22988
22989 * progmodes/compile.el (compilation-error-regexp-alist-alist)
22990 [msft]: update regexp for newer msft compilers.
22991
22992 2005-06-10 Mark A. Hershberger <mah@everybody.org>
22993
22994 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
22995 ATTLIST portions of included DTDs.
22996 (xml-parse-dtd): Eliminate use of inefficient match-data.
22997
22998 2005-06-10 Miles Bader <miles@gnu.org>
22999
23000 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
23001 (mpuz-text): Remove "-face" suffix from face names.
23002 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
23003 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
23004 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
23005
23006 * play/gomoku.el (gomoku-O, gomoku-X):
23007 Remove "-face" suffix from face names.
23008 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
23009 New backward-compatibility aliases for renamed faces.
23010 (gomoku-font-lock-keywords): Use renamed gomoku faces.
23011
23012 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23013
23014 * thumbs.el: Fixes for changes of 2005-06-09.
23015 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
23016 as a directory.
23017 (thumbs-thumbname): Remove directory separator from format string;
23018 `thumbs-thumbsdir' now returns a valid directory name.
23019 (thumbs-temp-dir): New defsubst.
23020 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
23021 Use it.
23022
23023 * cus-edit.el (minibuffer):
23024 * files.el (make-backup-file-name-function):
23025 * filesets.el (filesets-external-viewers):
23026 * hilit-chg.el (highlight-changes-colours)
23027 (highlight-changes-face-list, highlight-changes-rotate-faces):
23028 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
23029 * kmacro.el (kmacro-call-macro):
23030 * log-edit.el (log-edit-changelog-full-paragraphs):
23031 * mouse.el (mouse-1-click-follows-link):
23032 * skeleton.el (skeleton-autowrap):
23033 * subr.el (insert-for-yank-1):
23034 * tempo.el (tempo-insert-region):
23035 * terminal.el (terminal-emulator):
23036 * time.el (display-time-mail-face):
23037 * vc.el (vc-annotate):
23038 * vcursor.el (vcursor-copy-line):
23039 * woman.el (woman-bold-headings, woman-ignore)
23040 (woman-default-faces, woman-monochrome-faces):
23041 * calendar/todo-mode.el (todo-insert-threshold):
23042 * emulation/pc-select.el (pc-select-selection-keys-only)
23043 (pc-selection-mode):
23044 * emulation/vip.el (vip-find-char-forward):
23045 * emulation/viper-cmd.el (viper-find-char-forward):
23046 * international/mule-cmds.el
23047 (select-safe-coding-system-accept-default-p)
23048 (input-method-exit-on-invalid-key):
23049 * international/mule-diag.el (describe-coding-system):
23050 * international/ucs-tables.el (unify-8859-on-encoding-mode):
23051 * net/browse-url.el (browse-url-xterm-program):
23052 * obsolete/lazy-lock.el (lazy-lock-mode):
23053 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
23054 (cperl-mode):
23055 * progmodes/cpp.el (cpp-face-light-name-list)
23056 (cpp-face-dark-name-list):
23057 * progmodes/delphi.el (delphi-newline-always-indents):
23058 Fix spellings in docstrings.
23059
23060 * ido.el (ido-mode, ido-file-extensions-order)
23061 (ido-default-file-method, ido-default-buffer-method)
23062 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
23063 (ido-decorations, ido-read-file-name-as-directory-commands)
23064 (ido-read-file-name-non-ido, ido-work-directory-list)
23065 (ido-ignore-item-temp-list, ido-current-directory)
23066 (ido-magic-forward-char, ido-enter-find-file)
23067 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
23068 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
23069
23070 2005-06-10 Lute Kamstra <lute@gnu.org>
23071
23072 * play/dunnet.el (dun-mode): Use define-derived-mode.
23073 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
23074 obsolete alias.
23075
23076 * play/doctor.el (doctor-mode-map): Remove defvar.
23077 (doctor-mode): Use define-derived-mode.
23078
23079 * mail/mspools.el (mspools-mode):
23080 * net/eudc-hotlist.el (eudc-hotlist-mode):
23081 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
23082
23083 2005-06-10 Miles Bader <miles@gnu.org>
23084
23085 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
23086 Remove "-face" suffix from face names.
23087 (flyspell-incorrect-face, flyspell-duplicate-face):
23088 New backward-compatibility aliases for renamed faces.
23089 (flyspell-mode-on, make-flyspell-overlay)
23090 (flyspell-highlight-incorrect-region)
23091 (flyspell-highlight-duplicate-region)
23092 (flyspell-display-next-corrections)
23093 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
23094
23095 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
23096 from face name.
23097 (texinfo-heading-face): New backward-compatibility alias for
23098 renamed face.
23099 (texinfo-heading-face): Use renamed texinfo-heading face.
23100
23101 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
23102 suffix from face names.
23103 (tex-math-face, tex-verbatim-face):
23104 New backward-compatibility aliases for renamed faces.
23105 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
23106 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
23107 literal face name.
23108
23109 * textmodes/table.el (table-cell): Remove "-face" suffix from face
23110 name.
23111 (table-cell-face): New backward-compatibility alias for renamed face.
23112 (table--put-cell-face-property, table--update-cell-face):
23113 Use renamed table-cell face.
23114
23115 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
23116 from face name.
23117 (sgml-namespace-face): New backward-compatibility alias for
23118 renamed face.
23119 (sgml-namespace-face): Use renamed sgml-namespace face.
23120
23121 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
23122 (org-level-4, org-level-5, org-level-6, org-level-7)
23123 (org-level-8, org-warning, org-headline-done)
23124 (org-deadline-announce, org-scheduled-today)
23125 (org-scheduled-previously, org-link, org-done, org-table)
23126 (org-time-grid): Remove "-face" suffix from face names.
23127 (org-level-1-face, org-level-2-face, org-level-3-face)
23128 (org-level-4-face, org-level-5-face, org-level-6-face)
23129 (org-level-7-face, org-level-8-face, org-warning-face)
23130 (org-headline-done-face, org-deadline-announce-face)
23131 (org-scheduled-today-face, org-scheduled-previously-face)
23132 (org-link-face, org-done-face, org-table-face)
23133 (org-time-grid-face):
23134 New backward-compatibility aliases for renamed faces.
23135 (org-level-faces, org-set-font-lock-defaults, org-timeline)
23136 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
23137 (org-agenda-get-timestamps, org-agenda-get-scheduled)
23138 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
23139
23140 * emulation/viper-init.el (viper-search, viper-replace-overlay)
23141 (viper-minibuffer-emacs, viper-minibuffer-insert)
23142 (viper-minibuffer-vi): Remove "-face" suffix from face names.
23143 (viper-search-face, viper-replace-overlay-face)
23144 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23145 (viper-minibuffer-vi-face):
23146 New backward-compatibility aliases for renamed faces.
23147 (viper-search-face, viper-replace-overlay-face)
23148 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23149 (viper-minibuffer-vi-face): Use renamed viper faces.
23150
23151 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
23152 Remove "-face" suffix from face names.
23153 (testcover-nohits-face, testcover-1value-face):
23154 New backward-compatibility aliases for renamed faces.
23155 (testcover-mark): Use renamed testcover faces.
23156
23157 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23158 face name.
23159 (diary-button-face): New backward-compatibility alias for renamed face.
23160 (diary-entry): Use renamed diary-button face.
23161
23162 * calendar/calendar.el (diary, calendar-today, holiday)
23163 (mark-visible-calendar-date): Remove "-face" suffix from face names.
23164 (diary-face, calendar-today-face, holiday-face):
23165 New backward-compatibility aliases for renamed faces.
23166 (eval-after-load "facemenu", diary-entry-marker)
23167 (calendar-today-marker, calendar-holiday-marker, diary-face):
23168 Use renamed calendar faces.
23169
23170 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23171 (compare-windows-face): New backward-compatibility alias for
23172 renamed face.
23173 (compare-windows-highlight): Use renamed compare-windows face.
23174
23175 * strokes.el (strokes-char): Remove "-face" suffix from face name.
23176 (strokes-char-face): New backward-compatibility alias for renamed face.
23177 (strokes-encode-buffer): Use renamed strokes-char face.
23178
23179 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23180 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23181 Remove "-face" suffix from face names.
23182 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23183 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23184 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23185 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23186 Use renamed pcvs faces.
23187 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23188 * pcvs-defs.el (cvs-mode-map): Likewise.
23189 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23190
23191 * info.el (info-title-1, info-title-2, info-title-3)
23192 (info-title-4): Remove "-face" suffix from and downcase face names.
23193 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23194 (Info-title-4-face):
23195 New backward-compatibility aliases for renamed faces.
23196 (Info-fontify-node): Use renamed info faces.
23197
23198 * hilit-chg.el (highlight-changes, highlight-changes-delete):
23199 Remove "-face" suffix from face names.
23200 (highlight-changes-face, highlight-changes-delete-face):
23201 New backward-compatibility aliases for renamed faces.
23202 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23203 (hilit-chg-make-list): Use renamed highlight-changes faces.
23204
23205 * generic-x.el (show-tabs-tab, show-tabs-space):
23206 Remove "-face" suffix from face names.
23207 (show-tabs-tab-face, show-tabs-space-face):
23208 New backward-compatibility aliases for renamed faces.
23209 (show-tabs-generic-mode-font-lock-defaults-1)
23210 (show-tabs-generic-mode-font-lock-defaults-2):
23211 Use renamed show-tabs faces.
23212
23213 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23214 (smerge-markers): Remove "-face" suffix from face names.
23215 (smerge-mine-face, smerge-other-face, smerge-base-face)
23216 (smerge-markers-face):
23217 New backward-compatibility aliases for renamed faces.
23218 (smerge-mine-face, smerge-other-face, smerge-base-face)
23219 (smerge-markers-face): Use renamed smerge faces.
23220
23221 * log-view.el (log-view-file, log-view-message): Remove "-face"
23222 suffix from face names.
23223 (log-view-file-face, log-view-message-face):
23224 New backward-compatibility aliases for renamed faces.
23225 (log-view-file-face, log-view-message-face): Use renamed log-view
23226 faces.
23227
23228 * paren.el (show-paren-match, show-paren-mismatch):
23229 Remove "-face" suffix from face names.
23230 (show-paren-match-face, show-paren-mismatch-face):
23231 New backward-compatibility aliases for renamed faces.
23232 (show-paren-function): Use renamed show-paren faces.
23233
23234 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23235 (ruler-mode-margins, ruler-mode-fringes)
23236 (ruler-mode-column-number, ruler-mode-fill-column)
23237 (ruler-mode-comment-column, ruler-mode-goal-column)
23238 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23239 suffix from face names.
23240 (ruler-mode-default-face, ruler-mode-pad-face)
23241 (ruler-mode-margins-face, ruler-mode-fringes-face)
23242 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23243 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23244 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23245 New backward-compatibility aliases for renamed faces.
23246 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23247 (ruler-mode-column-number, ruler-mode-fill-column)
23248 (ruler-mode-comment-column, ruler-mode-goal-column)
23249 (ruler-mode-tab-stop, ruler-mode-current-column)
23250 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23251 faces.
23252
23253 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23254 face name.
23255 (whitespace-highlight-the-space): Use renamed face.
23256 (whitespace-highlight-face): New backward-compatibility alias for
23257 renamed face.
23258
23259 * woman.el (woman-italic, woman-bold, woman-unknown)
23260 (woman-addition, woman-symbol-face):
23261 Remove "-face" suffix from face names.
23262 (woman-italic-face, woman-bold-face, woman-unknown-face)
23263 (woman-addition-face):
23264 New backward-compatibility aliases for renamed faces.
23265 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23266 (woman-decode-region, woman-replace-match)
23267 (woman-display-extended-fonts, woman-special-characters)
23268 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23269 Use renamed woman faces.
23270
23271 * longlines.el (longlines-visible-face): Face removed.
23272
23273 * diff-mode.el (diff-header, diff-file-header, diff-index)
23274 (diff-hunk-header, diff-removed, diff-added, diff-changed)
23275 (diff-function, diff-context, diff-nonexistent): Remove "-face"
23276 suffix from face names.
23277 (diff-header-face, diff-file-header-face, diff-index-face)
23278 (diff-hunk-header-face, diff-removed-face, diff-added-face)
23279 (diff-changed-face, diff-function-face, diff-context-face)
23280 (diff-nonexistent-face): New backward-compatibility aliases for
23281 renamed faces.
23282 (diff-header-face, diff-file-header-face)
23283 (diff-index, diff-index-face, diff-hunk-header)
23284 (diff-hunk-header-face, diff-removed, diff-removed-face)
23285 (diff-added, diff-added-face, diff-changed-face, diff-function)
23286 (diff-function-face, diff-context-face, diff-nonexistent)
23287 (diff-nonexistent-face): Use renamed diff-mode faces.
23288
23289 * progmodes/compile.el (compilation-warning-face)
23290 (compilation-info-face): Remove "-face" suffix from face names.
23291 (compilation-warning-face, compilation-info-face):
23292 New backward-compatibility aliases for renamed faces.
23293 (compilation-warning-face, compilation-info-face):
23294 Use renamed compilation faces.
23295
23296 * add-log.el (change-log-date, change-log-name)
23297 (change-log-email, change-log-file, change-log-list)
23298 (change-log-conditionals, change-log-function)
23299 (change-log-acknowledgement): Remove "-face" suffix from face names.
23300 (change-log-date-face, change-log-name-face)
23301 (change-log-email-face, change-log-file-face)
23302 (change-log-list-face, change-log-conditionals-face)
23303 (change-log-function-face, change-log-acknowledgement-face):
23304 New backward-compatibility aliases for renamed faces.
23305 (change-log-font-lock-keywords): Use renamed change-log faces.
23306
23307 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23308 (custom-set, custom-changed, custom-saved, custom-button)
23309 (custom-button-pressed, custom-documentation, custom-state)
23310 (custom-comment, custom-comment-tag, custom-variable-tag)
23311 (custom-variable-button, custom-face-tag, custom-group-tag-1)
23312 (custom-group-tag): Remove "-face" suffix from face names.
23313 (custom-magic-alist, custom-magic-value-create)
23314 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23315 (custom-invalid-face, custom-rogue-face, custom-modified-face)
23316 (custom-set-face, custom-changed-face, custom-saved-face)
23317 (custom-button-face, custom-button-pressed-face)
23318 (custom-documentation-face, custom-state-face)
23319 (custom-comment-face, custom-comment-tag-face)
23320 (custom-variable-tag-face, custom-variable-button-face)
23321 (custom-face-tag-face, custom-group-tag-face-1)
23322 (custom-group-tag-face):
23323 New backward-compatibility aliases for renamed faces.
23324
23325 * wid-edit.el (widget-documentation, widget-button)
23326 (widget-field, widget-single-line-field, widget-inactive)
23327 (widget-button-pressed): "-face" suffix removed from face names.
23328 (widget-documentation-face, widget-button-face)
23329 (widget-field-face, widget-single-line-field-face)
23330 (widget-inactive-face, widget-button-pressed-face):
23331 New backward-compatibility aliases for renamed faces.
23332 (widget-documentation-face, widget-button-face)
23333 (widget-button-pressed-face, widget-specify-field)
23334 (widget-specify-inactive): Use renamed widget faces.
23335
23336 2005-06-10 Kenichi Handa <handa@m17n.org>
23337
23338 * term/x-win.el (x-clipboard-yank): Remove condition-case
23339 wrapping.
23340
23341 2005-06-11 Kenichi Handa <handa@m17n.org>
23342
23343 * add-log.el (change-log-font-lock-keywords): Make the regexp for
23344 date lines stricter.
23345
23346 2005-06-10 Zhang Wei <id.brep@gmail.com>
23347
23348 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23349 of x-get-selection.
23350
23351 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23352
23353 * comint.el (comint-mode, comint-snapshot-last-prompt):
23354 * frame.el (frame-current-scroll-bars):
23355 * term.el (term-mode, term-check-proc, term-input-sender)
23356 (term-simple-send, term-extract-string, term-word)
23357 (term-match-partial-filename):
23358 * window.el (window-current-scroll-bars):
23359 * emulation/cua-base.el (cua-normal-cursor-color)
23360 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23361 (cua-global-mark-cursor-color):
23362 * mail/undigest.el (rmail-forward-separator-regex):
23363 Fix typos in docstrings.
23364
23365 * comint.el (comint-check-proc, make-comint-in-buffer)
23366 (comint-source-default): Doc fixes.
23367
23368 * term.el (term-send-string): Improve argument/docstring consistency.
23369
23370 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
23371
23372 * comint.el (comint-send-input): Bind `inhibit-read-only' around
23373 call to `delete-region'.
23374 (comint-mode-hook): Do not enable Font Lock by default.
23375
23376 2005-06-09 Lute Kamstra <lute@gnu.org>
23377
23378 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23379 could be void.
23380
23381 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
23382
23383 * emacs-lisp/debug.el (debugger-will-be-back): New var.
23384 (debug): Use it.
23385 (debugger-step-through, debugger-continue, debugger-jump)
23386 (debugger-return-value): Set it when needed.
23387 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23388 Use inhibit-read-only.
23389
23390 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
23391
23392 * window.el (shrink-window-if-larger-than-buffer)
23393 (window-size-fixed): Fix typo in docstring.
23394
23395 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
23396 thumbnails directory on loading.
23397 (thumbs-conversion-program): Use `eq' to check the system type,
23398 not `equal'.
23399 (thumbs-temp-dir): Initialize to `temporary-file-directory',
23400 not "/tmp". Fix docstring.
23401 (thumbs-thumbsdir): New function to return the thumbnails
23402 directory, creating it if needed.
23403 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23404 (thumbs-temp-file): Delete variable and make it into a function.
23405 (thumbs-resize-image, thumbs-modify-image): Use it.
23406 (thumbs-kill-buffer): Simplify.
23407 (thumbs-gensym): Defalias or duplicate CL `gensym'.
23408 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23409 docstrings.
23410
23411 2005-06-09 Kim F. Storm <storm@cua.dk>
23412
23413 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23414 set-match-data to free markers in match-data.
23415
23416 * replace.el (replace-match-data): Pass RESEAT arg `t' to
23417 match-data to unchain markers in match-data.
23418
23419 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23420
23421 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23422 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
23423 unnecessary now.
23424
23425 2005-06-08 Richard M. Stallman <rms@gnu.org>
23426
23427 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23428 give the variable a doc string that doesn't say don't set it directly.
23429
23430 * textmodes/ispell.el (ispell-check-version):
23431 Use match-string-no-properties.
23432 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23433 (ispell-buffer-local-words): Likewise.
23434
23435 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23436 except on terminals with enough colors to really display it.
23437 (makefile-dependency-regex): Delete spurious `bb'.
23438
23439 * faces.el (escape-glyph): Use blue once again in last case.
23440 (no-break-space): Redefine so that it isn't invisible on a tty.
23441
23442 2005-06-08 Kim F. Storm <storm@cua.dk>
23443
23444 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23445 also when reading directory name.
23446
23447 2005-06-08 Lute Kamstra <lute@gnu.org>
23448
23449 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23450 (flyspell-mode-line-string): Remove autoload cookie.
23451 (flyspell-mode): Remove defvar.
23452
23453 2005-06-07 Lute Kamstra <lute@gnu.org>
23454
23455 * textmodes/org.el (org-run-mode-hooks): New function.
23456 (org-agenda-mode): Use it.
23457
23458 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
23459
23460 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23461
23462 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23463
23464 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23465
23466 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
23467
23468 * font-lock.el (font-lock-add-keywords): Doc fix.
23469
23470 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23471
23472 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23473 (tex-compile-default): In the absence of any history, use the order in
23474 tex-compile-alist to choose the preferred command.
23475 (tex-compile-commands): Reorder a bit.
23476
23477 * textmodes/flyspell.el (flyspell-auto-correct-binding)
23478 (flyspell-incorrect-face, flyspell-duplicate-face):
23479 Use (X)Emacs-agnostic code.
23480 (flyspell-mode-map): Don't overwrite at each load. Remove code
23481 redundant with the subsequent add-minor-mode. Merge Emacs and
23482 XEmacs code.
23483 (flyspell-word): Minor simplification.
23484 (flyspell-math-tex-command-p): Quieten the byte-compiler.
23485 (flyspell-external-point-words): Remove unused vars `size' and `start'.
23486 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23487 Merge the corresponding Emacs code.
23488 (flyspell-correct-word, flyspell-xemacs-popup):
23489 Use flyspell-do-correct.
23490
23491 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23492 a dedicated window.
23493
23494 * international/latexenc.el (latexenc-find-file-coding-system):
23495 Undo part of last patch, to turn off a compiler warning.
23496
23497 2005-06-06 Juri Linkov <juri@jurta.org>
23498
23499 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23500 Rename `tmm-inactive-face' to `tmm-inactive'.
23501
23502 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
23503
23504 * iswitchb.el: Rename faces.
23505
23506 2005-06-06 Kim F. Storm <storm@cua.dk>
23507
23508 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23509 (cua-global-mark): Remove -face suffix from face names.
23510
23511 * emulation/cua-gmrk.el (cua--init-global-mark):
23512 Remove cua-global-mark face setup.
23513
23514 2005-06-06 Richard M. Stallman <rms@gnu.org>
23515
23516 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23517 just like other allowed characters.
23518 (makefile-match-dependency): Exclude leading and training whitespace
23519 from the range of regexp subexp 1.
23520 (makefile-macroassign-regex): Don't try to match the body,
23521 just the name of the macro being defined.
23522
23523 * info.el (Info-read-node-name-2): New function.
23524 (Info-read-node-name-1): Use that.
23525 Add a completion-base-size-function property.
23526
23527 * simple.el (completion-setup-function): Look for
23528 completion-base-size-function property of minibuffer-completion-table.
23529
23530 * files.el (locate-file-completion): Doc fix.
23531
23532 * printing.el: Don't call pr-update-menus; user must do that.
23533
23534 * emacs-lisp/debug.el (debugger-window): New variable.
23535 (debug): Use debugger-window if it is set and still alive.
23536 Record debugger-window for next entry.
23537
23538 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23539
23540 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
23541
23542 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23543 (hack-one-local-variable, hack-local-variables)
23544 (hack-local-variables-prop-line): Pass that arg.
23545
23546 2005-06-06 Kim F. Storm <storm@cua.dk>
23547
23548 * ido.el (ido-first-match, ido-only-match, ido-subdir)
23549 (ido-indicator): Remove -face suffix from face names.
23550
23551 2005-06-06 Juri Linkov <juri@jurta.org>
23552
23553 * font-lock.el (font-lock-regexp-backslash)
23554 (font-lock-regexp-backslash-construct): New faces.
23555 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
23556 after `('. Add `while-no-input' to control structures.
23557
23558 * faces.el (no-break-space, shadow): New faces.
23559 (escape-glyph): Use less loud colors pink2 and red4.
23560
23561 * diff-mode.el (diff-context-face)
23562 * dired.el (dired-ignored)
23563 * rfn-eshadow.el (file-name-shadow)
23564 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23565
23566 * info.el (Info-title-1-face): Use green instead of yellow because
23567 bold yellow is not readable on light backgrounds.
23568
23569 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23570 before selecting the desired mode to not spend time fontifying
23571 old contents.
23572
23573 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
23574
23575 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23576 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23577
23578 * ps-print.el (ps-default-fg, ps-default-bg):
23579 Fix typos in docstrings.
23580
23581 * isearchb.el (isearchb): Don't pass a spurious second argument to
23582 `iswitchb-completions'.
23583
23584 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
23585
23586 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
23587 to preserve point.
23588 (gdb-find-file-hook): Add doc string.
23589
23590 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
23591 C dereferenced pointer expression.
23592 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
23593
23594 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
23595
23596 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
23597 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
23598 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
23599 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
23600 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
23601 Make background transparent.
23602
23603 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
23604
23605 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
23606 (font-lock-remove-keywords): Doc fix.
23607 (font-lock-mode-major-mode): Compiler defvar.
23608 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
23609
23610 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
23611 (font-lock-mode): Update `font-lock-mode-major-mode'.
23612 (font-lock-set-defaults): Compiler defvar.
23613 (font-lock-default-function): Take `font-lock-mode-major-mode'
23614 into account.
23615
23616 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
23617 keep track of which major mode it enabled the minor mode for.
23618 Use find-file-hook again. Update docstring.
23619
23620 * simple.el (eval-expression-print-level)
23621 (eval-expression-print-length, eval-expression-debug-on-error):
23622 Doc fixes.
23623
23624 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
23625
23626 * iswitchb.el (iswitchb-single-match-face)
23627 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
23628 (iswitchb-invalid-regexp-face): New faces.
23629 (iswitchb-completions): Use them.
23630 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
23631 now marked as an obsolete alias.
23632 (iswitchb-read-buffer): Remove check for bound font variables.
23633 (iswitchb-invalid-regexp): New free variable.
23634 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
23635 set iswitchb-invalid-regexp.
23636 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
23637 invalid regexps.
23638 (iswitchb-completions): Add check for complete match when entering
23639 a regexp.
23640 (iswitchb-completions): Remove require-match argument.
23641 (iswitchb-exhibit): Fix caller.
23642 (iswitchb-common-match-inserted): New variable.
23643 (iswitchb-complete, iswitchb-completion-help): Use it.
23644
23645 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
23646
23647 * url-http.el (url-http-chunked-encoding-after-change-function):
23648 Use `url-http-debug' instead of `message'.
23649
23650 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
23651
23652 * url-http.el (url-http-parse-headers): Pass redirected URL as a
23653 callback argument.
23654
23655 2005-06-04 Kim F. Storm <storm@cua.dk>
23656
23657 * simple.el (line-move): Only call sit-for when moving backwards.
23658
23659 * ido.el (ido-make-merged-file-list-1): New defun split from
23660 ido-make-merged-file-list.
23661 (ido-make-merged-file-list): Bind throw-on-input around call to
23662 ido-make-merged-file-list-1. Return input-pending-p if
23663 interrupted by more input available.
23664 (ido-read-internal): Handle input-pending-p return value from
23665 ido-make-merged-file-list.
23666
23667 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
23668
23669 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
23670 compatibility code.
23671
23672 * international/latexenc.el (latexenc-find-file-coding-system):
23673 Don't inherit the EOL part of the coding-system from the
23674 tex-main buffer. Fit within 80 columns.
23675
23676 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
23677
23678 * tmm.el (tmm-inactive-face): New face.
23679 (tmm-remove-inactive-mouse-face): New function.
23680 (tmm-prompt, tmm-add-one-shortcut)
23681 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
23682 but not selectable.
23683
23684 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
23685
23686 * faces.el (face-equal): Improve argument/docstring consistency.
23687
23688 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
23689
23690 * progmodes/make-mode.el (makefile-targets-face)
23691 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
23692 (makefile-bsdmake-dependency-regex)
23693 (makefile-makepp-rule-action-regex)
23694 (makefile-bsdmake-rule-action-regex): New constants.
23695 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
23696
23697 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23698 Allow (...) within `...' for makepp messages.
23699
23700 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
23701
23702 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
23703
23704 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
23705 "." files are deleted from all file lists before comparison.
23706
23707 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23708 (viper-ESC-key): Made them customizable.
23709
23710 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
23711
23712 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
23713
23714 * autorevert.el (auto-revert-buffers): Use save-match-data.
23715
23716 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23717
23718 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
23719 menu items with a nil command binding.
23720
23721 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
23722
23723 * emacs-lisp/cl-macs.el (defsetf):
23724 Improve argument/docstring consistency.
23725
23726 * faces.el (list-faces-display): Improve the formatting by
23727 computing the maximum length required for any face-name (reworked
23728 patch of 1999-01-11, accidentally deleted on 1999-07-21).
23729 (internal-find-face): Remove redundant info in docstring.
23730
23731 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
23732
23733 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23734 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
23735 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
23736 (gdb-assembler-custom): Improve regexps.
23737 (def-gdb-auto-update-handler): Use window point to preserve point.
23738
23739 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23740
23741 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
23742
23743 2005-05-31 Jay Belanger <belanger@truman.edu>
23744
23745 * calc/calc-embed.el (calc-embedded-word): Change argument passed
23746 to calc-embedded.
23747 (calc-embedded-make-info): Have plain prefix argument select
23748 entire line.
23749
23750 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
23751
23752 * faces.el (list-faces-display): Signal error if passed a regexp
23753 that matches no face name.
23754
23755 * simple.el (filter-buffer-substring): Fix typo in docstring.
23756
23757 2005-05-31 Richard M. Stallman <rms@gnu.org>
23758
23759 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23760 (vhdl-emacs-21): Doc fix.
23761 (vhdl-mode): Unconditionally set comment-padding.
23762 (vhdl-fixup-whitespace-region): Insert spaces only where
23763 there are none.
23764 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23765
23766 2005-05-30 John Wiegley <johnw@newartisans.com>
23767
23768 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23769 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23770 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23771 `directory-sep-char' to ?/, and all uses of `string-to-int' to
23772 `string-to-number'.
23773
23774 2005-05-30 Jay Belanger <belanger@truman.edu>
23775
23776 * calc/calc.el (calc-bug-address): Fix docstring.
23777 (calc-window-hook, calc-trail-window-hook): New variables.
23778 (calc-trail-display): Restore use of calc-trail-window-hook.
23779 (calc): Restore use of calc-window-hook.
23780
23781 2005-05-31 Masatake YAMATO <jet@gyve.org>
23782
23783 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23784
23785 * help-fns.el (help-C-file-name): Add autoload mark for
23786 `find-function-noselect'.
23787
23788 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23789
23790 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23791 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23792
23793 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23794
23795 * calendar/diary-lib.el (mark-included-diary-files): Only kill
23796 included diary buffer if it was not already being visited.
23797 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23798
23799 * calendar/icalendar.el (top-level): Do not require appt.
23800
23801 * mail/supercite.el (sc-select-attribution): Only use a list
23802 element from sc-attrib-selection-list if it returns a string.
23803 Reported by Davide G. M. Salvetti <salve@debian.org>.
23804
23805 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
23806
23807 * thumbs.el (thumbs-thumbname): The resulting thumbname now
23808 includes a hash value to improve its uniqueness, and has a ".jpg"
23809 extension. Also, it is now a valid filename on all systems.
23810 (thumbs-make-thumb): Use `let', not `let*'.
23811 (thumbs-show-thumbs-list): Check for JPEG availability.
23812
23813 2005-05-30 Richard M. Stallman <rms@gnu.org>
23814
23815 * filesets.el (filesets-menu-ensure-use-cached):
23816 Prevent warning when emacs-version>= is undefined.
23817
23818 * printing.el (pr-interactive-n-up): Use string-to-number.
23819
23820 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23821
23822 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23823 Warn only when name to be defined is quoted.
23824
23825 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
23826
23827 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23828 Make regexp more robust.
23829 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23830 Force regeneration of disassembly.
23831
23832 2005-05-29 Jay Belanger <belanger@truman.edu>
23833
23834 * calc/calc.el (calc-user-invocation): Check if
23835 calc-invocation-macro is non-nil.
23836
23837 2005-05-29 Juri Linkov <juri@jurta.org>
23838
23839 * add-log.el (change-log-font-lock-keywords):
23840 Add `+' to e-mail regexp to accept mail address with keywords.
23841
23842 * man.el (Man-name-regexp): Add `:' to accept qualified names.
23843
23844 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
23845
23846 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23847
23848 * ielm.el (inferior-emacs-lisp-mode): Ditto.
23849
23850 2005-05-29 Richard M. Stallman <rms@gnu.org>
23851
23852 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23853 Undo the change that moves to end of the current word.
23854
23855 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23856
23857 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23858 Throw error when count <= 0 to ensure input is a number.
23859 (gdb-read-memory-custom): Pick up address from buffer.
23860 (gdb-memory-mode): Allow user to increment and decrement
23861 memory address from header line.
23862
23863 2005-05-29 Richard M. Stallman <rms@gnu.org>
23864
23865 * flyspell.el (flyspell-version): Function deleted.
23866 (flyspell-auto-correct-previous-hook): Doc fix.
23867
23868 * jit-lock.el (jit-lock-function, jit-lock-after-change):
23869 Do nothing if memory is full.
23870
23871 * font-lock.el (font-lock-fontify-syntactically-region):
23872 Pass t for GREEDY to looking-back.
23873
23874 * saveplace.el (save-place-alist-to-file): Write the file
23875 using write-region.
23876
23877 * subr.el (looking-back): New argument GREEDY.
23878
23879 * progmodes/compile.el (compilation-start): Set the mode
23880 before inserting the initial text.
23881
23882 * progmodes/which-func.el (which-func-update-1): Turn the mode
23883 off in case of error by setting which-func-mode.
23884
23885 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
23886
23887 * flyspell.el (flyspell-auto-correct-previous-word):
23888 Narrow down to what's on the screen, and recenter overlays
23889 at the end of the next word.
23890
23891 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
23892
23893 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23894 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23895 (flyspell-abbrev-p): Default to nil.
23896 (flyspell-use-global-abbrev-table-p): Doc fix.
23897 (flyspell-large-region): Allow nil as value.
23898 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23899
23900 (mail-mode-flyspell-verify): More robust handling
23901 of `mail-header-separator'. More efficient signature detection.
23902 Allow for regexp metacharacters in message-header-separator.
23903 Adding `To' not to be checked in mail-mode-flyspell-verify.
23904
23905 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23906 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23907 Bind flyspell-auto-correct-binding.
23908 Bind C-. and C-, .
23909 (flyspell-mode-map): Likewise.
23910 (flyspell-mode): Doc fix.
23911 (flyspell-accept-buffer-local-defs): Preserve current buffer.
23912 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23913 (flyspell-word-cache-result): New var, always local.
23914 (flyspell-check-pre-word-p): Doc fix.
23915 (flyspell-check-changed-word-p): Handle spc like newline.
23916 (flyspell-post-command-hook): Set flyspell-word-cache-result.
23917 (flyspell-word-search-backward, flyspell-word-search-forward):
23918 New functions.
23919 (flyspell-word): Return t if nothing to check.
23920 When parsing TeX code, check for after } or \.
23921 Use flyspell-word-search-backward to find previous word.
23922 Return nil if duplicated word.
23923 For word already checked, return same value as last time.
23924 Set flyspell-word-cache-result after checking.
23925 Don't clobber the return value.
23926 (flyspell-get-word): Major rewrite.
23927 (flyspell-external-point-words): New locals pword, pcount.
23928 Fix size used in progress message.
23929 Find the proper corresponding word in flyspell-large-region-buffer.
23930 (flyspell-region): Check for flyspell-large-region = nil.
23931 (flyspell-highlight-incorrect-region): Clean up overlays in region.
23932 (flyspell-auto-correct-word): Check that WORD is a cons.
23933 (flyspell-correct-word): Likewise.
23934
23935 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
23936
23937 * progmodes/make-mode.el (makefile-rule-action-regex)
23938 (makefile-macroassign-regex, makefile-makepp-mode)
23939 (makefile-bsdmake-mode): Continuation lines may be empty.
23940 Reported by Joshua Varner.
23941 (makefile-makepp-font-lock-keywords): Add $(stem).
23942
23943 2005-05-28 Karl Berry <karl@gnu.org>
23944
23945 * textmodes/tex-mode.el: Now that tex-send-command calls
23946 shell-quote-argument (2005-03-31 change), remove all calls to
23947 shell-quote-argument; they all end up invoking tex-send-command.
23948 The double quoting loses on filenames with non-safe characters,
23949 such as "@". Reported by Frederik Fouvry.
23950
23951 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23952
23953 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
23954 about preserving point.
23955
23956 2005-05-27 Jay Belanger <belanger@truman.edu>
23957
23958 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
23959 Info-goto-node.
23960
23961 * calc/calc-embed.el (calc-embed-arg): New variable.
23962 (calc-do-embedded-activate, calc-embedded-activate-formula)
23963 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
23964 variable by new variable.
23965 (calc-embedded-make-info): Replace undeclared variable by new
23966 variable. When selecting region with positive prefix
23967 argument, use end of previous line instead of beginning of line.
23968
23969 * calc/calc-aent.el (calc-arg-values): Declare it.
23970
23971 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
23972 Declare them.
23973
23974 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
23975
23976 * calc/calc.el (calc-alg-map): Declare it.
23977
23978 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
23979
23980 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
23981
23982 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
23983 (gdb-registers-buffer, toggle-gdb-all-registers):
23984 Toggle display of floating point registers.
23985 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
23986
23987 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
23988 (toggle-gud-tooltip-dereference):
23989 Rename from gud-toggle-tooltip-dereference.
23990
23991 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23992
23993 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
23994
23995 2005-05-27 Jay Belanger <belanger@truman.edu>
23996
23997 * calc/calc-prog.el (calc-kbd-report): Remove.
23998 (calc-kbd-query): Rewrite.
23999
24000 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
24001
24002 * image.el (image-library-alist): Move to image.c.
24003 (image-type-available-p): Doc fix.
24004
24005 2005-05-27 Lute Kamstra <lute@gnu.org>
24006
24007 * calc/calc.el (calc):
24008 * outline.el (outline-1, outline-2, outline-3, outline-4)
24009 (outline-5, outline-6, outline-7, outline-8):
24010 * textmodes/dns-mode.el (dns-mode):
24011 * textmodes/sgml-mode.el (sgml-namespace-face):
24012 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
24013 (tex-verbatim-face, tex-use-reftex):
24014 * textmodes/texinfo.el (texinfo-heading-face):
24015 Specify customization group.
24016
24017 * longlines.el: Don't require easy-mmode.
24018 (longlines-visible-face): Specify customization group.
24019
24020 2005-05-27 Kenichi Handa <handa@m17n.org>
24021
24022 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
24023 encoding table of windows-1251.
24024
24025 * international/ucs-tables.el (ucs-set-table-for-input):
24026 If translation-table-for-input of a coding system is a symbol, get
24027 its translation-table property.
24028
24029 * international/code-pages.el: Don't register a coding system into
24030 non-iso-charset-alist more than once.
24031 (cp-make-coding-system): Likewise.
24032
24033 2005-05-26 John Wiegley <johnw@newartisans.com>
24034
24035 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
24036 `eshell-resume-eval' is wrapped in a list, it indicates that the
24037 command was run asynchronously. In that case, unwrap the value
24038 before checking the delimiter value.
24039
24040 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
24041 character before a space at the end of a line is \, assume the space
24042 is part of the last argument rather than a final argument separator.
24043
24044 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
24045 is in use, and the target is `t' or `nil' (which are the most common
24046 values), don't assume that the symbol target is a buffer.
24047
24048 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
24049
24050 * calendar/calendar.el (calendar-mode-line-format):
24051 Use mode-line-highlight as mouse-face.
24052
24053 * time.el (display-time-string-forms, display-time-update):
24054 Use mode-line-highlight as mouse-face.
24055
24056 2005-05-26 Jay Belanger <belanger@truman.edu>
24057
24058 * calc/calc.el (calc-language-alist): Remove extra defvar.
24059
24060 2005-05-26 Lute Kamstra <lute@gnu.org>
24061
24062 * arc-mode.el (archive-mode):
24063 * bookmark.el (bookmark-read-annotation-mode)
24064 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
24065 * bs.el (bs-mode):
24066 * calc/calc-yank.el (calc-edit-mode):
24067 * calc/calc.el (calc-mode, calc-trail-mode):
24068 * calculator.el (calculator-mode):
24069 * chistory.el (command-history-mode):
24070 * comint.el:
24071 * cus-edit.el (custom-mode):
24072 * descr-text.el (describe-text-mode):
24073 * ebuff-menu.el (Electric-buffer-menu-mode):
24074 * ediff-util.el (ediff-mode):
24075 * emacs-lisp/re-builder.el (reb-mode):
24076 * emulation/vi.el (vi-mode-setup):
24077 * emulation/ws-mode.el (wordstar-mode):
24078 * eshell/esh-mode.el (eshell-mode):
24079 * forms.el (forms-mode):
24080 * help-mode.el (help-mode):
24081 * hexl.el (hexl-mode):
24082 * ibuffer.el (ibuffer-mode):
24083 * ielm.el (inferior-emacs-lisp-mode):
24084 * info.el (Info-mode, Info-edit-mode):
24085 * international/swedish.el:
24086 * ledit.el (ledit-from-lisp-mode):
24087 * locate.el (locate-mode):
24088 * mail/rmail.el (rmail-mode):
24089 * mail/rmailedit.el (rmail-edit-mode):
24090 * mail/rmailsum.el (rmail-summary-mode):
24091 * mail/supercite.el (sc-electric-mode):
24092 * net/eudc.el (eudc-mode):
24093 * net/quickurl.el (quickurl-list-mode):
24094 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
24095 * obsolete/ooutline.el (outline-mode):
24096 * obsolete/options.el (Edit-options-mode):
24097 * obsolete/rnews.el (news-mode):
24098 * obsolete/rnewspost.el (news-reply-mode):
24099 * play/5x5.el (5x5-mode):
24100 * play/decipher.el (decipher-mode, decipher-stats-mode):
24101 * play/gomoku.el (gomoku-mode):
24102 * play/snake.el (snake-mode):
24103 * play/solitaire.el (solitaire-mode):
24104 * play/tetris.el (tetris-mode):
24105 * progmodes/ada-mode.el (ada-mode):
24106 * progmodes/antlr-mode.el (antlr-mode):
24107 * progmodes/autoconf.el (autoconf-mode):
24108 * progmodes/dcl-mode.el (dcl-mode):
24109 * progmodes/delphi.el (delphi-mode):
24110 * progmodes/ebrowse.el (ebrowse-tree-mode)
24111 (ebrowse-electric-list-mode, ebrowse-member-mode)
24112 (ebrowse-electric-position-mode):
24113 * progmodes/f90.el (f90-mode):
24114 * progmodes/fortran.el (fortran-mode):
24115 * progmodes/icon.el (icon-mode):
24116 * progmodes/idlw-help.el (idlwave-help-mode):
24117 * progmodes/idlw-shell.el (idlwave-shell-mode):
24118 * progmodes/idlwave.el (idlwave-mode):
24119 * progmodes/inf-lisp.el (inferior-lisp-mode):
24120 * progmodes/m4-mode.el (m4-mode):
24121 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
24122 * progmodes/modula2.el (modula-2-mode):
24123 * progmodes/octave-inf.el (inferior-octave-mode):
24124 * progmodes/octave-mod.el (octave-mode):
24125 * progmodes/pascal.el (pascal-mode):
24126 * progmodes/sh-script.el (sh-mode):
24127 * progmodes/sql.el (sql-mode, sql-interactive-mode):
24128 * progmodes/vhdl-mode.el (vhdl-mode):
24129 * progmodes/xscheme.el (scheme-interaction-mode):
24130 * replace.el (occur-mode):
24131 * ses.el (ses-mode):
24132 * simple.el (completion-list-mode):
24133 * skeleton.el:
24134 * speedbar.el (speedbar-mode):
24135 * term.el (term-mode):
24136 * terminal.el (terminal-edit-mode):
24137 * textmodes/reftex-index.el (reftex-index-mode)
24138 (reftex-index-phrases-mode):
24139 * textmodes/reftex-sel.el (reftex-select-label-mode)
24140 (reftex-select-bib-mode):
24141 * textmodes/reftex-toc.el (reftex-toc-mode):
24142 * wdired.el (wdired-change-to-wdired-mode):
24143 * wid-browse.el (widget-browse-mode):
24144 Use run-mode-hooks.
24145
24146 * array.el (array-mode):
24147 * calendar/todo-mode.el (todo-mode):
24148 * man.el (Man-mode):
24149 * play/landmark.el (lm-mode):
24150 * play/mpuz.el (mpuz-mode):
24151 Use kill-all-local-variables and run-mode-hooks.
24152
24153 * subr.el (delay-mode-hooks): Specify indentation.
24154
24155 2005-05-26 Mark A. Hershberger <mah@everybody.org>
24156
24157 * xml.el (xml-substitute-special): Don't die for undefined xml
24158 entities.
24159
24160 2005-05-26 Jay Belanger <belanger@truman.edu>
24161
24162 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24163 of nil.
24164
24165 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
24166
24167 * progmodes/gdb-ui.el (gdb-frame-address):
24168 Rename from gdb-current-address.
24169 (gdb-previous-frame-address): Rename from gdb-previous-address.
24170 (gdb-selected-frame): Rename from gdb-current-frame.
24171 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24172 (gdb-frame-number): Rename from gdb-current-stack-level.
24173 (gdb-ann3): Match new mode-name for disassembly buffer.
24174 Extend initialization of variables.
24175 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24176 (gdb-memory-mode): Use mouse-face in header line.
24177 (gdb-assembler-buffer-name): Call it disassembly and give frame
24178 in mode line.
24179 (gdb-source-spec-regexp, gdb-assembler-custom)
24180 (gdb-invalidate-assembler, gdb-frame-handler):
24181 Make robust to leading zeroes in address format.
24182
24183 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
24184
24185 * textmodes/org.el (org-mode): Use `define-derived-mode' to
24186 define `org-mode'.
24187 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24188
24189 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24190
24191 * log-edit.el (log-edit-changelog-entries): Distinguish between
24192 filenames like xfns.c and fns.c.
24193
24194 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
24195
24196 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24197 point after reverting.
24198 (Buffer-menu-make-sort-button): Handle the case where
24199 `Buffer-menu-use-header-line' is nil.
24200
24201 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
24202
24203 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24204 New funcs. In minibuffer-local-completion-map bind `]', `/'
24205 and `:' to them.
24206
24207 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
24208
24209 * startup.el (normal-top-level): Allow modification of load-path while
24210 we're iterating over it.
24211
24212 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
24213
24214 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24215 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24216 (thumbs-resize-interactive, thumbs-insert-image)
24217 (thumbs-insert-thumb, thumbs-dired-show-marked)
24218 (thumbs-find-image-at-point, thumbs-delete-images)
24219 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24220 (thumbs-increment-image-size, thumbs-decrement-image-size):
24221 Fix typos in docstrings.
24222
24223 2005-05-24 Andre Spiegel <spiegel@gnu.org>
24224
24225 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24226 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24227 (cperl-mode): Use them.
24228
24229 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
24230
24231 * window.el (quit-window, shrink-window-if-larger-than-buffer):
24232 Doc fixes.
24233
24234 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
24235
24236 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24237 Bind C-d to gdb-inferior-io-eof.
24238
24239 * dired.el (dired-dnd-popup-notice): Use message-box.
24240
24241 2005-05-23 Masatake YAMATO <jet@gyve.org>
24242
24243 * bindings.el (mode-line-major-mode-keymap):
24244 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24245
24246 * faces.el (mode-line-highlight): New face.
24247
24248 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24249 as mouse-face.
24250
24251 * bindings.el (top-level, help-echo, mode-line-modified)
24252 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24253 as mouse-face.
24254
24255 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
24256
24257 * progmodes/cc-engine.el (c-guess-basic-syntax):
24258 Remove spurious call to `zerop'.
24259
24260 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24261
24262 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
24263
24264 CC Mode update to 5.30.10:
24265
24266 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24267 could go past the limit in decoration level 2, thereby causing
24268 errors during interactive fontification.
24269
24270 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24271 the file is evaluated interactively.
24272
24273 * cc-engine.el (c-guess-basic-syntax): Handle operator
24274 declarations somewhat better in C++.
24275
24276 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24277 make use of `run-mode-hooks' which has been added in Emacs 21.1.
24278 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24279 (awk-mode): Use it.
24280 (make-local-hook): Suppress warning about obsoleteness.
24281
24282 * cc-engine.el, cc-align.el, cc-cmds.el
24283 (c-append-backslashes-forward, c-delete-backslashes-forward)
24284 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24285 Compensate for return value from `forward-line' when it has moved
24286 but not to a different line due to eob.
24287
24288 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24289 `objc-method-intro' and `objc-method-args-cont'.
24290
24291 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
24292
24293 CC Mode update to 5.30.10:
24294
24295 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24296 in the copyright statement. Incidentally, change "along with GNU
24297 Emacs" to "along with this program" where it occurs.
24298
24299 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24300 so that it is interactive, hence can be found by M-x awk-mode
24301 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
24302 <gmorris+emacs@ast.cam.ac.uk>.
24303
24304 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24305 Mode's regexps.
24306
24307 2005-05-23 Kevin Ryde <user42@zip.com.au>
24308
24309 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24310 c-parse-state, to avoid a lisp error (on bad code).
24311
24312 2005-05-23 Lute Kamstra <lute@gnu.org>
24313
24314 * subr.el (font-lock-defaults): Remove defvar as it's already
24315 defined in font-core.el.
24316
24317 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24318
24319 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
24320
24321 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24322 more general and work when GDB variable "print pretty" is on,
24323 as with Emacs, for example.
24324
24325 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
24326
24327 * font-core.el: Update comment.
24328
24329 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24330 Use `after-change-major-mode-hook' instead of `find-file-hook'.
24331
24332 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24333
24334 2005-05-22 Eli Zaretskii <eliz@gnu.org>
24335
24336 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24337 and `yank-handler' in the doc strings.
24338
24339 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24340
24341 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
24342
24343 2005-05-22 Richard M. Stallman <rms@gnu.org>
24344
24345 * help.el (describe-key): Move print-help-return-message call
24346 out of conditional.
24347
24348 * progmodes/etags.el (list-tags): Use with-no-warnings.
24349
24350 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24351 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24352 (starttls-extra-args, starttls-extra-arguments): Add defvars.
24353
24354 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24355
24356 * language/viet-util.el (viet-viscii-nonascii-translation-table):
24357 Add defvar.
24358
24359 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24360 Use defvar, not defconst.
24361
24362 * hexl.el (hexl-follow-line): Use with-no-warnings.
24363
24364 * emulation/tpu-extras.el: Use write-file-functions instead of
24365 write-file-hooks.
24366
24367 * dired.el (dired-font-lock-keywords): Fontify files with junk
24368 extensions even if marked by -F.
24369
24370 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
24371
24372 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24373 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24374 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24375 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24376 (concatenate, list-length, get*, getf, cl-remprop):
24377 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24378 (etypecase, progv, lexical-let, lexical-let*)
24379 (multiple-value-bind, multiple-value-setq, shiftf):
24380 Improve argument/docstring consistency.
24381
24382 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24383
24384 2005-05-22 Andre Spiegel <spiegel@gnu.org>
24385
24386 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24387 doesn't exist.
24388
24389 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
24390 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24391
24392 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
24393
24394 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24395 already deleted variables: auto-fill-hook, blink-paren-hook,
24396 lisp-indent-hook, inhibit-local-variables, unread-command-event,
24397 suspend-hooks, comment-indent-hook, meta-flag,
24398 before-change-function, after-change-function,
24399 font-lock-doc-string-face.
24400
24401 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
24402
24403 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24404
24405 2005-05-21 Eli Zaretskii <eliz@gnu.org>
24406
24407 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24408 rmail-dont-reply-to.
24409
24410 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24411
24412 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24413 literal blank when splitting new-header-values.
24414
24415 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
24416
24417 * calendar/cal-menu.el (cal-menu-update): Add separator as a
24418 string so that tmm doesn't create a completion entry for it.
24419
24420 * textmodes/table.el (table-disable-menu): Ditto.
24421
24422 2005-05-21 Richard M. Stallman <rms@gnu.org>
24423
24424 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24425
24426 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24427
24428 * net/rcompile.el (remote-compile): Use compilation-start.
24429
24430 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24431
24432 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
24433
24434 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24435 Default to makefile-bsdmake-mode on BSD systems.
24436
24437 * imenu.el (imenu-generic-expression, imenu--generic-function'):
24438 REGEXP may also be a search function now. The part of doc-string
24439 for describing the structure was 95% identical to that of
24440 `imenu--generic-function'. Unify it there.
24441
24442 * progmodes/make-mode.el (makefile-imenu-generic-expression):
24443 Use function to find dependencies, because regexp alone is so complex,
24444 it easily goes into an endless loop.
24445 (makefile-makepp-mode): Also add submenu for Perl functions
24446 defined in the makefile.
24447 (makefile-bsdmake-mode): Special imenu-generic-expression no
24448 longer needed, due to function call.
24449 (makefile-match-dependency): Take BOUND into account when checking
24450 if we're through.
24451
24452 2005-05-20 Jay Belanger <belanger@truman.edu>
24453
24454 * calc/calc-units.el (calc-invalidate-units-table):
24455 Use inhibit-read-only.
24456 (math-build-units-table-buffer): Use view-mode.
24457
24458 2005-05-20 David Kastrup <dak@gnu.org>
24459
24460 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24461 easy-menu-add is not a nop on Emacs; and clarify when to call it.
24462
24463 2005-05-20 Lute Kamstra <lute@gnu.org>
24464
24465 * diff-mode.el (diff-header-face, diff-file-header-face)
24466 (diff-index-face, diff-hunk-header-face, diff-removed-face)
24467 (diff-added-face, diff-changed-face, diff-function-face)
24468 (diff-context-face, diff-nonexistent-face): Put them in the
24469 diff-mode customization group.
24470
24471 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24472
24473 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24474
24475 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24476
24477 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24478 Minor regexp-optimization.
24479
24480 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
24481
24482 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24483 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24484 (org-agenda-add-time-grid-maybe): New function.
24485 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24486 (org-table-create): `dotimes' instead of `mapcar'.
24487 (org-xor): Simplify implementation.
24488 (org-agenda): `inhibit-redisplay' turned on.
24489 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24490 a consistent line after a state change.
24491 (org-agenda-remove-times-when-in-prefix): New option.
24492 (org-prefix-has-time): New variable.
24493 (org-parse-time-string): Optional argument NODEFAULT.
24494 (org-format-agenda-item): Parse items for time-of-day
24495 specifications and move these into the prefix if possible.
24496 (org-agenda-priority): Get current heading, not previous heading
24497 during agenda remote editing.
24498
24499 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
24500
24501 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24502 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24503 (remove-duplicates, delete-duplicates, substitute)
24504 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24505 (nsubstitute-if-not, find, find-if, find-if-not, position)
24506 (position-if, position-if-not, count, count-if, count-if-not)
24507 (mismatch, search, sort*, stable-sort, merge, member*)
24508 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24509 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24510 (intersection, nintersection, set-difference, nset-difference)
24511 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24512 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24513 (nsublis, tree-equal): Improve argument/docstring consistency.
24514
24515 * subr.el (send-string, send-region): Remove obsolescence declaration.
24516 (window-dot, set-window-dot, read-input, show-buffer)
24517 (eval-current-buffer, string-to-int):
24518 Add release number to obsolescence declarations.
24519
24520 2005-05-19 Kim F. Storm <storm@cua.dk>
24521
24522 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24523 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24524
24525 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
24526
24527 * faces.el (list-faces-display): Make back button respect optional
24528 regexp arg.
24529
24530 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
24531
24532 * calculator.el (calculator-radix-grouping-mode)
24533 (calculator-radix-grouping-digits, calculator-displayer)
24534 (calculator-radix-grouping-separator, calculator-copy-displayer):
24535 * dabbrev.el (dabbrev-search-these-buffers-only):
24536 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24537 (diff-advance-after-apply-hunk, diff-mode-hook)
24538 (diff-minor-mode-prefix):
24539 * imenu.el (imenu-use-popup-menu):
24540 * jit-lock.el (jit-lock-context-time):
24541 * newcomment.el (comment-fill-column, comment-column)
24542 (comment-style, comment-padding, comment-multi-line)
24543 (comment-empty-lines, comment-auto-fill-only-comments):
24544 * reveal.el (reveal-around-mark):
24545 * uniquify.el (uniquify-buffer-name-style)
24546 (uniquify-after-kill-buffer-p)
24547 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24548 (uniquify-min-dir-content, uniquify-separator)
24549 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24550 * w32-vars.el (w32-fixed-font-alist):
24551 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24552 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24553 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24554 * progmodes/perl-mode.el (perl-indent-level)
24555 (perl-continued-statement-offset, perl-continued-brace-offset)
24556 (perl-brace-offset, perl-brace-imaginary-offset)
24557 (perl-label-offset, perl-indent-continued-arguments)
24558 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24559 * progmodes/tcl.el (tcl-indent-level)
24560 (tcl-continued-indent-level, tcl-auto-newline)
24561 (tcl-tab-always-indent, tcl-electric-hash-style)
24562 (tcl-help-directory-list, tcl-use-smart-word-finder)
24563 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24564 (inferior-tcl-source-command):
24565 * textmodes/fill.el (enable-kinsoku):
24566 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24567 * textmodes/table.el (table-yank-handler):
24568 Specify missing group (and type, if simple) in defcustom.
24569
24570 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
24571
24572 * progmodes/compile.el (compilation-finish-function): Fix defvar.
24573
24574 2005-05-19 Richard M. Stallman <rms@gnu.org>
24575
24576 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24577
24578 * subr.el (event-basic-type): Don't get an error.
24579 (left-fringe-p): Function deleted.
24580
24581 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24582 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
24583
24584 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
24585 in recursive copy.
24586
24587 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
24588
24589 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
24590
24591 * emacs-lisp/bytecomp.el
24592 (byte-compile-file-form-custom-declare-variable):
24593 Call byte-compile-nogroup-warn if appropriate.
24594
24595 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
24596 (compilation-set-window): Don't call left-fringe-p; do it directly.
24597
24598 2005-05-19 Jay Belanger <belanger@truman.edu>
24599
24600 * calc/calc-graph.el (calc-graph-format-data): Make sure
24601 var-PlotRejects is bound before trying to check its value.
24602
24603 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
24604
24605 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
24606 definition of this variable from reftex-global.el to reftex.el,
24607 because it is needed in the menu.
24608
24609 2005-05-19 Lute Kamstra <lute@gnu.org>
24610
24611 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
24612 years are fixed. Don't insert a space after a dash.
24613
24614 2005-05-19 Kim F. Storm <storm@cua.dk>
24615
24616 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
24617
24618 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
24619
24620 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
24621 strings, because (eq ... ?\\) is fairly frequent.
24622
24623 * progmodes/make-mode.el (makefile-add-this-line-targets):
24624 Simplify and integrate into `makefile-pickup-targets'.
24625 (makefile-add-this-line-macro): Simplify and integrate into
24626 `makefile-pickup-macros.
24627 (makefile-pickup-filenames-as-targets): Simplify.
24628 (makefile-previous-dependency, makefile-match-dependency):
24629 Don't stumble over `::'.
24630
24631 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
24632
24633 * subr.el (post-command-idle-hook, post-command-idle-delay):
24634 Remove obsoletion of post-command-idle-hook and
24635 post-command-idle-delay.
24636
24637 * faces.el (list-faces-display): Provide button when describe-face
24638 is called to take user back to the list of faces.
24639
24640 * help-fns.el (describe-variable): Remove hyperlinks in a
24641 variable's value as these are quite frequently inappropriate.
24642
24643 * follow.el (follow-submit-feedback, follow-mode):
24644 Remove references to post-command-idle-hook.
24645
24646 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
24647
24648 * progmodes/make-mode.el (makefile-previous-dependency)
24649 (makefile-match-dependency): Check for := (and in bsd mode also
24650 !=) to give a better result, even when font-lock is not on.
24651
24652 2005-05-18 Jay Belanger <belanger@truman.edu>
24653
24654 * calc/calc-help.el (calc-s-prefix-help):
24655 Add `calc-copy-special-constant' to help string.
24656
24657 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
24658
24659 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24660
24661 2005-05-18 Jay Belanger <belanger@truman.edu>
24662
24663 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
24664 in linear factors are in proper order.
24665
24666 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
24667
24668 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24669 Support for jurabib.
24670
24671 * textmodes/reftex.el (featurep): Define aliases for overlay
24672 commands, for XEmacs compatibility, and use these aliases in
24673 overlay initializations.
24674 (reftex-highlight): Use `reftex-move-overlay'.
24675 (reftex-unhighlight): Use `reftex-delete-overlay'.
24676 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
24677 (reftex-access-search-path): Use `reftex-uniquify' instead of
24678 `reftex-uniq'
24679
24680 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
24681 `before-string' property modification enables for Emacs as well.
24682 (reftex-select-item): Use `reftex-delete-overlay'.
24683 (reftex-select-mark): Use `reftex-make-overlay' and
24684 `reftex-overlay-put'.
24685 (reftex-select-unmark): Use `reftex-delete-overlay' and
24686 `reftex-overlay-put'.
24687
24688 2005-05-18 Lute Kamstra <lute@gnu.org>
24689
24690 * emacs-lisp/lisp.el (check-parens): Fix docstring.
24691
24692 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
24693
24694 * add-log.el (add-change-log-entry):
24695 * array.el (array-make-template, array-reconfigure-rows)
24696 (array-init-max-row, array-init-max-column)
24697 (array-init-columns-per-line, array-init-field-width):
24698 * replace.el (replace-match-maybe-edit, perform-replace):
24699 * textmodes/spell.el (spell-region):
24700 Replace `read-input' by `read-string'.
24701
24702 * forms.el (forms-mode):
24703 * finder.el (finder-compile-keywords):
24704 * shadowfile.el (shadow-read-files):
24705 Replace `eval-current-buffer' by `eval-buffer'.
24706
24707 * terminal.el (te-pass-through):
24708 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
24709 (ange-ftp-raw-send-cmd):
24710 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
24711 (send-process-next-char, telnet-initial-filter, telnet):
24712 Replace `send-string' by `process-send-string'.
24713
24714 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
24715 (prolog-consult-region): Replace `send-string' by
24716 `process-send-string'; replace `send-region' by `process-send-region'.
24717
24718 * progmodes/delphi.el (delphi-log-msg):
24719 Replace `set-window-dot' by `set-window-point'.
24720
24721 * subr.el (window-dot, set-window-dot, read-input, send-string)
24722 (send-region, show-buffer, eval-current-buffer):
24723 Make really obsolete, as the comment says.
24724
24725 2005-05-17 Kim F. Storm <storm@cua.dk>
24726
24727 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
24728 (cua--init-keymaps): Bind C-return instead of S-return to set
24729 rectangle mark.
24730
24731 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
24732 instead of S-return to toggle/clear rectangle mark.
24733
24734 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
24735
24736 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
24737 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
24738 Also fontify plain strings assigned to variables, mostly so that a
24739 colon has a face and is thus not taken as a dependency separator.
24740 (makefile-previous-dependency): Inline the new matcher, because it
24741 is too complex to work in both directions.
24742 (makefile-match-dependency): Eliminate `backward' arg (see above).
24743 Completely reimplemented so as to not sometimes go into an endless
24744 loop. It should also be more efficient, because first it only
24745 searches for `:', instead of applying the very complex regexp.
24746 (makefile-mode): Cancel `font-lock-support-mode', because blocks
24747 to be fontified in one piece can be too long for JIT.
24748 Makefiles are never *that* big.
24749
24750 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
24751
24752 * dired.el (dired-mode): Simplify.
24753
24754 2005-05-17 Lute Kamstra <lute@gnu.org>
24755
24756 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24757 defcustom for the mode hook variable.
24758
24759 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24760 Emacs Lisp Reference Manual.
24761
24762 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
24763
24764 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24765 (evenp, list*):
24766 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24767 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24768
24769 * net/tramp-smb.el (tramp-smb-open-connection):
24770 Pass `tramp-chunksize' as fifth (required) argument.
24771
24772 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
24773
24774 * font-lock.el (lisp-font-lock-keywords-1):
24775 Set `font-lock-negation-char-face' for [^...] char group.
24776 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24777
24778 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24779 a var, and refine it to mask one more level of nested vars.
24780 (makefile-rule-action-regex): Turn it into a var, and refine it so
24781 it recognizes backslashed continuation lines as belonging to the
24782 same command.
24783 (makefile-macroassign-regex): Refine it so it recognizes
24784 backslashed continuation lines as belonging to the same command.
24785 (makefile-var-use-regex): Don't look at the next char, because it
24786 might be the same one to be skipped by the initial [^$], leading
24787 to an overlooked variable use.
24788 (makefile-make-font-lock-keywords): Remove two parameters, which
24789 are now variables that some of the modes set locally.
24790 Handle dependency and rule action matching through functions, because
24791 regexps alone match too often. Dependency matching now comes
24792 last, so it can check, whether a colon already matched something else.
24793 (makefile-mode): Inform that font-lock improves makefile parsing
24794 capabilities.
24795 (makefile-match-dependency, makefile-match-action): New functions.
24796
24797 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
24798
24799 * emacs-lisp/cl-extra.el (equalp): Doc fix.
24800
24801 * align.el (align-regexp):
24802 * ansi-color.el (ansi-color-get-face):
24803 * array.el (array-reconfigure-rows, array-init-max-row)
24804 (array-init-max-column, array-init-columns-per-line)
24805 (array-init-field-width):
24806 * dired-aux.el (dired-trample-file-versions):
24807 * dired-x.el (dired-mark-sexp):
24808 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24809 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24810 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24811 * faces.el (face-read-integer):
24812 * files.el (backup-extract-version, insert-directory):
24813 * hexl.el (hexl-insert-decimal-char):
24814 * server.el (server-process-filter):
24815 * shell.el (shell-extract-num):
24816 * startup.el (command-line-1):
24817 * term.el (term-command-hook):
24818 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24819 (time-stamp-do-number):
24820 * time.el (display-time-update):
24821 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24822 (timezone-fix-time):
24823 * vms-patch.el (vms-suspend-resume-hook):
24824 * calendar/appt.el (appt-convert-time):
24825 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24826 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24827 * calendar/cal-islam.el (mark-islamic-diary-entries):
24828 * calendar/calendar.el (calendar-cursor-to-date)
24829 (calendar-star-date):
24830 * calendar/diary-lib.el (diary-attrtype-convert)
24831 (mark-diary-entries, diary-entry-time):
24832 * calendar/solar.el (solar-get-number):
24833 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24834 * emacs-lisp/re-builder.el (reb-display-subexp):
24835 * emulation/edt.el (edt-set-scroll-margins):
24836 * emulation/tpu-extras.el (tpu-set-scroll-margins):
24837 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24838 (vip-get-ex-count):
24839 * emulation/viper-ex.el (viper-get-ex-token)
24840 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24841 * international/fontset.el (fontset-plain-name):
24842 * mail/feedmail.el (feedmail-look-at-queue-directory):
24843 * mail/mailalias.el (mail-get-names):
24844 * mail/rmail.el (rmail-convert-to-babyl-format):
24845 * mail/rmailsum.el (rmail-make-basic-summary-line)
24846 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24847 (rmail-summary-goto-msg):
24848 * mail/smtpmail.el (smtpmail-read-response):
24849 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24850 (ange-ftp-vms-add-file-entry):
24851 * play/gametree.el (gametree-looking-at-ply)
24852 (gametree-current-branch-score):
24853 * progmodes/ada-xref.el (ada-prj-find-prj-file)
24854 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24855 * progmodes/cperl-mode.el (condition-case):
24856 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24857 (ebrowse-set-member-buffer-column-width)
24858 (ebrowse-select-1st-to-9nth):
24859 * progmodes/etags.el (etags-snarf-tag):
24860 * progmodes/flymake.el (flymake-parse-line):
24861 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24862 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24863 (idlwave-shell-menu-def):
24864 * progmodes/ps-mode.el (ps-run-goto-error):
24865 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24866 (vhdl-speedbar-contract-level):
24867 * term/mac-win.el (x-handle-numeric-switch):
24868 * term/sun-mouse.el (sun-get-frame-data):
24869 * term/w32-win.el (x-handle-numeric-switch):
24870 * term/x-win.el (x-handle-numeric-switch):
24871 * textmodes/ispell.el (ispell-parse-output):
24872 * textmodes/nroff-mode.el (nroff-outline-level):
24873 * textmodes/reftex-cite.el (reftex-bib-sort-year)
24874 (reftex-bib-sort-year-reverse, reftex-format-citation):
24875 * textmodes/reftex-parse.el (reftex-init-section-numbers)
24876 (reftex-section-number):
24877 * textmodes/texinfmt.el (texinfo-paragraphindent):
24878 Replace `string-to-int' by `string-to-number'.
24879
24880 * international/latexenc.el: Add page marker to force the "Local
24881 Variables:" string out of the last page.
24882
24883 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24884
24885 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24886 tooltip-change-major-mode.
24887 (gud-tooltip-print-command): Remove case where gud-minor-mode
24888 is gdb ("--fullname").
24889 (gud-tooltip-tips): Turn GUD tooltips off for this case and
24890 explain to user.
24891
24892 2005-05-16 Jay Belanger <belanger@truman.edu>
24893
24894 * calc/calc-store.el (calc-copy-special-constant): New function.
24895
24896 * calc/calc-ext.el (calc-init-extensions): Add binding for
24897 `calc-copy-special-constant'.
24898
24899 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24900 for the `calc-copy-special-constant' command.
24901
24902 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24903
24904 * subr.el (left-fringe-p): New function.
24905
24906 * progmodes/compile.el (compilation-setup): Set local value of
24907 overlay-arrow-string to "" always.
24908 (compilation-set-window): Left fringe then don't scroll.
24909 No left fringe then no arrow and scroll message to top.
24910 (compilation-context-lines): Adjust doc string accordingly.
24911
24912 2005-05-16 Kim F. Storm <storm@cua.dk>
24913
24914 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24915 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24916 (ido-wide-find-dir-or-delete-dir): New command for M-d.
24917 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
24918 (ido-read-file-name): Handle commands with ido property value
24919 equal to find-file as reading a file name, to allow C-d to enter dired.
24920 (ibuffer-find-file): Add ido property with value find-file.
24921
24922 2005-05-15 Kim F. Storm <storm@cua.dk>
24923
24924 * subr.el (open-network-stream-nowait): Remove.
24925 (open-network-stream-server): Remove.
24926
24927 2005-05-15 Richard M. Stallman <rms@gnu.org>
24928
24929 * faces.el (describe-face): Output a definition link button.
24930
24931 * help-mode.el (help-face-def): New button type.
24932
24933 * emacs-lisp/copyright.el (copyright-fix-years):
24934 Match properly if the first year is 2-digit.
24935 Don't mess up the whitespace after the years by filling.
24936
24937 * dired-aux.el (dired-mark-confirm):
24938 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24939
24940 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24941 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24942 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24943
24944 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24945 Set font-lock-comment-start-skip.
24946
24947 * font-lock.el (font-lock-comment-start-skip): New variable.
24948 (font-lock-comment-end-skip): New variable.
24949 (font-lock-fontify-syntactically-region): Use them if non-nil.
24950
24951 2005-05-15 Jay Belanger <belanger@truman.edu>
24952
24953 * calc/calc-store.el (calc-store-value): Return a string rather
24954 than display it as a message.
24955 Use calc-var-name for variable name.
24956 (calc-store-into): Add the result of calc-store-value to message.
24957 (calc-copy-variable): Add a message.
24958 (calc-store-exchange): Improve error messages.
24959 (calc-store-binary, calc-store-map): Don't reset the values of
24960 special constants.
24961
24962 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
24963
24964 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
24965 manual to docstring.
24966
24967 * files.el (hack-local-variables-confirm): Add STRING argument.
24968 Make the function handle non file visiting buffers correctly.
24969 (hack-local-variables-prop-line, hack-local-variables)
24970 (hack-one-local-variable): Use STRING arg of
24971 `hack-local-variables-confirm'.
24972
24973 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
24974
24975 Sync with Tramp 2.0.49.
24976
24977 * net/tramp.el (tramp-handle-dired-call-process)
24978 (tramp-handle-insert-directory):`insert-buffer' cannot be used
24979 because the contents of the Tramp buffer is changed before
24980 insertion (`expand-file' and alike).
24981 (tramp-handle-insert-directory): If `localname' has an empty
24982 nondirectory name, it must not be quoted.
24983 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
24984 variable `tramp-chunksize'. Change callees.
24985 (tramp-open-connection-setup-interactive-shell): Check remote host
24986 for buggy `send-process-string' implementation.
24987 Set `tramp-chunksize' if found. Reported by Michael Kifer
24988 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
24989 (tramp-handle-shell-command): `insert-buffer' cannot be used
24990 because the contents of the Tramp buffer is changed before
24991 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
24992 <frederic.bothamy@free.fr>.
24993 (tramp-set-auto-save): Actions should be done for Tramp file name
24994 handler only. Ange-FTP has its own auto-save mechanism.
24995 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24996 (tramp-set-auto-save-file-modes): Set file modes of
24997 `buffer-auto-save-file-name' to ?\600 as fallback solution.
24998 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
24999 (tramp-bug): Remove obsolete variable.
25000 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
25001 for presence of `mml-mode'. Make it running for older Emacsen as well.
25002
25003 2005-05-14 John Paul Wallington <jpw@pobox.com>
25004
25005 * ibuf-ext.el (define-ibuffer-filter filename):
25006 If `dired-directory' is a list, use its car.
25007
25008 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
25009
25010 * ibuffer.el (define-ibuffer-column filename):
25011 If `dired-directory' is a list, use its car.
25012
25013 2005-05-14 Richard M. Stallman <rms@gnu.org>
25014
25015 * subr.el (symbol-file): Doc fix.
25016
25017 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
25018 (byte-compile-form): Call byte-compile-nogroup-warn.
25019 (byte-compile-warning-types): Doc fix.
25020
25021 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
25022
25023 * progmodes/cc-engine.el (c-literal-faces):
25024 Add font-lock-comment-delimiter-face.
25025
25026 * net/net-utils.el (dig): Use with-no-warnings.
25027
25028 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
25029 (sc-recite-frame-alist, sc-default-cite-frame)
25030 (sc-default-uncite-frame, sc-default-recite-frame)
25031 (sc-attrib-selection-list, sc-rewrite-header-list):
25032 Mark as risky-local-variable.
25033
25034 * international/ogonek.el (ogonek-jak, ogonek-how):
25035 Don't use beginning-of-buffer.
25036
25037 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
25038
25039 * calendar/solar.el (solar-data-list): Move definition up.
25040
25041 * dnd.el (dnd-protocol-alist): Add autoload.
25042
25043 * progmodes/sh-script.el: Many doc usage fixes.
25044 (sh-indent-after-do): Change default to match common styles.
25045
25046 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
25047
25048 * files.el (interpreter-mode-alist)
25049 (auto-mode-interpreter-regexp): Doc fixes.
25050
25051 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
25052
25053 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
25054
25055 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
25056
25057 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25058
25059 * dired.el (dired-mode): make-variable-buffer-local =>
25060 make-local-variable.
25061
25062 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25063
25064 * term/mac-win.el (mac-select-convert-to-string): Try coding
25065 systems in mac-script-code-coding-systems if specified one cannot
25066 encode string for `com.apple.traditional-mac-plain-text'.
25067
25068 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
25069
25070 * progmodes/make-mode.el (makefile-targets-face)
25071 (makefile-shell-face, makefile-makepp-perl-face): New faces.
25072 (makefile-dependency-regex): Fix it to not make the colon in
25073 $(var:a=b) special.
25074 (makefile-rule-action-regex): New regexp for highlighting embedded
25075 Shell strings.
25076 (makefile-macroassign-regex): Handle != for highlighting as
25077 embedded Shell strings.
25078 (makefile-var-use-regex): New const.
25079 (makefile-statements, makefile-automake-statements)
25080 (makefile-gmake-statements, makefile-makepp-statements)
25081 (makefile-bsdmake-statements): New consts.
25082 (makefile-make-font-lock-keywords): New function.
25083 (makefile-automake-font-lock-keywords)
25084 (makefile-gmake-font-lock-keywords)
25085 (makefile-makepp-font-lock-keywords)
25086 (makefile-bsdmake-font-lock-keywords): New consts.
25087 (makefile-mode-map): Add switchers between the various submodes.
25088 (makefile-mode): Document the availability of the variants.
25089 (makefile-automake-mode, makefile-gmake-mode)
25090 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
25091
25092 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
25093 new variants of makefile-mode.
25094
25095 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25096
25097 * font-lock.el (font-lock-comment-delimiter-face): Fix up
25098 the inheritance.
25099
25100 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
25101
25102 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
25103 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
25104
25105 * files.el (normal-mode): Extend the scope of the
25106 `enable-local-variables' binding to include the `set-auto-mode' call.
25107 (magic-mode-alist): Doc fix.
25108
25109 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25110
25111 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
25112 font-lock-comment-face rather than copying its setting.
25113
25114 2005-05-12 Andreas Schwab <schwab@suse.de>
25115
25116 * eshell/esh-mode.el (eshell-send-input): Doc fix.
25117
25118 2005-05-12 Lute Kamstra <lute@gnu.org>
25119
25120 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
25121 defcustom for the mode hook variable. Delete the last argument.
25122 * generic-x.el: Fix callers of define-generic-mode.
25123 (generic-x-modes): Delete group.
25124 (show-tabs-tab-face, show-tabs-space-face): Put them in the
25125 generic-x customization group.
25126
25127 2005-05-12 Kim F. Storm <storm@cua.dk>
25128
25129 * font-lock.el (font-lock-negation-char-face): Default to "off".
25130
25131 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
25132 font-lock-negation-char-face to ! in !=.
25133
25134 2005-05-12 Masatake YAMATO <jet@gyve.org>
25135
25136 * add-log.el (find-change-log): Fix typos in the docstring
25137 of function.
25138
25139 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25140
25141 * international/latexenc.el (latexenc-find-file-coding-system):
25142 Avoid `re-search-forward' when looking for input encoding because
25143 of speed and safety. Better regular expressions for recognizing
25144 input encoding. Limit a search for TeX-master/tex-main-file to
25145 the local variable section.
25146
25147 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
25148
25149 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
25150 syntax of $ to "'" (quote).
25151
25152 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
25153
25154 * dnd.el (dnd-protocol-alist): Improve custom type.
25155
25156 * dired.el (dired-dnd-protocol-alist): New variable.
25157 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
25158 `dired-mode-hook' to the end.
25159
25160 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25161
25162 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25163 comment-end if comment-start-skip is not set.
25164 Obey the font-lock-comment-delimiter-face variables.
25165
25166 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25167
25168 * files.el (executable-find): Move from executable.el. Use
25169 locate-file.
25170 * progmodes/executable.el (executable-find): Move to files.el.
25171
25172 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25173 when trying to ensure forward progress.
25174
25175 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
25176
25177 * mouse-sel.el (mouse-sel-follow-link-p): New function.
25178 (mouse-select, mouse-select-internal, mouse-extend-internal):
25179 Use it to implement mouse-1-click-follows-link functionality.
25180
25181 2005-05-11 Richard M. Stallman <rms@gnu.org>
25182
25183 * font-lock.el (font-lock-fontify-syntactically-region):
25184 Use font-lock-comment-delimiter-face for comment delimiters.
25185
25186 2005-05-10 Jay Belanger <belanger@truman.edu>
25187
25188 * calc/calc-help.el (calc-m-prefix-help): Add mention of
25189 preserving embedded modes.
25190
25191 2005-05-10 Richard M. Stallman <rms@gnu.org>
25192
25193 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25194
25195 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25196 Move from ada-stmt.el.
25197 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25198
25199 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25200 Move to ada-mode.el.
25201 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25202
25203 * cus-edit.el (custom-file): Call file-chase-links.
25204
25205 * files.el (read-directory-name): Fix previous change.
25206 (hack-local-variables-confirm): New function.
25207 (hack-local-variables-prop-line, hack-local-variables)
25208 (hack-one-local-variable): Use it.
25209
25210 2005-05-10 Lute Kamstra <lute@gnu.org>
25211
25212 * font-lock.el (font-lock-keywords-alist)
25213 (font-lock-removed-keywords-alist): Clarify docstrings.
25214
25215 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
25216
25217 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25218 (gdb-source-info): Check for preprocessor info.
25219 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
25220 a macro for a function.
25221 (gdb-info-breakpoints-custom): Try to find file again if not already
25222 found (user might have used GDB dir command).
25223 (gdb-get-location): Update gdb-location-alist correctly for change
25224 to gdb-info-breakpoints-custom.
25225
25226 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25227 (gud-tooltip-print-command): Add gdbmi case.
25228 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25229 preprocessor info.
25230
25231 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
25232
25233 * startup.el (fancy-splash-insert): Fix typo in doc string.
25234
25235 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
25236
25237 * obsolete/float.el (string-to-float):
25238 * obsolete/hilit19.el (hilit-add-pattern):
25239 * obsolete/rnews.el (news-parse-range, news-select-message)
25240 (news-get-pruned-list-of-files): Replace `string-to-int' by
25241 `string-to-number'.
25242
25243 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25244 `find-file-not-found-hooks'; use `add-hook'.
25245 (uncompress-while-visiting): Set `write-file-functions', not
25246 `write-file-hooks'; use `add-hook'.
25247
25248 2005-05-09 Kim F. Storm <storm@cua.dk>
25249
25250 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25251 (cua-paste): Handle clipboard action.
25252 (cua--init-keymaps): Remap clipboard-kill-region and
25253 clipboard-kill-ring-save.
25254
25255 2005-05-08 Eli Zaretskii <eliz@gnu.org>
25256
25257 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25258 Improve commentary.
25259
25260 * simple.el (next-error-overlay-arrow-position): Revert the change
25261 made on 2005-04-30.
25262
25263 2005-05-07 Jay Belanger <belanger@truman.edu>
25264
25265 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25266 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25267 `calc-sel-reselect'.
25268
25269 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25270 Calc is in embedded mode.
25271
25272 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25273
25274 * progmodes/compile.el (compilation-setup):
25275 Set overlay-arrow-string to an empty string on text terminals.
25276
25277 * textmodes/ispell.el (ispell-program-name): Try looking for
25278 "aspell" along exec-path, and if found, use it as the default
25279 speller program.
25280
25281 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
25282
25283 * international/mule.el (sgml-xml-auto-coding-function):
25284 Recognize encoding='FOO' in single quotes as well as in double quotes.
25285
25286 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25287
25288 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25289 as well as `interactive', so that defmacro* would recognize
25290 `declare' forms.
25291
25292 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25293
25294 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25295 Explain more about the LIGHTER arg's usage in the doc string.
25296 Add commentary to clarify what the code does. Fix the regexp that
25297 strips whitespace from LIGHTER. Quote LIGHTER before using it,
25298 since it could have characters special to regular expressions.
25299
25300 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25301
25302 * replace.el (occur-1): Bind inhibit-read-only so that
25303 erase-buffer doesn't barf on read-only text properties (likewise
25304 for add-text-properties in occur-engine). Mark buffer as unmodified.
25305 (occur-engine): Don't set buffer-read-only here.
25306
25307 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25308
25309 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25310 list-buffers-directory. This caused the *cvs-commit* buffer to be
25311 sometimes mistakenly reused as a *cvs* buffer.
25312
25313 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
25314
25315 * tooltip.el: Move code for GUD tooltips into gud.el.
25316 (require): CL no longer needed to compile case.
25317 (tooltip-mode): Do not toggle functions for GUD tooltips.
25318 (tooltip-gud-tips-p): Remove. Replace with minor mode
25319 gud-tooltip-mode in gud.el.
25320 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25321 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25322 tooltip-gud prefix with gud-tooltip and obsolete.
25323 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25324 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25325 (tooltip-mouse-motion): Mouse movement functions/variable.
25326 Rename in gud.el by adding gud prefix.
25327 (tooltip-gud-original-filter, tooltip-gud-dereference)
25328 (tooltip-gud-event, tooltip-toggle-gud-tips)
25329 (tooltip-gud-process-output, tooltip-gud-print-command)
25330 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
25331 gud.el by replacing tooltip-gud prefix with gud-tooltip.
25332 (gdb-tooltip-print): Move to gdb-ui.el.
25333
25334 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25335 (require): CL needed to compile case.
25336 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25337 tooltip-gud-tips-p. Make it a minor-mode.
25338 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25339 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25340 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25341 (gud-tooltip-change-major-mode)
25342 (gud-tooltip-activate-mouse-motions-if-enabled)
25343 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25344 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25345 (gud-tooltip-original-filter, gud-tooltip-dereference)
25346 (gud-tooltip-event, tooltip-toggle-gud-tips)
25347 (gud-tooltip-process-output, gud-tooltip-print-command)
25348 (gud-tooltip-tips): Move from tooltip.el.
25349
25350 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25351 (gdb-cpp-define-alist-flags): Doc fix.
25352 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25353 gud-tooltip-mode is t.
25354
25355 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25356
25357 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25358 evaporate if their text is deleted.
25359 (goto-address-at-point): Make it work as a mouse binding as well.
25360 (goto-address-at-mouse): Obsolete it. Update users.
25361
25362 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25363
25364 * calendar/appt.el (top-level): No longer activate on load.
25365
25366 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
25367
25368 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25369 * net/webjump.el (webjump):
25370 * progmodes/idlw-help.el (idlwave-do-context-help1)
25371 (idlwave-highlight-linked-completions):
25372 * textmodes/po.el (po-find-file-coding-system-guts):
25373 Replace `assoc-ignore-case' by `assoc-string'.
25374
25375 2005-05-06 Eli Zaretskii <eliz@gnu.org>
25376
25377 * files.el (locate-file): Doc fix.
25378
25379 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25380 Remove the redundant test for ms-dos.
25381
25382 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25383 look for the preprocessor with exec-suffixes. If not found in
25384 standard places, look in exec-path. Remove most of the tests that
25385 used system-type.
25386
25387 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25388
25389 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25390
25391 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25392 file-name clash with jka-compr.el on 8+3 filesystems.
25393
25394 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25395
25396 * term/mac-win.el: Don't define or bind scroll bar functions if
25397 x-toolkit-scroll-bars is t.
25398 (x-select-text, x-get-selection-value): Clear
25399 x-last-selected-text-clipboard if x-select-enable-clipboard is
25400 nil.
25401 (PRIMARY): Put mac-scrap-name property.
25402 (mac-select-convert-to-file-url): New function.
25403 (public.file-url): New selection target type. Add to
25404 selection-converter-alist.
25405 (x-get-selection, x-selection-value): Handle it.
25406 (x-cut-buffer-or-selection-value): New alias.
25407
25408 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25409
25410 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25411 entry to avoid calling bibtex-find-entry with arg global
25412 being t. Remove arg key.
25413 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25414 (bibtex-copy-summary-as-kill): Change accordingly.
25415
25416 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25417
25418 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25419 (org-agenda-date-later): Use with-current-buffer.
25420
25421 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
25422
25423 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25424 (define-obsolete-variable-alias): Doc Fixes.
25425
25426 2005-05-06 Kim F. Storm <storm@cua.dk>
25427
25428 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
25429 vertical-motion when selective-display is active.
25430
25431 * ido.el (ido-setup-hook): New hook.
25432 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25433 (ido-input-stack): New var.
25434 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
25435 ido-next-work-file binding to M-O.
25436 Bind M-f to ido-wide-find-file-or-pop-dir.
25437 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25438 (ido-read-internal): Run ido-setup-hook.
25439 Catch quit in read-file-name and read-string to cancel edit.
25440 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25441 Automatically pop-all when completing a directory name (RET).
25442 (ido-file-internal): Add with-no-warnings around ffap and dired code.
25443 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25444 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25445 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25446 New functions for M-b/M-f to move among the directory components.
25447 (ido-make-merged-file-list): Catch quit to cancel merge.
25448 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25449 (ido-completion-help): No warnings for ido-completion-buffer-full.
25450
25451 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
25452
25453 * font-lock.el (font-lock-negation-char-face): New face and variable.
25454 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25455 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25456 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25457 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25458
25459 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
25460
25461 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25462 Fix typo in docstring.
25463
25464 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25465 (ebrowse-print-statistics-line)
25466 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25467
25468 * term/w32-win.el (image-library-alist): Add additional name for
25469 Xpm library.
25470
25471 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
25472
25473 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25474 use gcc instead of cpp.
25475
25476 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25477 (gdb-create-define-alist): Use it.
25478 (gdb-cpp-define-alist-program): Update for MS-DOS.
25479
25480 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
25481
25482 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25483
25484 2005-05-04 Richard M. Stallman <rms@gnu.org>
25485
25486 * help.el (describe-key): No error when UNTRANSLATED is nil.
25487
25488 * simple.el (line-move-1): Fix previous change to signal errors
25489 appropriately.
25490
25491 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
25492
25493 * calendar/icalendar.el (icalendar-version): Now at 0.12.
25494 (icalendar-duration-correction): Remove.
25495 (icalendar--get-event-properties): Split result at commas.
25496 (icalendar--decode-isoduration): New optional argument
25497 DURATION-CORRECTION.
25498 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25499 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25500 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25501 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25502 (icalendar--convert-anniversary-to-ical): New functions, extracted
25503 from icalendar-export-region, with bug fixes.
25504 (icalendar-export-region): Use the above functions.
25505 (icalendar-import-buffer): Check before saving diary file.
25506 (icalendar--convert-recurring-to-diary)
25507 (icalendar--convert-non-recurring-all-day-to-diary)
25508 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25509 extracted from icalendar--convert-ical-to-diary, with bug fixes.
25510 (icalendar--convert-ical-to-diary): Use the above functions.
25511
25512 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
25513
25514 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25515 Remove these recent additions.
25516 (c-mode): Restore to before 2005-04-28.
25517
25518 * progmodes/cc-vars.el (cc-define-list-program): Remove this
25519 recent addition.
25520
25521 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25522 (gdb-define-alist): New variables.
25523 (gdb-create-define-alist): New function.
25524 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25525 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25526 with string-to-number.
25527 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
25528
25529 * progmodes/gud.el: Replace string-to-int with string-to-number.
25530 (gud-find-file): Handle gdb-define-alist.
25531
25532 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25533
25534 2005-05-02 Jay Belanger <belanger@truman.edu>
25535
25536 * calc/calc-aent.el (math-read-token):
25537 * calc/calc-bin.el (calc-word-size):
25538 * calc/calc-ext.el (calc-read-number-fancy):
25539 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25540 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25541 * calc/calc-frac.el (calc-over-notation):
25542 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25543 (calc-graph-num-points, calc-graph-init):
25544 * calc/calc-prog.el (calc-read-parse-table-part)
25545 (calc-edit-macro-repeats):
25546 * calc/calc-yank.el (calc-do-grab-rectangle):
25547 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25548 Replace `string-to-int' by `string-to-number'.
25549
25550 2005-05-02 Kim F. Storm <storm@cua.dk>
25551
25552 * kmacro.el: Use executing-kbd-macro-index variable.
25553
25554 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
25555
25556 * net/rlogin.el (rlogin-parse-words): Delete func.
25557 (rlogin): Use split-string, not rlogin-parse-words.
25558 Also, if there are option-like elements in the parsed args,
25559 take the host to be the first arg immediately following them.
25560 Suggested by Michael Mauger.
25561
25562 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25563
25564 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25565
25566 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25567
25568 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25569 (cc-mode-cpp-program): Rename to cc-define-list-program and
25570 move to cc-vars.el.
25571
25572 * progmodes/cc-vars.el (cc-define-list-program):
25573 Change to "gcc -E -dM -". Make customizable.
25574
25575 2005-05-02 Kim F. Storm <storm@cua.dk>
25576
25577 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25578
25579 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25580
25581 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
25582
25583 * international/mule-util.el (truncate-string): Remove alias and
25584 obsolete declaration.
25585
25586 * international/mule-cmds.el (update-iso-coding-systems):
25587 Remove alias and obsolete declaration.
25588
25589 * international/mule.el (coding-system-parent): Remove alias and
25590 obsolete declaration.
25591
25592 * subr.el (define-function, sref): Remove aliases and obsolete
25593 declarations.
25594 (chars-in-region): Remove obsolete declaration.
25595
25596 2005-05-01 Richard M. Stallman <rms@gnu.org>
25597
25598 * info.el (Info-mode): Set widen-automatically to nil, locally.
25599
25600 * simple.el (widen-automatically): New variable.
25601 (pop-global-mark): Obey widen-automatically.
25602
25603 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
25604
25605 * term/xterm.el (function-key-map): Call substitute-key-definition
25606 before the keymap size is increased by a lot of define-key calls.
25607
25608 2005-05-01 Richard M. Stallman <rms@gnu.org>
25609
25610 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
25611 Rename ARG to ELEMENT. Doc fix.
25612
25613 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25614
25615 * allout.el (allout-exposure): Remove macro and obsolete declaration.
25616 Remove references to allout-exposure/change to allout-new-exposure.
25617
25618 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
25619 bytecode symbols.
25620
25621 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
25622 (compiled-function-p, focus-frame, unfocus-frame):
25623 Remove aliases and obsolete declarations.
25624 Back out inadvertent changes from previous commit.
25625
25626 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25627
25628 * files.el (require-final-newline): Make Custom tags consistent
25629 with mode-require-final-newline.
25630 (mode-require-final-newline): Doc fix.
25631
25632 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
25633
25634 * international/latexenc.el (latexenc-find-file-coding-system):
25635 Fix regular expressions.
25636
25637 2005-05-01 David Kastrup <dak@gnu.org>
25638
25639 * international/latexenc.el (latexenc-find-file-coding-system):
25640 Fix regular expressions.
25641
25642 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25643
25644 * subr.el (string-to-int): Make obsolete.
25645
25646 2005-04-30 Richard M. Stallman <rms@gnu.org>
25647
25648 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
25649
25650 * loadup.el: load jka-comp-hook.
25651
25652 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
25653 (jka-compr-handler): Add autoload. `put' calls moved
25654 to jka-comp-hook.el.
25655 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
25656 (jka-compr-inhibit): Autoload.
25657
25658 * jka-comp-hook.el: New file.
25659 Enable the mode by default.
25660
25661 * files.el (backup-buffer-copy): Use copy-file instead
25662 of write-region, and put back the 'excl.
25663
25664 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
25665
25666 * progmodes/flymake.el (flymake-split-string)
25667 (flymake-split-string, flymake-log, flymake-pid-to-names)
25668 (flymake-reg-names, flymake-get-source-buffer-name)
25669 (flymake-unreg-names, flymake-add-line-err-info)
25670 (flymake-add-err-info): Clarify docstrings.
25671 (flymake-popup-menu, flymake-make-emacs-menu)
25672 (flymake-make-xemacs-menu): Add docstrings.
25673 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
25674 Set variables directly throughout.
25675
25676 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
25677
25678 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
25679 exists. Initialize cc-define-alist.
25680 (c-mode): Add cc-create-define-alist locally to after-save-hook.
25681 If there is no file (Macroexpansion) don't create an alist.
25682
25683 2005-04-29 Sam Steingold <sds@gnu.org>
25684
25685 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
25686 (cc-create-define-alist): Use it instead of the hard-coded string.
25687
25688 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25689
25690 * international/mule-conf.el (file-coding-system-alist): Fix regexp
25691 for latexenc.
25692
25693 2005-04-29 Lute Kamstra <lute@gnu.org>
25694
25695 * emacs-lisp/generic.el: Improve commentary section.
25696 (define-generic-mode): Improve docstring.
25697
25698 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
25699
25700 * textmodes/org.el (many places): Change to quiet the byte compiler.
25701 (org-prefix-format-compiled): New variable.
25702 (org-compile-prefix-format): New function.
25703 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
25704 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
25705 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
25706 (org-get-entries-from-diary): Use `org-get-time-of-day' for
25707 consistency with entries from `org-mode' files.
25708 (org-get-time-of-day): Fix bug with partial matches early in a line.
25709 (org-non-link-chars): New constant.
25710 (org-link-regexp): Respect `org-non-link-chars'.
25711 (org-agenda-day-view): Remove command.
25712 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
25713 (org-follow-bbdb-link, org-store-link): Search also company field.
25714 (org-highlight-overlay): New variable.
25715 (org-highlight, org-unhighlight): New functions.
25716 (org-agenda-mode): Add pre-command-hook to remove highlight.
25717 (org-evaluate-time-range): Behavior depends upon whether time stamp
25718 contains a time or not.
25719 (org-show-subtree, org-show-entry): New functions.
25720 (org-agenda-cleanup-fancy-diary): Remove empty lines.
25721
25722 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
25723
25724 * comint.el (comint-output-filter-functions): Add autoload cookie.
25725
25726 2005-04-28 Kim F. Storm <storm@cua.dk>
25727
25728 * ido.el (ido-everywhere): Fix last change.
25729
25730 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25731
25732 * international/latexenc.el: New file.
25733 * international/mule-conf.el (file-coding-system-alist): For .tex,
25734 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
25735
25736 2005-04-28 Lute Kamstra <lute@gnu.org>
25737
25738 * font-lock.el (font-lock-add-keywords)
25739 (font-lock-remove-keywords): Clarify docstring.
25740 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
25741 Don't start docstrings with a `*'.
25742 (font-lock-update-removed-keyword-alist): Give it a docstring.
25743
25744 * generic-x.el: Update commentary section.
25745 Only require font-lock when compiling.
25746 Define all modes conditionally.
25747 Place all generic modes in the generic-x-modes customization group.
25748 (generic-x-modes): New customization group.
25749 (generic-default-modes, generic-mswindows-modes)
25750 (generic-unix-modes, generic-other-modes): New constants.
25751 (generic-define-mswindows-modes, generic-define-unix-modes):
25752 Update docstrings. Make them obsolete.
25753 (generic-extras-enable-list): New default value. Update docstring.
25754 Improve :type. Change :set function.
25755 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25756 Fix docstring.
25757
25758 * emacs-lisp/generic.el (generic-mode-internal):
25759 Simplify font-lock-defaults.
25760 (define-generic-mode): Fix docstring.
25761
25762 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25763
25764 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25765 font-lock-face property to highlight matches.
25766
25767 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
25768
25769 * progmodes/cc-mode.el (cc-create-define-alist): New function.
25770 (cc-define-alist): New variable.
25771 (c-mode): Make it local and initialize it.
25772
25773 * progmodes/gdb-ui.el (gdb-active-process): New variable.
25774 (gdb-exited): New function.
25775 (gdb-annotation-rules): Use it.
25776 (gdb-starting): Set gdb-active-process to t.
25777 (gdb-stopping): Amend doc string.
25778 (gdb-reset): Set gdb-active-process to nil.
25779
25780 * tooltip.el (tooltip-gud-tips): Show the associated #define
25781 directives when a C program under GDB is not executing.
25782
25783 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
25784
25785 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25786 font-lock-fontify-syntactic-keywords.
25787
25788 * font-lock.el (font-lock-default-fontify-region): Don't force
25789 parse-sexp-lookup-properties to nil.
25790
25791 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25792
25793 * man.el (man-mode-syntax-table): Set up `:' to have
25794 word-constituent syntax.
25795
25796 2005-04-27 Lute Kamstra <lute@gnu.org>
25797
25798 * novice.el (disable-command): Don't add spurious newlines to the
25799 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
25800
25801 2005-04-26 Jay Belanger <belanger@truman.edu>
25802
25803 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25804 than one window before deleting window.
25805
25806 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
25807
25808 * shell.el (shell-prompt-pattern): Doc fix.
25809 (shell-mode): Set paragraph-separate buffer locally to "\\'".
25810
25811 * comint.el (comint-prompt-regexp, comint-get-old-input)
25812 (comint-use-prompt-regexp)
25813 (comint-use-prompt-regexp-instead-of-fields)
25814 (comint-replace-by-expanded-history, comint-send-input)
25815 (comint-output-filter, comint-get-old-input-default)
25816 (comint-line-beginning-position, comint-bol, comint-show-output)
25817 (comint-backward-matching-input, comint-forward-matching-input)
25818 (comint-next-prompt, comint-previous-prompt):
25819 Rename `comint-use-prompt-regexp-instead-of-fields' to
25820 `comint-use-prompt-regexp'. Keep old name as alias and declare
25821 obsolete.
25822 (comint-use-prompt-regexp): Shorten first line of doc string.
25823
25824 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25825 Set paragraph-separate buffer locally to "\\'".
25826
25827 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25828 Adapt to above name change.
25829
25830 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25831 (smbclient-prompt-regexp): Ditto.
25832
25833 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25834
25835 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
25836
25837 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25838 gdb-location-list.
25839 Break lines that are over 80 characters wide.
25840
25841 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
25842
25843 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25844 New fun and var, to preserve compatibility.
25845
25846 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25847
25848 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
25849
25850 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25851 name to file-newer-than-file-p.
25852
25853 2005-04-26 Richard M. Stallman <rms@gnu.org>
25854
25855 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25856
25857 * progmodes/python.el (python-mode):
25858 Use new name eldoc-documentation-function.
25859
25860 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25861
25862 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25863 (eldoc-documentation-function):
25864 Rename from eldoc-print-current-symbol-info-function. Calls changed.
25865
25866 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
25867
25868 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25869
25870 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25871
25872 * term/xterm.el (function-key-map): Fix strings for
25873 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
25874 {C,S,A,C-S}-{f1-f12}.
25875
25876 2005-04-26 Kenichi Handa <handa@m17n.org>
25877
25878 * international/mule-cmds.el (select-safe-coding-system):
25879 Fix previous change.
25880
25881 2005-04-26 Lute Kamstra <lute@gnu.org>
25882
25883 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25884
25885 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25886 (font-lock-comment-delimiter-face): Ditto.
25887
25888 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25889
25890 2005-04-25 Jay Belanger <belanger@truman.edu>
25891
25892 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25893 to t while inserting information; use help-mode.
25894
25895 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25896
25897 * term.el (ansi-term-color-vector): Use the xterm colors.
25898 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
25899
25900 2005-04-25 Lute Kamstra <lute@gnu.org>
25901
25902 * font-core.el (font-lock-defaults): Fix docstring.
25903
25904 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25905
25906 2005-04-25 Kenichi Handa <handa@m17n.org>
25907
25908 * international/mule-cmds.el (select-safe-coding-system):
25909 Don't check consistency with coding: spec, etc if raw-text or
25910 no-conversion was found to be safe.
25911
25912 2005-04-24 Richard M. Stallman <rms@gnu.org>
25913
25914 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25915 citation markers at start of each line.
25916
25917 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25918 citation markers at start of each line.
25919
25920 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25921
25922 * files.el (mode-require-final-newline): Fix previous change.
25923 (require-final-newline): Fix type label.
25924
25925 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
25926
25927 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25928 statement in buffer (broken by 2004-11-24 change).
25929
25930 2005-04-24 Kim F. Storm <storm@cua.dk>
25931
25932 * ido.el (ido-everywhere): Save and restore old read-buffer-function
25933 and read-file-name-function values. Don't overwrite existing
25934 non-nil values if ido-mode is enabled without ido-everywhere.
25935
25936 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
25937
25938 * files.el (mode-require-final-newline): Minor doc fix.
25939
25940 2005-04-24 Eli Zaretskii <eliz@gnu.org>
25941
25942 * subr.el (syntax-after): Doc fix.
25943 (syntax-class): If argument is nil, return nil. Mask off upper 16
25944 bits, not 8 bits.
25945
25946 * files.el (mode-require-final-newline): Doc fix.
25947 (backup-buffer-copy): Fix last change.
25948
25949 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25950
25951 * term/mac-win.el: Require select. Set selection-coding-system to
25952 mac-system-coding-system. Call menu-bar-enable-clipboard.
25953 (x-last-selected-text-clipboard, x-last-selected-text-primary)
25954 (x-select-enable-clipboard): New variables.
25955 (x-select-text, x-get-selection, x-selection-value)
25956 (x-get-selection-value, mac-select-convert-to-string)
25957 (mac-services-open-file, mac-services-open-selection)
25958 (mac-services-insert-text): New functions.
25959 (CLIPBOARD, FIND): Put mac-scrap-name property.
25960 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
25961 (public.tiff): Put mac-ostype property.
25962 (selection-converter-alist): Add entries for them.
25963 (mac-application-menu-map): New keymap.
25964 (interprogram-cut-function, interprogram-paste-function): Set to
25965 x-select-text and x-get-selection-value, respectively.
25966 (split-window-keep-point): Set to t.
25967
25968 2005-04-23 Richard M. Stallman <rms@gnu.org>
25969
25970 * files.el (read-directory-name): Always pass non-nil
25971 DEFAULT-FILENAME arg to read-file-name.
25972 (backup-buffer-copy, basic-save-buffer-2): Take care against
25973 writing thru an unexpected existing symlink.
25974 (revert-buffer): In indirect buffer, revert the base buffer.
25975 (magic-mode-alist): Doc fix.
25976 (buffer-stale-function): Doc fix.
25977 (minibuffer-with-setup-hook): Avoid warning.
25978 (mode-require-final-newline): Doc and custom fix.
25979
25980 * follow.el (follow-end-of-buffer): Use with-no-warnings.
25981
25982 * font-lock.el (font-lock-comment-face): On terminals with few colors,
25983 use the default appearance.
25984 (font-lock-comment-delimiter-face): New face, new variable.
25985
25986 * imenu.el (imenu--generic-function): The official position of a
25987 definition is the start of the line that BEG is in.
25988
25989 * midnight.el (midnight-timer): Move defvar up.
25990
25991 * mouse.el (mouse-drag-region-1): Delete some debugging code.
25992
25993 * saveplace.el (save-place-to-alist): Use with-no-warnings.
25994
25995 * startup.el (command-line): Use with-no-warnings.
25996
25997 * window.el (window-size-fixed): New defvar.
25998
25999 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
26000
26001 * mail/rmail.el (rmail-font-lock-keywords):
26002 Use font-lock-comment-delimiter-face.
26003
26004 * mail/sendmail.el (mail-font-lock-keywords):
26005 Use font-lock-comment-delimiter-face.
26006
26007 * progmodes/compile.el (next-error-highlight-timer): New defvar.
26008
26009 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
26010
26011 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26012 Specify t for LAXMATCH when matching directories.
26013 Save match data around compilation-compat-error-properties form.
26014
26015 2005-04-23 David Kastrup <dak@gnu.org>
26016
26017 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
26018 Mention that the autoloaded aliases should be kept for AUCTeX.
26019
26020 2005-04-23 Andreas Schwab <schwab@suse.de>
26021
26022 * isearch.el (isearch-forward): Doc fix.
26023
26024 2005-04-23 Eli Zaretskii <eliz@gnu.org>
26025
26026 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
26027 (jit-lock-stealth-nice): Change default value to 0.5.
26028
26029 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
26030
26031 * abbrev.el (write-abbrev-file): Write table entries in
26032 alphabetical order by table name.
26033
26034 2005-04-22 Kim F. Storm <storm@cua.dk>
26035
26036 * ido.el (ido-read-internal): Fix `list' completion.
26037
26038 2005-04-22 Kenichi Handa <handa@m17n.org>
26039
26040 * recentf.el (recentf-save-file-coding-system): New variable.
26041 (recentf-save-list): Encode the file by
26042 recentf-save-file-coding-system and add coding: tag.
26043
26044 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
26045
26046 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
26047
26048 2005-04-21 Lute Kamstra <lute@gnu.org>
26049
26050 * loadhist.el (unload-feature): Don't remove a function from hooks
26051 if it is about to be restored to an autoload . Remove functions
26052 that will become unbound from auto-mode-alist. Simplify the code.
26053
26054 * subr.el (assq-delete-all): New implementation that is linear,
26055 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
26056 (rassq-delete-all): New function.
26057
26058 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26059 Add size-indication-mode.
26060
26061 2005-04-21 Kenichi Handa <handa@m17n.org>
26062
26063 * international/mule-cmds.el: Add autoload for widget-value in
26064 eval-when-compile.
26065
26066 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
26067
26068 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26069 Add tooltip-mode.
26070
26071 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
26072
26073 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
26074
26075 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
26076 (inferior-lisp-filter-regexp, inferior-lisp-program)
26077 (inferior-lisp-load-command, inferior-lisp-prompt)
26078 (inferior-lisp-mode-hook, lisp-source-modes)
26079 (inferior-lisp-load-hook): defvar->defcustom.
26080 (inferior-lisp-program, inferior-lisp-prompt)
26081 (inferior-lisp-load-hook): Doc fixes.
26082 (inferior-lisp-install-letter-bindings): Small change in
26083 introductory comment.
26084
26085 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
26086
26087 * vc.el (vc-annotate-color-map): Change some colors so that text
26088 using them as foreground is readable on both white and black
26089 backgrounds.
26090
26091 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26092
26093 * international/mule-conf.el (translation-table-for-input):
26094 Remove redundant declaration.
26095
26096 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26097
26098 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
26099
26100 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
26101 (tooltip-toggle-gud-tips): New function.
26102
26103 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26104
26105 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
26106 right angle brackets.
26107
26108 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26109
26110 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
26111
26112 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26113
26114 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
26115 Remove. Update callers to use expand-file-name instead.
26116
26117 * subr.el (syntax-class): New function.
26118
26119 * simple.el (blink-matching-open): Use it.
26120
26121 * paren.el (show-paren-function): Use it to recognize parens that are
26122 also used in 2-char comment markers.
26123
26124 2005-04-19 Lute Kamstra <lute@gnu.org>
26125
26126 * loadhist.el (unload-feature): Update for new format of
26127 load-history. Simplify the code.
26128
26129 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26130
26131 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
26132 (mac-add-charset-info): New function. Initialize variable
26133 mac-charset-info-alist using it.
26134 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
26135 for translation.
26136 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
26137 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
26138 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
26139 New CCL programs.
26140
26141 2005-04-19 Kim F. Storm <storm@cua.dk>
26142
26143 * simple.el (next-buffer, prev-buffer, next-error)
26144 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26145 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
26146
26147 * bindings.el (next-buffer, prev-buffer, next-error)
26148 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26149 (clone-indirect-buffer-other-window): Move bindings from simple.el.
26150 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
26151 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
26152
26153 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
26154
26155 * isearch.el (isearch-edit-string): Make the search-ring available for
26156 minibuffer history commands.
26157 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26158 the default history commands now work just as well.
26159 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26160
26161 2005-04-18 Kim F. Storm <storm@cua.dk>
26162
26163 * emulation/cua-base.el (cua--pre-command-handler): Add more
26164 elaborate check for shift modifier on non-window systems.
26165
26166 2005-04-18 Lars Hansen <larsh@math.ku.dk>
26167
26168 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26169
26170 2005-04-18 Kim F. Storm <storm@cua.dk>
26171
26172 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26173 and make it optional. Don't test tooltip-gud-echo-area here.
26174 (tooltip-gud-process-output, gdb-tooltip-print):
26175 Pass tooltip-gud-echo-area to tooltip-show.
26176 (tooltip-help-tips): Remove second optional arg to tooltip-show.
26177
26178 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26179
26180 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26181 `display-graphic-p' may not be bound yet.
26182
26183 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
26184
26185 * startup.el (command-line): No longer enable Xterm Mouse mode by
26186 default in terminals compatible with xterm.
26187
26188 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26189
26190 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
26191
26192 * tooltip.el (tooltip-gud-echo-area): Rename from
26193 tooltip-use-echo-area.
26194 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26195 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26196 area independently of where help tooltips are displayed.
26197
26198 2005-04-17 David Kastrup <dak@gnu.org>
26199
26200 * cus-theme.el (custom-theme-write-variables): Quote variables
26201 where necessary.
26202
26203 2005-04-17 Richard M. Stallman <rms@gnu.org>
26204
26205 * simple.el (yank-excluded-properties): Add follow-link to value.
26206
26207 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26208
26209 * startup.el (fancy-splash-max-time): Just 30 seconds.
26210 (fancy-splash-delay): Just 7.
26211 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26212
26213 * loadhist.el (unload-feature): Update for new format of load-history.
26214 Simplify the code.
26215
26216 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26217 (rmail-font-lock-keywords): Don't fontify the text of a citation.
26218
26219 * mail/sendmail.el (mail-font-lock-keywords):
26220 Don't fontify subject text.
26221 Don't fontify the text of a citation.
26222
26223 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
26224
26225 * comint.el (comint-output-filter): Run comint-output-filter-functions
26226 with point where the user had it.
26227
26228 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
26229
26230 * international/ucs-tables.el (ucs-set-table-for-input):
26231 Disable when using unify-on-decoding.
26232
26233 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
26234
26235 * emulation/cua-base.el (cua-global-mark-face): Add special case
26236 for displays supporting a high number of colors.
26237
26238 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26239
26240 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26241
26242 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
26243
26244 * filesets.el (filesets-add-buffer): If user supplies a name of a
26245 non-existing fileset, create a new fileset.
26246
26247 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
26248
26249 * textmodes/org.el (org-up-heading-all): Fix bug with
26250 `outline-up-heading-all'.
26251
26252 2005-04-16 Andreas Schwab <schwab@suse.de>
26253
26254 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26255 /etc/permissions.d/* and /etc/aliases.d/*.
26256
26257 2005-04-16 Kenichi Handa <handa@m17n.org>
26258
26259 * international/code-pages.el (cp-make-coding-system):
26260 Set `translation-table-for-input' property value to the symbol
26261 ucs-mule-to-mule-unicode, not to that value.
26262 (pt154): Escape guillemet by `\'.
26263
26264 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
26265
26266 * loadup.el: Load tooltip if x-show-tip is fboundp.
26267
26268 * startup.el (command-line): Add comment.
26269
26270 * tooltip.el (tooltip-mode): Specify correct standard value for
26271 Custom in init-value.
26272
26273 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
26274
26275 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26276 possible.
26277
26278 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
26279
26280 * textmodes/org.el (org-agenda-date-prompt): Rename from
26281 `org-agenda-date-today'.
26282 (org-evaluate-time-range): Insert at point instead of directly
26283 after time range.
26284 (org-first-headline-recenter, org-subtree-end-visible-p)
26285 (org-optimize-window-after-visibility-change): New functions
26286 (org-agenda-post-command-hook): Don't allow point at end of line,
26287 to make sure it always hits the text properties.
26288 (org-agenda-next-date-line, org-agenda-previous-date-line):
26289 New commands.
26290 (org-set-regexps-and-options): Category may contain white space.
26291 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26292 Improve marker positions.
26293 (org-agenda-new-marker): Argument POS made optional.
26294 (org-agenda-get-timestamps): Deadlines which are done are listed
26295 in org-done-face now.
26296 (org-agenda-get-todos, org-agenda-get-timestamps)
26297 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26298 Set `undone-face' and `done-face' properties.
26299 (org-last-todo-state-is-todo): New variable.
26300 (org-todo): Set `org-last-todo-state-is-todo'.
26301 (org-agenda-todo): Change face according to
26302 `org-last-todo-state-is-todo'. And change other lines referring to
26303 the same entry.
26304 (org-calendar-goto-agenda): New command.
26305 (org-calendar-to-agenda-key): New option.
26306 (org-startup-folded): New allowed value `content'.
26307 (org-set-regexps-and-options): Accept new value `content' for
26308 `org-startup-folded'.
26309 (org-get-current-options): Handle new value `content' for
26310 `org-startup-folded'.
26311 (org-insert-todo-heading): New command.
26312 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26313 interactively in empty file and option
26314 `org-insert-mode-line-in-empty-file' has been set.
26315 (org-agenda-todo, org-agenda-priority): Modify to use
26316 `org-agenda-change-all-lines'.
26317 (org-warning-face): Change color on dark background
26318
26319 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26320
26321 * international/mule-cmds.el (set-locale-environment): On Mac OS,
26322 use preferences AppleLocale and AppleLanguages, and variable
26323 mac-system-locale for default locale. On Mac OS Classic, use
26324 mac-system-coding-system for default coding systems.
26325
26326 * term/mac-win.el: Don't set file-name-coding-system.
26327 Decode variables system-name, emacs-build-system, user-login-name, and
26328 user-full-name by mac-system-coding-system on Mac OS Classic.
26329 (mac-system-coding-system): New variable.
26330
26331 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
26332
26333 * startup.el (command-line): Handle `xterm-mouse-mode' before
26334 reading init file.
26335
26336 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26337
26338 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
26339
26340 * progmodes/sh-script.el (sh-here-document-word): Make it a
26341 defcustom. Doc fix.
26342 (sh-add): Bash uses $(( )) for arithmetic.
26343 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26344 (sh-maybe-here-document): Remove quotes and leading whitespace
26345 from heredoc word when closing. Indent heredoc with tabs if word
26346 starts with "-".
26347
26348 2005-04-13 Richard M. Stallman <rms@gnu.org>
26349
26350 * simple.el (undo): Fix previous change.
26351
26352 * custom.el (defface): Doc fix.
26353
26354 2005-04-13 Lute Kamstra <lute@gnu.org>
26355
26356 * Makefile.in (DONTCOMPILE): Remove list.
26357 (compile, compile-always): Don't use DONTCOMPILE.
26358 (update-authors): Load the library in which batch-update-authors
26359 is defined.
26360 * makefile.w32-in (DONTCOMPILE): Remove list.
26361 (compile, compile-always): Fix comments.
26362 (update-authors): Load the library in which batch-update-authors
26363 is defined.
26364
26365 * generic-x.el (generic-mode-ini-file-find-file-hook):
26366 Rename to ini-generic-mode-find-file-hook.
26367 Keep generic-mode-ini-file-find-file-hook as an alias.
26368 (ini-generic-mode-find-file-hook): Rename from
26369 generic-mode-ini-file-find-file-hook. Fix docstring.
26370 (ini-generic-mode): Docstring change.
26371 (bat-generic-mode-run-as-comint): Silence the byte compiler.
26372
26373 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26374 called from lisp.
26375
26376 * generic.el: Move to the emacs-lisp subdir.
26377
26378 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
26379
26380 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26381 and C-S- function and cursor motion keys.
26382
26383 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
26384
26385 * startup.el (command-line): Enable Xterm Mouse mode by default.
26386 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26387 for Custom. No longer show "Mouse" in mode line when enabled.
26388 Doc fix.
26389
26390 2005-04-12 Kim F. Storm <storm@cua.dk>
26391
26392 * emulation/cua-base.el (cua-rectangle-face)
26393 (cua-rectangle-noselect-face): Define face attributes here.
26394
26395 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26396
26397 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26398
26399 * startup.el (command-line): Turn off blinking cursor if
26400 cursorBlink in resources is off or false.
26401
26402 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26403
26404 * term/mac-win.el (dnd): Require dnd.
26405 (mac-drag-n-drop): Call dnd-handle-one-url.
26406 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26407 (kTextEncodingISOLatin2): Remove constants.
26408 (mac-script-code-coding-systems): New constant.
26409 (mac-handle-language-change): New function.
26410 (special-event-map): Bind it to `language-change' event.
26411 (mac-centraleurroman, mac-cyrillic): New coding systems.
26412 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26413 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26414 and mac-cyrillic-encoder to encode-mac-centraleurroman and
26415 encode-mac-cyrillic, respectively.
26416
26417 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26418
26419 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26420 Don't set overlay-arrow-string to "=>" as this is done
26421 globally in C now.
26422
26423 2005-04-12 Lute Kamstra <lute@gnu.org>
26424
26425 * generic-x.el (rc-generic-mode, rul-generic-mode):
26426 Fix auto-mode-alist entries.
26427 (etc-fstab-generic-mode): Tweak fontification.
26428
26429 * generic.el (generic-make-keywords-list): Fix docstring.
26430 (generic-mode-internal): Simplify generic-font-lock-keywords.
26431
26432 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26433
26434 * whitespace.el (whitespace-buffer-leading)
26435 (whitespace-buffer-trailing): Revert the incorrect test inversion.
26436 However, fix the highlight area for the leading and
26437 trailing whitespaces to show space.
26438
26439 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26440
26441 * whitespace.el (whitespace-version): Bump to 3.5
26442
26443 (whitespace-buffer-leading, whitespace-buffer-trailing):
26444 Invert sense of the test to highlight the whitespace.
26445
26446 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26447
26448 * progmodes/gud.el (gud-display-line): GUD uses its own
26449 overlay arrow now so don't set overlay-arrow-string.
26450 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26451
26452 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
26453
26454 * term.el (term-ansi-current-bold, term-ansi-current-underline)
26455 (term-ansi-current-reverse, term-ansi-current-invisible)
26456 (term-ansi-face-already-done): Change to boolean.
26457 (term-reset-terminal, term-handle-colors-array): Handle the above
26458 vars accordingly.
26459 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26460 (term-emulate-terminal): Use the new name.
26461
26462 * faces.el (secondary-selection): Use yellow1, not yellow.
26463 (trailing-whitespace): Use red1, not red.
26464
26465 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26466
26467 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26468 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26469 (dired-dnd-handle-file): Call dnd-get-local-file-uri
26470
26471 * cus-edit.el (dnd): New group.
26472
26473 * term/w32-win.el (dnd): Require dnd
26474 (w32-drag-n-drop): Call dnd-handle-one-url.
26475
26476 * x-dnd.el: Require dnd.
26477 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26478 Call dnd-handle-one-url.
26479 (x-dnd-types-alist, x-dnd-insert-utf8-text)
26480 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26481 to dnd-insert-text.
26482 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26483 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26484 (x-dnd-get-local-file-name, x-dnd-open-local-file)
26485 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26486
26487 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26488
26489 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26490
26491 * wdired.el: Doc fixes.
26492 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26493 (wdired-use-dired-vertical-movement): Rename from
26494 wdired-always-move-to-filename-beginning.
26495 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26496 (wdired-change-to-wdired-mode): Change mode name.
26497 (wdired-newline): Delete.
26498
26499 2005-04-11 Richard M. Stallman <rms@gnu.org>
26500
26501 * whitespace.el (whitespace-highlight-the-space):
26502 Don't call whitespace-unhighlight-the-space here.
26503
26504 * simple.el (undo): Record t in undo-equiv-table
26505 for the redo record made by an undo-in-region.
26506
26507 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26508
26509 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26510 (gdb-frame-inferior-io-buffer): New Functions to control
26511 display of separate IO buffer.
26512 (menu): Add them to menu-bar.
26513 (gdb-display-buffer): Check for buffer another frame.
26514 Protect GUD buffer.
26515 (gdb-setup-windows): Create IO buffer if not already there.
26516 (gdb-memory-mode): Remove purecopy noops.
26517
26518 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26519
26520 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26521 and pass to self-insert-command.
26522
26523 2005-04-11 Lute Kamstra <lute@gnu.org>
26524
26525 * generic.el: Commentary section cleanup.
26526 (generic): Delete.
26527 (generic-use-find-file-hook, generic-lines-to-scan)
26528 (generic-find-file-regexp, generic-ignore-files-regexp)
26529 (default-generic-mode, generic-mode-find-file-hook)
26530 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26531 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
26532 (generic-use-find-file-hook, generic-lines-to-scan)
26533 (generic-find-file-regexp, generic-ignore-files-regexp)
26534 (default-generic-mode, generic-mode-find-file-hook)
26535 (generic-mode-ini-file-find-file-hook): Move from generic.el.
26536
26537 2005-04-10 Karl Fogel <kfogel@red-bean.com>
26538
26539 * bookmark.el (bookmark-write-file): Catch errors writing file.
26540 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26541
26542 2005-04-10 Richard M. Stallman <rms@gnu.org>
26543
26544 * startup.el (fancy-splash-tail): Update copyright year.
26545 (command-line): Split part of -Q into -D.
26546 (emacs-basic-display): New defvar.
26547 (fancy-splash-text): Correct name of menu item.
26548
26549 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26550
26551 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26552 lines in one node.
26553
26554 * comint.el (comint-send-input): New arg ARTIFICIAL.
26555 Callers in this file changed.
26556
26557 * abbrev.el (define-abbrevs): Read system abbrevs properly.
26558
26559 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26560
26561 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
26562
26563 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
26564 `ldap-search-internal'.
26565
26566 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26567
26568 * files.el (set-auto-mode-1): Use line-end-position.
26569
26570 * international/latin-1.el:
26571 * international/latin-2.el:
26572 * international/latin-3.el:
26573 * international/latin-4.el:
26574 * international/latin-5.el:
26575 * international/latin-8.el:
26576 * international/latin-9.el: Give punctuation syntax to NBSP.
26577
26578 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26579 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26580 Use char-classes to accept non-ascii letters, accepted in some recent
26581 bibtex implementations.
26582
26583 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
26584
26585 * custom.el (custom-set-minor-mode): Any non-nil value for the
26586 variable should enable the mode when set through Custom.
26587
26588 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26589
26590 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
26591 TAB binding so tab-always-indent is obeyed.
26592 (vhdl-minibuffer-local-map): Move initialization into declaration.
26593 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
26594 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
26595 (vhdl-hooked-abbrev): Avoid test for XEmacs.
26596 (vhdl-current-line): Use line-beginning-position.
26597 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
26598 with-output-to-temp-buffer, so the current position can be recorded.
26599
26600 2005-04-10 Masatake YAMATO <jet@gyve.org>
26601
26602 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26603 Add regexp for gcov.
26604
26605 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
26606
26607 * calendar/time-date.el (time-to-seconds, seconds-to-time)
26608 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
26609 syntax which Emacs 20 doesn't support.
26610
26611 2005-04-09 Richard M. Stallman <rms@gnu.org>
26612
26613 * help.el (describe-key-briefly, describe-key):
26614 Replace strings as event types with "(any string)".
26615
26616 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
26617
26618 * arc-mode.el (archive-mode-map): Move initialization into
26619 the declaration. Override *all* bindings of `undo'.
26620 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
26621
26622 2005-04-09 Jay Belanger <belanger@truman.edu>
26623
26624 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
26625
26626 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
26627
26628 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
26629 (xterm-register-default-colors): Update color values computation
26630 to match xterm-200.
26631
26632 2005-04-09 Kenichi Handa <handa@m17n.org>
26633
26634 * international/code-pages.el (iso-latin-7): Fix the map.
26635
26636 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
26637
26638 * emacs-lisp/lisp.el (defun-prompt-regexp)
26639 (parens-require-spaces, buffer-end, end-of-defun)
26640 (insert-parentheses): Doc fixes.
26641
26642 2005-04-08 Kim F. Storm <storm@cua.dk>
26643
26644 * comint.el (comint-highlight-prompt): Fix face spec.
26645 * hi-lock.el (hi-green): Likewise.
26646
26647 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26648
26649 * cus-edit.el (custom-modified-face):
26650 * comint.el (comint-highlight-input): Fix previous changes.
26651 * term.el (term-handle-ansi-escape): Add a comment.
26652
26653 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
26654
26655 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
26656 in the buffer and in whitespace-highlighted-space.
26657 (whitespace-unhighlight-the-space): Simplify.
26658 (whitespace-buffer): Simplify.
26659
26660 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26661
26662 * textmodes/table.el (table-cell-face): Add special case for
26663 displays supporting a high number of colors.
26664 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26665 (vhdl-font-lock-reserved-words-face)
26666 (vhdl-speedbar-architecture-face)
26667 (vhdl-speedbar-instantiation-face)
26668 (vhdl-speedbar-architecture-selected-face)
26669 (vhdl-speedbar-instantiation-selected-face): Likewise.
26670 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
26671 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
26672 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
26673 (ebrowse-root-class-face, ebrowse-member-attribute-face)
26674 (ebrowse-progress-face): Likewise.
26675 * progmodes/compile.el (compilation-info-face): Likewise.
26676 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
26677 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
26678 * calendar/calendar.el (diary-face): Likewise.
26679 * woman.el (woman-italic-face, woman-bold-face)
26680 (woman-unknown-face): Likewise.
26681 * wid-edit.el (widget-button-pressed-face): Likewise.
26682 * whitespace.el (whitespace-highlight-face): Likewise.
26683 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
26684 * pcvs-info.el (cvs-marked-face): Likewise.
26685 * info.el (info-xref): Likewise.
26686 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
26687 * hilit-chg.el (highlight-changes-face)
26688 (highlight-changes-delete-face): Likewise.
26689 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
26690 (hi-red-b): Likewise.
26691 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
26692 * font-lock.el (font-lock-keyword-face)
26693 (font-lock-function-name-face, font-lock-warning-face): Likewise.
26694 * cus-edit.el (custom-invalid-face, custom-modified-face)
26695 (custom-set-face, custom-changed-face, custom-variable-tag-face)
26696 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
26697 * comint.el (comint-highlight-prompt): Likewise.
26698
26699 2005-04-08 Lute Kamstra <lute@gnu.org>
26700
26701 * font-lock.el (font-lock-keywords): Docstring fixes.
26702
26703 2005-04-08 Kenichi Handa <handa@m17n.org>
26704
26705 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
26706 chars are more than a limit, print " and more..." at the tail.
26707
26708 2005-04-08 Kim F. Storm <storm@cua.dk>
26709
26710 * emacs-lisp/authors.el (authors-aliases): Update list.
26711 (authors-ignored-files): New list.
26712 (authors-fixed-entries): Fix typo.
26713 (authors-renamed-files-alist): Update list.
26714 (authors-add): Check authors-ignored-files.
26715
26716 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
26717
26718 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
26719 optional, to ensure backward compatibility.
26720
26721 2005-04-08 Stephen Eglen <stephen@gnu.org>
26722
26723 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
26724
26725 2005-04-08 Kim F. Storm <storm@cua.dk>
26726
26727 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
26728
26729 * mouse.el (mouse-on-link-p): Doc fix.
26730
26731 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
26732
26733 * ielm.el (ielm-prompt-read-only): Doc fix.
26734
26735 * comint.el (comint-prompt-read-only): Doc fix.
26736
26737 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
26738
26739 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
26740 ensure dired always handles wildcards passed to ffap.
26741 (find-file-at-point): Use it.
26742 (ffap-dired-wildcards): Doc fix.
26743
26744 2005-04-07 Juri Linkov <juri@jurta.org>
26745
26746 * simple.el (next-error-overlay-arrow-position): New defvar.
26747 Put "=>" on its property `overlay-arrow-string'. Add it to
26748 `overlay-arrow-variable-list'.
26749
26750 * progmodes/compile.el (compilation-setup):
26751 Set `next-error-overlay-arrow-position' to nil. Also set it to
26752 nil in the local hook `kill-buffer-hook'. Make local variable
26753 `overlay-arrow-string' and set it to "=>".
26754 (compilation-goto-locus): Set BOL position to
26755 `next-error-overlay-arrow-position' instead of
26756 `overlay-arrow-position'.
26757
26758 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26759 locally instead of adding it to the global hook.
26760 (Info-kill-buffer): Move up.
26761
26762 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
26763
26764 * term/xterm.el (xterm-standard-colors): Update color values from
26765 xterm-200.
26766
26767 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
26768
26769 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26770
26771 * fast-lock.el:
26772 * lazy-lock.el: Move them to the obsolete subdir.
26773
26774 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26775
26776 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26777 (wdired-add-replace-advice): Remove.
26778 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26779
26780 2005-04-06 Kim F. Storm <storm@cua.dk>
26781
26782 * startup.el (command-line): Add --bare-bones alias for -Q.
26783
26784 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26785
26786 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26787 create the startup fontset if a font specification ends with
26788 `mac-roman'.
26789
26790 2005-04-06 Lute Kamstra <lute@gnu.org>
26791
26792 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26793 change.
26794
26795 * emacs-lisp/copyright.el (copyright-update-year): Replace the
26796 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
26797
26798 2005-04-05 Lute Kamstra <lute@gnu.org>
26799
26800 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26801 (define-generic-mode): Ditto. Fix debug declaration.
26802
26803 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26804 Put them in the generic-x group.
26805
26806 * calendar/timeclock.el (timeclock): Doc fix.
26807
26808 * generic.el (define-generic-mode): Don't use custom-current-group.
26809 Document default :group value.
26810 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26811 (define-global-minor-mode): Don't use custom-current-group.
26812
26813 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
26814
26815 * startup.el (command-line-1): Display startup-echo-area-message
26816 when fancy splash screen is in use.
26817
26818 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26819 (sh-escaped-newline): New face.
26820 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26821 newline, and use sh-escaped-newline face.
26822
26823 * progmodes/tcl.el (tcl-escaped-newline): New face.
26824 (tcl-builtin-list): New variable.
26825 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26826 newlines. Fix keywords subexpression number.
26827
26828 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
26829
26830 * textmodes/org.el (org-diary-default-entry): Fix call to
26831 `add-to-diary-entry'.
26832
26833 2005-04-05 Kim F. Storm <storm@cua.dk>
26834
26835 * ediff-init.el: Use (featurep 'xemacs).
26836
26837 2005-04-05 David Ponce <david@dponce.com>
26838
26839 * cus-edit.el (face): Derive from symbol widget. Display sample
26840 of the current face on the fly.
26841 (widget-face-sample-face-get, widget-face-notify): New functions.
26842 (widget-face-value-create): Remove.
26843
26844 * wid-edit.el (widget-field-end): Temporarily remove field
26845 narrowing before to call `get-char-property'.
26846
26847 2005-04-04 Jay Belanger <belanger@truman.edu>
26848
26849 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26850 (math-read-subscripts): New variable.
26851 (math-read-preprocess-string): Process subscripts.
26852
26853 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
26854
26855 * comint.el (comint-prompt-read-only): Doc fix.
26856
26857 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26858 `-1'. Doc fix.
26859
26860 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
26861
26862 * textmodes/org.el (org-insert-mode-line-in-empty-file):
26863 Change default value to nil.
26864
26865 2005-04-04 Lute Kamstra <lute@gnu.org>
26866
26867 * autorevert.el (auto-revert-mode): Specify :group.
26868 * battery.el (display-battery-mode): Specify :group.
26869 * diff-mode.el (diff-minor-mode): Specify :group.
26870 * font-core.el (font-lock-mode): Specify :group.
26871 * hl-line.el (hl-line-mode): Specify :group.
26872 * iimage.el (iimage): New customization group.
26873 (iimage-mode): Specify :group.
26874 * longlines.el (longlines-mode): Specify :group.
26875 * master.el: Don't require easy-mmode.
26876 (master): New customization group.
26877 (master-mode): Specify :group.
26878 * msb.el (msb-mode): Specify :group.
26879 * reveal.el (reveal-mode): Specify :group.
26880 * simple.el (next-error-follow-minor-mode): Specify :group.
26881 * smerge-mode.el (smerge-mode): Specify :group.
26882 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26883 * emulation/cua-base.el (cua-mode): Specify :group.
26884 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26885 * language/thai-util.el (thai-auto-composition-mode)
26886 (thai-word-mode): Specify :group.
26887 * mail/supercite.el (sc-minor-mode): Specify :group.
26888 * progmodes/cwarn.el (cwarn-mode): Specify :group.
26889 * progmodes/flymake.el (flymake-mode): Specify :group.
26890 * progmodes/glasses.el (glasses-mode): Specify :group.
26891 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26892 * textmodes/enriched.el (enriched-mode): Specify :group.
26893 * textmodes/refill.el (refill-mode): Specify :group.
26894
26895 * add-log.el (change-log-font-lock-keywords): Names in
26896 parenthesized lists can contain spaces.
26897
26898 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
26899
26900 * startup.el (fancy-splash-text): Shorten default text of
26901 "Emacs Tutorial" line. Also, if the current language env
26902 indicates an available tutorial file other than TUTORIAL,
26903 extract its title and append it to the line in parentheses.
26904 (fancy-splash-insert): If arg is a thunk, funcall it.
26905
26906 2005-04-04 Jay Belanger <belanger@truman.edu>
26907
26908 * calc.el (calc-language-alist): Add tags to customization type.
26909
26910 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
26911
26912 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26913 Doc fix.
26914
26915 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
26916
26917 * add-log.el (change-log-font-lock-keywords): The manual
26918 describing a Change Log entry, says: (...) "Aside from these
26919 header lines, every line in the change log starts with a space or
26920 a tab.". The font-lock was not highlighting lines started with
26921 spaces, added support for it.
26922
26923 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26924
26925 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26926 (bibtex-generate-url-list): Update docstring accordingly. Put the
26927 complex example in the docstring.
26928 (bibtex-font-lock-url): Use pop.
26929
26930 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
26931
26932 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26933
26934 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26935
26936 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
26937
26938 * filesets.el (filesets-set-default): Doc fix.
26939
26940 2005-04-03 Lute Kamstra <lute@gnu.org>
26941
26942 * generic.el (define-generic-mode): Add argument to specify
26943 keywords for defcustom.
26944 (default-generic-mode): Specify :group.
26945
26946 * generic-x.el: Specify :group for all generic modes.
26947
26948 * desktop.el (desktop-no-desktop-file-hook)
26949 (desktop-after-read-hook): Doc fix.
26950
26951 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
26952
26953 * simple.el (visible-mode): Use explicit :group keyword.
26954 This changes the group of `visible-mode-hook' from paren-blinking
26955 to editing-basics.
26956
26957 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
26958
26959 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
26960 mailbox specifications as well as URLs.
26961 (rmail-insert-inbox-text): Remove unused conditional branches.
26962
26963 2005-04-01 Jay Belanger <belanger@truman.edu>
26964
26965 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
26966 (calc-gnuplot-print-command): Move definitions to calc.el.
26967
26968 * calc/calc-embed.el (calc-embedded-announce-formula)
26969 (calc-embedded-open-formula, calc-embedded-close-formula)
26970 (calc-embedded-open-word, calc-embedded-close-word)
26971 (calc-embedded-open-plain, calc-embedded-close-plain)
26972 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
26973 (calc-embedded-open-mode, calc-embedded-close-mode):
26974 Move definitions to calc.el.
26975
26976 * calc/calc.el (calc-settings-file, calc-language-alist):
26977 Make customizable.
26978 (calc-embedded-announce-formula, calc-embedded-open-formula)
26979 (calc-embedded-close-formula, calc-embedded-open-word)
26980 (calc-embedded-close-word, calc-embedded-open-plain)
26981 (calc-embedded-close-plain, calc-embedded-open-new-formula)
26982 (calc-embedded-close-new-formula, calc-embedded-open-mode)
26983 (calc-embedded-close-mode, calc-gnuplot-name)
26984 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
26985 from other files and make customizable.
26986
26987 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26988
26989 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
26990 Use buffer-live-p.
26991 (cvs-mode-run): Don't call cvs-update-header here.
26992 (cvs-run-process): Call cvs-update-header.
26993 Use process properties for cvs-postprocess and cvs-buffer so that
26994 the sentinel can behave better if the temp buffer is killed.
26995 Use a pipe rather than a tty, to better handle unexpected prompts.
26996 (cvs-sentinel): Rewrite. Call cvs-update-header.
26997
26998 2005-04-01 Andre Spiegel <spiegel@gnu.org>
26999
27000 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
27001 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
27002
27003 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27004
27005 * generic.el (define-generic-mode): Add indentation rule.
27006
27007 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
27008
27009 * files.el (mode-require-final-newline): Make Custom correctly
27010 report a nil value and allow to set it to nil via Custom.
27011 Doc fix.
27012
27013 2005-04-01 Kenichi Handa <handa@m17n.org>
27014
27015 * international/characters.el: Enable the correct case setting for
27016 dotless-i and dotted-I.
27017
27018 2005-04-01 Kim F. Storm <storm@cua.dk>
27019
27020 * ido.el (ido-file-internal): Fall back to non-ido command if
27021 initial directory is on slow ftp (or tramp) host.
27022
27023 2005-03-31 Richard M. Stallman <rms@gnu.org>
27024
27025 * emacs-lisp/autoload.el (make-autoload):
27026 Handle define-global-minor-mode.
27027
27028 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27029 Rename from easy-mmode-define-global-mode.
27030 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
27031
27032 * progmodes/scheme.el (scheme-mode-syntax-table):
27033 Update syntax of | and # for two-character comment syntax.
27034
27035 2005-03-31 Lute Kamstra <lute@gnu.org>
27036
27037 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
27038 (define-minor-mode): Call custom-current-group at load-time.
27039
27040 * generic.el (define-generic-mode): Add debug declaration.
27041 Add defcustom for the mode hook.
27042 (generic-mode-internal): Use run-mode-hooks.
27043
27044 2005-03-31 Kim F. Storm <storm@cua.dk>
27045
27046 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
27047 (mouse-fixup-help-message): New defun called by show_help_echo
27048 to fixup mouse-2 prefix in help messages when applicable.
27049
27050 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
27051
27052 2005-03-31 Kenichi Handa <handa@m17n.org>
27053
27054 * language/thai-word.el (thai-find-word-ends): Pay attention to
27055 the case that we reach the end of buffer.
27056
27057 * textmodes/fill.el (fill-text-properties-at): New function.
27058 (fill-newline): Use fill-text-properties-at instead of
27059 text-properties-at.
27060
27061 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27062
27063 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
27064 not comint-quote-filename.
27065
27066 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
27067
27068 * help-fns.el (help-with-tutorial): Revert last change.
27069
27070 2005-03-31 Kim F. Storm <storm@cua.dk>
27071
27072 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
27073
27074 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
27075
27076 * calendar/cal-china.el: Update reference to "Calendrical
27077 Calculations" book; there's a new edition.
27078 * calendar/cal-coptic.el: Likewise.
27079 * calendar/cal-french.el: Likewise.
27080 * calendar/cal-hebrew.el: Likewise.
27081 * calendar/cal-islam.el: Likewise.
27082 * calendar/cal-iso.el: Likewise.
27083 * calendar/cal-julian.el: Likewise.
27084 * calendar/cal-mayan.el: Likewise.
27085 * calendar/cal-persia.el: Likewise.
27086 * calendar/calendar.el: Likewise.
27087 * calendar/holidays.el: Likewise.
27088 * calendar/lunar.el: Likewise.
27089 * calendar/solar.el: Likewise.
27090
27091 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
27092 white space from doc string.
27093
27094 2005-03-30 Jay Belanger <belanger@truman.edu>
27095
27096 * calc/calc-help.el (calc-full-help): Remove email address.
27097
27098 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
27099
27100 * help-fns.el (help-with-tutorial): Delete title line.
27101
27102 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27103
27104 * calendar/cal-x.el (calendar-one-frame-setup)
27105 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
27106 rather than `symbol' for set-window-dedicated-p.
27107
27108 * calendar/appt.el (appt-buffer-name): Make it a constant.
27109 (appt-add): Doc fix.
27110
27111 * filesets.el (filesets-menu-path, filesets-menu-before)
27112 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
27113 (filesets-menu-cache-file): Use directory ~/.emacs.d.
27114 (filesets-add-submenu): Delete and use add-submenu instead.
27115
27116 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
27117
27118 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
27119 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
27120 (org-diary-default-entry): New function.
27121 (org-get-entries-from-diary): Better parsing of diary entries.
27122 (org-agenda-check-no-diary): New function.
27123 ("diary-lib"): Advice to function `add-to-diary-list', to allow
27124 linking to diary entries.
27125 (org-agenda-execute-calendar-command): New function.
27126 (org-agenda): Improve visible section in window.
27127 Use `org-fit-agenda-window'.
27128 (org-fit-agenda-window): New option.
27129 (org-move-subtree-down): Better handling of empty lines
27130 at end of subtree.
27131 (org-cycle): Numeric prefix is interpreted now as show-subtree N
27132 levels up.
27133 (org-fontify-done-headline): New option.
27134 (org-headline-done-face): New face.
27135 (org-set-font-lock-defaults): Use `org-headline-done-face'.
27136 (org-table-copy-down): Rename from `org-table-copy-from-above'.
27137 When current field is non-empty, it is copied to next row.
27138 (org-table-copy-from-above): Fix bug which made it
27139 impossible to copy fields containing only a single non-white character.
27140
27141 2005-03-30 Kim F. Storm <storm@cua.dk>
27142
27143 * kmacro.el (kmacro-end-macro): Isearch may store this command
27144 into the macro -- so ignore it when executing keyboard macro.
27145
27146 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27147
27148 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
27149
27150 2005-03-29 Kenichi Handa <handa@m17n.org>
27151
27152 * language/thai.el ("Thai"): Set setup-function and exit-function
27153 for Thai language environment.
27154
27155 * language/thai-util.el: Require thai-word.
27156 (thai-word-mode-map): New variable.
27157 (thai-word-mode): New minor mode.
27158 (setup-thai-language-environment-internal): New function.
27159 (exit-thai-language-environment-internal): New function.
27160
27161 * language/thai-word.el (thai-word-table): Declare it by defvar,
27162 use dolist to initialize it.
27163 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27164 (thai-fill-find-break-point): New functions.
27165
27166 2005-03-29 Richard M. Stallman <rms@gnu.org>
27167
27168 * simple.el (idle-update-delay): Move definition up.
27169 (set-mark): Doc fix.
27170
27171 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
27172
27173 * longlines.el: New file.
27174
27175 * simple.el (buffer-substring-filters): New variable.
27176 (filter-buffer-substring): New function.
27177 (kill-region, copy-region-as-kill): Use it.
27178
27179 * register.el (copy-to-register, append-to-register)
27180 (prepend-to-register): Use filter-buffer-substring.
27181
27182 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27183
27184 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27185 (gud-filter-pending-text): Move in front of gdb.
27186 (gud-overlay-arrow-position): New variable.
27187 (gud-sentinel, gud-display-line): Use it in place of
27188 overlay-arrow-position.
27189
27190 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
27191
27192 * progmodes/fortran.el (fortran-if-indent): Doc fix.
27193 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27194 (fortran-font-lock-keywords-4): New variable.
27195 (fortran-blocks-re, fortran-end-block-re)
27196 (fortran-start-block-re): New constants, for hideshow.
27197 (hs-special-modes-alist): Add a Fortran entry.
27198 (fortran-mode-map): Bind fortran-end-of-block,
27199 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27200 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
27201 (fortran-looking-at-if-then, fortran-end-of-block)
27202 (fortran-beginning-of-block): New functions, for hideshow.
27203
27204 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27205 Doc fix. Tweak regexp.
27206 (f90-beginning-of-block): Push mark first.
27207
27208 2005-03-29 Jay Belanger <belanger@truman.edu>
27209
27210 * calc/calc.el: Update copyright date.
27211 (calc-version): Increase to 2.1.
27212 (calc-version-date): Remove.
27213
27214 * calc/calc-help.el: Update copyright date.
27215 (calc-full-help): Remove reference to calc-version-date.
27216 Update copyright date.
27217
27218 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27219
27220 * vc.el (vc-do-command): Use a pipe for async processes, so password
27221 prompts don't show up at places where the user can't reply.
27222
27223 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27224
27225 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27226 on the file name we pass to the inferior shell.
27227
27228 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27229
27230 * progmodes/which-func.el (which-function): Be robust in the face of an
27231 imenu--make-index-alist failure.
27232
27233 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27234
27235 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27236
27237 * progmodes/python.el (python-preoutput-filter): Fix last change.
27238
27239 2005-03-29 Lute Kamstra <lute@gnu.org>
27240
27241 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27242 functions and compiled macros.
27243 (debug-convert-byte-code): Handle macros too.
27244 (debug-on-entry-1): Don't signal an error when trying to clear a
27245 function that is not set to debug on entry.
27246
27247 2005-03-29 Jay Belanger <belanger@truman.edu>
27248
27249 * calc/calc-lang.el: Add functions to math-function-table
27250 properties of tex and math.
27251
27252 2005-03-29 Kenichi Handa <handa@m17n.org>
27253
27254 * ps-mule.el (ps-mule-plot-string): Translate characters by
27255 ps-print-translation-table.
27256 (ps-mule-begin-job): Call find-charset-region/string with
27257 ps-print-translation-table.
27258 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27259
27260 * ps-print.el (ps-print-translation-table): New variable.
27261 (ps-plot-region): Translate characters by ps-print-translation-table.
27262
27263 2005-03-29 Juri Linkov <juri@jurta.org>
27264
27265 * simple.el (next-error-highlight-timer): New variable.
27266
27267 * progmodes/compile.el (compilation-goto-locus):
27268 Use `next-error-highlight-timer' instead of `sit-for'.
27269
27270 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27271
27272 * mail/supercite.el (sc-mail-field): Use assoc-string.
27273 (sc-get-address): Simplify regexps.
27274
27275 * files.el (minibuffer-with-setup-hook): New macro.
27276 (find-file-read-args): Use it to avoid let-binding
27277 minibuffer-with-setup-hook (which breaks turning on/off
27278 file-name-shadow-mode while in the prompt).
27279
27280 * complete.el (PC-read-include-file-name-internal):
27281 Use test-completion.
27282
27283 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
27284
27285 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27286
27287 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27288
27289 * window.el (window-buffer-height): Use count-screen-lines.
27290
27291 * progmodes/python.el (python-preoutput-leftover): New var.
27292 (python-preoutput-filter): Use it.
27293 (python-send-receive): Loop until all the result has been received.
27294
27295 2005-03-28 Juri Linkov <juri@jurta.org>
27296
27297 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27298
27299 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27300 "Recover Crashed Session".
27301 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27302 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27303 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27304 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27305 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27306 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27307 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27308 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27309
27310 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27311 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27312 Ediff Sessions", "Toggle use of separate control buffer frame",
27313 "Use separate frame for Ediff control buffer".
27314
27315 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27316 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27317 "Rename Bookmark", "Delete Bookmark".
27318
27319 * info.el (Info-mode-menu): Remove ellipsis from "Index".
27320 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27321 Add `:active Info-index-alternatives' to "Next Matching Item".
27322
27323 * wdired.el (wdired-change-to-wdired-mode):
27324 Mention `wdired-abort-changes' key in the initial message.
27325
27326 * international/mule.el (auto-coding-alist): Associate non-ascii
27327 image filename extensions with `no-conversion'.
27328
27329 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
27330
27331 * international/iso-acc.el:
27332 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27333
27334 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
27335
27336 * textmodes/sgml-mode.el (html-mode): Doc update.
27337
27338 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27339
27340 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
27341
27342 * term.el (term-move-columns): Fix face after extending a line.
27343 (term-insert-spaces): Likewise.
27344 (term-reset-terminal): Fix off by one error.
27345
27346 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27347
27348 * international/mule.el (auto-coding-alist): Add .xpi files.
27349
27350 * files.el (auto-mode-alist): Add .xpi files.
27351
27352 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
27353
27354 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27355
27356 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27357
27358 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27359
27360 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
27361
27362 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27363 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
27364
27365 * calendar/cal-move.el (calendar-beginning-of-year): Move the
27366 cursor to Jan 1 when needed.
27367 (calendar-end-of-year): Fix -/+ typo.
27368 Reported by Chong Yidong <cyd@stupidchicken.com>.
27369
27370 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
27371
27372 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27373
27374 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27375 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
27376
27377 2005-03-25 Richard M. Stallman <rms@gnu.org>
27378
27379 * filesets.el (filesets-init): Add autoload.
27380
27381 * mail/mailalias.el (mail-directory): Doc fix.
27382
27383 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27384
27385 * mail/mailalias.el (mail-directory-process): Do nothing if
27386 mail-directory-process is an atom.
27387 (mail-get-names): Ignore mail-directory-names if it is an atom.
27388 (mail-directory-process defvar): Doc fix.
27389 (mail-names): Doc fix.
27390
27391 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
27392
27393 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27394
27395 2005-03-26 Kenichi Handa <handa@m17n.org>
27396
27397 * international/mule-util.el (detect-coding-with-priority):
27398 Call update-coding-systems-internal before detect-coding-region.
27399
27400 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
27401
27402 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27403 (gdb-frames-mode-map): Add follow-link property.
27404
27405 2005-03-25 Jay Belanger <belanger@truman.edu>
27406
27407 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27408 for variables.
27409
27410 2005-03-25 Juri Linkov <juri@jurta.org>
27411
27412 * image-mode.el: Optimize image filename extension regexps in
27413 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
27414 in `auto-mode-alist'.
27415 (image-mode): Add `image-toggle-display-text' to local hook
27416 `change-major-mode-hook'. Display the image as an image by
27417 default. Set `cursor-type' and `truncate-lines' if the image
27418 is already displayed. Take into account the current mode (image
27419 or text) in message.
27420 (image-minor-mode): New minor mode.
27421 (image-mode-maybe, image-toggle-display-text): New functions.
27422 (image-toggle-display): Use called-interactively-p.
27423 Let-bind `inhibit-read-only' to t.
27424
27425 * image-mode.el (image-minor-mode): Set `cursor-type' and
27426 `truncate-lines' if the image is already displayed. Add turning
27427 image-minor-mode off to `change-major-mode-hook'. Add message.
27428 Call `image-toggle-display-text' after turning image-minor-mode off.
27429
27430 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
27431
27432 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27433 Terminal.app, use utf-8.
27434 (set-display-table-and-terminal-coding-system): Add coding-system arg.
27435 (set-locale-environment): Use it.
27436
27437 * term/xterm.el: Undo last change, better done in mule-cmds.el.
27438
27439 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27440
27441 * progmodes/python.el (python-close-block-statement-p)
27442 (python-outdent-p, python-current-defun): Use symbol-end.
27443
27444 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27445
27446 * files.el (save-some-buffers): Doc fix.
27447
27448 2005-03-25 Werner Lemberg <wl@gnu.org>
27449
27450 * complete.el, thumbs.el: Replace `legal' with `valid'.
27451 * calendar/calendar.el: Replace `legal' with `valid'.
27452 * emacs-lisp/advice.el: Replace `legal' with `valid'.
27453 * mail/supercite.el: Replace `legal' with `valid'.
27454 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27455 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27456 Replace `legal' with `valid'.
27457 * textmodes/reftex-vars.el, textmodes/reftex.el:
27458 Replace `legal' with `valid'.
27459
27460 2005-03-25 Werner Lemberg <wl@gnu.org>
27461
27462 * calc/calc-forms.el, calc/calc-sel.el
27463 * midnight.el, vc-cvs.el
27464 * emacs-lisp/cl-macs.el
27465 * emulation/vip.el
27466 * eshell/esh-io.el, eshell/esh-var.el
27467 * mail/supercite.el
27468 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27469 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27470 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27471 * progmodes/sh-script.el, progmodes/xscheme.el
27472 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27473 * textmodes/reftex-index.el, textmodes/reftex-parse.el
27474 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27475 * textmodes/reftex.el, textmodes/org.el:
27476 Replace `illegal' with `invalid'.
27477
27478 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27479
27480 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27481 (flymake-find-buildfile, flymake-find-possible-master-files)
27482 (flymake-check-include, flymake-parse-line): Replace loops over the
27483 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27484
27485 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27486 Substitute file-name-as-directory in the rest of the file.
27487 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27488 (flymake-replace-region): Remove unused arg `buffer'.
27489 (flymake-check-patch-master-file-buffer): Update calls to it.
27490 (flymake-add-err-info): Remove unused var `count'.
27491 (flymake-mode): Use define-minor-mode.
27492
27493 * progmodes/flymake.el: Use with-current-buffer.
27494 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27495 flymake-replace-regexp-in-string, flymake-line-beginning-position)
27496 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27497 Avoid testing for `xemacs'.
27498 (flymake-nop): Move.
27499 (flymake-region-has-flymake-overlays): Return the computed value.
27500 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27501 Remove unused var `endline'.
27502 (flymake-get-line-count): Remove unused function.
27503 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27504
27505 * emulation/vi.el:
27506 * generic.el:
27507 * hilit-chg.el (global-highlight-changes):
27508 * hi-lock.el (hi-lock-mode):
27509 * follow.el: find-file-hooks -> find-file-hook.
27510
27511 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27512
27513 2005-03-24 Juri Linkov <juri@jurta.org>
27514
27515 * dired.el (dired-mode-map): Add menu item "Compare directories"
27516 for dired-compare-directories.
27517
27518 * dired-aux.el (dired-compare-directories): Add autoload cookie.
27519 Doc fix. Replace `read-file-name' with `read-directory-name'.
27520
27521 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27522
27523 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27524
27525 2005-03-24 Jay Belanger <belanger@truman.edu>
27526
27527 * calc/calc-embed.el (calc-embedded-mode-change): Save all
27528 relevant mode settings in calc-embedded-original-modes when modes
27529 are permanently changed.
27530
27531 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27532
27533 * autoinsert.el: find-file-hooks -> find-file-hook.
27534
27535 2005-03-24 Lute Kamstra <lute@gnu.org>
27536
27537 * generic.el (generic-font-lock-defaults): Make it obsolete.
27538 (generic-font-lock-keywords): New variable to replace
27539 generic-font-lock-defaults.
27540 (generic-mode-set-font-lock): Delete it.
27541 (generic-mode-internal): Don't call generic-mode-set-font-lock.
27542 (generic-bracket-support): Add docstring.
27543
27544 * generic-x.el: Rename generic-font-lock-defaults to
27545 generic-font-lock-keywords throughout.
27546 (mailagent-rules-setup-function): Delete it.
27547 (mailagent-rules-generic-mode): Use anonymous function instead.
27548 (show-tabs-generic-mode-font-lock-defaults-1)
27549 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27550 Quote faces.
27551 (show-tabs-tab-face, show-tabs-space-face): Specify background,
27552 not foreground.
27553
27554 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27555 Recognize define-generic-mode.
27556
27557 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
27558
27559 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27560 if there's no completion table.
27561
27562 2005-03-23 Miles Bader <miles@gnu.org>
27563
27564 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27565 Remove tty-specific variants, as they're no longer needed.
27566
27567 2005-03-23 Lute Kamstra <lute@gnu.org>
27568
27569 * generic-x.el: Code cleanup: make args constant whenever possible.
27570 (installshield-statement-keyword-list)
27571 (installshield-system-functions-list)
27572 (installshield-system-variables-list, installshield-types-list)
27573 (installshield-funarg-constants-list): Make them constants.
27574
27575 * generic.el (generic-make-keywords-list): Add autoload cookie.
27576
27577 * calendar/time-date.el: Add comment on time value formats.
27578 Don't require parse-time.
27579 (with-decoded-time-value): New macro.
27580 (encode-time-value): New function.
27581 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27582 (days-to-time): Return a valid time value when arg is huge.
27583 (time-since): Use time-subtract.
27584 (time-to-number-of-days): Use time-to-seconds.
27585
27586 2005-03-23 David Ponce <david@dponce.com>
27587
27588 * recentf.el (recentf-keep): New option.
27589 (recentf-menu-action): Default to `find-file'.
27590 (recentf-keep-non-readable-files-flag)
27591 (recentf-keep-non-readable-files-p)
27592 (recentf-file-readable-p, recentf-find-file)
27593 (recentf-cleanup-remote): Remove.
27594 (recentf-include-p): More robust.
27595 (recentf-keep-p): New function.
27596 (recentf-remove-if-non-kept): Rename from
27597 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
27598 All callers updated.
27599 (recentf-menu-items-for-commands): Fix help string.
27600 (recentf-track-closed-file): Update. Doc fix.
27601 (recentf-cleanup): Update. Count removed files. Doc fix.
27602
27603 2005-03-23 Kim F. Storm <storm@cua.dk>
27604
27605 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27606 Don't inherit from fringe face (now happens automatically).
27607
27608 2005-03-22 Kim F. Storm <storm@cua.dk>
27609
27610 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
27611 position values.
27612
27613 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
27614
27615 * menu-bar.el (showhide-date-time): Remove.
27616 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
27617 (menu-bar-make-mm-toggle): Simplify.
27618
27619 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27620
27621 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
27622 Accept qualified variable and function names.
27623
27624 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
27625
27626 * bindings.el (completion-ignored-extensions):
27627 Remove ".lis" for `vax-vms'.
27628
27629 2005-03-22 Andreas Schwab <schwab@suse.de>
27630
27631 * generic-x.el: Revert last change.
27632 * ldefs-boot.el: Update.
27633
27634 2005-03-22 Jay Belanger <belanger@truman.edu>
27635
27636 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
27637 (calc-embedded-save-original-modes)
27638 (calc-embedded-restore-original-modes): New functions.
27639 (calc-do-embedded): Save original modes when entering embedded mode
27640 and restore when leaving embedded mode.
27641 (calc-embedded-modes-change): Change the value of
27642 calc-embedded-original-modes to reflect permanent changes.
27643
27644 2005-03-22 Lute Kamstra <lute@gnu.org>
27645
27646 * generic-x.el: Require generic again.
27647
27648 2005-03-22 Miles Bader <miles@gnu.org>
27649
27650 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27651 Tweak details to look good on both ttys and bitmap displays, light
27652 or dark background, etc.
27653
27654 2005-03-21 Kim F. Storm <storm@cua.dk>
27655
27656 * tooltip.el (tooltip-show-help-function): Check car and cdr of
27657 mouse position.
27658
27659 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27660
27661 * icomplete.el: Don't forcibly turn on the mode upon load.
27662 (icomplete-mode): Use define-minor-mode.
27663 (icomplete-eoinput): Default to nil.
27664 (icomplete-minibuffer-setup): Remove autoload.
27665 (icomplete-tidy): Simplify.
27666 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
27667 in the initial state or if the user has modified the field.
27668 Fix handling of icomplete-max-delay-chars.
27669 Remove code that handles the oddball case where
27670 minibuffer-completion-table is an integer.
27671 Wrap icomplete-completions in while-no-input in case building
27672 completions takes more time than expected.
27673 (icomplete-completions): Simplify.
27674
27675 2005-03-21 Richard M. Stallman <rms@gnu.org>
27676
27677 * jka-compr.el (jka-compr-really-do-compress):
27678 Make variable buffer-local.
27679
27680 * image-mode.el: Handle .xpm files too.
27681 (image-toggle-display): Preserve modification flag.
27682
27683 * help.el (where-is): Don't mention aliases with no key bindings.
27684
27685 2005-03-21 Lute Kamstra <lute@gnu.org>
27686
27687 * generic.el: Fix commentary section. Don't require cl for
27688 compilation.
27689 (generic-mode-list): Add autoload cookie.
27690 (generic-use-find-file-hook, generic-lines-to-scan)
27691 (generic-find-file-regexp, generic-ignore-files-regexp)
27692 (generic-mode, generic-mode-find-file-hook)
27693 (generic-mode-ini-file-find-file-hook): Fix docstrings.
27694 (define-generic-mode): Make it a defmacro. Fix docstring.
27695 (generic-mode-internal): Code cleanup. Add autoload cookie.
27696 (generic-mode-set-comments): Code cleanup.
27697 * generic-x.el: Don't prevent compilation. Don't require generic.
27698 Follow coding conventions. Minor code cleanup.
27699 (etc-fstab-generic-mode): Add some keywords.
27700 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
27701 define-generic-mode like a function declaration.
27702
27703 2005-03-21 Jay Belanger <belanger@truman.edu>
27704
27705 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
27706 changing modes.
27707
27708 2005-03-21 Sam Steingold <sds@gnu.org>
27709
27710 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
27711
27712 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
27713
27714 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
27715 Add underscore to "f$ lexicals" regexp.
27716
27717 2005-03-20 Juri Linkov <juri@jurta.org>
27718
27719 * subr.el (progress-reporter-do-update): When `min-value' is equal
27720 to `max-value', set `percentage' to 0 and prevent division by zero.
27721
27722 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
27723
27724 Sync with Tramp 2.0.48.
27725
27726 * net/tramp.el (all): Change all addresses to .gnu.org.
27727 (tramp-append-tramp-buffers): New defun.
27728 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
27729 Catch `dont-send' signal.
27730 (tramp-set-auto-save-file-modes): Set always permissions, because
27731 there might be an old auto-saved file belonging to another
27732 original file. This could be a security threat. Reported by
27733 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
27734 Check for Emacs 21.3.50 removed.
27735
27736 * net/tramp-smb.el (all): Remove debug construct for
27737 `with-parsed-tramp-file-name'.
27738 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
27739 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
27740 No error message if DIRECTORY or FILENAME doesn't exist.
27741 (tramp-smb-open-connection): Check existence of
27742 `tramp-smb-program'.
27743
27744 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
27745
27746 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
27747 Properly handle the case where the `m' or `s' command's argument is not
27748 yet terminated.
27749 (perl-indent-new-calculate): New function.
27750 (perl-indent-line): Use it.
27751
27752 2005-03-20 Miles Bader <miles@gnu.org>
27753
27754 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
27755 in text-mode too. Change to new face names.
27756 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27757 Add `:weight bold' attribute.
27758 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27759
27760 2005-03-19 Juri Linkov <juri@jurta.org>
27761
27762 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
27763
27764 * international/mule.el (auto-coding-alist): Sync with
27765 `auto-mode-alist' by adding upper case archive file extensions
27766 and adding ear/war to jar extension.
27767
27768 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
27769
27770 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27771 running, restart it.
27772
27773 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
27774
27775 * finder.el (finder-current-item): Throw an error on an empty line.
27776
27777 * man.el (Man-follow-manual-reference): If current-word returns
27778 nil, use "".
27779
27780 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
27781
27782 * simple.el (goto-line): Doc fix.
27783
27784 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
27785
27786 * files.el (save-buffer): Doc fix.
27787
27788 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
27789
27790 * recentf.el (recentf-cleanup-remote): New variable.
27791 (recentf-cleanup): Use it to conditionally check availability of
27792 remote files.
27793
27794 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
27795
27796 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27797 function names.
27798
27799 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27800
27801 * language/thai-word.el: New file.
27802
27803 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27804
27805 * files.el (backup-buffer): If the file's directory is not
27806 writable, use copy instead of move to backup the file.
27807
27808 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27809
27810 * obsolete/keyswap.el: Moved to obsolete/ from term/.
27811
27812 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27813
27814 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27815 Use functionp instead of symbolp and fboundp. Reported by Drkm
27816 <darkman_spam@yahoo.fr>.
27817 (ps-print-version): New version 6.6.6.
27818
27819 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
27820
27821 * textmodes/table.el (table--line-column-position): New idiom.
27822 (table--row-column-insertion-point-p): New function to test
27823 validity of row and column insertion operation at a location.
27824 (table-global-menu, table-cell-menu): Use above functions for
27825 deterministic test operation.
27826 (table--editable-cell-p): Behave in deterministic fashion.
27827
27828 2005-03-18 Juri Linkov <juri@jurta.org>
27829
27830 * isearch.el (isearch-lazy-highlight-new-loop):
27831 Make arguments beg and end optional.
27832 (isearch-update): Remove optional arguments nil from
27833 isearch-lazy-highlight-new-loop.
27834 (isearch-lazy-highlight-search): Let-bind case-fold-search to
27835 isearch-lazy-highlight-case-fold-search instead of
27836 isearch-case-fold-search, and let-bind isearch-regexp to
27837 isearch-lazy-highlight-regexp.
27838 Use isearch-lazy-highlight-last-string instead of isearch-string.
27839
27840 * replace.el (perform-replace): Remove bindings of global
27841 variables isearch-string, isearch-regexp, isearch-case-fold-search.
27842 Add three new arguments to `replace-highlight'.
27843 (replace-highlight): Add arguments string, regexp, case-fold.
27844 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27845 to allow isearch-lazy-highlight-new-loop to use these values
27846 to set corresponding isearch-lazy-highlight-* internal
27847 variables whose values lazy highlighting will use regardless of
27848 changes to global variables isearch-string, isearch-regexp,
27849 isearch-case-fold-search during lazy highlighting loop.
27850 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27851 to `lazy-highlight-cleanup'.
27852
27853 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27854 (ispell-highlight-face): Set default face to `isearch' when
27855 lazy highlighting is enabled.
27856 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27857 priority to 1. Add lazy highlighting.
27858 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27859 from `isearch-dehighlight'.
27860
27861 2005-03-18 David Ponce <david@dponce.com>
27862
27863 * files.el (hack-local-variables): Do a case-insensitive search
27864 for End.
27865
27866 2005-03-18 Juri Linkov <juri@jurta.org>
27867
27868 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27869 `isearch-lazy-highlight-cleanup', add alias to old name and
27870 declare obsolete. Add release numbers to other obsolete vars.
27871 (isearch-done, isearch-lazy-highlight-new-loop):
27872 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27873 (lazy-highlight-cleanup) <variable>: Doc fix.
27874 (isearch-lazy-highlight-update): Rename obsolete
27875 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27876
27877 2005-03-18 Kenichi Handa <handa@m17n.org>
27878
27879 * language/thai-util.el: Fix categorization of Thai characters in
27880 thai-category-table.
27881 (thai-composition-pattern): Adjust it for the above change.
27882 (thai-self-insert-command, thai-compose-syllable): New functions.
27883 (thai-compose-region): Use thai-compose-syllable.
27884 (thai-compose-string): Likewise.
27885 (thai-composition-function): Likewise.
27886 (thai-auto-composition): New function.
27887 (thai-auto-composition-mode): New minor mode.
27888
27889 * language/thai.el: Fix patterns to be registered in
27890 composition-function-table.
27891
27892 * international/quail.el (quail-input-method): Locally bind
27893 inhibit-modification-hooks to t.
27894
27895 2005-03-17 Richard M. Stallman <rms@gnu.org>
27896
27897 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27898 (perl-mode): Use run-mode-hooks.
27899
27900 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27901 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27902 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27903
27904 * mail/sendmail.el (sendmail-send-it): Reenable the code
27905 to compute resend-to-address and use it.
27906
27907 * tar-mode.el (tar-mode): Turn off undo unconditionally.
27908
27909 * image-mode.el: New file.
27910
27911 * image.el (insert-sliced-image): Add autoload cookie.
27912
27913 * font-lock.el (font-lock-lines-before): New user option.
27914 (font-lock-after-change-function): Obey it.
27915
27916 * bindings.el (esc-map): Make M-g a prefix.
27917 Bind M-g g and M-g M-g to goto-line.
27918
27919 * faces.el (face-id): Doc fix.
27920
27921 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27922
27923 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27924 (rmail-show-message): Use rmail-unknown-mail-followup-to.
27925 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27926
27927 * mail/sendmail.el (mail-yank-ignored-headers)
27928 (mail-font-lock-keywords, mail-mode-fill-paragraph):
27929 Add Mail-Followup-To and Mail-Reply-To headers.
27930 (mail-citation-hook): Add autoload cookie.
27931 (mail-mode): Doc fix.
27932 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27933 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27934 (mail-mode-fill-paragraph): Handle those headers.
27935 (mail-mailing-lists): New variable.
27936 (mail-mail-reply-to, mail-mail-followup-to): New functions.
27937
27938 2005-03-17 Juri Linkov <juri@jurta.org>
27939
27940 * isearch.el (isearch-fallback): Check for `(car previous)'
27941 before calling `isearch-other-end-state'.
27942
27943 2005-03-17 Kim F. Storm <storm@cua.dk>
27944
27945 * simple.el (move-beginning-of-line): Move to beginning of buffer
27946 line, as well as beginning of screen line.
27947
27948 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
27949
27950 * calendar/diary-lib.el (mark-diary-entries): Use new optional
27951 argument REDRAW rather than calendar-redrawing variable.
27952 * calendar/calendar.el (calendar-redrawing): Delete.
27953 (redraw-calendar): Do not bind calendar-redrawing.
27954
27955 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
27956
27957 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
27958 diary-file buffer.
27959
27960 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
27961
27962 * help.el (describe-mode): Allow a :minor-mode-function property to
27963 specify a different minor mode toggle function than the variable.
27964 * simple.el (auto-fill-function):
27965 * subr.el (add-minor-mode): Use it.
27966
27967 2005-03-16 Kenichi Handa <handa@m17n.org>
27968
27969 * language/ethio-util.el (sera-being-called-by-w3): New variable.
27970 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
27971 (ethio-fidel-to-sera-buffer): Likewise.
27972
27973 2005-03-16 Juri Linkov <juri@jurta.org>
27974
27975 * emacs-lisp/find-func.el (find-function-regexp):
27976 Add defun-emitting macro `menu-bar-make-toggle'.
27977
27978 * isearch.el: Put `isearch-scroll' property to
27979 `split-window-horizontally'.
27980
27981 * info.el: Update error messages for `debug-ignored-errors'.
27982 (Info-isearch-search): Doc fix.
27983 (Info-find-node): Move up code to go into info buffer before
27984 recording the node to the history.
27985 (Info-fontify-node): Fontify titles only if the next line
27986 has two or more `*', `=', `-', `.'.
27987 Display "go to this node" for empty (match-string 3).
27988
27989 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27990
27991 * term/mac-win.el: Add mouse pointer shape constants.
27992
27993 2005-03-15 Kim F. Storm <storm@cua.dk>
27994
27995 * simple.el (move-beginning-of-line): Use vertical-motion.
27996
27997 2005-03-15 Juri Linkov <juri@jurta.org>
27998
27999 * isearch.el (isearch-error): New variable.
28000 (isearch-invalid-regexp, isearch-within-brackets): Remove.
28001 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
28002 (isearch-within-brackets-state): Remove.
28003 (isearch-case-fold-search-state, isearch-pop-fun-state):
28004 Decrease frame index.
28005 (isearch-mode, isearch-top-state, isearch-push-state)
28006 (isearch-edit-string, isearch-abort, isearch-search-and-update)
28007 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
28008 (isearch-search, isearch-lazy-highlight-new-loop):
28009 Replace `isearch-invalid-regexp' with `isearch-error'.
28010 Remove `isearch-within-brackets'.
28011 (isearch-search): Add `search-failed' handler to `condition-case'.
28012 (isearch-lazy-highlight-search): Add `condition-case' to catch
28013 errors and allow `isearch-lazy-highlight-update' to try
28014 highlighting from the beginning of the window.
28015 (isearch-repeat): Move up code to set isearch-wrapped to t
28016 before calling isearch-wrap-function.
28017
28018 * info.el (Info-isearch-initial-node): New internal variable.
28019 (Info-search): Signal an error in isearch mode when search leaves
28020 the initial node. Signal an error when `bound' is non-nil and
28021 nothing was found in the current subfile.
28022 (Info-isearch-search): Remove `condition-case'.
28023 (Info-isearch-wrap): Don't wrap when search failed during leaving
28024 the initial node. If `Info-isearch-search' is nil, wrap around
28025 the current node.
28026 (Info-isearch-start): New fun.
28027 (Info-mode): Add buffer-local hook `Info-isearch-start' to
28028 `isearch-mode-hook'.
28029
28030 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28031
28032 * simple.el (normal-erase-is-backspace): Set default to t if
28033 running on Mac.
28034
28035 * term/mac-win.el (function-key-map): Sync with x-win.el.
28036
28037 2005-03-15 Kenichi Handa <handa@m17n.org>
28038
28039 * international/mule-cmds.el (locale-language-names): Modify the
28040 format of elements and add more entries.
28041 (locale-preferred-coding-systems): Add more entries.
28042 (set-locale-environment): Adjust for the change of
28043 locale-language-names.
28044
28045 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
28046
28047 * pcvs.el (smerge-ediff): Remove bogus autoload.
28048
28049 2005-03-14 Lute Kamstra <lute@gnu.org>
28050
28051 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
28052 Ignore a `*' at the beginning of a line.
28053
28054 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
28055 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
28056 subr.el.
28057 (dont-compile, eval-when-compile, eval-and-compile): Use declare
28058 to specify indentation.
28059
28060 * generic.el (define-generic-mode): Let generic-mode-list be a
28061 list of strings; test membership with equal.
28062
28063 2005-03-14 Kim F. Storm <storm@cua.dk>
28064
28065 * simple.el (next-line, previous-line): Add optional try-vscroll
28066 arg to recognize interactive use. Pass it on to line-move.
28067 (line-move): Don't perform auto-window-vscroll when defining or
28068 executing keyboard macro to ensure consistent behavior.
28069
28070 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
28071
28072 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
28073
28074 2005-03-13 Lute Kamstra <lute@gnu.org>
28075
28076 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
28077 debugger-setup-buffer so that backtrace marks the frames set to
28078 debug-on-exit and we don't have to do it manually. Set an extra
28079 debug-on-exit for macro's.
28080 (debugger-setup-buffer): Don't mark the top frame manually.
28081
28082 2005-03-12 Lute Kamstra <lute@gnu.org>
28083
28084 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
28085 lisp-indent-function throughout.
28086 (with-no-warnings): Set lisp-indent-function property.
28087
28088 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
28089
28090 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
28091 Add entry for backslash.
28092
28093 2005-03-12 Juri Linkov <juri@jurta.org>
28094
28095 * info.el (Info-search): Four fixes for backward search.
28096
28097 2005-03-11 Jay Belanger <belanger@truman.edu>
28098
28099 * calc/calc.el (calc-language-alist): New variable.
28100 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
28101 (calc-embedded-find-modes): Use calc-language-alist instead of
28102 calc-embedded-language-alist.
28103
28104 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
28105
28106 * calendar/calendar.el (calendar-redrawing): New internal
28107 variable.
28108 (redraw-calendar): Remove bogus save-excursion from previous
28109 change. Bind calendar-redrawing to t for mark-diary-entries.
28110 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
28111 calendar if that is why we were called.
28112
28113 2005-03-11 Kenichi Handa <handa@m17n.org>
28114
28115 * international/mule.el (make-coding-system): Set property
28116 coding-system-define-form to nil.
28117 (define-coding-system-alias): Likewise.
28118
28119 2005-03-11 Kenichi Handa <handa@m17n.org>
28120
28121 These changes are suggested by Dave Love <fx@gnu.org>.
28122
28123 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
28124 coding: tag.
28125 (adaptive-fill-regexp): Add more bullets.
28126 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
28127 regexps.
28128
28129 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
28130
28131 * help.el (describe-mode): Properly handle non-trivial lighters.
28132 Don't ignore minor modes that are not listed in minor-mode-list.
28133
28134 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
28135 feature ON when the user requests to turn it OFF.
28136
28137 2005-03-10 Lute Kamstra <lute@gnu.org>
28138
28139 * emacs-lisp/debug.el (debug-entry-code): Delete it.
28140 (implement-debug-on-entry): New function to replace debug-entry-code.
28141 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
28142 second argument as the 2005-03-07 change makes it obsolete.
28143 (debug-on-entry, cancel-debug-on-entry): Update call to
28144 debug-on-entry-1.
28145 (debug, debugger-setup-buffer): Comment update.
28146 (debugger-frame-number): Update to work with implement-debug-on-entry.
28147
28148 2005-03-10 Jay Belanger <belanger@truman.edu>
28149
28150 * calc/calc-embed.el (math-ms-args): Declare it.
28151 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
28152 math-ms-args.
28153 (calc-embedded-subst): Use math-multi-subst-rec to substitute
28154 variables.
28155
28156 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
28157
28158 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28159 Use message-box.
28160
28161 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28162 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28163 (tooltip-gud-tips): Simplify.
28164 (tooltip-gud-tips-p): Remove superfluous :set.
28165 (tooltip-gud-modes): Add fortran-mode.
28166 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28167
28168 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28169
28170 2005-03-09 Kim F. Storm <storm@cua.dk>
28171
28172 * play/animate.el (animate-place-char): Use forward-line instead
28173 of next-line to improve performance.
28174
28175 2005-03-09 Simon Josefsson <jas@extundo.com>
28176
28177 * net/browse-url.el (browse-url-default-browser): Doc fix.
28178
28179 2005-03-09 Miles Bader <miles@gnu.org>
28180
28181 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28182 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28183
28184 2005-03-09 Kenichi Handa <handa@m17n.org>
28185
28186 * international/latin-1.el: Set case and syntax for 255 only if
28187 set-case-syntax-set-multibyte is nil.
28188
28189 * textmodes/ispell.el (ispell-insert-word): New function.
28190 (ispell-word): Use ispell-insert-word to insert a new word.
28191 (ispell-process-line): Likewise.
28192 (ispell-complete-word): Likewise.
28193
28194 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
28195
28196 * calendar/calendar.el (redraw-calendar): Preserve point.
28197 Reported by Matt Hodges <MPHodges@member.fsf.org>.
28198 (calendar-week-start-day): Move after definition of
28199 redraw-calendar. Delete buffer test, since redraw-calendar has
28200 that now.
28201
28202 * calendar/diary-lib.el (mark-diary-entries): Only call
28203 redraw-calendar in the first of any recursive calls.
28204 Reported by Alan Shutko <ats@acm.org>.
28205
28206 2005-03-08 Juri Linkov <juri@jurta.org>
28207
28208 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28209 (html-horizontal-rule, html-line, html-image, html-checkboxes)
28210 (html-radio-buttons): Add a space before the trailing `/>' where
28211 sgml-xml-mode is non-nil.
28212 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28213 the subsequent tag of the empty XML tag.
28214 (html-href-anchor): Don't set initial input to "http:".
28215 (html-image): Ask for the image URL and set point inside alt="".
28216 (html-name-anchor): Duplicate the name in the `id' attribute when
28217 sgml-xml-mode is non-nil.
28218 (html-paragraph): Remove \n before <p>.
28219 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28220 instead of `checked' when sgml-xml-mode is non-nil.
28221
28222 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28223 Remove 1 space before #RRGGBB to not truncate it on terminal
28224 windows w/o fringes. Remove 1 space between bg and fg examples
28225 to get more space.
28226 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28227 avoid byte-compile warnings.
28228
28229 * image-file.el (image-file-handler): Put `safe-magic' property to
28230 `image-file-handler'.
28231
28232 * info.el (Info-isearch-search): Emulate word search in
28233 isearching through multiple Info nodes with Info-search.
28234 (Info-isearch-wrap): Allow isearch-word.
28235
28236 2005-03-08 Lute Kamstra <lute@gnu.org>
28237
28238 * emacs-lisp/debug.el (debugger-step-through): Make sure that
28239 stepping into the debugger's code is not possible.
28240 (debugger-jumping-flag): Docstring update.
28241
28242 2005-03-08 Jay Belanger <belanger@truman.edu>
28243
28244 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28245 embedded mode begins.
28246 (calc-embedded-language-alist): New variable.
28247 (calc-embedded-find-modes): Use calc-embedded-language-alist to
28248 set default language mode.
28249
28250 2005-03-08 Kenichi Handa <handa@m17n.org>
28251
28252 * international/ccl.el (define-ccl-program): Fix docstring about
28253 extra 256 bytes assured for the output buffer.
28254
28255 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28256 Fix BUFFER_MAGNIFICATION to 2.
28257 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28258
28259 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
28260
28261 * align.el (align-rules-list): Added an alignment rule for CSS
28262 declarations (applies to css-mode and html-mode buffers).
28263
28264 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
28265
28266 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28267
28268 2005-03-07 Kim F. Storm <storm@cua.dk>
28269
28270 * simple.el (move-beginning-of-line): New command.
28271
28272 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28273
28274 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28275
28276 * emulation/cua-base.el: Put CUA move property on move-end-of-line
28277 and move-beginning-of-line.
28278
28279 * apropos.el (apropos-print): Omit command from M-x ... RET.
28280
28281 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
28282
28283 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28284 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28285
28286 2005-03-06 Richard M. Stallman <rms@gnu.org>
28287
28288 * bindings.el (esc-map): Bind M-g to goto-line.
28289
28290 * facemenu.el (global-map): Bind M-o, not M-g.
28291
28292 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28293
28294 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28295 "Open Directory" as for "Open File".
28296
28297 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
28298
28299 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28300 (push-mark-command): Run activate-mark-hook.
28301
28302 2005-03-06 Richard M. Stallman <rms@gnu.org>
28303
28304 * help-mode.el (help-mode-finish): Don't alter the element
28305 in view-return-to-alist if there already is one.
28306
28307 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28308 make sure the current buffer is the expected one.
28309
28310 * novice.el (disabled-command-function): Output in *Disabled Command*.
28311 Explicitly ignore non-keyboard events, and explicitly handle C-g.
28312
28313 * textmodes/flyspell.el (flyspell-large-region):
28314 Pass args differently for aspell.
28315
28316 * files.el (mode-require-final-newline): Doc fix.
28317
28318 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28319
28320 * progmodes/which-func.el (which-function):
28321 Specify NOERROR when calling imenu--make-index-alist.
28322
28323 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
28324
28325 * simple.el (normal-erase-is-backspace): Define default value.
28326
28327 * custom.el (custom-theme-set-variables): Remove unused var
28328 `immediate'.
28329 (custom-reevaluate-setting): Simple function to handle variables
28330 that are defined before their default value can really be
28331 computed.
28332
28333 * startup.el (command-line): Use it for temporary-file-directory,
28334 small-emporary-file-directory, auto-save-file-name-transforms,
28335 blink-cursor-mode, and normal-erase-is-backspace.
28336
28337 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28338 progress, even with buggy anchored keywords.
28339
28340 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
28341
28342 * simple.el (goto-line): Remove unbalanced final parenthesis.
28343
28344 2005-03-05 Richard M. Stallman <rms@gnu.org>
28345
28346 * simple.el (goto-line): Use a number at point as the default.
28347 With C-u as arg, switch buffers.
28348
28349 2005-03-05 Juri Linkov <juri@jurta.org>
28350
28351 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28352 with `no-blinking-cursor'.
28353
28354 * startup.el (no-blinking-cursor): New defvar.
28355 (command-line): Add `--no-blinking-cursor' to longopts.
28356 Set `no-blinking-cursor' to t for command line arguments
28357 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
28358 with `no-blinking-cursor' in the condition for calling
28359 `blink-cursor-mode'.
28360
28361 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
28362
28363 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28364 (menu-bar-options-save): Add blink-cursor-mode.
28365 (menu-bar-options-menu): Add blink-cursor-mode.
28366
28367 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
28368
28369 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28370 (icalendar-export-file, icalendar-export-region)
28371 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28372 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28373
28374 2005-03-04 Lute Kamstra <lute@gnu.org>
28375
28376 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28377 (debug-function-list): Ditto.
28378
28379 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
28380
28381 * textmodes/texinfmt.el (texinfo-append-refill):
28382 Redefine the types of line to which @refill
28383 is not appended by replacing a search for `@refill\\|@bye' with
28384 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
28385 itemize@refill' bug and the unfilled long lines bug.
28386 (texinfmt-version): Update number and date.
28387
28388 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
28389
28390 * international/code-pages.el (windows-1250, windows-125[2-8])
28391 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28392
28393 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
28394
28395 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28396 bound yet.
28397
28398 2005-03-02 Romain Francoise <romain@orebokech.com>
28399
28400 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28401 buffer after removing limits.
28402 (ibuffer-pop-filter): Ditto.
28403 Update copyright.
28404
28405 2005-03-02 Miles Bader <miles@gnu.org>
28406
28407 * button.el (make-text-button): If the user doesn't specify a
28408 type, use the default. Rewrite to use `add-text-properties' and
28409 plist functions.
28410
28411 2005-03-01 Lute Kamstra <lute@gnu.org>
28412
28413 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28414 (debugger-jumping-flag): New var.
28415 (debug-entry-code): Use it.
28416 (debugger-jump): Use debugger-jumping-flag and add
28417 debugger-reenable to post-command-hook.
28418 (debugger-reenable): Use debugger-jumping-flag and remove itself
28419 from post-command-hook.
28420 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28421 debugger-reenable.
28422
28423 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
28424
28425 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28426 inclusion of "itemize\\|", which may be unnecessary, is certainly
28427 inelegant, and stops refilling in itemize lists when formatting
28428 Japanese Texinfo files to Info.
28429 Update copyright to 2005.
28430
28431 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
28432
28433 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28434 of an error if GDB can't find the source file.
28435
28436 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
28437
28438 * calendar/calendar.el (redraw-calendar): Work from any buffer,
28439 not just the calendar.
28440
28441 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28442 first.
28443 (diary-redraw-calendar): New function.
28444 (make-diary-entry): Add diary-redraw-calendar to local
28445 write-contents-functions. Turn off selective display before
28446 inserting in diary.
28447
28448 2005-03-01 Kim F. Storm <storm@cua.dk>
28449
28450 * emacs-lisp/copyright.el (copyright-fix-years): New command.
28451
28452 2005-03-01 Lute Kamstra <lute@gnu.org>
28453
28454 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28455 that debug-entry-code can be safely removed from a function while
28456 this code is being evaluated. Revert the 2005-02-27 change as the
28457 new implementation no longer requires it. Make sure that a
28458 function body containing just a string is not mistaken for a docstring.
28459 (debug): Skip one more frame in case of debug on entry.
28460 (debugger-setup-buffer): Delete one more frame line in case of
28461 debug on entry.
28462 (debugger-frame-number): Update to use the new text introduced by
28463 the 1999-11-03 change. Skip one more frame in case of debug on entry.
28464
28465 2005-02-28 Kim F. Storm <storm@cua.dk>
28466
28467 * double.el (double-translate-key): Call force-window-update after
28468 read-event to avoid crash in redisplay.
28469
28470 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
28471
28472 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28473 (debug): Use it. Move the inhibit-trace earlier.
28474 (debug-entry-code): New const.
28475 (debug-on-entry-1): Use it.
28476
28477 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
28478
28479 * international/utf-16.el (ccl-encode-mule-utf-16le):
28480 Fix BUFFER_MAGNIFICATION to 2.
28481 (ccl-encode-mule-utf-16be): Likewise.
28482
28483 2005-02-28 Kenichi Handa <handa@m17n.org>
28484
28485 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28486 Fix BUFFER_MAGNIFICATION to 4.
28487 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28488
28489 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
28490
28491 * speedbar.el (speedbar-update-flag): Doc fix.
28492 (speedbar-show-info-under-mouse): Give set-mouse-position the right
28493 argument.
28494
28495 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
28496
28497 * reveal.el (reveal-post-command): Don't try to reveal overlays which
28498 have a non-nil `invisible' property but are actually visible.
28499
28500 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28501 for perldoc sections.
28502 (perl-outline-regexp, perl-outline-level): New var and function.
28503 (perl-mode): Use them.
28504
28505 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
28506
28507 * calendar/diary-lib.el (diary-remind): Discard any mark portion
28508 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28509
28510 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
28511
28512 * cus-edit.el: Comment change.
28513 (custom-buffer-create-internal): Slightly reword text at top of
28514 Custom buffers. Mention there that saving an option edits the
28515 init file. Add link to Emacs manual node on `custom-file'.
28516 (custom-magic-alist): Rewrite individual State messages to use
28517 capitalized keywords. Doc fix.
28518
28519 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
28520
28521 * calendar/calendar.el (calendar-buffer): Move above
28522 calendar-week-start-day.
28523 (calendar-week-start-day): Doc fix. Add :set function.
28524 (calendar-minimum-window-height): New variable.
28525 (generate-calendar-window): Only resize window if selected-window
28526 is displaying the calendar buffer. Use new variable
28527 calendar-minimum-window-height.
28528 (generate-calendar): Reword error message.
28529 (calendar-mode-map): Bind DEL to scroll-other-window-down.
28530
28531 2005-02-27 Andreas Schwab <schwab@suse.de>
28532
28533 * vc.el (vc-do-command): Don't run command asynchronously when
28534 operating in a remote directory.
28535
28536 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28537 change from sync with Tramp 2.0.47.
28538
28539 2005-02-27 Richard M. Stallman <rms@gnu.org>
28540
28541 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28542
28543 * textmodes/flyspell.el (flyspell-mode-on):
28544 Call ispell-change-dictionary only if necessary.
28545
28546 * emacs-lisp/re-builder.el (regexp-builder): New function.
28547
28548 * register.el (describe-register-1): Explicitly handle
28549 yank-excluded-properties = t.
28550
28551 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28552 (custom-magic-alist): Change the status descriptions again.
28553 (face widget-type): Total rewrite based on `restricted-sexp'
28554 to eliminate the confusing double hiding levels.
28555
28556 * emacs-lisp/debug.el (debug-on-entry-1):
28557 If function body is empty, add nil as body form.
28558
28559 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
28560
28561 * emacs-lisp/trace.el (inhibit-trace): New var.
28562 (trace-make-advice): Use it.
28563
28564 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28565
28566 2005-02-26 Kim F. Storm <storm@cua.dk>
28567
28568 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28569 (mouse-on-link-p, mouse-drag-region-1): Use it.
28570
28571 2005-02-25 Lute Kamstra <lute@gnu.org>
28572
28573 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28574
28575 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
28576
28577 * frame.el (blink-cursor-mode): Add :group keyword.
28578
28579 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
28580
28581 * calendar/icalendar.el (icalendar--decode-isodatetime):
28582 New optional argument DAY-SHIFT.
28583 (icalendar-export-region): Fix coding-system-for-write.
28584 (icalendar--convert-ical-to-diary): Shift end-day of all-day
28585 events by one.
28586
28587 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
28588
28589 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
28590
28591 2005-02-24 Kim F. Storm <storm@cua.dk>
28592
28593 * international/iso-acc.el (iso-accents-compose): Fix crash
28594 during redisplay. Call force-window-update after read-event
28595 and delete-region to signal that window is not accurate.
28596
28597 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
28598
28599 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
28600 Remove unused and inexistent var `inhibit-trace'.
28601 (debugger-mode): Use run-mode-hooks.
28602 (debugger-list-functions): Add buttons; setup xref stack.
28603
28604 2005-02-23 Richard M. Stallman <rms@gnu.org>
28605
28606 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
28607 appointment says it was explicitly made.
28608 (appt-add): Set the 3rd element.
28609 (appt-make-list): Preserve explicit appointments.
28610
28611 * subr.el (find-tag-default): Catch errors in forward-sexp.
28612
28613 2005-02-23 Juri Linkov <juri@jurta.org>
28614
28615 * info.el (Info-isearch-search): New defcustom.
28616 (Info-isearch-search): Call the default isearch function
28617 when Info-isearch-search is nil.
28618 (Info-isearch-wrap): Use variable Info-isearch-search.
28619
28620 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
28621
28622 * cus-edit.el: Comment change.
28623
28624 2005-02-22 Kim F. Storm <storm@cua.dk>
28625
28626 * progmodes/hideif.el (hide-ifdef-use-define-alist):
28627 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
28628
28629 2005-02-22 Simon Josefsson <jas@extundo.com>
28630
28631 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
28632 New variable.
28633 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
28634 Oskarsson" <myrkraverk@users.sourceforget.net>.
28635
28636 2005-02-22 Kim F. Storm <storm@cua.dk>
28637
28638 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
28639 check that window of that event is the selected window.
28640 (mouse-drag-region-1): Compare mouse event window to selected
28641 window before setting point.
28642
28643 * tooltip.el (tooltip-show-help-function): Pass event to
28644 mouse-on-link-p so it can check selected window.
28645
28646 2005-02-22 Kenichi Handa <handa@m17n.org>
28647
28648 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
28649 (ps-mule-show-warning): New function.
28650 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
28651 characters are found.
28652
28653 * ps-print.el (ps-header-footer-string): Return a list of header
28654 and footer strings.
28655
28656 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
28657
28658 * pcvs.el (cvs-retrieve-revision): Fix thinko.
28659
28660 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
28661
28662 * frame.el (blink-cursor-mode): Use define-minor-mode.
28663
28664 * term/mac-win.el (function-key-map): Use char-names more consistently.
28665 (file-name-coding-system): Only set it for MacOS-9. The other case is
28666 already handled in mule-cmds.el (where it also works when mac-win.el
28667 is not used).
28668
28669 2005-02-21 Kenichi Handa <handa@m17n.org>
28670
28671 * international/mule.el (ctext-pre-write-conversion): Always use
28672 " *code-converting-work*" buffer for work.
28673
28674 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
28675
28676 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
28677
28678 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
28679
28680 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
28681
28682 * ses.el (undo-more): Restore defadvice, but only the part that
28683 allows changes outside the restricted area of the buffer.
28684
28685 2005-02-20 Kim F. Storm <storm@cua.dk>
28686
28687 * simple.el (line-move): Add fourth optional arg try-vscroll which
28688 must be set to perform auto-window-vscroll.
28689 When moving backwards and doing auto-window-vscroll, automatically
28690 vscroll to the last part of lines which are taller than the window.
28691 (next-line, previous-line): Set try-vscroll arg on line-move.
28692
28693 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
28694
28695 * replace.el (query-replace, query-replace-regexp)
28696 (replace-string, replace-regexp): When operating on region, make
28697 the minibuffer prompt say so.
28698
28699 * isearch.el (isearch-forward): Document isearch-query-replace and
28700 isearch-query-replace-regexp keybindings.
28701
28702 2005-02-19 Jay Belanger <belanger@truman.edu>
28703
28704 * calc/calc-aent.el (math-read-token): Add local variable.
28705
28706 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
28707 (calc-edit-top): Move declaration to earlier in file.
28708 (calc-edit-macro-repeats): Add local variables.
28709
28710 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
28711 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
28712 calcFunc-tanh.
28713 Adjust integration rule for calcFunc-tan.
28714
28715 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28716
28717 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
28718 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
28719 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
28720 (viper-skip-separators): Bug fix.
28721 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
28722 particular major mode.
28723 (viper-del-backward-char-in-replace): Don't put deleted char on the
28724 kill ring.
28725
28726 * viper-ex.el (viper-color-display-p): New function.
28727 (viper-has-face-support-p): Use viper-color-display-p.
28728
28729 * viper-keym.el (viper-gnus-modifier-map): New keymap.
28730
28731 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
28732
28733 * viper-util.el (viper-glob-unix-files): Fix shell status check.
28734 (viper-file-remote-p): Make equivalent to file-remote-p.
28735
28736 * viper.el (viper-major-mode-modifier-list):
28737 Use viper-gnus-modifier-map.
28738
28739 2005-02-19 David Kastrup <dak@gnu.org>
28740
28741 * subr.el (subregexp-context-p): Fix garbled doc string by adding
28742 quoting.
28743
28744 2005-02-19 Jay Belanger <belanger@truman.edu>
28745
28746 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
28747 Remove extra definitions.
28748 (calc-coth): New function.
28749 (calcFunc-cot): Fix `let'.
28750
28751 2005-02-19 Eli Zaretskii <eliz@gnu.org>
28752
28753 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
28754 the reasons we use "type pc" in these faces.
28755
28756 * button.el (button): Ditto.
28757
28758 2005-02-19 Michael Mauger <mmaug@yahoo.com>
28759
28760 * replace.el (query-replace-read-from): Set the value of
28761 query-replace-from-history-variable to handle the case of an empty
28762 string entered to accept the suggested default.
28763
28764 * net/tramp.el (tramp-file-name-for-operation):
28765 Use dired-call-process instead of dired-call-process-command.
28766
28767 2005-02-19 Jay Belanger <belanger@truman.edu>
28768
28769 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28770 (math-div-non-trig): New variables.
28771 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28772 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28773 (math-combine-prod, math-div-symb-fancy): Add simplifications for
28774 trig expressions.
28775
28776 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
28777
28778 * progmodes/gdb-ui.el (gdb-var-update-handler)
28779 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28780 for watch expressions,
28781 (gdb-var-create-handler): Don't set speedbar-update-flag.
28782 (gdb-post-prompt): Simplify test for speedbar.
28783
28784 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28785
28786 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28787 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28788 we use the syntax table of the correct buffer.
28789 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28790 Felix Gatzemeier.
28791
28792 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28793 (ediff-file-remote-p): Make synonymous with file-remote-p.
28794 In all deffaces ediff-*-face-*, use min-colors.
28795
28796 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28797 ediff-recurse-to-subdirectories.
28798 (ediff-mark-if-equal): Check that the arguments are strings, use
28799 ediff-same-contents (after to Felix Gatzemeier).
28800
28801 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28802 nil.
28803
28804 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
28805
28806 * log-view.el (log-view-message-re): Fix up Subversion regexp.
28807
28808 2005-02-18 David Kastrup <dak@gnu.org>
28809
28810 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28811 use `mark-active' when defined.
28812
28813 2005-02-18 Kenichi Handa <handa@m17n.org>
28814
28815 * ps-print.el (ps-font-info-database): New entry
28816 ZapfChancery-MediumItalic with correct font name. Fix font name
28817 of the entry Zapf-Chancery-MediumItalic.
28818
28819 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
28820
28821 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28822
28823 2005-02-16 Kim F. Storm <storm@cua.dk>
28824
28825 * ido.el (ido-fallback-command): Pass user input to fallback command.
28826
28827 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
28828
28829 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28830 (gdb-find-file-hook): Add server prefix.
28831
28832 2005-02-16 Richard M. Stallman <rms@gnu.org>
28833
28834 * replace.el (perform-replace): Pass new args to replace-highlight.
28835 (replace-highlight): Take region args,
28836 and pass them to isearch-lazy-highlight-new-loop.
28837
28838 * novice.el (disabled-command-hook): Autoload the defalias
28839 and the make-obsolete-variable call.
28840
28841 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28842
28843 * isearch.el (isearch-lazy-highlight-start-limit)
28844 (isearch-lazy-highlight-end-limit): New variables limit
28845 the region for highlighting.
28846 (isearch-lazy-highlight-new-loop): New args BEG and END.
28847 (isearch-lazy-highlight-search): Use the new vars.
28848 (isearch-lazy-highlight-update): Likewise.
28849
28850 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28851
28852 * cus-start.el (all): Use default-boundp.
28853
28854 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
28855
28856 * menu-bar.el (menu-bar-select-frame): Handle current frame.
28857
28858 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
28859
28860 * autorevert.el (auto-revert-stop-on-user-input)
28861 (auto-revert-verbose): Doc fixes.
28862
28863 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
28864
28865 * international/mule-cmds.el (set-locale-environment): Remove call
28866 to set-selection-coding-system on Windows.
28867
28868 2005-02-15 Jay Belanger <belanger@truman.edu>
28869
28870 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28871 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28872 calcFunc-coth.
28873 (math-simplify-sqrt): Add simplifications.
28874
28875 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28876 to list.
28877
28878 * calc/calc-ext.el: Add functions to autoloads.
28879
28880 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28881 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28882 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28883 (math-csc-raw, math-cot-raw): New functions.
28884
28885 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28886
28887 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28888 the variable name in a message.
28889
28890 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28891 calcFunc-csc, calcFunc-cot.
28892
28893 * calc/calcalg2.el: Add derivative and integration rules for
28894 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28895 calcFunc-csch, calcFunc-coth.
28896 (math-do-integral-methods): Add to checks for when to use
28897 substitutions.
28898
28899 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28900
28901 2005-02-15 Lute Kamstra <lute@gnu.org>
28902
28903 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28904 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
28905 <monnier@iro.umontreal.ca>.
28906 (lisp-outline-level): Improve efficiency. Suggested by David
28907 Kastrup <dak@gnu.org>.
28908
28909 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
28910
28911 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28912 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28913 (gdb-set-gud-minor-mode-existing-buffers): New functions.
28914 (gdb-find-file-hook): New hook. Add it to find-file-hook.
28915 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28916
28917 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
28918
28919 * cus-start.el (all): Comment change.
28920
28921 2005-02-14 Lute Kamstra <lute@gnu.org>
28922
28923 * cus-start.el (all): Check if symbol is void.
28924
28925 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
28926
28927 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28928 optional argument to \cite.
28929
28930 2005-02-14 Richard M. Stallman <rms@gnu.org>
28931
28932 * cus-edit.el (custom-buffer-create-internal): Update help message.
28933 (custom-magic-alist): Update help messages.
28934
28935 * cus-start.el (all): Allow a var to specify a standard value.
28936
28937 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
28938
28939 * custom.el (custom-theme-set-variables): Handle variable aliases.
28940
28941 * frame.el (blink-cursor-timer): Doc fix.
28942 (blink-cursor): Make it an alias for `blink-cursor-mode' and
28943 declare obsolete.
28944 (blink-cursor-mode): Define with defcustom and use correct
28945 standard expression in that defcustom.
28946 * startup.el (command-line): Adapt to above changes in frame.el.
28947
28948 2005-02-11 Lute Kamstra <lute@gnu.org>
28949
28950 * apropos.el (apropos-score-doc): Prevent division by zero.
28951
28952 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
28953
28954 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
28955 (icalendar--get-event-property-attributes)
28956 (icalendar--get-event-properties)
28957 (icalendar--datetime-to-diary-date): New functions.
28958 (icalendar--split-value): Doc fix.
28959 (icalendar--datetime-to-noneuropean-date)
28960 (icalendar--datetime-to-european-date): New optional argument
28961 SEPARATOR. Return result as a string instead of a list.
28962 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
28963 (icalendar--convert-string-for-export): Rename arg S to STRING.
28964 (icalendar-export-region): Doc fix. Change name of error buffer.
28965 Save output buffer.
28966 (icalendar-import-file): Add blank at end of prompt.
28967 (icalendar-import-buffer): Doc fix. Do not switch to error
28968 buffer. Indicate status in return value.
28969 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
28970 buffer. Save output buffer. Handle exception from recurrence
28971 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
28972 events. Fix problems with weekly all-day events.
28973
28974 2005-02-10 Richard M. Stallman <rms@gnu.org>
28975
28976 * simple.el (eval-expression-print-format):
28977 Avoid warning about edebug-active.
28978
28979 * help.el (help-for-help-internal): Rename from help-for-help.
28980 (help-for-help): Define with defalias.
28981
28982 * font-core.el (font-lock-default-function): Use with-no-warnings.
28983
28984 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
28985
28986 * custom.el (defface): Doc fix.
28987
28988 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
28989
28990 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
28991 width 0" to prevent word wrapping problems.
28992
28993 2005-02-09 Kim F. Storm <storm@cua.dk>
28994
28995 * ido.el (ido-file-extensions-order): New defcustom.
28996 (ido-file-extension-lessp, ido-file-extension-aux)
28997 (ido-file-extension-order): New advanced file ordering.
28998 (ido-file-lessp): New simple file ordering.
28999 (ido-sort-list): Remove.
29000 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
29001 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
29002
29003 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
29004
29005 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
29006 that some versions of grep produce.
29007 (grep-mode-font-lock-keywords): Likewise.
29008
29009 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
29010
29011 * progmodes/gdb-ui.el (gdb-location-list): New variable.
29012 (gdb-cdir): Delete.
29013 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
29014 (gdb-source-info): Treat case when source file is in another
29015 directory properly.
29016 (gdb-get-location): New function.
29017
29018 2005-02-07 Jay Belanger <belanger@truman.edu>
29019
29020 * calc/calc-prog.el (calc-write-parse-table-part)
29021 (calc-fix-token-name): Fix a check for language type.
29022
29023 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
29024
29025 2005-02-07 Andre Spiegel <spiegel@gnu.org>
29026
29027 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
29028 as directory not writable.
29029
29030 2005-02-07 Kim F. Storm <storm@cua.dk>
29031
29032 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
29033 (cua--standard-movement-commands): Remove list.
29034 Instead, set CUA property value to move for movement commands.
29035 (cua-movement-commands): Remove. Users must set CUA prop instead.
29036 (cua--pre-command-handler): Check CUA property.
29037 (cua--init-keymaps): Don't remap undo commands.
29038 (cua-mode): Don't call cua--rectangle-on-off.
29039
29040 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
29041 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
29042 (cua--rect-undo-set-point): New var.
29043 (cua--rectangle-undo-boundary): Setup undo apply entry.
29044 (cua--rect-undo-handler): New function for rectangle undo.
29045 (cua--rect-start-position, cua--rect-end-position): Add.
29046 (cua--rectangle-post-command): Call cua--rectangle-set-corners
29047 for restored rectangle. Set point if cua--rect-undo-set-point.
29048
29049 2005-02-06 Jay Belanger <belanger@truman.edu>
29050
29051 * calc/calc-lang.el (calc-tex-language): Display more information
29052 in messages.
29053
29054 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
29055 in TeX mode.
29056
29057 2005-02-06 Richard M. Stallman <rms@gnu.org>
29058
29059 * emacs-lisp/lisp.el (buffer-end): Doc fix.
29060
29061 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
29062
29063 * net/ldap.el (ldap-search-internal): Support attributes with
29064 optional descriptions separated by a semi-colon, as in
29065 "userCertificate;binary".
29066
29067 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29068
29069 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
29070 isn't a cons (i.e. the version is 0).
29071
29072 2005-02-05 Eli Zaretskii <eliz@gnu.org>
29073
29074 * help.el (help-for-help): Doc fix.
29075
29076 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
29077
29078 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
29079 GDB-Windows on the menu-bar as this works better.
29080
29081 2005-02-04 Jay Belanger <belanger@truman.edu>
29082
29083 * calc/calc-embed.el (calc-embedded-update): Don't put in
29084 unnecessary newlines. Adjust the end of formula marker.
29085
29086 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
29087 (math-latex-parse-two-args): New function.
29088
29089 2005-02-03 Lute Kamstra <lute@gnu.org>
29090
29091 * help-fns.el (help-with-tutorial): Make sure that users cannot
29092 remove the entire text of the tutorial by means of `undo'.
29093
29094 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
29095
29096 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
29097 in recent changes, where the ispell process was repeatedly
29098 killed & restarted.
29099
29100 * international/mule-cmds.el (set-locale-environment): Set file-name
29101 coding system to utf-8 on Darwin systems.
29102 (set-default-coding-systems): Don't set default-file-name-coding-system
29103 on Darwin systems.
29104
29105 2005-02-03 Richard M. Stallman <rms@gnu.org>
29106
29107 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
29108
29109 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
29110
29111 * faces.el (list-faces-display): Add optional argument.
29112
29113 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
29114
29115 * font-core.el (font-lock-default-function): Handle the rare case where
29116 only font-lock-keywords is set.
29117
29118 2005-02-02 Kenichi Handa <handa@m17n.org>
29119
29120 * international/characters.el: Cancel previous change for
29121 I-WITH-DOT-ABOVE and DOTLESS-i.
29122
29123 * international/latin-5.el: Cancel previous change.
29124
29125 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29126
29127 * progmodes/gud.el: Correction to syntax in gud-menu-map.
29128
29129 2005-02-02 Kenichi Handa <handa@m17n.org>
29130
29131 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
29132 DOTLESS-i.
29133
29134 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
29135 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
29136
29137 * case-table.el (get-upcase-table): New function.
29138 (copy-case-table): Copy upcaes table too if non-nil.
29139 (set-case-syntax-delims): Maintain upcase table too.
29140 (set-case-syntax-pair): Likewise.
29141 (set-upcase-syntax, set-downcase-syntax): New functions.
29142 (set-case-syntax): Maintain upcase table too.
29143
29144 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29145
29146 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
29147
29148 * progmodes/gud.el (gud-goto-info): New function.
29149 (gud-tool-bar-map): Use correct icon.
29150
29151 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29152
29153 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
29154 When delegating, order args in the funcall correctly.
29155
29156 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29157
29158 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29159
29160 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
29161
29162 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29163 buffer not visiting a file.
29164
29165 2005-01-31 Jay Belanger <belanger@truman.edu>
29166
29167 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29168 bound on the line with the formula.
29169
29170 2005-01-31 Kim F. Storm <storm@cua.dk>
29171
29172 * ses.el (ses-create-cell-variable-range)
29173 (ses-destroy-cell-variable-range, ses-reset-header-string)
29174 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29175 (ses-insert-row): Fix format of apply undo entries.
29176
29177 2005-01-31 Jay Belanger <belanger@truman.edu>
29178
29179 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29180 parts.
29181
29182 * calc/calc-embed.el (calc-embedded-open-formula)
29183 (calc-embedded-close-formula): Ignore matrix environments.
29184
29185 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29186 TeX mode.
29187
29188 * calc/calc-lang.el (math-function-table, math-oper-table)
29189 (math-variable-table): Adjust the LaTeX portions.
29190
29191 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29192 (math-latex-ignore-words): New constant.
29193
29194 2005-01-31 Richard M. Stallman <rms@gnu.org>
29195
29196 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29197 (ispell-local-dictionary): Doc fix.
29198 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29199 Don't reinitialize at run time. Don't defcustom.
29200 All uses changed to append ispell-local-dictionary-alist,
29201 or check it first.
29202 (ispell-current-dictionary): New variable for dictionary in use.
29203 (ispell-dictionary): Now used only for global default.
29204 (ispell-start-process): Set ispell-current-dictionary,
29205 not ispell-dictionary.
29206 (ispell-change-dictionary): Use this only for setting
29207 user preferences.
29208 (ispell-internal-change-dictionary): New function
29209 to change the current dictionary in use.
29210 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29211 Use ispell-current-dictionary.
29212 Handle ispell-local-dictionary-overridden.
29213 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29214
29215 2005-01-31 Jay Belanger <belanger@truman.edu>
29216
29217 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29218
29219 * calc/calc-ext.el: Add calc-latex-language to autoloads.
29220 (calc-mode-map): Add calc-latex-language.
29221
29222 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29223 (math-latex-print-frac): New functions.
29224 (math-oper-table, math-function-table, math-variable-table)
29225 (math-complex-format, math-input-filter): Add latex properties.
29226 (calc-set-language): Set math-expr-special-function-mapping.
29227
29228 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29229 (calc-write-parse-table-part): Add LaTeX support.
29230
29231 * calc/calc.el (calc-language): Adjust docstring.
29232 (calc-set-mode-line): Add LaTeX support.
29233 (math-expr-special-function-mapping): New variable.
29234 (math-tex-ignore-words): Add to list.
29235
29236 * calc/calccomp.el (math-compose-expr, math-compose-rows):
29237 Add LaTeX support.
29238 (math-compose-expr): Add support for special functions.
29239
29240 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29241
29242 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
29243
29244 * progmodes/gdb-ui.el (gdb-memory-address)
29245 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29246 (gdb-memory-mode-map, gdb-memory-format-keymap)
29247 (gdb-memory-format-menu, gdb-memory-unit-keymap)
29248 (gdb-memory-unit-menu): New variables for a buffer
29249 that lets the user examine program memory.
29250 (gdb-memory-set-address, gdb-memory-set-repeat-count)
29251 (gdb-memory-format-binary, gdb-memory-format-octal)
29252 (gdb-memory-format-unsigned, gdb-memory-format-signed)
29253 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29254 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29255 (gdb-memory-unit-word, gdb-memory-unit-halfword)
29256 (gdb-memory-unit-byte, gdb-memory-unit-menu)
29257 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29258 (gdb-memory-mode, gdb-memory-buffer-name)
29259 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29260 New functions for above buffer.
29261
29262 2005-01-30 Richard M. Stallman <rms@gnu.org>
29263
29264 * cus-edit.el (custom-bury-buffer): Function deleted.
29265 (custom-buffer-done-function): Option deleted.
29266 (custom-buffer-done-kill): New replacement option.
29267 (Custom-buffer-done): Call quit-window.
29268 (custom-buffer-create-internal): Update for above changes.
29269
29270 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
29271
29272 * simple.el (undo-ask-before-discard): New var.
29273 (undo-outer-limit-truncate): Implement it.
29274 (undo-extra-outer-limit): Doc update.
29275
29276 2005-01-29 Richard M. Stallman <rms@gnu.org>
29277
29278 * ses.el (undo-more): Delete defadvice.
29279 (ses-begin-change): Doc fix.
29280
29281 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29282 instead of rebinding C-x u and C-_.
29283
29284 * files.el (normal-backup-enable-predicate): Return nil for files
29285 in /tmp, regardless of temporary-file-directory.
29286
29287 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29288
29289 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29290 (open-rectangle, delete-whitespace-rectangle-line)
29291 (clear-rectangle-line): If FILL, pass t instead of FILL
29292 for move-to-column's 2nd arg.
29293
29294 * simple.el (undo): Fix the test for continuing a series of undos.
29295 (undo-more): Set pending-undo-list to t when we reach end.
29296 (pending-undo-list): Move up defvar.
29297
29298 * wid-edit.el (widget-button-click):
29299 Shorten the range of the track-mouse binding.
29300
29301 * comint.el (comint-insert-input): Undo previous changes;
29302 use last-input-event in interactive spec.
29303
29304 2005-01-29 Eli Zaretskii <eliz@gnu.org>
29305
29306 * progmodes/compile.el (compilation-start): Bind buffer-read-only
29307 to nil before invoking call-process. Reset buffer's modified flag
29308 after fontifying it in the no-async branch.
29309
29310 * wid-edit.el (widget-specify-button): If mouse pointer shape
29311 cannot be changed, use mouse face instead.
29312
29313 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
29314
29315 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29316 (gdb-goto-breakpoint): Make breakpoint handling work on template
29317 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
29318 (gdb-assembler-custom): Update to recognize breakpoint information
29319 added on 2005-01-19.
29320
29321 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
29322
29323 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29324 (dsssl-mode): Use define-derived-mode.
29325 (scheme-mode-initialize): Remove.
29326 (scheme-mode): Use run-mode-hooks.
29327
29328 * cus-edit.el (customize-group-other-window)
29329 (custom-buffer-create-other-window): Don't override special-display-*.
29330 (custom-mode-map): Make it dense.
29331
29332 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29333 sets the default value.
29334
29335 2005-01-28 Eli Zaretskii <eliz@gnu.org>
29336
29337 * descr-text.el: Add more keywords.
29338
29339 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
29340
29341 * speedbar.el: Avoid unnecessary use of locate-library.
29342
29343 * international/mule-cmds.el (standard-display-european-internal):
29344 Don't fiddle with latin-1 non-break space any more since it's now
29345 special cased in the C code.
29346 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29347
29348 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
29349
29350 * cus-start.el (all): Add `undo-outer-limit'.
29351
29352 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29353
29354 * textmodes/bibtex.el (bibtex-format-entry):
29355 Use `bibtex-empty-field-re' only on the text of fields, not on entire
29356 field lines.
29357 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29358 not on part of a buffer.
29359
29360 2005-01-25 Lute Kamstra <lute@gnu.org>
29361
29362 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29363 nonempty field text strings like "{letters\\macro{}more letters}".
29364 Clarify docstring.
29365 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29366 (bibtex-entry-offset, bibtex-parse-association)
29367 (bibtex-parse-field-name): Fix typos in docstrings.
29368 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29369
29370 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
29371
29372 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29373 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29374 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29375 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29376
29377 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29378 isearch minor mode.
29379
29380 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
29381
29382 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29383
29384 2005-01-24 Lute Kamstra <lute@gnu.org>
29385
29386 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29387 CASECHARS and NOT-CASECHARS regular expressions of the
29388 "nederlands" and "nederlands8" dictionaries to prevent a "Range
29389 striding over charsets" error.
29390
29391 2005-01-24 Jay Belanger <belanger@truman.edu>
29392
29393 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29394 display variable name.
29395
29396 2005-01-24 Kenichi Handa <handa@m17n.org>
29397
29398 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29399 Fix setting of the element of encoded-kbd-iso2022-invocations.
29400
29401 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
29402
29403 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29404 (gdb-threads-select): Change to also accept mouse events.
29405 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29406 (gdb-threads-mouse-select): Delete.
29407
29408 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
29409
29410 * files.el (insert-directory): Take care of empty directory,
29411 listed without -a switch.
29412
29413 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
29414
29415 * textmodes/refill.el (refill-post-command-function):
29416 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29417 to the list of functions that we should be careful not to undo.
29418 (refill-late-fill-paragraph-function): Remove.
29419 (refill-saved-state): New var.
29420 (refill-mode): Use it to save fill-paragraph-function.
29421 Save also the value of auto-fill-function.
29422
29423 * term/w32-win.el: Simplify code.
29424
29425 2005-01-23 Kim F. Storm <storm@cua.dk>
29426
29427 * simple.el (line-move): Adapt to new return value from
29428 pos-visible-in-window-p.
29429
29430 * simple.el (line-move): Fix last change. Check partial
29431 visibility at point rather than at window-start.
29432
29433 2005-01-22 Jason Rumney <jasonr@gnu.org>
29434
29435 * term/w32-win.el (xw-defined-colors): Remove debug-message.
29436
29437 2005-01-22 David Kastrup <dak@gnu.org>
29438
29439 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29440
29441 2005-01-22 Eli Zaretskii <eliz@gnu.org>
29442
29443 * type-break.el (type-break-mode): Add a test for
29444 type-break-file-name being non-nil.
29445
29446 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
29447
29448 * net/eudc.el (top level): Call (message "") via progn, so that
29449 eudc-options-file is loaded.
29450
29451 2005-01-22 Kim F. Storm <storm@cua.dk>
29452
29453 * simple.el (line-move-1): Rename from line-move.
29454 (line-move): New function that adjusts vscroll for partially
29455 visible rows, and calls line-move-1 otherwise.
29456
29457 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
29458
29459 * pcomplete.el: Define pcomplete-read-event instead of read-event,
29460 since it's not a complete read-event implementation
29461
29462 2005-01-20 Jay Belanger <belanger@truman.edu>
29463
29464 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29465 for called function.
29466
29467 2005-01-20 Steven Tamm <steventamm@mac.com>
29468
29469 * term/mac-win.el (process-connection-type): Remove.
29470 Controlled now by s/darwin.h:PTY_ITERATION.
29471
29472 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
29473
29474 * window.el (handle-select-window): Don't switch window when we're
29475 in the minibuffer.
29476
29477 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
29478
29479 * subr.el (dotimes-with-progress-reporter): New macro.
29480
29481 * ses.el (ses-dotimes-msg): Remove macro.
29482 Use `dotimes-with-progress-reporter' instead.
29483
29484 2005-01-19 Steven Tamm <steventamm@mac.com>
29485
29486 * term/mac-win.el (process-connection-type): Use new
29487 operating-system-release variable to use ptys on Darwin 7 (OS X
29488 10.3) when using carbon build.
29489
29490 2005-01-19 Jay Belanger <belanger@truman.edu>
29491
29492 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29493 flags if the last command was a tab or M-tab.
29494
29495 * calc/calc-prog.el (calc-user-define-edit): Put original formula
29496 in formula editing buffer.
29497
29498 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29499
29500 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29501 breakpoint image symbol in margin.
29502
29503 2005-01-19 Jay Belanger <belanger@truman.edu>
29504
29505 * calc/calc-prog.el (calc-execute-kbd-macro):
29506 Ignore calc-keep-arg-flag.
29507
29508 2005-01-19 Kenichi Handa <handa@m17n.org>
29509
29510 * textmodes/ispell.el (ispell-looking-at): New function.
29511 (ispell-process-line): Use ispell-looking-at to compare the ispell
29512 output and the buffer contents.
29513
29514 2005-01-18 Jay Belanger <belanger@truman.edu>
29515
29516 * calc/calc.el (calc-display-raw): Fix docstring.
29517
29518 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
29519
29520 * simple.el (blink-matching-open): Strip extra info from syntax.
29521
29522 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29523 funny chars in the end-of-here-doc marker.
29524
29525 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29526
29527 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29528 that enable/disabled state of breakpoints is shown correctly in
29529 fringe and on ttys.
29530 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29531 Add breakpoint information as text properties.
29532 (gdb-mouse-toggle-breakpoint):
29533 Rename to gdb-mouse-set-clear-breakpoint.
29534 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
29535 breakpoints in the margin.
29536 (gdb-remove-strings): Simplify.
29537
29538 2005-01-17 Jay Belanger <belanger@truman.edu>
29539
29540 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29541 erasing buffer.
29542
29543 2005-01-17 Richard M. Stallman <rms@gnu.org>
29544
29545 * progmodes/grep.el (grep-find): Copy from `grep' the condition
29546 for calling grep-compute-defaults.
29547
29548 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29549 if buffer is empty.
29550
29551 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29552
29553 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
29554
29555 * hilit-chg.el (highlight-changes-mode): Don't autoload.
29556
29557 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29558 non-preloaded variables.
29559
29560 2005-01-17 Steven Tamm <steventamm@mac.com>
29561
29562 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29563 tex-shell cause to force interactivity when using pipes.
29564
29565 2005-01-17 Kim F. Storm <storm@cua.dk>
29566
29567 * simple.el (just-one-space): Make arg optional.
29568
29569 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
29570
29571 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29572 posn-at-x-y to t to access left-margin.
29573
29574 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
29575
29576 Sync with Tramp 2.0.47.
29577
29578 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29579 catching keep-date problems in cp/scp operations.
29580 (tramp-handle-copy-file): Don't call `set-file-modes'
29581 unconditionally. Specialized functions should know better what is
29582 necessary. This improves performance a little bit, and the
29583 functions could catch errors with `cp -p' and `scp -p'.
29584 (tramp-do-copy-or-rename-file-via-buffer)
29585 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
29586 when appropriate.
29587 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
29588 Call `set-file-modes' when appropriate.
29589 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
29590 Johnsson <isak@hypergene.com>.
29591 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
29592 of both Tramp buffer and debug buffer. Reported by Joakim Verona
29593 <joakim@verona.se>.
29594 (tramp-file-name-for-operation): Mark `shell-command' as magic for
29595 Emacs only.
29596
29597 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
29598 `find-file-hooks' and `dired-mode-hook'.
29599 (tramp-minor-mode-map): Respective map. Add remapping for
29600 `compile' and `recompile'.
29601 (tramp-remap-command, tramp-recompile): New defuns.
29602 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
29603 in buffer "*Compilation*". Call the commands asynchronously.
29604
29605 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
29606 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
29607 `shell-command', because it isn't magic in XEmacs. Reported by
29608 Adrian Aichner <adrian@xemacs.org>.
29609
29610 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
29611 `substitute-in-file-name.
29612 (tramp-smb-handle-substitute-in-file-name): New defun.
29613 (tramp-smb-advice-PC-do-completion): Delete advice.
29614
29615 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
29616
29617 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
29618 Fix error in deleting region.
29619
29620 2005-01-15 Richard M. Stallman <rms@gnu.org>
29621
29622 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
29623 In non-temp buffer, switch syntax table temporarily.
29624
29625 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
29626
29627 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
29628
29629 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
29630
29631 * imenu.el (imenu--split-menu): Copy menulist before sorting.
29632 (imenu--generic-function): Use START, not BEG, as pos of definition.
29633
29634 * simple.el (just-one-space): Argument specifies number of spaces.
29635
29636 * simple.el (eval-expression-print-format): Avoid warning
29637 about edebug-active.
29638
29639 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
29640
29641 * progmodes/sh-script.el: Code copied from make-mode.el
29642 with small changes,
29643 (sh-mode-map): Bind C-c C-\.
29644 (sh-backslash-column, sh-backslash-align): New variables.
29645 (sh-backslash-region, sh-append-backslash): New functions.
29646
29647 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
29648
29649 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
29650 (rmail-pop-password, rmail-pop-password-required): Move to
29651 rmail-obsolete group.
29652 (rmail-set-pop-password): Rename to rmail-set-remote-password.
29653 All callers updated.
29654 (rmail-get-pop-password): Rename to rmail-get-remote-password.
29655 Take an argument specifying whether it is POP or IMAP mailbox we
29656 are using. All callers updated.
29657 (rmail-pop-password-error): Rename to
29658 rmail-remote-password-error. Added mailutils-specific error message.
29659 (rmail-movemail-search-path)
29660 (rmail-movemail-variant-in-use): New variables.
29661 (rmail-remote-password, rmail-remote-password-required):
29662 New customization variables.
29663 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
29664 (rmail-parse-url): New function.
29665 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
29666 with GNU mailutils movemail.
29667
29668 2005-01-15 Kevin Ryde <user42@zip.com.au>
29669
29670 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
29671 suffix to space, $ or '$, to correctly position point when going
29672 to @table style constants like DBL_MAX.
29673
29674 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
29675
29676 * type-break.el (type-break-mode, type-break-file-time)
29677 (type-break-file-keystroke-count, type-break-choose-file):
29678 Don't store data in or load data from the file if type-break-file-name
29679 is nil.
29680 (type-break-file-name): Doc update as per the above.
29681
29682 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
29683
29684 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
29685 lookup-key might return nil; handle that.
29686
29687 2005-01-15 Alan Mackenzie <acm@muc.de>
29688
29689 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
29690 rather than the element found, thus enabling the tree to be setcar'd.
29691
29692 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29693
29694 * textmodes/org.el (org-show-following-heading): New option.
29695 (org-show-hierarchy-above): Use `org-show-following-heading'.
29696 (org-cycle): Documentation fix.
29697
29698 * textmodes/org.el (orgtbl-optimized): New option
29699 (orgtbl-mode): New command, a minor mode.
29700 (orgtbl-mode-map): New variable.
29701 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
29702 (orgtbl-error, orgtbl-self-insert-command)
29703 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
29704
29705 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
29706 a local variable in each org-mode buffer.
29707
29708 * textmodes/org.el (org-set-regexps-and-options): Rename from
29709 `org-set-regexps'. Added checking for STARTUP keyword.
29710 (org-get-current-options): Add STARTUP options.
29711 (org-table-insert-row): Make mode intelligent about when
29712 realignment is needed.
29713 (org-self-insert-command, org-delete-backward-char, org-delete-char):
29714 New commands.
29715 (org-enable-table-editor): New default value `optimized'.
29716 (org-table-blank-field): Support blanking regions if active.
29717
29718 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29719
29720 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
29721 if the year is not given.
29722
29723 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
29724 Add new escapes %m and %M, fixed bug with %F by adding
29725 save-match-data.
29726 (reftex-reference): Remove ?. from list of spaces.
29727 (reftex-label-info): Add automatic label prefix recognition.
29728
29729 * textmodes/reftex-index.el (reftex-index-next-phrase):
29730 Add slave parameter to call of `reftex-index-this-phrase'.
29731 (reftex-index-this-phrase): New optional argument.
29732 (reftex-index-region-phrases): Add slave parameter to call of
29733 `reftex-index-this-phrase'.
29734 (reftex-display-index): New argument redo.
29735 (reftex-index-rescan): Add `redo' to arguments of
29736 `reftex-display-index'.
29737 (reftex-index-Rescan, reftex-index-revert)
29738 (reftex-index-switch-index-tag): Add `redo' to arguments of
29739 `reftex-display-index'.
29740 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
29741 indexing. Fix bug with matching is there is a quote before or
29742 after the word.
29743
29744 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
29745 Fix bug when collecting citation keys in lines with comments.
29746 (reftex-citation): Prefix argument no longer rescans the document,
29747 but forces prompting for optional arguments of cite macros.
29748 (reftex-do-citation): Prompting for optional arguments implemented.
29749
29750 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29751 Add optional arguments to most cite commands.
29752 (reftex-cite-cleanup-optional-args): New option
29753 (reftex-cite-prompt-optional-args): New option.
29754 (reftex-trust-label-prefix): New option.
29755
29756 * textmodes/reftex-toc.el (reftex-toc-find-section):
29757 Add push-mark before changing the position in the buffer.
29758
29759 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29760 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29761
29762 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
29763
29764 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29765 more carefully.
29766
29767 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
29768
29769 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29770 (sgml-mode): Use it.
29771 (sgml-get-context): Better keep track of implicitly closed tags.
29772
29773 2005-01-13 Kenichi Handa <handa@m17n.org>
29774
29775 * textmodes/ispell.el: These changes are to fix misalignment error
29776 caused by equivalent characters of different Emacs charsets.
29777 (ispell-unified-chars-table): New variable.
29778 (ispell-get-decoded-string): New function.
29779 (ispell-get-casechars, ispell-get-not-casechars)
29780 (ispell-get-otherchars): Call ispell-get-decoded-string.
29781
29782 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
29783
29784 * custom.el (custom-declare-variable): Just put symbol instead
29785 of (defvar . symbol) in `current-load-list'.
29786
29787 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
29788
29789 * emacs-lisp/elint.el: Fixed typo in Commentary section.
29790
29791 2005-01-12 Jay Belanger <belanger@truman.edu>
29792
29793 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29794 to create a Calc summary.
29795
29796 2005-01-12 Kim F. Storm <storm@cua.dk>
29797
29798 * mouse.el (mouse-on-link-p): Change functionality and doc
29799 string to comply with latest description in lisp ref.
29800
29801 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
29802
29803 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29804 Enable mouse clicks on mode-line, header-line and margin.
29805 (event-type): Give mouse event symbols an `event-kind' property
29806 with value `mouse-click'.
29807
29808 2005-01-12 Juri Linkov <juri@jurta.org>
29809
29810 * facemenu.el (list-colors-display): Add new arg buffer-name.
29811 Use it. Fix docstring. Replace code for identifying duplicate
29812 colors by the name with call to `list-colors-duplicates' which
29813 identifies duplicate colors by the value unless the color
29814 is one of special Windows colors. Set truncate-lines to t.
29815 Print sorted duplicate color names on each line. Indent to 22
29816 \(the longest color name in rgb.txt) instead of 20. Optimize.
29817 (list-colors-duplicates): New function.
29818 (facemenu-color-name-equal): Delete function.
29819
29820 * facemenu.el (list-colors-print): New function created from code
29821 in list-colors-display. Print #RRGGBB at the window right edge.
29822 (list-colors-display): When temp-buffer-show-function is not
29823 defined, call list-colors-print from temp-buffer-show-hook
29824 to get the right value of window-width in list-colors-print
29825 after the buffer is displayed.
29826
29827 * simple.el (pop-mark): Move deactivate-mark out of conditional
29828 part to deactivate the active mark regardless of the state of the
29829 mark ring.
29830
29831 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29832 variables line in desktop files.
29833
29834 2005-01-12 Juri Linkov <juri@jurta.org>
29835
29836 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29837 Bring together isearch highlight related options.
29838 (lazy-highlight): Replace group `replace' by `matching'.
29839 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29840 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29841 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29842 and declare them obsolete.
29843 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29844 (isearch-faces): Remove defgroup.
29845 (isearch-overlay, isearch-highlight, isearch-dehighlight):
29846 Move isearch highlighting code closer to lazy highlighting code.
29847
29848 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29849 (query-replace-highlight, query-replace-lazy-highlight)
29850 (query-replace): Move definitions to the beginning of the file.
29851
29852 2005-01-11 Juri Linkov <juri@jurta.org>
29853
29854 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29855 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29856 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29857
29858 * info.el (Info-history-forward): New variable.
29859 (Info-select-node): Reset Info-history-forward to nil.
29860 (Info-last): Turn into defalias.
29861 (Info-history-back): Rename from Info-last.
29862 Add current node to Info-history-forward.
29863 (Info-history-forward): New fun.
29864 (Info-mode-map): Replace Info-last by Info-history-back.
29865 Bind Info-history-forward to "r".
29866 (Info-mode-menu): Replace Info-last by Info-history-back.
29867 Fix menu item text. Add menu item for Info-history-forward.
29868 (info-tool-bar-map): Replace Info-last by Info-history-back.
29869 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
29870 for Info-history-forward.
29871 (Info-mode): Replace Info-last by Info-history-back in docstring.
29872 Add local variable Info-history-forward.
29873 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29874
29875 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
29876
29877 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29878 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29879 Ignore select-window events rather than fiddle with
29880 mouse-autoselect-window.
29881
29882 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
29883
29884 * type-break.el (type-break-mode): Fix previous change.
29885
29886 2005-01-10 Jay Belanger <belanger@truman.edu>
29887
29888 * calc/calc-ext.el (calc-reset): Reset when inside embedded
29889 calculator; only reset when point is inside a calculator.
29890 Don't adjust the window height if the window takes up the whole height
29891 of the frame.
29892
29893 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
29894
29895 * ebuff-menu.el (Electric-buffer-menu-mode):
29896 Preserve value of buffer-local var header-line-format.
29897
29898 2005-01-09 Jay Belanger <belanger@truman.edu>
29899
29900 * calc/calc.el (calc-mode-var-list-restore-saved-values):
29901 Make sure settings file exists before accessing it.
29902
29903 * calc/calc-embed.el (calc-embedded-subst):
29904 Replace math-multi-subst-rec, which is only supposed to be called
29905 by math-multi-subst, by math-multi-subst.
29906
29907 2005-01-09 Andre Spiegel <spiegel@gnu.org>
29908
29909 * vc.el (vc-allow-async-revert): New user option.
29910 (vc-disable-async-diff): New internal variable.
29911 (vc-revert-buffer): Use them to disable asynchronous diff.
29912
29913 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29914 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29915 asynchronously if vc-disable-async-diff is t.
29916
29917 2005-01-09 Jay Belanger <belanger@truman.edu>
29918
29919 * calc/calc.el (defcalcmodevar): New macro.
29920 (calc-mode-var-list-restore-default-values)
29921 (calc-mode-var-list-restore-saved-values): New functions.
29922 (calc-mode-var-list): Use defcalcmodevar to define it.
29923 (calc-always-load-extensions, calc-line-numbering)
29924 (calc-line-breaking, calc-display-just, calc-display-origin)
29925 (calc-number-radix, calc-leading-zeros, calc-group-digits)
29926 (calc-group-char, calc-point-char, calc-frac-format)
29927 (calc-prefer-frac, calc-hms-format, calc-date-format)
29928 (calc-float-format, calc-full-float-format, calc-complex-format)
29929 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29930 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29931 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29932 (calc-matrix-brackets, calc-language, calc-language-option)
29933 (calc-left-label, calc-right-label, calc-word-size)
29934 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29935 (calc-display-raw, calc-internal-prec, calc-angle-mode)
29936 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29937 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29938 (calc-window-height, calc-display-trail, calc-show-selections)
29939 (calc-use-selections, calc-assoc-selections)
29940 (calc-display-working-message, calc-auto-why, calc-timing)
29941 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29942 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29943 (calc-gnuplot-default-device, calc-gnuplot-default-output)
29944 (calc-gnuplot-print-device, calc-gnuplot-print-output)
29945 (calc-gnuplot-geometry, calc-graph-default-resolution)
29946 (calc-graph-default-resolution-3d, calc-invocation-macro)
29947 (calc-show-banner): Use defcalcmodevar to declare them and set
29948 their default values.
29949
29950 * calc/calc-ext.el (calc-reset): Restore saved values of variables
29951 instead of default values (but restore default values if there is
29952 an argument of 0).
29953
29954 2005-01-09 David Kastrup <dak@gnu.org>
29955
29956 * desktop.el (desktop-restore-eager): Fix typo in type.
29957
29958 2005-01-08 Richard M. Stallman <rms@gnu.org>
29959
29960 * cus-edit.el (customize): Delete :link.
29961
29962 2005-01-08 Jay Belanger <belanger@truman.edu>
29963
29964 * calc/calc.el (calc-mode): Remove the extension from the
29965 `calc-settings-file' file name when loading it.
29966
29967 2005-01-08 Kim F. Storm <storm@cua.dk>
29968
29969 * info.el (Info-mode-map, Info-next-link-keymap)
29970 (Info-prev-link-keymap, Info-up-link-keymap):
29971 Map follow-link to mouse-face.
29972 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
29973
29974 2005-01-08 Jay Belanger <belanger@truman.edu>
29975
29976 * calc/calc.el (calc-settings-file): Change default value.
29977 Suggested by cgw in a comment in calc-mode.el.
29978
29979 * calc/calc-mode.el (calc-settings-file-name):
29980 Compare calc-settings-file to user-init-file instead of ~/.emacs.
29981 Replace ~/.emacs in a prompt by calc-settings-file.
29982
29983 2005-01-07 Lars Hansen <larsh@math.ku.dk>
29984
29985 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
29986 (desktop-lazy-idle-delay): New customizable variables.
29987 (desktop-buffer-args-list): New variable.
29988 (desktop-append-buffer-args): New function.
29989 (desktop-save): Call desktop-append-buffer-args for some buffers.
29990 (desktop-lazy-create-buffer): New function.
29991 (desktop-idle-create-buffers): New function.
29992 (desktop-read): Add message about buffers to restore lazily.
29993 (desktop-lazy-abort): New command.
29994 (desktop-clear): Call desktop-lazy-abort.
29995 (desktop-lazy-complete): New command.
29996
29997 2005-01-06 Richard M. Stallman <rms@gnu.org>
29998
29999 * emacs-lisp/find-func.el (find-face-definition):
30000 Rename from find-face.
30001
30002 2005-01-06 Kim F. Storm <storm@cua.dk>
30003
30004 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
30005
30006 * man.el (Man-xref-man-page, Man-xref-header-file)
30007 (Man-xref-normal-file): Add follow-link property.
30008
30009 2005-01-06 Jay Belanger <belanger@truman.edu>
30010
30011 * calc/calc-units.el: Make sure the proper macro definitions are
30012 available when compiling.
30013
30014 2005-01-06 Juri Linkov <juri@jurta.org>
30015
30016 * isearch.el (isearch-lazy-highlight-update):
30017 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
30018
30019 2005-01-06 Miles Bader <miles@gnu.org>
30020
30021 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
30022 (isearch-lazy-highlight-face): Use new name.
30023
30024 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
30025
30026 * uniquify.el (uniquify-rationalize-file-buffer-names):
30027 Re-add an interactive spec.
30028 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
30029 to the same name.
30030
30031 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
30032 (isearch-update, isearch-done): Adjust calls accordingly.
30033
30034 2005-01-05 Richard M. Stallman <rms@gnu.org>
30035
30036 * custom.el (custom-set-variables, custom-theme-set-variables):
30037 Clarify documentation.
30038
30039 * emacs-lisp/find-func.el (find-variable)
30040 (find-variable-other-window, find-variable-other-frame):
30041 Fix the TYPE args to find-function-read and find-function-do-it.
30042 (find-function): Doc fix.
30043 (find-function-at-point): Replace function-at-point alias.
30044
30045 2005-01-04 Richard M. Stallman <rms@gnu.org>
30046
30047 * cus-face.el (custom-declare-face):
30048 Record defface in current-load-list.
30049
30050 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
30051
30052 * emacs-lisp/find-func.el: Doc fixes.
30053 (find-face-regexp): New variable.
30054 (find-function-regexp-alist): New variable.
30055 (find-function-C-source): Third arg is now TYPE.
30056 (find-function-search-for-symbol): Handle general TYPE.
30057 (find-function-read, find-function-do-it): Handle general TYPE.
30058 (find-definition-noselect, find-face): New functions.
30059 (function-at-point): Alias deleted.
30060
30061 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
30062
30063 * battery.el (display-battery-mode): Rename from display-battery.
30064 Handle the case where it gets turned off.
30065
30066 2005-01-04 Richard M. Stallman <rms@gnu.org>
30067
30068 * cus-edit.el (customize): Make :link point to user doc.
30069
30070 * man.el (Man-fontify-manpage): Turn off undo generation.
30071
30072 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
30073
30074 2005-01-04 Andreas Schwab <schwab@suse.de>
30075
30076 * files.el (insert-directory): Only look for error lines in
30077 inserted text. Don't move too far after processing --dired markers.
30078
30079 2005-01-04 Richard M. Stallman <rms@gnu.org>
30080
30081 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
30082 Don't expand if the character is @, period, dash, etc.
30083 (define-mail-abbrev): Quote names that contain problem characters.
30084
30085 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
30086
30087 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
30088
30089 2005-01-03 Richard M. Stallman <rms@gnu.org>
30090
30091 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
30092 (query-replace-highlight, query-replace-lazy-highlight)
30093 (query-replace): Definitions moved up. Doc fix.
30094
30095 2005-01-03 Richard M. Stallman <rms@gnu.org>
30096
30097 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
30098 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30099 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30100 (lazy-highlight-face): Rename from isearch-lazy-...
30101 Change all references to them.
30102
30103 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
30104
30105 * cus-edit.el (custom-file): Doc fix for defcustom.
30106 (custom-file): The function no longer sets the variable
30107 `custom-file' to its return value.
30108
30109 * startup.el (command-line): No longer load `custom-file'.
30110
30111 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
30112
30113 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
30114
30115 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
30116 Don't confuse module-prefixed identifiers for labels.
30117 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
30118
30119 2005-01-02 Richard M. Stallman <rms@gnu.org>
30120
30121 * files.el (basic-save-buffer-1): Fix previous change.
30122
30123 * loadhist.el (file-loadhist-lookup): New function.
30124 (file-provides, file-requires): Use it.
30125
30126 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
30127 instead of calculating the right size.
30128
30129 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
30130
30131 * vc-svn.el (vc-svn-diff): Stay local if possible.
30132
30133 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
30134
30135 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
30136
30137 * files.el (hack-local-variables): Fix last change.
30138
30139 2005-01-02 Jay Belanger <belanger@truman.edu>
30140
30141 * calc/calc-yank.el (calc-edit-top): New variable.
30142 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
30143 object. Change header properties.
30144 (calc-edit-finish, calc-edit-finish-stack-object)
30145 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
30146 edited object.
30147 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
30148 for the beginning of the edited object.
30149 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
30150 for the beginning of the edited object.
30151 * calc/calc-prog.el (calc-edit-macro-finish-edit)
30152 (calc-finish-formula-edit, calc-macro-repeats)
30153 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
30154 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
30155 beginning of the edited object.
30156 (calc-user-define-edit): Change the header for editing macros.
30157 Remove unnecessary variable.
30158
30159 2005-01-01 Jay Belanger <belanger@truman.edu>
30160
30161 * calc/calc-yank.el (calc-edit-mode): Change default header.
30162 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30163 * calc/calc-store.el (calc-edit-variable): Change title to match new
30164 header.
30165 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30166 mode to match new header.
30167 (calc-user-define-edit): Change titles to include names of commands.
30168 (calc-finish-formula-edit): Adjust to handle new header.
30169 (calc-finish-macro-edit): Remove.
30170 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30171 (calc-edit-macro-command, calc-edit-macro-command-type)
30172 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30173 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30174 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30175 (calc-edit-macro-finish-edit): New functions.
30176 (calc-user-define-edit): Use new functions to edit named calc macros.
30177
30178 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
30179
30180 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30181
30182 * ses.el (copy-region-as-kill): Deactivate mark.
30183
30184 2005-01-01 Richard M. Stallman <rms@gnu.org>
30185
30186 * replace.el (occur-1): If the output buffer is also an input,
30187 don't kill it, rename it.
30188
30189 * faces.el (set-face-background, set-face-foreground): Doc fix.
30190
30191 * cus-face.el (custom-face-attributes): Fix :help-echo strings
30192 for :foreground and :background.
30193
30194 * dired.el (dired-view-command-alist): Variable deleted.
30195 (dired-view-file, dired-mouse-find-file-other-window):
30196 Delete the code to use it.
30197
30198 2005-01-01 Kim F. Storm <storm@cua.dk>
30199
30200 * image.el (insert-sliced-image): Use t for line-height property.
30201
30202 See ChangeLog.11 for earlier changes.
30203
30204 ;; Local Variables:
30205 ;; coding: iso-2022-7bit
30206 ;; add-log-time-zone-rule: t
30207 ;; End:
30208
30209 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
30210 Copying and distribution of this file, with or without modification,
30211 are permitted provided the copyright notice and this notice are preserved.
30212
30213 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1