comparison lisp/ChangeLog @ 83400:03934708f1e9

Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-642 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-643 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-644 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-645 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647 lisp/gnus/ChangeLog: Remove duplicate entry * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-648 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-649 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-650 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-651 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-652 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-653 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-654 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-152 Update from CVS: lisp/mml.el (mml-preview): Doc fix. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-153 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-154 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-155 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-156 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-440
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 18 Nov 2005 13:13:34 +0000
parents 693e794b57bf f21088b804e2
children 03335deca80b
comparison
equal deleted inserted replaced
83399:2988c5a31dc1 83400:03934708f1e9
1 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2
3 * rfn-eshadow.el (file-name-shadow-properties)
4 (file-name-shadow-tty-properties, file-name-shadow-mode): Remove
5 autoloads, because the file is now preloaded.
6
7 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * printing.el (easy-menu-intern): Don't define.
10 (pr-get-symbol): Use easy-menu-intern only if defined.
11
12 * simple.el (blink-matching-open): Simplify a bit.
13 (completion-setup-function): Fix the case of partial-completion-mode
14 when the minibuffer's contents start with "-".
15 Obey completion-base-size-function even when
16 minibuffer-completing-file-name is non-nil.
17
18 2005-11-16 Richard M. Stallman <rms@gnu.org>
19
20 * net/eudcb-ph.el (eudc-ph-open-session):
21 Use set-process-query-on-exit-flag.
22
23 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
24
25 * international/ucs-tables.el (ucs-set-table-for-input):
26 Use make-local-variable, not make-variable-buffer-local.
27
28 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
29 Improve warning message text.
30
31 * savehist.el (savehist-save-hook): Add :group.
32
33 * menu-bar.el (menu-bar-help-menu):
34 Rename Find Extra Packages to External Packages.
35
36 * cus-edit.el (Custom-reset-standard): Verify that
37 :custom-standard-value prop exists before calling it.
38
39 * apropos.el (apropos-calc-scores): Use apropos-pattern.
40
41 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
42
43 * wid-edit.el (color): Enclose %t in %{...%}.
44
45 * cus-edit.el (face): Enclose %t in %{...%}.
46
47 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
48
49 * savehist.el (savehist-mode-hook): Re-add the var.
50 (savehist-mode): Use it.
51
52 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * textmodes/flyspell.el: Fix commenting convention.
55 Remove unnecessary leading * in custom docstrings.
56 (flyspell-emacs): Remove unused var.
57 (flyspell-delete-region-overlays): Use remove-overlays.
58 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
59 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
60 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
61 (flyspell-debug-signal-word-checked): Use with-current-buffer.
62 (make-flyspell-overlay): Don't locally reuse a global name.
63 (flyspell-highlight-incorrect-region)
64 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
65 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
66 (flyspell-notify-misspell): Remove unused args `start' and `end'.
67 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
68 Wrap calls to accept-process-output inside with-local-quit since it's
69 often called from a post-command-hook.
70 (flyspell-correct-word, flyspell-auto-correct-word):
71 Use ispell-send-string.
72 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
73
74 * calendar/diary-lib.el (diary-list-entries): Also hide the
75 terminating newline.
76
77 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
78
79 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
80 window-system, to allow fonts on tty.
81
82 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
83
84 * progmodes/gud.el (gud-speedbar-item-info): New function.
85 (gud-install-speedbar-variables): Use it to display data types
86 of watch expression as tooltips in speedbar.
87
88 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
89
90 * font-core.el (global-font-lock-mode): Add :version keyword,
91 because default was changed.
92
93 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
94
95 * startup.el (command-line): Use `custom-reevaluate-setting' for
96 `file-name-shadow-mode'.
97
98 * loadup.el: Preload rfn-eshadow.
99
100 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
101 Add :version keyword.
102 (file-name-shadow-properties, file-name-shadow-tty-properties)
103 (file-name-shadow): Add :version keyword.
104
105 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
106 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
107 in the custom-group property of the symbol frames and the fringe
108 group got no link to its parent group frames.
109 Doc fix.
110
111 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
112
113 * progmodes/gud.el (gud-stop-subjob): New function.
114 (gud-menu-map, gud-tool-bar-map): Use it.
115
116 2005-11-16 Kim F. Storm <storm@cua.dk>
117
118 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
119 than kill it.
120 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
121 to a more useful/logical place.
122
123 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
124
125 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
126 go buttons complementary.
127
128 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
131 (rfn-eshadow-sifn-equal): New function.
132 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
133
134 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
135
136 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
137 string.
138
139 * viper.el (viper-emacs-state-mode-list): Ensure that
140 rcirc-mode buffers come up in Emacs state.
141
142 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
143 operation.
144
145 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
146
147 * term.el (term-termcap-format): Fix typos.
148 (term-down): Fix the negative argument case.
149
150 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
151
152 * progmodes/gdb-ui.el: Remove face-alias left over from change on
153 2005-08-15.
154 (gdb-ann3): New command gud-go.
155 (menu): Accomodate gdb-mi.el.
156 (gdb-assembler-custom): Make buffer of selected window current
157 so that set-window-point works.
158
159 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
160 buttons and include new ones.
161
162 2005-11-16 Kim F. Storm <storm@cua.dk>
163
164 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
165 (gud-menu-map): Use it.
166
167 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
168
169 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
170 that works correctly for Custom and that does not override a user
171 who disables it.
172
173 * help-mode.el (help-make-xrefs, help-xref-on-pp)
174 (help-xref-interned, help-follow): Make hyperlinks for variables
175 that are unbound, but have a non-nil variable-documentation property.
176
177 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
178 mode hook. (It conflicted with defcustoms for some mode hooks.)
179 Use the `variable-documentation' property to give the mode hook a
180 docstring and expand that docstring.
181
182 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
183
184 * savehist.el (savehist-mode): Don't bother with
185 `custom-set-minor-mode'.
186 (savehist-coding-system): Check XEmacs version.
187 (history-length): Declare also at run time.
188 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
189 Don't set the customize state.
190 (savehist-minibuffer-hook): Special case for when
191 minibuffer-history-variable is equal to t.
192
193 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * files.el (write-file): Refresh VC status.
196
197 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
198 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
199 than fundamental-mode to see if the mode was set.
200
201 2005-11-14 Romain Francoise <romain@orebokech.com>
202
203 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
204 dummy function in `eval-when-compile' to avoid compiler warning.
205 Require `man' at compile time.
206
207 2005-11-14 Jay Belanger <belanger@truman.edu>
208
209 * calc-alg.el (calcFunc-write-out-power): Rename it to
210 calcFunc-powerexpand.
211 (math-write-out-power): Rename it to math-powerexpand; have it
212 handle negative exponents.
213 (calc-writeoutpower): Rename it to calc-powerexpand.
214
215 * calc-ext.el: Change calcFunc-writeoutpower and
216 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
217 autoloads.
218 Add calcFunc-ldiv to autoloads.
219
220 * calc-arith.el (calcFunc-ldiv): New function.
221
222 * calc.el (calc-left-divide): New function.
223
224 2005-11-14 Juri Linkov <juri@jurta.org>
225
226 * cus-edit.el (custom-variable-prompt): Set the default value arg
227 of completing-read.
228
229 * cus-dep.el (custom-make-dependencies): Reverse the list of
230 found dependencies.
231
232 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
233
234 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
235 Highlighting" entry, it is on by default now.
236 (menu-bar-options-save): Do not save global-font-lock-mode.
237
238 2005-11-13 Richard M. Stallman <rms@gnu.org>
239
240 * textmodes/flyspell.el (flyspell-large-region):
241 Call flyspell-accept-buffer-local-defs.
242
243 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
244
245 * textmodes/flyspell.el (flyspell-notify-misspell):
246 Fix misspelling of "Misspelling".
247 (flyspell-process-localwords): New function.
248 (flyspell-large-region): Call flyspell-process-localwords and
249 flyspell-delete-region-overlays.
250 (flyspell-delete-region-overlays): New function.
251 (flyspell-delete-all-overlays): Call that.
252
253 2005-11-13 Richard M. Stallman <rms@gnu.org>
254
255 * help.el (help-for-help-internal): Improve doc of C-h a.
256 (describe-key): Improve prompt; doc fix.
257
258 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * vc-svn.el (vc-svn-registered): Catch all errors.
261
262 * cus-dep.el (custom-make-dependencies): Typo.
263
264 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
265
266 * net/tramp-util.el (top): Fix compilation warning.
267
268 2005-11-13 Kim F. Storm <storm@cua.dk>
269
270 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
271
272 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
273
274 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
275 (gud-speedbar-buttons): Match on "const char *" too.
276
277 * progmodes/gdb-ui.el (gdb-var-create-handler)
278 (gdb-var-list-children-handler): Match on "const char *" too.
279 (gdb-var-evaluate-expression-handler): Match on empty string.
280 (gdb-var-update-handler): Only call
281 gdb-var-evaluate-expression-handler when required.
282
283 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
284
285 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
286 selected window. This still doesn't work for speedbar.
287 (gud-speedbar-buttons): Handle string expressions properly.
288
289 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
290 (gdb-var-create-handler): Handle string expressions properly.
291 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
292 Handle string expressions properly. Move "type" field into regexp.
293
294 2005-11-12 Karl Fogel <kfogel@red-bean.com>
295
296 * bookmark.el (bookmark-maybe-message): New function to reduce
297 code duplication: invokes `message' iff baud-rate is high enough.
298 (bookmark-write-file): Use above instead of an inline conditional.
299 (bookmark-load): Same.
300
301 2005-11-12 Karl Fogel <kfogel@red-bean.com>
302
303 * bookmark.el (bookmark-write-file): Don't visit the destination
304 file, just write the data to it using write-region. This is
305 similar to revision 1.32 of saveplace.el, but with an additional
306 change to avoid visiting the file in the first place.
307
308 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
309
310 * hi-lock.el (hi-lock-mode): Set the default value of
311 font-lock-defaults.
312
313 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
314
315 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
316 arg to `file-attributes'.
317 (find-lisp-format): The UID and GID can now be strings.
318
319 2005-11-12 Kim F. Storm <storm@cua.dk>
320
321 * help.el (help-map): Bind C-h d to apropos-documentation.
322
323 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
324 when point is at end-of-buffer.
325
326 * apropos.el (apropos-match-face): Doc fix.
327 (apropos-sort-by-scores): Add new choice `verbose'.
328 (apropos-documentation-sort-by-scores): New defcustom.
329 (apropos-pattern): Now contains the pattern entered by the user.
330 (apropos-pattern-quoted): New defvar.
331 (apropos-regexp): New defvar, containing the regexp corresponding
332 to apropos-pattern.
333 (apropos-all-words-regexp): Rename from apropos-all-regexp.
334 (apropos-read-pattern): New defun. Use it to read pattern arg in
335 interactive calls; returns list of words for a word list, and
336 string for a regexp.
337 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
338 parses a list of words or regexp as returned by apropos-read-pattern.
339 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
340 (apropos-score-doc): Return a very high score if the string
341 entered by the user matches literally.
342 (apropos-variable): Doc fix. Use apropos-read-pattern.
343 (apropos-command): Doc fix. Use apropos-read-pattern and
344 apropos-parse-pattern. Call apropos-print with nosubst=t.
345 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
346 apropos-parse-pattern.
347 (apropos-documentation): Doc fix. Use apropos-read-pattern and
348 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
349 apropos-documentation-sort-by-scores. Call apropos-print with
350 nosubst=t.
351 (apropos-documentation-internal): Pass doc string through
352 substitute-key-definition before adding text properties.
353 Highlight substring matching literal user input if possible.
354 (apropos-documentation-check-doc-file): Remove locals beg and end.
355 Fix calculation of score (as added twice). Pass doc string through
356 substitute-key-definition before adding text properties.
357 (apropos-documentation-check-elc-file): Pass doc string through
358 substitute-key-definition before adding text properties.
359 Highlight substring matching literal user input if possible.
360 (apropos-print): Add new arg NOSUBST; if set, command and variable
361 doc strings have already been passed through substitute-key-definition.
362 Add code to handle apropos-accumulator items without score element
363 for backwards compatibility (e.g. with woman package).
364 Only show scores if apropos-sort-by-scores is `verbose'.
365
366 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
369 Add jka-compr-load-suffixes to load-suffixes.
370
371 * jka-compr.el: Require 'jka-cmpr-hook.
372 (jka-compr-info-compress-message, jka-compr-info-compress-program)
373 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
374 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
375 (jka-compr-info-can-append, jka-compr-info-strip-extension)
376 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
377 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
378 (jka-compr-uninstall): Remove entries from
379 jka-compr-added-to-file-coding-system-alist after they are used.
380 (jka-compr-error): Remove unused var `curbuf'.
381 (jka-compr-file-local-copy): Remove unused var `notfound'.
382
383 2005-11-10 Romain Francoise <romain@orebokech.com>
384
385 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
386
387 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
388
389 * progmodes/gud.el (gud-menu-map): Move parentheses.
390 (gdb): New command gud-pv.
391
392 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * tar-mode.el: Remove spurious or unnecessary leading stars
395 in docstrings.
396 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
397 (tar-parse-octal-integer-safe): Use mapc.
398 (tar-header-block-summarize): Remove unused var `ck'.
399 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
400 cleared before. Obey default-enable-multibyte-characters.
401 Use mapconcat. Simplify setting of tar-header-offset.
402 (tar-mode-map): Move initialization inside delcaration.
403 (tar-flag-deleted): Use `abs'.
404 (tar-expunge-internal): Remove unused var `line'.
405 (tar-expunge-internal): Don't hardcode point-min==1.
406 (tar-expunge): Widen while doing set-buffer-multibyte.
407 (tar-rename-entry): Use file-name-coding-system.
408 (tar-alter-one-field): Don't hardcode point-min==1.
409 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
410 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
411
412 2005-11-10 Masatake YAMATO <jet@gyve.org>
413
414 * add-log.el (add-log-current-defun): Handle class::method
415 notation of c++. Fix incorrect comment.
416
417 2005-11-10 Alan Mackenzie <acm@muc.de>
418
419 * help-fns.el (describe-variable): Make C-h v work when a variable
420 has variable documentation yet is unbound.
421
422 2005-11-10 Masatake YAMATO <jet@gyve.org>
423
424 * man.el (Man-highlight-references): Set an empty
425 string to `Man-arguments' if it is nil.
426 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
427
428 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
431 commenting conventions.
432
433 * cus-dep.el (custom-make-dependencies): Simplify.
434 Better follow the commenting conventions.
435
436 2005-11-09 Richard M. Stallman <rms@gnu.org>
437
438 * apropos.el (apropos-pattern): Rename from apropos-regexp.
439 (apropos-orig-pattern): Rename from apropos-orig-regexp.
440 All uses changed.
441 (apropos-rewrite-regexp): Doc fix.
442 (apropos-variable, apropos-command, apropos, apropos-value):
443 Change prompt; carry through the argument renaming.
444
445 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
446
447 * find-lisp.el: Require dired.
448 (find-lisp-find-dired-internal): Do not call
449 `abbreviate-file-name' on DIR.
450
451 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
452
453 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
454
455 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
456
457 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
458 when using the speedbar.
459 (gdb): New command gud-pp.
460 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
461
462 2005-11-09 Juri Linkov <juri@jurta.org>
463
464 * replace.el (occur-excluded-properties): New defcustom.
465 (occur-1, occur-engine, occur-accumulate-lines): Use it.
466
467 2005-11-08 Jay Belanger <belanger@truman.edu>
468
469 * calc/calc-units.el (math-convert-units): Replace any composite
470 unit by its definition.
471
472 2005-11-08 Lars Hansen <larsh@soem.dk>
473
474 * emacs-lisp/autoload.el (update-directory-autoloads):
475 Add obsolete function alias.
476
477 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
480 comment-indent-function.
481 (lisp-comment-indent): Replace by an alias for comment-indent-default.
482
483 * reveal.el (reveal-post-command): Rework the handling of
484 reveal-open-spots, so as to be more reliable. There were several
485 tricky corner cases where an open spot might be lost, or where
486 a closed spot might end up on the list of open spots.
487 Only reveal text that's ellipsised.
488
489 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
490
491 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
492
1 2005-11-06 Richard M. Stallman <rms@gnu.org> 493 2005-11-06 Richard M. Stallman <rms@gnu.org>
2 494
3 * progmodes/compile.el (compilation-internal-error-properties): 495 * progmodes/compile.el (compilation-internal-error-properties):
4 save-excursion around the computation of MARKER. 496 save-excursion around the computation of MARKER.
5 497
13 * ibuffer.el (ibuffer): Search all visible frames when getting 505 * ibuffer.el (ibuffer): Search all visible frames when getting
14 Ibuffer buffer's window. 506 Ibuffer buffer's window.
15 507
16 2005-11-07 Masatake YAMATO <jet@gyve.org> 508 2005-11-07 Masatake YAMATO <jet@gyve.org>
17 509
18 * man.el (Man-reference-regexp): Accpet spaces between 510 * man.el (Man-reference-regexp): Accept spaces between
19 `Man-name-regexp' and `Man-section-regexp'. 511 `Man-name-regexp' and `Man-section-regexp'.
20 (Man-apropos-regexp): New variable. 512 (Man-apropos-regexp): New variable.
21 (Man-abstract-xref-man-page): Use value for `Man-target-string' 513 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22 if available. 514 if available.
23 (Man-highlight-references, Man-highlight-references0): Handle 515 (Man-highlight-references, Man-highlight-references0):
24 the case when `Man-arguments' includes "-k". 516 Handle the case when `Man-arguments' includes "-k".
25 (Man-highlight-references0): Rename the argument `TARGET-POS' to 517 (Man-highlight-references0): Rename the argument `TARGET-POS' to
26 `TARGET'. `TARGET' can be a number, function or nil. 518 `TARGET'. `TARGET' can be a number, function or nil.
27 519
28 2005-11-06 Nick Roberts <nickrob@snap.net.nz> 520 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
29 521
30 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete) 522 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
249 741
250 2005-11-04 Henrik Enberg <henrik.enberg@telia.com> 742 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
251 743
252 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix. 744 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
253 745
254 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com> 746 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
255 747
256 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region) 748 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
257 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) 749 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
258 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt) 750 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
259 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase' 751 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'