bpt/emacs.git
17 years ago*** empty log message ***
Francesco Potortì [Sun, 30 Jul 2006 09:41:41 +0000 (09:41 +0000)]
*** empty log message ***

17 years ago(Operating on Files): Simplify previous change and fix Texinfo usage.
Richard M. Stallman [Sat, 29 Jul 2006 22:09:15 +0000 (22:09 +0000)]
(Operating on Files): Simplify previous change and fix Texinfo usage.

17 years agoComment change.
Richard M. Stallman [Sat, 29 Jul 2006 22:03:14 +0000 (22:03 +0000)]
Comment change.

17 years ago* loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
Chong Yidong [Sat, 29 Jul 2006 15:05:50 +0000 (15:05 +0000)]
* loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
for load-history elements.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 29 Jul 2006 12:06:07 +0000 (12:06 +0000)]
*** empty log message ***

17 years ago(convert-standard-filename): For Cygwin, replace characters not allowed in
Eli Zaretskii [Sat, 29 Jul 2006 12:05:28 +0000 (12:05 +0000)]
(convert-standard-filename): For Cygwin, replace characters not allowed in
Windows file names.
(make-auto-save-file-name): Add Cygwin to the list of systems where the
auto-save file name needs to be run through convert-standard-filename.

17 years agoFix typo.
Reiner Steib [Sat, 29 Jul 2006 11:51:47 +0000 (11:51 +0000)]
Fix typo.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 29 Jul 2006 11:20:42 +0000 (11:20 +0000)]
*** empty log message ***

17 years ago(bw-get-tree): Don't integerp subtree if it's nil.
Eli Zaretskii [Sat, 29 Jul 2006 11:19:58 +0000 (11:19 +0000)]
(bw-get-tree): Don't integerp subtree if it's nil.

17 years ago(Operating on Files): Add cross-references. State the Unix commands that do
Eli Zaretskii [Sat, 29 Jul 2006 11:12:06 +0000 (11:12 +0000)]
(Operating on Files): Add cross-references.  State the Unix commands that do
similar things.

17 years ago(Ffind_operation_coding_system): Revert the change from 2006-05-29.
Eli Zaretskii [Sat, 29 Jul 2006 10:59:50 +0000 (10:59 +0000)]
(Ffind_operation_coding_system): Revert the change from 2006-05-29.

17 years agoDocument the change in position policy on MS-Windows.
Eli Zaretskii [Sat, 29 Jul 2006 10:48:30 +0000 (10:48 +0000)]
Document the change in position policy on MS-Windows.

17 years ago[WINDOWSNT]: Include fcntl.h, to fix last change.
Eli Zaretskii [Sat, 29 Jul 2006 10:18:48 +0000 (10:18 +0000)]
[WINDOWSNT]: Include fcntl.h, to fix last change.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 29 Jul 2006 02:27:00 +0000 (02:27 +0000)]
*** empty log message ***

17 years ago(Face Attributes): Simplify wording.
Richard M. Stallman [Sat, 29 Jul 2006 02:26:45 +0000 (02:26 +0000)]
(Face Attributes): Simplify wording.
(Attribute Functions): Clarify meaning of new-frame default
attribute settings.

17 years ago(mode-line-frame-identification)
Richard M. Stallman [Sat, 29 Jul 2006 02:07:22 +0000 (02:07 +0000)]
(mode-line-frame-identification)
(propertized-buffer-identification): Centralize the code
to initialize the variable.

17 years ago(grep-default-command): Catch errors from wildcard-to-regexp.
Richard M. Stallman [Sat, 29 Jul 2006 02:03:21 +0000 (02:03 +0000)]
(grep-default-command): Catch errors from wildcard-to-regexp.

17 years ago(Common Keywords): Document how to use
Richard M. Stallman [Sat, 29 Jul 2006 02:00:26 +0000 (02:00 +0000)]
(Common Keywords): Document how to use
:package-version in a package not in Emacs.

17 years ago(lookup_named_face, Fdisplay_supports_face_attributes_p):
Richard M. Stallman [Sat, 29 Jul 2006 01:57:38 +0000 (01:57 +0000)]
(lookup_named_face, Fdisplay_supports_face_attributes_p):
Add conditional aborts for clarity.

17 years ago(update_menu_bar): New arg HOOKS_RUN. Callers changed.
Richard M. Stallman [Sat, 29 Jul 2006 01:56:35 +0000 (01:56 +0000)]
(update_menu_bar): New arg HOOKS_RUN.  Callers changed.
Used to avoid running the hooks over and over for each frame.
(prepare_menu_bars): Pass value from update_menu_bar as HOOKS_RUN of next call.

17 years ago(safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
Richard M. Stallman [Sat, 29 Jul 2006 01:54:16 +0000 (01:54 +0000)]
(safe_run_hooks_1): Don't crash if Vrun_hooks is nil.

17 years agoWhitespace change.
Richard M. Stallman [Sat, 29 Jul 2006 01:53:31 +0000 (01:53 +0000)]
Whitespace change.

17 years ago(Transient Mark): Clarify that region never disappears
Richard M. Stallman [Sat, 29 Jul 2006 01:52:29 +0000 (01:52 +0000)]
(Transient Mark): Clarify that region never disappears
when Transient Mark mode is off, and not when it is on.

17 years ago(grep-read-files): Use car of grep-files-history or grep-files-aliases
Kim F. Storm [Fri, 28 Jul 2006 23:20:21 +0000 (23:20 +0000)]
(grep-read-files): Use car of grep-files-history or grep-files-aliases
as default if nothing else applies.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 28 Jul 2006 23:19:56 +0000 (23:19 +0000)]
*** empty log message ***

17 years ago(grep-tag-default): New function.
Kim F. Storm [Fri, 28 Jul 2006 23:03:18 +0000 (23:03 +0000)]
(grep-tag-default): New function.
(grep-default-command, grep-read-regexp): Use it.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 28 Jul 2006 23:03:05 +0000 (23:03 +0000)]
*** empty log message ***

17 years ago(wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
Thien-Thi Nguyen [Fri, 28 Jul 2006 21:00:15 +0000 (21:00 +0000)]
(wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
Throw error if buffer is not in Dired and Wdired mode, respectively.

17 years ago* cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
Chong Yidong [Fri, 28 Jul 2006 18:08:11 +0000 (18:08 +0000)]
* cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
self-insert-command keys don't activate buttons.
(custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.

17 years ago(gdb-info-breakpoints-custom): Use different faces for enable character.
Nick Roberts [Fri, 28 Jul 2006 12:11:09 +0000 (12:11 +0000)]
(gdb-info-breakpoints-custom): Use different faces for enable character.

17 years ago*** empty log message ***
Nick Roberts [Fri, 28 Jul 2006 12:10:33 +0000 (12:10 +0000)]
*** empty log message ***

17 years ago(valid_pointer_p): New function (from valid_lisp_object_p).
Kim F. Storm [Fri, 28 Jul 2006 11:12:23 +0000 (11:12 +0000)]
(valid_pointer_p): New function (from valid_lisp_object_p).
(valid_lisp_object_p): Use it to check for valid SUBRP obj.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 28 Jul 2006 11:11:51 +0000 (11:11 +0000)]
*** empty log message ***

17 years ago(Non-ASCII Isearch): Clarify. Mention C-q.
Richard M. Stallman [Fri, 28 Jul 2006 03:41:41 +0000 (03:41 +0000)]
(Non-ASCII Isearch): Clarify.  Mention C-q.

17 years ago(recompile): Update comment to reflect change
Nick Roberts [Fri, 28 Jul 2006 03:36:55 +0000 (03:36 +0000)]
(recompile): Update comment to reflect change
on 2004-04-21.

17 years ago*** empty log message ***
Nick Roberts [Fri, 28 Jul 2006 03:36:34 +0000 (03:36 +0000)]
*** empty log message ***

17 years ago(customize-package-emacs-version-alist): Doc fix.
Richard M. Stallman [Fri, 28 Jul 2006 03:31:44 +0000 (03:31 +0000)]
(customize-package-emacs-version-alist): Doc fix.
(customize-package-emacs-version): Change msg when pkg has no entry.
(custom-no-edit): On a button, do like widget-button-press.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 27 Jul 2006 23:47:42 +0000 (23:47 +0000)]
*** empty log message ***

17 years ago(Reading One Event): Fix last change.
Kim F. Storm [Thu, 27 Jul 2006 23:20:52 +0000 (23:20 +0000)]
(Reading One Event): Fix last change.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 27 Jul 2006 23:20:31 +0000 (23:20 +0000)]
*** empty log message ***

17 years ago(terminal-init-xterm): Fix bindings for C-tab,
Dan Nicolaescu [Thu, 27 Jul 2006 18:31:23 +0000 (18:31 +0000)]
(terminal-init-xterm): Fix bindings for C-tab,
S-tab and C-S-tab.

17 years ago(which-function): Fix documentation/comment typo.
Nick Roberts [Thu, 27 Jul 2006 12:18:03 +0000 (12:18 +0000)]
(which-function): Fix documentation/comment typo.

17 years ago*** empty log message ***
Nick Roberts [Thu, 27 Jul 2006 12:17:38 +0000 (12:17 +0000)]
*** empty log message ***

17 years agoAdd notes about Cygwin make to impatient section.
Jason Rumney [Wed, 26 Jul 2006 23:45:26 +0000 (23:45 +0000)]
Add notes about Cygwin make to impatient section.

17 years agoNew arg for `read-event', `read-char', and `read-char-exclusive'
Chong Yidong [Wed, 26 Jul 2006 18:28:57 +0000 (18:28 +0000)]
New arg for `read-event', `read-char', and `read-char-exclusive'

17 years ago* commands.texi (Reading One Event): Document SECONDS argument for
Chong Yidong [Wed, 26 Jul 2006 18:18:54 +0000 (18:18 +0000)]
* commands.texi (Reading One Event): Document SECONDS argument for
read-event, read-char, and read-char-exclusive.

17 years ago* subr.el (sit-for): Use new SECONDS arg of read-event instead of
Chong Yidong [Wed, 26 Jul 2006 18:18:26 +0000 (18:18 +0000)]
* subr.el (sit-for): Use new SECONDS arg of read-event instead of
a timer.

17 years ago* keyboard.c (read_char): New arg END_TIME specifying timeout.
Chong Yidong [Wed, 26 Jul 2006 18:16:32 +0000 (18:16 +0000)]
* keyboard.c (read_char): New arg END_TIME specifying timeout.
All callers changed.  Turn off echoing if END_TIME is non-NULL.
(kbd_buffer_get_event): New arg END_TIME.

* lread.c (read_filtered_event): New arg SECONDS to wait until.
(Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.

* lisp.h: Update read-char, read-event, and read_filtered_event
prototypes.

* keyboard.h: Include systime.h.  Update read_char prototype.

17 years ago(Fy_or_n_p): Change call to read_filtered_event to use new arg.
Chong Yidong [Wed, 26 Jul 2006 18:16:14 +0000 (18:16 +0000)]
(Fy_or_n_p): Change call to read_filtered_event to use new arg.

17 years agoChange callers of read_char.
Chong Yidong [Wed, 26 Jul 2006 18:15:08 +0000 (18:15 +0000)]
Change callers of read_char.

17 years ago* keyboard.h: Include systime.h. Update read_char prototype.
Chong Yidong [Wed, 26 Jul 2006 18:14:16 +0000 (18:14 +0000)]
* keyboard.h: Include systime.h.  Update read_char prototype.

17 years ago* lisp.h: Update read-char, read-event, and read_filtered_event
Chong Yidong [Wed, 26 Jul 2006 18:14:05 +0000 (18:14 +0000)]
* lisp.h: Update read-char, read-event, and read_filtered_event
prototypes.

17 years ago* lread.c (read_filtered_event): New arg SECONDS to wait until.
Chong Yidong [Wed, 26 Jul 2006 18:13:49 +0000 (18:13 +0000)]
* lread.c (read_filtered_event): New arg SECONDS to wait until.
(Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.

17 years ago* keyboard.c (read_char): New arg END_TIME specifying timeout.
Chong Yidong [Wed, 26 Jul 2006 18:13:33 +0000 (18:13 +0000)]
* keyboard.c (read_char): New arg END_TIME specifying timeout.
All callers changed.  Turn off echoing if END_TIME is non-NULL.
(kbd_buffer_get_event): New arg END_TIME.

17 years ago(ispell-word): If we replace the word, move point to the end.
Richard M. Stallman [Wed, 26 Jul 2006 17:11:07 +0000 (17:11 +0000)]
(ispell-word): If we replace the word, move point to the end.
Insert before deleting.

17 years ago(tumme-backward-image): Add prefix argument. Add error
Mathias Dahl [Wed, 26 Jul 2006 09:55:10 +0000 (09:55 +0000)]
(tumme-backward-image): Add prefix argument. Add error
when at first image.
(tumme-forward-image): Add prefix argument. Add error when at last
image.

17 years ago*** empty log message ***
Mathias Dahl [Wed, 26 Jul 2006 09:55:00 +0000 (09:55 +0000)]
*** empty log message ***

17 years ago(tabify-regexp): Use more specific regexps.
Stefan Monnier [Tue, 25 Jul 2006 18:06:13 +0000 (18:06 +0000)]
(tabify-regexp): Use more specific regexps.
(tabify): Avoid modifying the buffer unnecessarily.

17 years ago(Multiline Font Lock): Can't use jit-lock-defer-multiline
Stefan Monnier [Tue, 25 Jul 2006 17:06:14 +0000 (17:06 +0000)]
(Multiline Font Lock): Can't use jit-lock-defer-multiline
to ensure correct identification.

17 years ago(tumme-track-original-file): Add `buffer-live-p' check.
Mathias Dahl [Tue, 25 Jul 2006 16:20:53 +0000 (16:20 +0000)]
(tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
(tumme-get-comment): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-write-comments): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-forward-image): Rename from `tumme-forward-char'.
(tumme-backward-image): Rename from `tumme-backward-char'.

17 years ago*** empty log message ***
Mathias Dahl [Tue, 25 Jul 2006 16:20:40 +0000 (16:20 +0000)]
*** empty log message ***

17 years ago(tumme-track-original-file): Add `buffer-live-p' check.
Mathias Dahl [Tue, 25 Jul 2006 15:02:14 +0000 (15:02 +0000)]
(tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.
(tumme-get-comment): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.
(tumme-write-comments): Change variable names inside `let'.  Add
missing `let' variable that cause font-lock problems.

17 years ago*** empty log message ***
Mathias Dahl [Tue, 25 Jul 2006 15:02:04 +0000 (15:02 +0000)]
*** empty log message ***

17 years ago(tumme-track-original-file): Add `buffer-live-p' check.
Mathias Dahl [Tue, 25 Jul 2006 13:14:03 +0000 (13:14 +0000)]
(tumme-track-original-file): Add `buffer-live-p' check.
(tumme-format-properties-string): Handle empty `buf'.

17 years ago*** empty log message ***
Mathias Dahl [Tue, 25 Jul 2006 13:13:52 +0000 (13:13 +0000)]
*** empty log message ***

17 years ago(ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): Update keywo...
Masatake YAMATO [Tue, 25 Jul 2006 11:49:04 +0000 (11:49 +0000)]
(ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): Update keywords and add comments.

17 years ago(BASE_PURESIZE): Decrease to 1102000.
YAMAMOTO Mitsuharu [Tue, 25 Jul 2006 10:10:41 +0000 (10:10 +0000)]
(BASE_PURESIZE): Decrease to 1102000.

17 years ago(find_string_data_in_pure): New function.
YAMAMOTO Mitsuharu [Tue, 25 Jul 2006 10:10:19 +0000 (10:10 +0000)]
(find_string_data_in_pure): New function.
(make_pure_string): Use it to reuse existing string data if possible.

17 years ago(gdb-set-gud-minor-mode-existing-buffers)
Nick Roberts [Tue, 25 Jul 2006 05:18:11 +0000 (05:18 +0000)]
(gdb-set-gud-minor-mode-existing-buffers)
(gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
(gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
for status indicator.

17 years ago*** empty log message ***
Nick Roberts [Tue, 25 Jul 2006 05:17:40 +0000 (05:17 +0000)]
*** empty log message ***

17 years ago(Clickable Text): Clarify.
Richard M. Stallman [Mon, 24 Jul 2006 23:06:09 +0000 (23:06 +0000)]
(Clickable Text): Clarify.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 24 Jul 2006 18:02:15 +0000 (18:02 +0000)]
*** empty log message ***

17 years ago(xml-parse-file): Clean up, and use with-temp-buffer.
Richard M. Stallman [Mon, 24 Jul 2006 18:02:10 +0000 (18:02 +0000)]
(xml-parse-file): Clean up, and use with-temp-buffer.

17 years ago(Setting Variables): add-to-list and add-to-ordered-list moved to List
Richard M. Stallman [Mon, 24 Jul 2006 17:59:15 +0000 (17:59 +0000)]
(Setting Variables): add-to-list and add-to-ordered-list moved to List
Variables node.

17 years ago(Vector Functions): Delete duplicate xref.
Richard M. Stallman [Mon, 24 Jul 2006 17:58:38 +0000 (17:58 +0000)]
(Vector Functions): Delete duplicate xref.

17 years ago(Function Type): Clarify.
Richard M. Stallman [Mon, 24 Jul 2006 17:58:11 +0000 (17:58 +0000)]
(Function Type): Clarify.

17 years ago(Keymaps and Minor Modes): List punct chars for minor modes.
Richard M. Stallman [Mon, 24 Jul 2006 17:55:13 +0000 (17:55 +0000)]
(Keymaps and Minor Modes): List punct chars for minor modes.

17 years ago(List Variables): New node.
Richard M. Stallman [Mon, 24 Jul 2006 17:54:38 +0000 (17:54 +0000)]
(List Variables): New node.
Material moved from other nodes.

17 years ago(GTK styles): Fix texinfo usage.
Richard M. Stallman [Mon, 24 Jul 2006 17:48:52 +0000 (17:48 +0000)]
(GTK styles): Fix texinfo usage.

17 years agoMove periods and commas inside quotes.
Richard M. Stallman [Mon, 24 Jul 2006 17:48:06 +0000 (17:48 +0000)]
Move periods and commas inside quotes.

17 years agoFix previous change.
Richard M. Stallman [Mon, 24 Jul 2006 17:42:40 +0000 (17:42 +0000)]
Fix previous change.

17 years ago(User Input): Explain why we teach keyboard cmds.
Richard M. Stallman [Mon, 24 Jul 2006 17:42:10 +0000 (17:42 +0000)]
(User Input): Explain why we teach keyboard cmds.

17 years agoMove periods inside quotes.
Richard M. Stallman [Mon, 24 Jul 2006 17:40:11 +0000 (17:40 +0000)]
Move periods inside quotes.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 24 Jul 2006 17:39:37 +0000 (17:39 +0000)]
*** empty log message ***

17 years ago(dolist, dotimes): Use interned symbols for iteration.
Richard M. Stallman [Mon, 24 Jul 2006 17:01:08 +0000 (17:01 +0000)]
(dolist, dotimes): Use interned symbols for iteration.
(--dotimes-limit--, --dolist-tail--): New defvars.
(looking-back): Doc fix.

17 years ago(replace-match-string-symbols): Handle dotted lists.
Richard M. Stallman [Mon, 24 Jul 2006 16:52:57 +0000 (16:52 +0000)]
(replace-match-string-symbols): Handle dotted lists.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:27:17 +0000 (16:27 +0000)]
(tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.
(tumme-write-tag): Remove.
(tumme-write-comment): Remove.
(tumme-display-previous-thumbnail-original): Remove empty line.
(tumme-widget-list): Add punctuation.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:22:44 +0000 (16:22 +0000)]
(tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.
(tumme-write-tag): Remove.
(tumme-write-comment): Remove.
(tumme-display-previous-thumbnail-original): Remove empty line.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:17:02 +0000 (16:17 +0000)]
(tumme-write-tags): Add.
(tumme-write-comments): Add.
(tumme-tag-files): Change to use `tumme-write-tags'.
(tumme-tag-thumbnail): Change to use `tumme-write-tags'.
(tumme-dired-comment-files): Change to use `tumme-write-comments'.
(tumme-save-information-from-widgets): Change to use
`tumme-write-comments' and `tumme-write-tags'.
(tumme-comment-thumbnail): Change to use `tumme-write-comments'.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:11:01 +0000 (16:11 +0000)]
(tumme-write-tags): Add.
(tumme-write-comments): Add.

17 years ago(tumme-write-tags): Add.
Mathias Dahl [Mon, 24 Jul 2006 16:09:33 +0000 (16:09 +0000)]
(tumme-write-tags): Add.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 24 Jul 2006 10:53:10 +0000 (10:53 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 118-120)

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

2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
   workaround for the url package included with Emacs.

   * lisp/gnus/nnweb.el (nnweb-google-create-mapping): Update regexp.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-367

17 years agoAdd extra check for end of buffer.
Mathias Dahl [Mon, 24 Jul 2006 09:40:09 +0000 (09:40 +0000)]
Add extra check for end of buffer.

17 years ago*** empty log message ***
Mathias Dahl [Mon, 24 Jul 2006 09:39:43 +0000 (09:39 +0000)]
*** empty log message ***

17 years ago2006-07-24 Daiki Ueno <ueno@unixuser.org>
Reiner Steib [Mon, 24 Jul 2006 07:32:16 +0000 (07:32 +0000)]
2006-07-24  Daiki Ueno  <ueno@unixuser.org>

* pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
andreas@altroot.de (Andreas V�e)

17 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 23 Jul 2006 21:21:37 +0000 (21:21 +0000)]
*** empty log message ***

17 years ago(find-function-search-for-symbol): Expand comment.
Nick Roberts [Sun, 23 Jul 2006 21:21:29 +0000 (21:21 +0000)]
(find-function-search-for-symbol): Expand comment.

17 years ago(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.
Thien-Thi Nguyen [Sun, 23 Jul 2006 21:20:50 +0000 (21:20 +0000)]
(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.

17 years ago(mouse-on-link-p): Doc fix.
Thien-Thi Nguyen [Sun, 23 Jul 2006 21:13:13 +0000 (21:13 +0000)]
(mouse-on-link-p): Doc fix.

17 years ago(find-function-search-for-symbol): Handle "C-h f `".
Nick Roberts [Sat, 22 Jul 2006 22:51:11 +0000 (22:51 +0000)]
(find-function-search-for-symbol): Handle "C-h f `".