bpt/emacs.git
18 years ago(Faccept_process_output): Fix to comply with lisp reference.
Kim F. Storm [Wed, 22 Mar 2006 22:33:35 +0000 (22:33 +0000)]
(Faccept_process_output): Fix to comply with lisp reference.
Change arg "timeout" to "seconds" and allow both integer and float value.
Change arg "timeout-msec" to "millisec" and interpret" as milliseconds
rather than microseconds.  Fix doc string accordingly.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 22 Mar 2006 22:30:32 +0000 (22:30 +0000)]
*** empty log message ***

18 years agoFix.
Simon Josefsson [Wed, 22 Mar 2006 16:10:01 +0000 (16:10 +0000)]
Fix.

18 years ago2006-03-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 22 Mar 2006 16:09:16 +0000 (16:09 +0000)]
2006-03-22  Simon Josefsson  <jas@extundo.com>

* pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
(pgg-gpg-update-agent): New function.
(pgg-gpg-use-agent-p): New function.
(pgg-gpg-process-region, pgg-gpg-encrypt-region)
(pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
(pgg-gpg-sign-region): Use it.

18 years ago(store_next_glyph): Renamed from append_glyph.
Ken Raeburn [Wed, 22 Mar 2006 05:06:41 +0000 (05:06 +0000)]
(store_next_glyph): Renamed from append_glyph.
(generate_stretch_glyph): Renamed from produce_stretch_glyph.
All callers changed accordingly.

18 years ago(Folders): Various edits.
Bill Wohler [Tue, 21 Mar 2006 22:20:19 +0000 (22:20 +0000)]
(Folders): Various edits.

18 years agoSync with version from Gnus (only whitespace changes).
Reiner Steib [Tue, 21 Mar 2006 21:24:27 +0000 (21:24 +0000)]
Sync with version from Gnus (only whitespace changes).

18 years agoRemove pgg-gpg.el entry already present in lisp/ChangeLog.
Reiner Steib [Tue, 21 Mar 2006 21:17:32 +0000 (21:17 +0000)]
Remove pgg-gpg.el entry already present in lisp/ChangeLog.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-170
Miles Bader [Tue, 21 Mar 2006 20:37:02 +0000 (20:37 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-170

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 62-64)

   - Merge from emacs--devo--0
   - Update from CVS

18 years ago* cus-edit.el (custom-face-set): Call custom-push-theme before
Chong Yidong [Tue, 21 Mar 2006 16:44:10 +0000 (16:44 +0000)]
* cus-edit.el (custom-face-set): Call custom-push-theme before
face-spec set so that `changed' theme is correctly saved.
(custom-face-reset-standard): Reset to recalculated face rather
than defface spec.

* custom.el (custom-push-theme): Only save `changed' theme if the
current face does not match the defface specs.

18 years ago* xterm.c: x_session_initialized new variable.
Jan Djärv [Tue, 21 Mar 2006 14:39:41 +0000 (14:39 +0000)]
* xterm.c: x_session_initialized new variable.
(x_term_init): Use x_session_initialized to check if
x_session_initialize should be called.
(x_initialize): Initialize x_session_initialized.

18 years ago2006-03-21 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 21 Mar 2006 14:27:05 +0000 (14:27 +0000)]
2006-03-21  Simon Josefsson  <jas@extundo.com>

* pgg-gpg.el: Ideas below based on patch from Sascha Wilde
<wilde@sha-bang.de>.
(pgg-gpg-use-agent): New variable.
(pgg-gpg-process-region): Use it.
(pgg-gpg-encrypt-region): Likewise.
(pgg-gpg-encrypt-symmetric-region): Likewise.
(pgg-gpg-decrypt-region): Likewise.
(pgg-gpg-sign-region): Likewise.
(pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.

18 years ago(org-open-at-point): Fixed bug in wiki-style bracket links.
Carsten Dominik [Tue, 21 Mar 2006 13:36:56 +0000 (13:36 +0000)]
(org-open-at-point): Fixed bug in wiki-style bracket links.

18 years ago*** empty log message ***
Carsten Dominik [Tue, 21 Mar 2006 13:36:00 +0000 (13:36 +0000)]
*** empty log message ***

18 years ago(gdb-reset): Set buffer local value of
Kim F. Storm [Tue, 21 Mar 2006 13:30:56 +0000 (13:30 +0000)]
(gdb-reset): Set buffer local value of
fringe-indicator-alist instead of modifying global value.
(gdb-frame-handler): Likewise.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 21 Mar 2006 13:30:42 +0000 (13:30 +0000)]
*** empty log message ***

18 years ago(draw_fringe_bitmap): Don't calculate default overlay arrow
Kim F. Storm [Tue, 21 Mar 2006 13:29:26 +0000 (13:29 +0000)]
(draw_fringe_bitmap): Don't calculate default overlay arrow
bitmap here, but ...
(update_window_fringes): ... here, so we can test if it has changed.

18 years ago(VC Dired Mode): Remove misplaced brackets.
Juanma Barranquero [Tue, 21 Mar 2006 10:50:23 +0000 (10:50 +0000)]
(VC Dired Mode): Remove misplaced brackets.

18 years ago#
André Spiegel [Tue, 21 Mar 2006 10:45:36 +0000 (10:45 +0000)]
#

18 years agoVarious updates and clarifications in the VC chapter.
André Spiegel [Tue, 21 Mar 2006 10:34:38 +0000 (10:34 +0000)]
Various updates and clarifications in the VC chapter.

18 years ago(Fringe Indicators): Fix typos.
Nick Roberts [Tue, 21 Mar 2006 10:21:03 +0000 (10:21 +0000)]
(Fringe Indicators): Fix typos.

18 years ago*** empty log message ***
Nick Roberts [Tue, 21 Mar 2006 10:19:51 +0000 (10:19 +0000)]
*** empty log message ***

18 years ago(hollow-right-triangle): Define as fringe bitmap.
Nick Roberts [Tue, 21 Mar 2006 10:16:34 +0000 (10:16 +0000)]
(hollow-right-triangle): Define as fringe bitmap.
(gdb-info-stack-custom): Rename from gdb-info-frames-custom and
change names in macro above for consistency.
(gdb-frame-handler): Use hollow-right-triangle for all selected
frames which except the innermost (where execution has stopped).
(gdb-reset): Reset buffer-local values of overlay-arrow.

18 years ago(diff-function): Make it inherit from diff-header instead of diff-context.
Nick Roberts [Tue, 21 Mar 2006 10:15:39 +0000 (10:15 +0000)]
(diff-function): Make it inherit from diff-header instead of diff-context.

18 years ago* dispnew.c (init_display): Check DISPLAY here.
Andreas Schwab [Mon, 20 Mar 2006 22:41:23 +0000 (22:41 +0000)]
* dispnew.c (init_display): Check DISPLAY here.
* emacs.c (main): Don't check here.
* xterm.c (x_display_ok): Don't use DISPLAY env var.

18 years ago(window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).
Stefan Monnier [Mon, 20 Mar 2006 22:22:25 +0000 (22:22 +0000)]
(window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).

18 years ago(main): Fix last change.
Eli Zaretskii [Mon, 20 Mar 2006 20:34:16 +0000 (20:34 +0000)]
(main): Fix last change.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Mar 2006 15:08:56 +0000 (15:08 +0000)]
*** empty log message ***

18 years ago(set-mark-command): Doc fix.
Richard M. Stallman [Mon, 20 Mar 2006 15:08:28 +0000 (15:08 +0000)]
(set-mark-command): Doc fix.

18 years ago(display-buffer-other-frame): New command.
Richard M. Stallman [Mon, 20 Mar 2006 15:05:41 +0000 (15:05 +0000)]
(display-buffer-other-frame): New command.
(ctl-x-4-map): Bind C-x 5 C-o to it.

18 years ago(jit-lock-function): Check for the actual defer-timer rather than just
Stefan Monnier [Mon, 20 Mar 2006 07:52:03 +0000 (07:52 +0000)]
(jit-lock-function): Check for the actual defer-timer rather than just
defer-time, in case defer-time has been changed but the timer isn't running yet.
(jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.

18 years ago(Fwrite_region): Set visit_file to Qnil before GCPRO
Kenichi Handa [Mon, 20 Mar 2006 06:26:23 +0000 (06:26 +0000)]
(Fwrite_region): Set visit_file to Qnil before GCPRO
it.

18 years ago(map_keymap): Set tail to Qnil before GCPRO it.
Kenichi Handa [Mon, 20 Mar 2006 06:24:31 +0000 (06:24 +0000)]
(map_keymap): Set tail to Qnil before GCPRO it.

18 years ago(x_term_init): Remove unnecessary GCPRO.
Kenichi Handa [Mon, 20 Mar 2006 06:23:55 +0000 (06:23 +0000)]
(x_term_init): Remove unnecessary GCPRO.

18 years ago(xg_set_icon): Remove unnecessary GCPRO.
Kenichi Handa [Mon, 20 Mar 2006 06:22:55 +0000 (06:22 +0000)]
(xg_set_icon): Remove unnecessary GCPRO.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 20 Mar 2006 04:53:57 +0000 (04:53 +0000)]
*** empty log message ***

18 years ago(debug-help-follow): Revert last change.
Luc Teirlinck [Mon, 20 Mar 2006 04:44:47 +0000 (04:44 +0000)]
(debug-help-follow): Revert last change.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 20 Mar 2006 01:35:06 +0000 (01:35 +0000)]
*** empty log message ***

18 years ago(Documentation Tips): One can now also write `program' in front of a
Luc Teirlinck [Mon, 20 Mar 2006 01:33:19 +0000 (01:33 +0000)]
(Documentation Tips): One can now also write `program' in front of a
quoted symbol in a docstring to prevent making a hyperlink.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 20 Mar 2006 01:31:27 +0000 (01:31 +0000)]
*** empty log message ***

18 years ago(Help Mode): Document "C-c C-c".
Luc Teirlinck [Mon, 20 Mar 2006 01:25:52 +0000 (01:25 +0000)]
(Help Mode): Document "C-c C-c".

18 years ago(help-follow-symbol): New function. Essentially identical to the old
Luc Teirlinck [Mon, 20 Mar 2006 00:42:21 +0000 (00:42 +0000)]
(help-follow-symbol): New function.  Essentially identical to the old
`help-follow', but do not let `push-button' do the work when on an xref.
(help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
(help-xref-symbol-regexp): Make no xref for symbol preceded by the
word `program'.  (From Richard M. Stallman.)
(help-follow-mouse, help-follow): Throw error if not on xref.
Delete no longer used args.  (From Richard M. Stallman.)

18 years ago(debug-help-follow): Adapt comment to change in help-mode.el.
Luc Teirlinck [Mon, 20 Mar 2006 00:38:09 +0000 (00:38 +0000)]
(debug-help-follow): Adapt comment to change in help-mode.el.

18 years ago(gdb-stopped): Even when there is no source
Nick Roberts [Sun, 19 Mar 2006 23:15:40 +0000 (23:15 +0000)]
(gdb-stopped): Even when there is no source
annotation ensure gud-overlay-arrow-position is redisplayed.

18 years ago*** empty log message ***
Nick Roberts [Sun, 19 Mar 2006 23:14:32 +0000 (23:14 +0000)]
*** empty log message ***

18 years ago(bibtex-mode)
Roland Winkler [Sun, 19 Mar 2006 21:57:45 +0000 (21:57 +0000)]
(bibtex-mode)
*** The variables `bibtex-autokey-name-case-convert' and
`bibtex-autokey-titleword-case-convert' have been renamed to
`bibtex-autokey-name-case-convert-function' and
`bibtex-autokey-titleword-case-convert-function'. The old names are
still available as aliases.

18 years ago* textmodes/bibtex.el (bibtex-include-OPTkey)
Roland Winkler [Sun, 19 Mar 2006 21:55:25 +0000 (21:55 +0000)]
* textmodes/bibtex.el (bibtex-include-OPTkey)
(bibtex-entry-field-alist, bibtex-generate-url-list): Mark as
risky.
(bibtex-autokey-name-case-convert)
(bibtex-autokey-titleword-case-convert): Make these the aliases
for the following two variables.
(bibtex-autokey-name-case-convert-function)
(bibtex-autokey-titleword-case-convert-function): Make these the
real names.
(bibtex-font-lock-keywords): Make bibtex-font-lock-url and
bibtex-font-lock-crossref sublists.
(bibtex-mode): Revert 2005-12-30 change (which made
completion-ignore-case buffer-local).
(bibtex-url): Simplify

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 19 Mar 2006 21:52:01 +0000 (21:52 +0000)]
*** empty log message ***

18 years agoRemove @headitem as it is not yet supported on SourceForge.
Bill Wohler [Sun, 19 Mar 2006 20:46:20 +0000 (20:46 +0000)]
Remove @headitem as it is not yet supported on SourceForge.

18 years ago* text.texi (Special Properties): Clarify the definition of
Alan Mackenzie [Sun, 19 Mar 2006 20:36:21 +0000 (20:36 +0000)]
* text.texi (Special Properties): Clarify the definition of
'fontified.

18 years ago(Replying): Fix syntax error.
Bill Wohler [Sun, 19 Mar 2006 20:36:10 +0000 (20:36 +0000)]
(Replying): Fix syntax error.

18 years ago(Replying): Document Mail-Followup-To. Change manually-formatted table
Bill Wohler [Sun, 19 Mar 2006 20:26:04 +0000 (20:26 +0000)]
(Replying): Document Mail-Followup-To. Change manually-formatted table
to multitable. Add debugging info. Move description of
mh-reply-default-reply-to into paragraph that describes its values.

18 years ago(mh-reply): Sync docstring with manual.
Bill Wohler [Sun, 19 Mar 2006 20:21:58 +0000 (20:21 +0000)]
(mh-reply): Sync docstring with manual.

18 years ago(cua--highlight-rectangle): Set overlay
Kim F. Storm [Sun, 19 Mar 2006 19:59:33 +0000 (19:59 +0000)]
(cua--highlight-rectangle): Set overlay
cursor property value to 2 (to align with C level change).

18 years ago*** empty log message ***
Kim F. Storm [Sun, 19 Mar 2006 19:59:17 +0000 (19:59 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-163
Miles Bader [Sun, 19 Mar 2006 19:39:53 +0000 (19:39 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-163

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 58-61)

   - Update from CVS

18 years ago(set_cursor_from_row): Fix cursor property on overlay string,
Kim F. Storm [Sun, 19 Mar 2006 19:38:48 +0000 (19:38 +0000)]
(set_cursor_from_row): Fix cursor property on overlay string,
so it doesn't associate overlay string with following glyph by default.
Allow integer property value to specify explicit number of buffer
positions associate with overlay string.

18 years ago(mh-image-load-path-for-library): Shorten first line in docstring.
Bill Wohler [Sun, 19 Mar 2006 18:20:31 +0000 (18:20 +0000)]
(mh-image-load-path-for-library): Shorten first line in docstring.

18 years ago(image-load-path-for-library): Shorten first line in docstring.
Bill Wohler [Sun, 19 Mar 2006 18:19:12 +0000 (18:19 +0000)]
(image-load-path-for-library): Shorten first line in docstring.

18 years ago(rmail-reply-regexp): Undo previous change.
Richard M. Stallman [Sat, 18 Mar 2006 18:28:36 +0000 (18:28 +0000)]
(rmail-reply-regexp): Undo previous change.

18 years agoAdd concise build instructions.
Eli Zaretskii [Sat, 18 Mar 2006 16:14:26 +0000 (16:14 +0000)]
Add concise build instructions.

18 years ago* xterm.c (x_display_ok): Fix minor bug and compilation warnings.
Chong Yidong [Sat, 18 Mar 2006 15:41:59 +0000 (15:41 +0000)]
* xterm.c (x_display_ok): Fix minor bug and compilation warnings.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 18 Mar 2006 15:12:38 +0000 (15:12 +0000)]
*** empty log message ***

18 years ago(isearch-other-meta-char): Handle user bindings for shifted control characters.
Eli Zaretskii [Sat, 18 Mar 2006 15:11:48 +0000 (15:11 +0000)]
(isearch-other-meta-char): Handle user bindings for shifted control characters.

18 years ago#
André Spiegel [Sat, 18 Mar 2006 15:05:35 +0000 (15:05 +0000)]
#

18 years ago(BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
Eli Zaretskii [Sat, 18 Mar 2006 14:52:40 +0000 (14:52 +0000)]
(BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
(LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
(START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
Don't redefine.

18 years agoDon't use unexmips on NetBSD.
Eli Zaretskii [Sat, 18 Mar 2006 14:52:19 +0000 (14:52 +0000)]
Don't use unexmips on NetBSD.
(LIBS_MACHINE): Move definition lower, so it doesn't use
LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
C_SWITCH_MACHINE, and C_DEBUG_SWITCH.

18 years ago[BROKEN_NOCOMBRELOC]: Include assert.h.
Eli Zaretskii [Sat, 18 Mar 2006 14:51:54 +0000 (14:51 +0000)]
[BROKEN_NOCOMBRELOC]: Include assert.h.
(unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc option
is broken (e.g., MIPS/NetBSD).

18 years agoUse "echo" as a default for $echo, otherwise we'll execute $DIFF
André Spiegel [Sat, 18 Mar 2006 14:47:20 +0000 (14:47 +0000)]
Use "echo" as a default for $echo, otherwise we'll execute $DIFF
twice, and once with the wrong options.

18 years agoElaborate on debugging GC crashes.
Eli Zaretskii [Sat, 18 Mar 2006 14:30:37 +0000 (14:30 +0000)]
Elaborate on debugging GC crashes.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 18 Mar 2006 14:12:32 +0000 (14:12 +0000)]
*** empty log message ***

18 years ago(ispell-skip-region-alist): Add "_+" to the part that matches email addresses,
Eli Zaretskii [Sat, 18 Mar 2006 14:11:55 +0000 (14:11 +0000)]
(ispell-skip-region-alist): Add "_+" to the part that matches email addresses,
file names, etc.

18 years ago(STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
Eli Zaretskii [Sat, 18 Mar 2006 14:02:43 +0000 (14:02 +0000)]
(STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.

18 years agoMention new behavior with unreachable $DISPLAY.
Eli Zaretskii [Sat, 18 Mar 2006 13:55:31 +0000 (13:55 +0000)]
Mention new behavior with unreachable $DISPLAY.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 18 Mar 2006 13:49:45 +0000 (13:49 +0000)]
*** empty log message ***

18 years agoAdd prototype for x_display_ok.
Eli Zaretskii [Sat, 18 Mar 2006 13:49:11 +0000 (13:49 +0000)]
Add prototype for x_display_ok.

18 years ago(x_display_ok): New function.
Eli Zaretskii [Sat, 18 Mar 2006 13:48:57 +0000 (13:48 +0000)]
(x_display_ok): New function.

18 years ago(main): If user asks for a display that is unavailable, simulate -nw.
Eli Zaretskii [Sat, 18 Mar 2006 13:48:33 +0000 (13:48 +0000)]
(main): If user asks for a display that is unavailable, simulate -nw.

18 years ago(Fw32_select_font): Doc fix.
Eli Zaretskii [Sat, 18 Mar 2006 13:30:13 +0000 (13:30 +0000)]
(Fw32_select_font): Doc fix.

18 years agoFix last change.
Eli Zaretskii [Sat, 18 Mar 2006 13:13:30 +0000 (13:13 +0000)]
Fix last change.

18 years ago(mouse-set-font): Mention w32-list-proportional-fonts in the doc string.
Eli Zaretskii [Sat, 18 Mar 2006 12:57:11 +0000 (12:57 +0000)]
(mouse-set-font): Mention w32-list-proportional-fonts in the doc string.

18 years ago""
Eli Zaretskii [Sat, 18 Mar 2006 12:30:21 +0000 (12:30 +0000)]
""

18 years ago(INFO_FILES): New variable, contains all Info file names.
Eli Zaretskii [Sat, 18 Mar 2006 12:29:59 +0000 (12:29 +0000)]
(INFO_FILES): New variable, contains all Info file names.
(install-arch-indep, uninstall): Use $(INFO_FILES) to specify files to be
installed/uninstalled.
(uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references to Info
files installed by Emacs.

18 years ago(ido-cache-ftp-work-directory-time): Doc fix.
Kim F. Storm [Sat, 18 Mar 2006 01:48:52 +0000 (01:48 +0000)]
(ido-cache-ftp-work-directory-time): Doc fix.
(ido-unc-hosts): New user option to explicitly define list of know
UNC-style hosts for completion.
(ido-cache-unc-host-shares-time): New user option.
(ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid): New
helper functions for UNC file-name support.
(ido-may-cache-directory): Check for UNC host.  Simplify.
(ido-wash-history): Clean out old UNC hosts.
(ido-nonreadable-directory-p): UNC hosts are always readable.
(ido-directory-too-big-p): UNC hosts are never too big.
(ido-set-current-directory): Handle UNC root path.
(ido-file-name-all-completions): Complete UNC host names from
ido-unc-hosts list.  Cache UNC host shares.
(ido-make-file-list-1): Don't filter UNC root.
(ido-exhibit): Check for // in root directory, and switch to UNC
mode by setting ido-current-directory to //.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 18 Mar 2006 01:48:32 +0000 (01:48 +0000)]
*** empty log message ***

18 years ago(customize-changed-options): Mention explicit version number as
Luc Teirlinck [Fri, 17 Mar 2006 23:12:14 +0000 (23:12 +0000)]
(customize-changed-options): Mention explicit version number as
default in prompt.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 17 Mar 2006 23:07:19 +0000 (23:07 +0000)]
*** empty log message ***

18 years agoRemove obsolete URL.
Stephen Eglen [Fri, 17 Mar 2006 21:29:33 +0000 (21:29 +0000)]
Remove obsolete URL.

18 years agoUse smallexample and smalllisp consistenly.
Bill Wohler [Fri, 17 Mar 2006 19:53:52 +0000 (19:53 +0000)]
Use smallexample and smalllisp consistenly.
(Sending Mail Tour): Update method of entering addresses and subject.
(Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
(Adding Attachments, Searching): Update screenshots for Emacs 22.

18 years ago(mh-image-load-path-for-library): Minor docstring fix.
Bill Wohler [Fri, 17 Mar 2006 17:28:09 +0000 (17:28 +0000)]
(mh-image-load-path-for-library): Minor docstring fix.

18 years ago(image-load-path-for-library): Minor docstring fix.
Bill Wohler [Fri, 17 Mar 2006 17:26:58 +0000 (17:26 +0000)]
(image-load-path-for-library): Minor docstring fix.

18 years ago(org-popup-calendar-for-date-prompt): Fix customization type.
Carsten Dominik [Fri, 17 Mar 2006 13:05:30 +0000 (13:05 +0000)]
(org-popup-calendar-for-date-prompt): Fix customization type.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 17 Mar 2006 13:05:17 +0000 (13:05 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Fri, 17 Mar 2006 06:58:15 +0000 (06:58 +0000)]
*** empty log message ***

18 years ago(org-read-date): Include subgroup 5 into
Carsten Dominik [Fri, 17 Mar 2006 06:57:53 +0000 (06:57 +0000)]
(org-read-date): Include subgroup 5 into
replacement text.

18 years ago(Top): Avoid ugly continuation line in menu in the standalone Info reader.
Luc Teirlinck [Fri, 17 Mar 2006 00:59:05 +0000 (00:59 +0000)]
(Top): Avoid ugly continuation line in menu in the standalone Info reader.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 17 Mar 2006 00:55:47 +0000 (00:55 +0000)]
*** empty log message ***

18 years ago(sort-build-lints): Add comment.
Kenichi Handa [Fri, 17 Mar 2006 00:41:18 +0000 (00:41 +0000)]
(sort-build-lints): Add comment.

18 years ago(gud-gdb-complete-command, gud-gdb-run-command-fetch-lines): Adapt for use
Nick Roberts [Thu, 16 Mar 2006 22:56:18 +0000 (22:56 +0000)]
(gud-gdb-complete-command, gud-gdb-run-command-fetch-lines): Adapt for use
with watch expressions.
(gud-tooltip-mode): Use buffer-local value.

18 years ago(gud-watch): Provide completion.
Nick Roberts [Thu, 16 Mar 2006 22:55:00 +0000 (22:55 +0000)]
(gud-watch): Provide completion.
(gdb-continuation): New variable.
(gdb-send): Deal with continuation lines.