bpt/emacs.git
18 years ago(gud-speedbar-buttons, gud-tooltip-tips):
Nick Roberts [Thu, 8 Dec 2005 22:10:50 +0000 (22:10 +0000)]
(gud-speedbar-buttons, gud-tooltip-tips):
No need to check gud-comint-buffer is bound.
(gdb): Prevent multiple debugging when first session uses gdba.

18 years ago*** empty log message ***
Nick Roberts [Thu, 8 Dec 2005 22:09:24 +0000 (22:09 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Alan Mackenzie [Thu, 8 Dec 2005 21:58:00 +0000 (21:58 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 8 Dec 2005 21:28:28 +0000 (21:28 +0000)]
*** empty log message ***

18 years ago(cua--extract-rectangle): Don't use \s in strings.
Kim F. Storm [Thu, 8 Dec 2005 20:56:35 +0000 (20:56 +0000)]
(cua--extract-rectangle): Don't use \s in strings.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 8 Dec 2005 20:56:15 +0000 (20:56 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 8 Dec 2005 18:08:38 +0000 (18:08 +0000)]
*** empty log message ***

18 years ago(Intro to Minibuffers): Replace list of local maps
Richard M. Stallman [Thu, 8 Dec 2005 18:07:17 +0000 (18:07 +0000)]
(Intro to Minibuffers): Replace list of local maps
with xrefs and better explanation.
(Completion Commands): Add the filename completion maps.

18 years ago(Completion Commands, Completion):
Richard M. Stallman [Thu, 8 Dec 2005 17:58:35 +0000 (17:58 +0000)]
(Completion Commands, Completion):
In file name input, SPC does not do completion.

18 years ago(read_escape) <\s>: Don't treat strings specially.
Richard M. Stallman [Thu, 8 Dec 2005 17:43:52 +0000 (17:43 +0000)]
(read_escape) <\s>: Don't treat strings specially.

18 years ago(Character Type): Clarify that \s is not space if a dash follows.
Richard M. Stallman [Thu, 8 Dec 2005 17:43:14 +0000 (17:43 +0000)]
(Character Type): Clarify that \s is not space if a dash follows.

18 years agoDocs updated for global-font-lock-mode and file-name-shadow-mode.
Chong Yidong [Thu, 8 Dec 2005 16:27:57 +0000 (16:27 +0000)]
Docs updated for global-font-lock-mode and file-name-shadow-mode.

18 years agoMove Acknowledgements and History after Commentary.
Kim F. Storm [Thu, 8 Dec 2005 16:23:03 +0000 (16:23 +0000)]
Move Acknowledgements and History after Commentary.
Minor changes to Commentary.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 8 Dec 2005 16:22:53 +0000 (16:22 +0000)]
*** empty log message ***

18 years agoWindow resizing bug already fixed.
Chong Yidong [Thu, 8 Dec 2005 16:19:16 +0000 (16:19 +0000)]
Window resizing bug already fixed.

18 years ago(Fx_create_frame): Comment out previous change.
Richard M. Stallman [Thu, 8 Dec 2005 15:49:11 +0000 (15:49 +0000)]
(Fx_create_frame): Comment out previous change.

18 years ago(cua--select-keymaps): Enable repeat
Kim F. Storm [Thu, 8 Dec 2005 14:12:12 +0000 (14:12 +0000)]
(cua--select-keymaps): Enable repeat
keymap if cua--prefix-override-timer equals 'shift.
(cua--shift-control-prefix): New function; emulate "type prefix
key twice" functionality to handle shifted prefix key override.
(cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
commands.
(cua--init-keymaps): Bind them to S-C-c and S-C-x.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 8 Dec 2005 14:12:01 +0000 (14:12 +0000)]
*** empty log message ***

18 years agoversion 3.23
Carsten Dominik [Thu, 8 Dec 2005 13:14:19 +0000 (13:14 +0000)]
version 3.23

18 years agoStructure editing): DOcument new fucntionality of
Carsten Dominik [Thu, 8 Dec 2005 13:13:02 +0000 (13:13 +0000)]
Structure editing): DOcument new fucntionality of
M-RET.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 8 Dec 2005 13:11:09 +0000 (13:11 +0000)]
*** empty log message ***

18 years ago(org-insert-heading): Try to do items before headings.
Carsten Dominik [Thu, 8 Dec 2005 13:08:54 +0000 (13:08 +0000)]
(org-insert-heading): Try to do items before headings.
(org-agenda-mode): Quote `org-agenda-mode-hook'.
(org-insert-item): New function.
(org-renumber-ordered-list): Don't skip to higher level lists.

18 years ago(custom-add-parent-links): Filter out custom-group-link,
Juri Linkov [Thu, 8 Dec 2005 07:51:32 +0000 (07:51 +0000)]
(custom-add-parent-links): Filter out custom-group-link,
because such links don't lead to parent documentation.

18 years ago(defun-cvs-mode): Put `definition-name' property on
Juri Linkov [Thu, 8 Dec 2005 07:49:07 +0000 (07:49 +0000)]
(defun-cvs-mode): Put `definition-name' property on
the constructed function name fun-1.

18 years ago(widget-keymap): Bind M-TAB to `widget-backward'.
Juri Linkov [Thu, 8 Dec 2005 07:48:29 +0000 (07:48 +0000)]
(widget-keymap): Bind M-TAB to `widget-backward'.

18 years ago(button-buffer-map): Bind M-TAB to `backward-button'.
Juri Linkov [Thu, 8 Dec 2005 07:47:39 +0000 (07:47 +0000)]
(button-buffer-map): Bind M-TAB to `backward-button'.

18 years ago(Info-mode-map): Bind M-TAB to `Info-prev-reference'.
Juri Linkov [Thu, 8 Dec 2005 07:45:51 +0000 (07:45 +0000)]
(Info-mode-map): Bind M-TAB to `Info-prev-reference'.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 8 Dec 2005 03:45:19 +0000 (03:45 +0000)]
*** empty log message ***

18 years ago(describe-char): Use *Help-2* buffer if the
Kenichi Handa [Thu, 8 Dec 2005 01:39:37 +0000 (01:39 +0000)]
(describe-char): Use *Help-2* buffer if the
current buffer is *Help*.  Call describe-text-properties while
setting the original buffer.

18 years ago(auto-mode-alist): Remove mh-letter-mode. Unnecessary, and causes
Bill Wohler [Thu, 8 Dec 2005 01:26:14 +0000 (01:26 +0000)]
(auto-mode-alist): Remove mh-letter-mode. Unnecessary, and causes
problems with non-MH users (such as Gnus users).

18 years ago(url-cookie-save-interval): Simplify.
Richard M. Stallman [Thu, 8 Dec 2005 00:01:48 +0000 (00:01 +0000)]
(url-cookie-save-interval): Simplify.
(url-cookie-setup-save-timer): Simplify.

18 years ago(url-history-list): Var deleted for real.
Richard M. Stallman [Thu, 8 Dec 2005 00:00:20 +0000 (00:00 +0000)]
(url-history-list): Var deleted for real.

18 years ago(GDB Graphical Interface): Explain screen size setting.
Nick Roberts [Wed, 7 Dec 2005 23:41:07 +0000 (23:41 +0000)]
(GDB Graphical Interface): Explain screen size setting.
(Other GDB User Interface Buffers): Describe features specific to GDB 6.4.

18 years ago*** empty log message ***
Nick Roberts [Wed, 7 Dec 2005 23:39:30 +0000 (23:39 +0000)]
*** empty log message ***

18 years ago(gdb-find-file-unhook): Delete variable.
Nick Roberts [Wed, 7 Dec 2005 23:05:47 +0000 (23:05 +0000)]
(gdb-find-file-unhook): Delete variable.
(gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
(gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
command "info sources".  Move calls to GDB command "list".
(gdb-find-file-hook): Just use gdb-source-file-list.
(gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
(gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
(gdb-set-gud-minor-mode-existing-buffers-1): Use it.
(gdb-data-list-register-values-handler): Use correct trigger name.

18 years ago(Fx_create_frame): Initialize Vdefault_minibuffer_frame, when needed.
Károly Lőrentey [Wed, 7 Dec 2005 17:06:33 +0000 (17:06 +0000)]
(Fx_create_frame): Initialize Vdefault_minibuffer_frame, when needed.

18 years ago(ido-completion-map): Renamed from ido-mode-map.
Kim F. Storm [Wed, 7 Dec 2005 09:22:53 +0000 (09:22 +0000)]
(ido-completion-map): Renamed from ido-mode-map.
(ido-common-completion-map, ido-file-completion-map)
(ido-file-dir-completion-map, ido-buffer-completion-map):
Renamed from ido-mode-....-map.
(ido-init-completion-maps): Renamed from ido-init-mode-maps.
(ido-setup-completion-map): Renamed from ido-define-mode-map.
(ido-read-internal): Bind minibuffer-local-filename-completion-map
to ido-completion-map.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 7 Dec 2005 09:22:42 +0000 (09:22 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Romain Francoise [Wed, 7 Dec 2005 09:11:20 +0000 (09:11 +0000)]
*** empty log message ***

18 years ago(set-display-table-and-terminal-coding-system): If the coding
Kenichi Handa [Wed, 7 Dec 2005 07:28:37 +0000 (07:28 +0000)]
(set-display-table-and-terminal-coding-system): If the coding
system specified in `unibyte-display' property is different from
the arg coding-system, don't setup standard-display-table.

18 years ago(edebug-skip-whitespace): read1:lread.c says
Stefan Monnier [Tue, 6 Dec 2005 22:10:07 +0000 (22:10 +0000)]
(edebug-skip-whitespace): read1:lread.c says
that comments end at \n, regardless of selective-display.

18 years ago(gdb-error-regexp, gdb-first-post-prompt)
Nick Roberts [Tue, 6 Dec 2005 21:42:54 +0000 (21:42 +0000)]
(gdb-error-regexp, gdb-first-post-prompt)
(gdb-version): New variables.
(gdb-source-file-list, gdb-register-names)
(gdb-changed-registers): New variables for use with GDB 6.4+.
(gdb-ann3): Replace with...
(gdb-init-1, gdb-init-2): ...two new functions.
(gdba, gdb-prompt): Call gdb-init-1.
(gdb-get-version): New function.  Call gdb-init-2 from here.
(gud-watch): Make it work with mouse events too.
(gdb-post-prompt): Don't add to queue until GDB version is known.
(gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
(gdb-locals-mode): Use gdb-version.
(gdb-memory-format-map, gdb-memory-unit-map)
(gdb-locals-watch-map): Rename from gdb-*-*-keymap.
(gdb-locals-font-lock-keywords-1)
(gdb-locals-font-lock-keywords-2): New variables.
(gdb-find-file-hook): fgfg.
(gdb-set-gud-minor-mode-existing-buffers-1)
(gdb-var-list-children-1, gdb-var-list-children-handler-1)
(gdb-var-update-1, gdb-var-update-handler-1)
(gdb-data-list-register-values-handler)
(gdb-data-list-register-values-custom)
(gdb-get-changed-registers, gdb-get-changed-registers-handler)
(gdb-stack-list-locals-handler, gdb-get-register-names): New
functions for use with GDB 6.4+.
(gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
(gdb-source-file-regexp, gdb-var-list-children-regexp-1)
(gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
(gdb-stack-list-locals-regexp)
(gdb-data-list-register-names-regexp): New regexps for use with
GDB 6.4+.

18 years ago*** empty log message ***
Nick Roberts [Tue, 6 Dec 2005 21:40:39 +0000 (21:40 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 6 Dec 2005 18:37:25 +0000 (18:37 +0000)]
*** empty log message ***

18 years agoRemove trailing whitespace.
Luc Teirlinck [Tue, 6 Dec 2005 18:26:50 +0000 (18:26 +0000)]
Remove trailing whitespace.

18 years ago(Internal Links): Fix Texinfo usage.
Luc Teirlinck [Tue, 6 Dec 2005 18:20:35 +0000 (18:20 +0000)]
(Internal Links): Fix Texinfo usage.

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 6 Dec 2005 18:19:18 +0000 (18:19 +0000)]
*** empty log message ***

18 years ago(c-emacs-features): Don't assume point-min==1.
Stefan Monnier [Tue, 6 Dec 2005 16:54:20 +0000 (16:54 +0000)]
(c-emacs-features): Don't assume point-min==1.

18 years ago(keys_of_minibuf): Just unbind SPC in Vminibuffer_local_filename_completion_map
Stefan Monnier [Tue, 6 Dec 2005 15:53:58 +0000 (15:53 +0000)]
(keys_of_minibuf): Just unbind SPC in Vminibuffer_local_filename_completion_map
rather than forcing it explicitly to the same binding as the global map.

18 years ago* mail/smtpmail.el (smtpmail-try-auth-methods): Make password
Simon Josefsson [Tue, 6 Dec 2005 12:57:35 +0000 (12:57 +0000)]
* mail/smtpmail.el (smtpmail-try-auth-methods): Make password
prompts work for AUTH PLAIN.

18 years ago(set-frame-parameter): Add doc string.
Károly Lőrentey [Tue, 6 Dec 2005 12:43:47 +0000 (12:43 +0000)]
(set-frame-parameter): Add doc string.

18 years agoVersion 3.22
Carsten Dominik [Tue, 6 Dec 2005 10:54:37 +0000 (10:54 +0000)]
Version 3.22

18 years ago(TODO basics): Document the global todo list.
Carsten Dominik [Tue, 6 Dec 2005 10:53:03 +0000 (10:53 +0000)]
(TODO basics): Document the global todo list.
        (TODO items): Documents sparse tree for specific TODO
        keywords.

18 years ago*** empty log message ***
Carsten Dominik [Tue, 6 Dec 2005 10:52:33 +0000 (10:52 +0000)]
*** empty log message ***

18 years ago(org-occur-highlights): New variable.
Carsten Dominik [Tue, 6 Dec 2005 10:51:28 +0000 (10:51 +0000)]
(org-occur-highlights): New variable.
        (org-highlight-new-match, org-remove-occur-highlights): New
        functions.
        (org-highlight-sparse-tree-matches): New option.
        (org-do-occur): New function.
        (org-get-heading): Make it work also at beginning of line.
        (org-category-table): New variable.
        (org-get-category-table, org-get-category)
        (org-camel-to-words, org-link-search): New functions.
        (org-select-this-todo-keyword): New variable.
        (org-todo-list): New command.
        (org-shiftright, org-shiftleft): New commands.
        (org-agenda-todo): Added prefix argument.
        (org-show-hierarchy-above): New option.
        (org-show-todo-tree): Numerical prefix creates tree for
        specific
        TODO keyword.
        (org-outline-level): New function, to assign a level to plain
        lists items.
        (org-cycle-include-plain-lists): New option.
        (org-mode): Use `org-outline-level' as value of
        `outline-level'.
        (org-cycle): Temporarily switch `outline-regexp' if
        `org-cycle-include-plain-lists' is non-nil.
        (org-start-icalendar-file): Fixed format bug.
        (org-agenda-get-day-entries): Create category table.
        (org-agenda-get-todos, org-agenda-get-timestamps)
        (org-agenda-get-deadlines, org-agenda-get-scheduled)
        (org-agenda-get-blocks): Use `org-get-category'.
        (org-context-in-file-links): Renamed from
        `org-line-numbers-in-file-links' .

18 years ago(balance-windows): Delete extraneous third arg to `enlarge-window'.
Romain Francoise [Tue, 6 Dec 2005 09:00:49 +0000 (09:00 +0000)]
(balance-windows): Delete extraneous third arg to `enlarge-window'.

18 years ago(truncate_undo_list): Avoid dangerous side effects in NILP argument.
Ken Raeburn [Tue, 6 Dec 2005 07:40:47 +0000 (07:40 +0000)]
(truncate_undo_list): Avoid dangerous side effects in NILP argument.

18 years ago(Fminibuffer_complete_and_exit): Avoid dangerous side effects in NILP argument.
Ken Raeburn [Tue, 6 Dec 2005 07:39:57 +0000 (07:39 +0000)]
(Fminibuffer_complete_and_exit): Avoid dangerous side effects in NILP argument.

18 years ago(internal_delete_file, Fread_file_name_internal): Avoid dangerous side effects in...
Ken Raeburn [Tue, 6 Dec 2005 07:39:37 +0000 (07:39 +0000)]
(internal_delete_file, Fread_file_name_internal): Avoid dangerous side effects in NILP argument.

18 years ago(Fbyte_code): Avoid dangerous side effects in NILP argument.
Ken Raeburn [Tue, 6 Dec 2005 07:39:05 +0000 (07:39 +0000)]
(Fbyte_code): Avoid dangerous side effects in NILP argument.

18 years ago(Fkill_buffer): Avoid dangerous side effects in NILP argument.
Ken Raeburn [Tue, 6 Dec 2005 07:37:47 +0000 (07:37 +0000)]
(Fkill_buffer): Avoid dangerous side effects in NILP argument.

18 years ago(kinsoku-longer): Check eolp, not eobp.
Kenichi Handa [Tue, 6 Dec 2005 06:24:41 +0000 (06:24 +0000)]
(kinsoku-longer): Check eolp, not eobp.

18 years ago(gdb-var-create-handler)
Nick Roberts [Tue, 6 Dec 2005 02:31:16 +0000 (02:31 +0000)]
(gdb-var-create-handler)
(gdb-var-evaluate-expression-handler, gdb-frame-handler)
(gdb-var-list-children-handler, gdb-var-update-handler):
Current buffer is already gdb-partial-output-buffer, don't
make it current again.

18 years ago*** empty log message ***
Nick Roberts [Tue, 6 Dec 2005 02:30:24 +0000 (02:30 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 6 Dec 2005 02:07:54 +0000 (02:07 +0000)]
*** empty log message ***

18 years ago(Resizing Windows): Delete preserve-before args.
Richard M. Stallman [Tue, 6 Dec 2005 02:05:25 +0000 (02:05 +0000)]
(Resizing Windows): Delete preserve-before args.

18 years ago(enlarge_window): Eliminate arg preserve_before.
Richard M. Stallman [Tue, 6 Dec 2005 02:03:23 +0000 (02:03 +0000)]
(enlarge_window): Eliminate arg preserve_before.
Assume it is 0.  All callers changed.
(Fenlarge_window, Fshrink_window): Likewise.

18 years ago(Buffer-menu-use-frame-buffer-list): New user option.
Luc Teirlinck [Tue, 6 Dec 2005 00:33:22 +0000 (00:33 +0000)]
(Buffer-menu-use-frame-buffer-list): New user option.
(list-buffers-noselect): Use it.

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 6 Dec 2005 00:31:37 +0000 (00:31 +0000)]
*** empty log message ***

18 years ago(Format of Keymaps): Remove mention of a quirk
Stefan Monnier [Mon, 5 Dec 2005 19:42:10 +0000 (19:42 +0000)]
(Format of Keymaps): Remove mention of a quirk
in full keymaps, since the quirk has been fixed.

18 years ago(mail-yank-ignored-headers): Don't autoload.
Stefan Monnier [Mon, 5 Dec 2005 17:11:21 +0000 (17:11 +0000)]
(mail-yank-ignored-headers): Don't autoload.

18 years agoRemove unnecessary leading-star in docstrings.
Stefan Monnier [Mon, 5 Dec 2005 17:08:00 +0000 (17:08 +0000)]
Remove unnecessary leading-star in docstrings.
(mail-yank-ignored-headers): Use regexp-opt.
(mail-mode-map): Move initialization into declaration.
(mail-sent-via): Remove unused shadowed var `to-line'.
(mail-mailer-swallows-blank-line): Use with-temp-buffer.
(mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
(mail-do-fcc): Use dolist and push.
(mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.

18 years ago(set-language-info-internal): New
Kenichi Handa [Mon, 5 Dec 2005 07:39:01 +0000 (07:39 +0000)]
(set-language-info-internal): New
function.
(set-language-info): Call set-language-info-internal to update
language-info-alist.  If LANG-ENV is the current one, call
set-language-environment to make INFO effective now.
(set-language-info-alist): Likewise.
(locale-language-names): With locale "en", use English
lang. env. but set the default codings to iso-8859-1.

18 years ago* mh-customize.el (mh-insert-signature-hook): Rename
Bill Wohler [Mon, 5 Dec 2005 02:26:03 +0000 (02:26 +0000)]
* mh-customize.el (mh-insert-signature-hook): Rename
mh-letter-insert-signature-hook to mh-insert-signature-hook.

* mh-comp.el (mh-insert-signature): Ditto.

18 years agoAdd arch tagline
Miles Bader [Mon, 5 Dec 2005 02:04:14 +0000 (02:04 +0000)]
Add arch tagline

18 years ago(mh-sortm-args): Sync docstrings with manual.
Bill Wohler [Mon, 5 Dec 2005 02:04:11 +0000 (02:04 +0000)]
(mh-sortm-args): Sync docstrings with manual.

18 years ago(mh-fetch-x-image-url): Change default from 'ask to
Bill Wohler [Mon, 5 Dec 2005 01:31:04 +0000 (01:31 +0000)]
(mh-fetch-x-image-url): Change default from 'ask to
nil. Remove t option. Sync docstring with manual (closes SF #831278).
(mh-invisible-header-fields-internal): Remove X-Image-URL so that
users can see it, look it up in the manual's index, and discover
mh-fetch-x-image-url (closes SF #831278).

18 years ago(mh-invisible-header-fields-internal): Add X-Bugzilla-* and
Bill Wohler [Mon, 5 Dec 2005 00:58:59 +0000 (00:58 +0000)]
(mh-invisible-header-fields-internal): Add X-Bugzilla-* and
X-Virus-Scanned.

18 years ago* mh-customize.el (mh-new-messages-folders): Rename from
Bill Wohler [Mon, 5 Dec 2005 00:52:57 +0000 (00:52 +0000)]
* mh-customize.el (mh-new-messages-folders): Rename from
mh-index-new-messages-folders.
(mh-ticked-messages-folders): Rename from
mh-index-ticked-messages-folders.

* mh-index.el (mh-index-sequenced-messages)
(mh-index-new-messages): Ditto.

18 years ago* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
Bill Wohler [Sun, 4 Dec 2005 22:34:49 +0000 (22:34 +0000)]
* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in
the docstrings and made usage consistent. Generally speaking,
"messages in range" and "range of messages" is redundant and just
"range" can be used in most circumstances. Also ensured that
mh-interactive-range was mentioned in all interactive functions that
use a range which describes the range argument for both users and
programmers.

* mh-e.el (mh-delete-msg-no-motion, mh-refile-msg)
(mh-refile-or-write-again, mh-rescan-folder, mh-undo)
(mh-visit-folder, mh-scan-folder, mh-regenerate-headers)
(mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup): Ditto.

* mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1): Ditto.

* mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto.

* mh-print.el (mh-ps-print-range, mh-ps-print-msg)
(mh-ps-print-msg-file, mh-print-msg): Ditto.

* mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list)
(mh-narrow-to-range, mh-toggle-tick): Ditto.

18 years agoCorrect some spelling.
Alan Mackenzie [Sun, 4 Dec 2005 21:00:59 +0000 (21:00 +0000)]
Correct some spelling.

18 years ago(url-history-list): Var deleted.
Richard M. Stallman [Sun, 4 Dec 2005 17:53:13 +0000 (17:53 +0000)]
(url-history-list): Var deleted.
(url-history-save-interval): Simplify.
(url-history-setup-save-timer): Simplify.

18 years ago(gdb-use-inferior-io-buffer, gdb-speedbar-auto-raise):
Nick Roberts [Sun, 4 Dec 2005 09:12:07 +0000 (09:12 +0000)]
(gdb-use-inferior-io-buffer, gdb-speedbar-auto-raise):
Echo new state in minibuffer.
(gdb-var-create-handler, gdb-assembler-custom): Use search-forward
for plain strings.
(gdb-frames-mode): Remove redundant call to font-lock-mode.
(gdb-all-registers): Rename from toggle-gdb-all-registers.  Create
registers buffer if necessary.  Echo new state in minibuffer.
(gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.

18 years ago*** empty log message ***
Nick Roberts [Sun, 4 Dec 2005 09:09:54 +0000 (09:09 +0000)]
*** empty log message ***

18 years ago(font-lock-mode): Replace `:group font-lock' with `nil nil nil'.
Juri Linkov [Sun, 4 Dec 2005 05:46:18 +0000 (05:46 +0000)]
(font-lock-mode): Replace `:group font-lock' with `nil nil nil'.

18 years agoRevert removing `:group font-lock'.
Juri Linkov [Sun, 4 Dec 2005 05:02:49 +0000 (05:02 +0000)]
Revert removing `:group font-lock'.

18 years ago(font-lock-mode): Revert removing `:group font-lock'.
Juri Linkov [Sun, 4 Dec 2005 04:58:33 +0000 (04:58 +0000)]
(font-lock-mode): Revert removing `:group font-lock'.

18 years ago* info.el (Info-fontify-node): Match external links using
Chong Yidong [Sun, 4 Dec 2005 04:31:59 +0000 (04:31 +0000)]
* info.el (Info-fontify-node): Match external links using
non-directory part of filename.

18 years agoNew file.
Richard M. Stallman [Sun, 4 Dec 2005 04:12:56 +0000 (04:12 +0000)]
New file.

18 years ago(Man-section-regexp): Add 0-9 to support "3X11" sections.
Juri Linkov [Sun, 4 Dec 2005 02:45:20 +0000 (02:45 +0000)]
(Man-section-regexp): Add 0-9 to support "3X11" sections.

18 years ago(completion-setup-function): Put completions-common-part
Juri Linkov [Sun, 4 Dec 2005 02:42:29 +0000 (02:42 +0000)]
(completion-setup-function): Put completions-common-part
face on full completion string too (i.e. completion string without
completions-first-difference face).

18 years ago(customize-group, customize-group-other-window):
Juri Linkov [Sun, 4 Dec 2005 02:39:24 +0000 (02:39 +0000)]
(customize-group, customize-group-other-window):
Filter out autoloaded options from the group completion list by
using heuristics that autoloaded groups don't have `custom-autoload'
property on their symbols (they have only `custom-loads').

18 years ago(idlwave-shell-electric-debug-mode):
Juri Linkov [Sun, 4 Dec 2005 02:37:35 +0000 (02:37 +0000)]
(idlwave-shell-electric-debug-mode):
Use define-minor-mode instead of easy-mmode-define-minor-mode.

18 years ago(global-cwarn-mode): Use define-global-minor-mode
Juri Linkov [Sun, 4 Dec 2005 02:36:43 +0000 (02:36 +0000)]
(global-cwarn-mode): Use define-global-minor-mode
instead of easy-mmode-define-global-mode.

18 years agoPut `doc-string-elt' property on
Juri Linkov [Sun, 4 Dec 2005 02:36:13 +0000 (02:36 +0000)]
Put `doc-string-elt' property on
easy-mmode-define-global-mode and define-global-minor-mode.
(lisp-imenu-generic-expression): Add define-global-minor-mode.

18 years ago(find-function-regexp):
Juri Linkov [Sun, 4 Dec 2005 02:35:20 +0000 (02:35 +0000)]
(find-function-regexp):
Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
(find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
and easy-menu-define.

18 years ago(easy-mmode-define-navigation): Put `definition-name' properties on the
Juri Linkov [Sun, 4 Dec 2005 02:34:33 +0000 (02:34 +0000)]
(easy-mmode-define-navigation): Put `definition-name' properties on the
constructed function names next-sym and prev-sym.

18 years ago(define-derived-mode): Put `definition-name'
Juri Linkov [Sun, 4 Dec 2005 02:33:41 +0000 (02:33 +0000)]
(define-derived-mode): Put `definition-name'
properties on the constructed variable names.

18 years ago(make-autoload): Add define-global-minor-mode.
Juri Linkov [Sun, 4 Dec 2005 02:32:35 +0000 (02:32 +0000)]
(make-autoload): Add define-global-minor-mode.

18 years ago(lisp-font-lock-keywords-1): Add define-global-minor-mode.
Juri Linkov [Sun, 4 Dec 2005 02:31:58 +0000 (02:31 +0000)]
(lisp-font-lock-keywords-1): Add define-global-minor-mode.